diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:17 +0000 |
commit | b3ab8859fbb16041c172fbc408a47606e47f7feb (patch) | |
tree | 166f3cb619711403b92e2bf55e3fb472cd06d312 /apps/user_status | |
parent | e785ae345e85a5a4ca12f19a389ce6ab7f69a048 (diff) | |
download | nextcloud-server-b3ab8859fbb16041c172fbc408a47606e47f7feb.tar.gz nextcloud-server-b3ab8859fbb16041c172fbc408a47606e47f7feb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-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}", |