Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed May 7, 2023
1 parent e785ae3 commit b3ab885
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions apps/admin_audit/l10n/ast.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "Auditoría / Rexistru",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Forne la capacidá de rexistrar, por exemplu, l'accesu a los ficheros o a otres aiciones sensibles de Nextcloud"
},
"nplurals=2; plural=(n != 1);");
5 changes: 5 additions & 0 deletions apps/admin_audit/l10n/ast.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ "translations": {
"Auditing / Logging" : "Auditoría / Rexistru",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Forne la capacidá de rexistrar, por exemplu, l'accesu a los ficheros o a otres aiciones sensibles de Nextcloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
4 changes: 2 additions & 2 deletions apps/user_status/l10n/tr.js
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}",
Expand Down
4 changes: 2 additions & 2 deletions apps/user_status/l10n/tr.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion apps/workflowengine/l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ OC.L10N.register(
"File system tag" : "Dosya sistemi etiketi",
"is tagged with" : "şununla etiketlenmiş",
"is not tagged with" : "şununla etiketlenmemiş",
"Request URL" : "İstek Adresi",
"Request URL" : "İstek adresi",
"Request time" : "İstek zamanı",
"between" : "şunların arasında olan",
"not between" : "şunların arasında olmayan",
Expand Down
2 changes: 1 addition & 1 deletion apps/workflowengine/l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"File system tag" : "Dosya sistemi etiketi",
"is tagged with" : "şununla etiketlenmiş",
"is not tagged with" : "şununla etiketlenmemiş",
"Request URL" : "İstek Adresi",
"Request URL" : "İstek adresi",
"Request time" : "İstek zamanı",
"between" : "şunların arasında olan",
"not between" : "şunların arasında olmayan",
Expand Down

0 comments on commit b3ab885

Please sign in to comment.