diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:27 +0000 |
commit | 6f11379f36a2c8670786ab7e1fc4cf317cf7b86b (patch) | |
tree | b6fd3e5c8746fce78cde7938823c4caf69476a67 /apps/user_status/l10n | |
parent | 3e615da5960a998266b4e1c10c7899dfa52821fa (diff) | |
download | nextcloud-server-6f11379f36a2c8670786ab7e1fc4cf317cf7b86b.tar.gz nextcloud-server-6f11379f36a2c8670786ab7e1fc4cf317cf7b86b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r-- | apps/user_status/l10n/tr.js | 4 | ||||
-rw-r--r-- | apps/user_status/l10n/tr.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/user_status/l10n/tr.js b/apps/user_status/l10n/tr.js index ec02dbad47c..a6acfe9696e 100644 --- a/apps/user_status/l10n/tr.js +++ b/apps/user_status/l10n/tr.js @@ -1,7 +1,7 @@ OC.L10N.register( "user_status", { - "Recent statuses" : "Yakın zamandaki durumlar", + "Recent statuses" : "Son durumlar", "In a meeting" : "Toplantıda", "Commuting" : "İşe gidiyor/geliyor", "Out sick" : "Hasta", @@ -26,7 +26,7 @@ OC.L10N.register( "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı", "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı", "There was an error reverting the status" : "Durum geri alınırken bir sorun çıktı", - "No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok", + "No recent status changes" : "Son zamanlarda durum değiştirilmemiş", "Away" : "Uzakta", "Do not disturb" : "Rahatsız etmeyin", "{status}, {timestamp}" : "{status}, {timestamp}", diff --git a/apps/user_status/l10n/tr.json b/apps/user_status/l10n/tr.json index e9d80aa9fb4..56c7def2140 100644 --- a/apps/user_status/l10n/tr.json +++ b/apps/user_status/l10n/tr.json @@ -1,5 +1,5 @@ { "translations": { - "Recent statuses" : "Yakın zamandaki durumlar", + "Recent statuses" : "Son durumlar", "In a meeting" : "Toplantıda", "Commuting" : "İşe gidiyor/geliyor", "Out sick" : "Hasta", @@ -24,7 +24,7 @@ "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı", "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı", "There was an error reverting the status" : "Durum geri alınırken bir sorun çıktı", - "No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok", + "No recent status changes" : "Son zamanlarda durum değiştirilmemiş", "Away" : "Uzakta", "Do not disturb" : "Rahatsız etmeyin", "{status}, {timestamp}" : "{status}, {timestamp}", |