mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Sync with POEditor
This commit is contained in:
parent
2add65a671
commit
2a595d19c4
15 changed files with 18598 additions and 18602 deletions
|
@ -381,13 +381,6 @@
|
||||||
"@settingsSeedColorPickerTitle": {
|
"@settingsSeedColorPickerTitle": {
|
||||||
"description": "Dialog to customize the colors used in app"
|
"description": "Dialog to customize the colors used in app"
|
||||||
},
|
},
|
||||||
"settingsThemePrimaryColor": "Birincil",
|
|
||||||
"settingsThemeSecondaryColor": "İkincil",
|
|
||||||
"settingsThemePresets": "Önayarlar",
|
|
||||||
"settingsSeedColorPickerSystemColorButtonLabel": "SİSTEM RENGİNİ KULLAN",
|
|
||||||
"@settingsSeedColorPickerSystemColorButtonLabel": {
|
|
||||||
"description": "Use color provided by the OS, i.e., Material You"
|
|
||||||
},
|
|
||||||
"settingsUseBlackInDarkThemeTitle": "Koyu tema",
|
"settingsUseBlackInDarkThemeTitle": "Koyu tema",
|
||||||
"@settingsUseBlackInDarkThemeTitle": {
|
"@settingsUseBlackInDarkThemeTitle": {
|
||||||
"description": "Make the dark theme darker"
|
"description": "Make the dark theme darker"
|
||||||
|
@ -409,28 +402,6 @@
|
||||||
"@settingsPhotosTabSortByNameTitle": {
|
"@settingsPhotosTabSortByNameTitle": {
|
||||||
"description": "Sort photos listed in the Photos tab by filename (descending)"
|
"description": "Sort photos listed in the Photos tab by filename (descending)"
|
||||||
},
|
},
|
||||||
"settingsAppLock": "Uygulama Kilidi",
|
|
||||||
"@settingsAppLock": {
|
|
||||||
"description": "If enabled, users need to authenticate themselves when opening the app"
|
|
||||||
},
|
|
||||||
"settingsAppLockTypeBiometric": "Biyometrik",
|
|
||||||
"@settingsAppLockTypeBiometric": {
|
|
||||||
"description": "Unlock app with fingerprint, face, etc"
|
|
||||||
},
|
|
||||||
"settingsAppLockTypePin": "PIN",
|
|
||||||
"@settingsAppLockTypePin": {
|
|
||||||
"description": "Unlock app with 4 to 6 digits PIN"
|
|
||||||
},
|
|
||||||
"settingsAppLockTypePassword": "Şifre",
|
|
||||||
"@settingsAppLockTypePassword": {
|
|
||||||
"description": "Unlock app with password"
|
|
||||||
},
|
|
||||||
"settingsAppLockDescription": "Eğer etkinleştirilirse, uygulamayı açtığınızda kimlik doğrulamanız istenecektir. Bu özellik sizi gerçek dünyada gerçekleşen saldırılara karşı korumaz.",
|
|
||||||
"settingsAppLockSetupBiometricFallbackDialogTitle": "Biyometrik kullanılamıyorsa alternatif seçin",
|
|
||||||
"settingsAppLockSetupPinDialogTitle": "Uygulamanın kilidini açmak için PIN ayarlayın",
|
|
||||||
"settingsAppLockConfirmPinDialogTitle": "PIN'i tekrar girin",
|
|
||||||
"settingsAppLockSetupPasswordDialogTitle": "Uygulamanın kilidini açmak için şifre ayarlayın",
|
|
||||||
"settingsAppLockConfirmPasswordDialogTitle": "Şifreyi tekrar girin",
|
|
||||||
"settingsExperimentalTitle": "Deneysel",
|
"settingsExperimentalTitle": "Deneysel",
|
||||||
"settingsExperimentalDescription": "Henüz geliştirme aşamasındaki özellikler",
|
"settingsExperimentalDescription": "Henüz geliştirme aşamasındaki özellikler",
|
||||||
"settingsExpertTitle": "Gelişmiş",
|
"settingsExpertTitle": "Gelişmiş",
|
||||||
|
@ -1484,6 +1455,40 @@
|
||||||
"@setAsTooltip": {
|
"@setAsTooltip": {
|
||||||
"description": "e.g., set as wallpaper"
|
"description": "e.g., set as wallpaper"
|
||||||
},
|
},
|
||||||
|
"deleteAccountConfirmDialogText": "{server} oturumunuz kapatılıyor",
|
||||||
|
"@deleteAccountConfirmDialogText": {
|
||||||
|
"description": "Confirmation dialog when deleting an account (i.e., signing out)",
|
||||||
|
"placeholders": {
|
||||||
|
"server": {
|
||||||
|
"example": "http://www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settingsThemePrimaryColor": "Birincil",
|
||||||
|
"settingsThemeSecondaryColor": "İkincil",
|
||||||
|
"settingsThemePresets": "Önayarlar",
|
||||||
|
"settingsAppLock": "Uygulama Kilidi",
|
||||||
|
"@settingsAppLock": {
|
||||||
|
"description": "If enabled, users need to authenticate themselves when opening the app"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypeBiometric": "Biyometrik",
|
||||||
|
"@settingsAppLockTypeBiometric": {
|
||||||
|
"description": "Unlock app with fingerprint, face, etc"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePin": "PIN",
|
||||||
|
"@settingsAppLockTypePin": {
|
||||||
|
"description": "Unlock app with 4 to 6 digits PIN"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePassword": "Şifre",
|
||||||
|
"@settingsAppLockTypePassword": {
|
||||||
|
"description": "Unlock app with password"
|
||||||
|
},
|
||||||
|
"settingsAppLockDescription": "Eğer etkinleştirilirse, uygulamayı açtığınızda kimlik doğrulamanız istenecektir. Bu özellik sizi gerçek dünyada gerçekleşen saldırılara karşı korumaz.",
|
||||||
|
"settingsAppLockSetupBiometricFallbackDialogTitle": "Biyometrik kullanılamıyorsa alternatif seçin",
|
||||||
|
"settingsAppLockSetupPinDialogTitle": "Uygulamanın kilidini açmak için PIN ayarlayın",
|
||||||
|
"settingsAppLockConfirmPinDialogTitle": "PIN'i tekrar girin",
|
||||||
|
"settingsAppLockSetupPasswordDialogTitle": "Uygulamanın kilidini açmak için şifre ayarlayın",
|
||||||
|
"settingsAppLockConfirmPasswordDialogTitle": "Şifreyi tekrar girin",
|
||||||
"appLockUnlockHint": "Uygulamanın kilidini açın",
|
"appLockUnlockHint": "Uygulamanın kilidini açın",
|
||||||
"@appLockUnlockHint": {
|
"@appLockUnlockHint": {
|
||||||
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
|
@ -1493,14 +1498,5 @@
|
||||||
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
},
|
},
|
||||||
"enabledText": "Etkin",
|
"enabledText": "Etkin",
|
||||||
"disabledText": "Devre Dışı",
|
"disabledText": "Devre Dışı"
|
||||||
"deleteAccountConfirmDialogText": "{server} oturumunuz kapatılıyor",
|
|
||||||
"@deleteAccountConfirmDialogText": {
|
|
||||||
"description": "Confirmation dialog when deleting an account (i.e., signing out)",
|
|
||||||
"placeholders": {
|
|
||||||
"server": {
|
|
||||||
"example": "http://www.example.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1233,7 +1233,7 @@
|
||||||
"@searchFilterBubbleTypeVideoText": {
|
"@searchFilterBubbleTypeVideoText": {
|
||||||
"description": "List of active search filters shown in the result page (by file type, video)"
|
"description": "List of active search filters shown in the result page (by file type, video)"
|
||||||
},
|
},
|
||||||
"searchFilterFavoriteLabel": "喜爱的",
|
"searchFilterFavoriteLabel": "收藏",
|
||||||
"@searchFilterFavoriteLabel": {
|
"@searchFilterFavoriteLabel": {
|
||||||
"description": "Filter search results by whether it's in favorites"
|
"description": "Filter search results by whether it's in favorites"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue