Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-04 05:27:15 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-04 05:27:15 +0300
commit94004a7bd40e8527b3b89d954c32529ab13efbdc (patch)
treeed9bb3aa0740c0a1cb755abacfae387745e8ca3e /apps
parent56603cb0cee27f55916e4a6870e42b37d6e50fdc (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/l10n/pt_BR.js5
-rw-r--r--apps/dav/l10n/pt_BR.json5
-rw-r--r--apps/settings/l10n/pt_BR.js1
-rw-r--r--apps/settings/l10n/pt_BR.json1
-rw-r--r--apps/weather_status/l10n/tr.js18
-rw-r--r--apps/weather_status/l10n/tr.json18
6 files changed, 42 insertions, 6 deletions
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js
index 9c27b589fe3..abdf7451380 100644
--- a/apps/dav/l10n/pt_BR.js
+++ b/apps/dav/l10n/pt_BR.js
@@ -108,6 +108,11 @@ OC.L10N.register(
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} no livro de endereço {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Você atualizou o contato {card} no livro de endereços {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "O <strong>contato</strong> ou <strong>livro de endereço</strong> foi modificado",
+ "File is not updatable: %1$s" : "O arquivo não é atualizável: %1$s",
+ "Could not write to final file, canceled by hook" : "Não foi possível gravar no arquivo final, cancelado pelo gancho",
+ "Could not write file contents" : "Não foi possível gravar o conteúdo do arquivo",
+ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
+ "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Erro ao copiar o arquivo para o local de destino (copiado: %1$s, tamanho de arquivo esperado: %2$s)",
"System is in maintenance mode." : "O sistema está em modo de manutenção",
"Upgrade needed" : "Upgrade necessário",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.",
diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json
index 4b497d13741..26c62d6bed8 100644
--- a/apps/dav/l10n/pt_BR.json
+++ b/apps/dav/l10n/pt_BR.json
@@ -106,6 +106,11 @@
"{actor} updated contact {card} in address book {addressbook}" : "{actor} updated contact {card} no livro de endereço {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Você atualizou o contato {card} no livro de endereços {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "O <strong>contato</strong> ou <strong>livro de endereço</strong> foi modificado",
+ "File is not updatable: %1$s" : "O arquivo não é atualizável: %1$s",
+ "Could not write to final file, canceled by hook" : "Não foi possível gravar no arquivo final, cancelado pelo gancho",
+ "Could not write file contents" : "Não foi possível gravar o conteúdo do arquivo",
+ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
+ "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Erro ao copiar o arquivo para o local de destino (copiado: %1$s, tamanho de arquivo esperado: %2$s)",
"System is in maintenance mode." : "O sistema está em modo de manutenção",
"Upgrade needed" : "Upgrade necessário",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Seu %s precisa estar configurado para usar HTTPS a fim de usar o CalDAV e o CardDAV com o iOS/macOS.",
diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js
index 6691b2bbb5c..fd3848144eb 100644
--- a/apps/settings/l10n/pt_BR.js
+++ b/apps/settings/l10n/pt_BR.js
@@ -469,6 +469,7 @@ OC.L10N.register(
"Remove image" : "Remover imagem",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB",
"Picture provided by original account" : "Imagem fornecida pela conta original",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.",
"Choose as profile picture" : "Escolha como imagem de perfil",
"You are a member of the following groups:" : "Você é membro dos seguintes grupos:",
"You are using <strong>%s</strong>" : "Você está usando <strong>%s</strong>",
diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json
index 5decd33c93d..572c97e7184 100644
--- a/apps/settings/l10n/pt_BR.json
+++ b/apps/settings/l10n/pt_BR.json
@@ -467,6 +467,7 @@
"Remove image" : "Remover imagem",
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB",
"Picture provided by original account" : "Imagem fornecida pela conta original",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.",
"Choose as profile picture" : "Escolha como imagem de perfil",
"You are a member of the following groups:" : "Você é membro dos seguintes grupos:",
"You are using <strong>%s</strong>" : "Você está usando <strong>%s</strong>",
diff --git a/apps/weather_status/l10n/tr.js b/apps/weather_status/l10n/tr.js
index d8555728101..57dcf479c0a 100644
--- a/apps/weather_status/l10n/tr.js
+++ b/apps/weather_status/l10n/tr.js
@@ -21,9 +21,21 @@ OC.L10N.register(
"{temperature} {unit} partly cloudy" : "{temperature} {unit} parçalı bulutlu",
"{temperature} {unit} foggy later today" : "{temperature} {unit} bugün sisli",
"{temperature} {unit} foggy" : "{temperature} {unit} sisli",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
+ "{temperature} {unit} light rainfall" : "{temperature} {unit} hafif yağmurlu",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
+ "{temperature} {unit} rainfall" : "{temperature} {unit} yağmurlu",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} bugün şiddetli yağmurlu",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} şiddetli yağmurlu",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} bugün sağanak yağışlı",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} sağanak yağışlı",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} bugün hafif sağanak yağışlı",
+ "{temperature} {unit} light rainfall showers" : "{temperature} {unit} hafif sağanak yağışlı",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} bugün şiddetli sağanak yağışlı",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} şiddetli sağanak yağışlı",
"More weather for {adr}" : "{adr} için geniş hava durumu",
"Loading weather" : "Hava durumu yükleniyor",
- "Remove from favorites" : "Sık kullanılanlardan çıkar",
+ "Remove from favorites" : "Sık kullanılanlardan kaldır",
"Add as favorite" : "Sık kullanılanlara ekle",
"You are not logged in." : "Oturum açmamışsınız.",
"There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.",
@@ -42,9 +54,9 @@ OC.L10N.register(
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Sisli {time}",
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Hafif yağışlı {time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Yağışlı {time}",
- "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ağır yağışlı {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} şiddetli yağmur {time}",
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Sağanak yağış {time}",
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Hafif sağnak {time}",
- "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ağır sağnak {time}"
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} şiddetli sağanak yağış {time}"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/weather_status/l10n/tr.json b/apps/weather_status/l10n/tr.json
index f4033271aff..9acde1dddab 100644
--- a/apps/weather_status/l10n/tr.json
+++ b/apps/weather_status/l10n/tr.json
@@ -19,9 +19,21 @@
"{temperature} {unit} partly cloudy" : "{temperature} {unit} parçalı bulutlu",
"{temperature} {unit} foggy later today" : "{temperature} {unit} bugün sisli",
"{temperature} {unit} foggy" : "{temperature} {unit} sisli",
+ "{temperature} {unit} light rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
+ "{temperature} {unit} light rainfall" : "{temperature} {unit} hafif yağmurlu",
+ "{temperature} {unit} rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
+ "{temperature} {unit} rainfall" : "{temperature} {unit} yağmurlu",
+ "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} bugün şiddetli yağmurlu",
+ "{temperature} {unit} heavy rainfall" : "{temperature} {unit} şiddetli yağmurlu",
+ "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} bugün sağanak yağışlı",
+ "{temperature} {unit} rainfall showers" : "{temperature} {unit} sağanak yağışlı",
+ "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} bugün hafif sağanak yağışlı",
+ "{temperature} {unit} light rainfall showers" : "{temperature} {unit} hafif sağanak yağışlı",
+ "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} bugün şiddetli sağanak yağışlı",
+ "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} şiddetli sağanak yağışlı",
"More weather for {adr}" : "{adr} için geniş hava durumu",
"Loading weather" : "Hava durumu yükleniyor",
- "Remove from favorites" : "Sık kullanılanlardan çıkar",
+ "Remove from favorites" : "Sık kullanılanlardan kaldır",
"Add as favorite" : "Sık kullanılanlara ekle",
"You are not logged in." : "Oturum açmamışsınız.",
"There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.",
@@ -40,9 +52,9 @@
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Sisli {time}",
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Hafif yağışlı {time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Yağışlı {time}",
- "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ağır yağışlı {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} şiddetli yağmur {time}",
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Sağanak yağış {time}",
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Hafif sağnak {time}",
- "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ağır sağnak {time}"
+ "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} şiddetli sağanak yağış {time}"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file