summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/es.js6
-rw-r--r--core/l10n/es.json6
-rw-r--r--core/l10n/ja.js6
-rw-r--r--core/l10n/ja.json6
-rw-r--r--core/l10n/pt_PT.js6
-rw-r--r--core/l10n/pt_PT.json6
6 files changed, 30 insertions, 6 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 4bd33bdd27a..b963b9d3f01 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -110,7 +110,11 @@ OC.L10N.register(
"Edit tags" : "Editar etiquetas",
"Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}",
"No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.",
- "_download %n file_::_download %n files_" : ["",""],
+ "unknown text" : "test desconocido",
+ "Hello world!" : "¡ Hola mundo !",
+ "sunny" : "soleado",
+ "Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
+ "_download %n file_::_download %n files_" : ["descarga %n ficheros","descarga %n ficheros"],
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful." : "Falló la actualización",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index d479364834c..008891d5c98 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -108,7 +108,11 @@
"Edit tags" : "Editar etiquetas",
"Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}",
"No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.",
- "_download %n file_::_download %n files_" : ["",""],
+ "unknown text" : "test desconocido",
+ "Hello world!" : "¡ Hola mundo !",
+ "sunny" : "soleado",
+ "Hello {name}, the weather is {weather}" : "Hola {name}, el día es {weather}",
+ "_download %n file_::_download %n files_" : ["descarga %n ficheros","descarga %n ficheros"],
"Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful." : "Falló la actualización",
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index 3773e43227b..bba306dafc6 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -110,7 +110,11 @@ OC.L10N.register(
"Edit tags" : "タグを編集",
"Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
"No tags selected for deletion." : "削除するタグが選択されていません。",
- "_download %n file_::_download %n files_" : [""],
+ "unknown text" : "不明なテキスト",
+ "Hello world!" : "Hello world!",
+ "sunny" : "快晴",
+ "Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です",
+ "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
"Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful." : "アップデートに失敗しました。",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index a1d9be4e721..706d6bcfc29 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -108,7 +108,11 @@
"Edit tags" : "タグを編集",
"Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
"No tags selected for deletion." : "削除するタグが選択されていません。",
- "_download %n file_::_download %n files_" : [""],
+ "unknown text" : "不明なテキスト",
+ "Hello world!" : "Hello world!",
+ "sunny" : "快晴",
+ "Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です",
+ "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
"Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful." : "アップデートに失敗しました。",
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index 58ec068e69e..bc84fc7bbd9 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -110,7 +110,11 @@ OC.L10N.register(
"Edit tags" : "Editar etiquetas",
"Error loading dialog template: {error}" : "Erro ao carregar modelo de diálogo: {error}",
"No tags selected for deletion." : "Não foram escolhidas etiquetas para apagar.",
- "_download %n file_::_download %n files_" : ["",""],
+ "unknown text" : "texto desconhecido",
+ "Hello world!" : "Olá mundo!",
+ "sunny" : "solarengo",
+ "Hello {name}, the weather is {weather}" : "Olá {name}, o tempo está {weather}",
+ "_download %n file_::_download %n files_" : ["download %n ficheiro","download %n ficheiros"],
"Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.",
"Please reload the page." : "Por favor recarregue a página.",
"The update was unsuccessful." : "Não foi possível atualizar.",
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index 694c9a4fa26..f61e3c076d0 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -108,7 +108,11 @@
"Edit tags" : "Editar etiquetas",
"Error loading dialog template: {error}" : "Erro ao carregar modelo de diálogo: {error}",
"No tags selected for deletion." : "Não foram escolhidas etiquetas para apagar.",
- "_download %n file_::_download %n files_" : ["",""],
+ "unknown text" : "texto desconhecido",
+ "Hello world!" : "Olá mundo!",
+ "sunny" : "solarengo",
+ "Hello {name}, the weather is {weather}" : "Olá {name}, o tempo está {weather}",
+ "_download %n file_::_download %n files_" : ["download %n ficheiro","download %n ficheiros"],
"Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.",
"Please reload the page." : "Por favor recarregue a página.",
"The update was unsuccessful." : "Não foi possível atualizar.",