mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
41828fb3fd
commit
d3cff24638
6 changed files with 18 additions and 6 deletions
7
apps/admin_audit/l10n/ast.js
Normal file
7
apps/admin_audit/l10n/ast.js
Normal file
|
|
@ -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
apps/admin_audit/l10n/ast.json
Normal file
5
apps/admin_audit/l10n/ast.json
Normal file
|
|
@ -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);"
|
||||
}
|
||||
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue