diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-12 00:24:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-12 00:24:19 +0000 |
commit | d3776e0e00aec8e0071367634e44ab357c4ad0c5 (patch) | |
tree | 5e559f6bd62599bb5a3e273fba8921e550ed25c4 /lib/l10n/tr.js | |
parent | 3ce31fc1bff99af87f6b9bd3ce74bd41011ce768 (diff) | |
download | nextcloud-server-d3776e0e00aec8e0071367634e44ab357c4ad0c5.tar.gz nextcloud-server-d3776e0e00aec8e0071367634e44ab357c4ad0c5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/tr.js')
-rw-r--r-- | lib/l10n/tr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index d5fe9f7b3fe..4d26f0a4786 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -63,12 +63,12 @@ OC.L10N.register( "yesterday" : "dün", "_in %n day_::_in %n days_" : ["%n gün içinde","%n gün içinde"], "_%n day ago_::_%n days ago_" : ["%n gün önce","%n gün önce"], - "next month" : "gelecek ay", - "last month" : "geçen ay", + "next month" : "sonraki ay", + "last month" : "önceki ay", "_in %n month_::_in %n months_" : ["%n ay içinde","%n ay içinde"], "_%n month ago_::_%n months ago_" : ["%n ay önce","%n ay önce"], - "next year" : "gelecek yıl", - "last year" : "geçen yıl", + "next year" : "sonraki yıl", + "last year" : "önceki yıl", "_in %n year_::_in %n years_" : ["%n yıl içinde","%n yıl içinde"], "_%n year ago_::_%n years ago_" : ["%n yıl önce","%n yıl önce"], "_in %n hour_::_in %n hours_" : ["%n saat içinde","%n saat içinde"], |