diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-21 00:08:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-21 00:08:26 +0000 |
commit | 4d556a3ade39f38eb4b2ca3253863e3f86c7c69b (patch) | |
tree | efe005175f0806d14560c802cf0c8ecf1bef33dd /core/l10n | |
parent | f0f396b527532a0a4fbe00542936a2717acd8712 (diff) | |
download | nextcloud-server-4d556a3ade39f38eb4b2ca3253863e3f86c7c69b.tar.gz nextcloud-server-4d556a3ade39f38eb4b2ca3253863e3f86c7c69b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/es.js | 3 | ||||
-rw-r--r-- | core/l10n/es.json | 3 | ||||
-rw-r--r-- | core/l10n/ko.js | 1 | ||||
-rw-r--r-- | core/l10n/ko.json | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index a0d77bc1afe..6a92580cfe2 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "Aquí no hay archivos", "Choose" : "Seleccionar", "Copy" : "Copiar", + "Move" : "Mover", "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", "OK" : "OK", "Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Error cargando plantilla de archivo existente", "Pending" : "Pendiente", + "Copy to {folder}" : "Copiar a {folder}", + "Move to {folder}" : "Mover a {folder}", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", "So-so password" : "Contraseña pasable", diff --git a/core/l10n/es.json b/core/l10n/es.json index 559fa023f8d..d80374fedea 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -83,6 +83,7 @@ "No files in here" : "Aquí no hay archivos", "Choose" : "Seleccionar", "Copy" : "Copiar", + "Move" : "Mover", "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", "OK" : "OK", "Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}", @@ -98,6 +99,8 @@ "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Error cargando plantilla de archivo existente", "Pending" : "Pendiente", + "Copy to {folder}" : "Copiar a {folder}", + "Move to {folder}" : "Mover a {folder}", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", "So-so password" : "Contraseña pasable", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 2acea2d182f..f6429f2e9d6 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -40,6 +40,7 @@ OC.L10N.register( "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨", "Checking updates of apps" : "앱 업데이트 확인 중", + "Checking for update of app \"%s\" in appstore" : "앱스토어에서 %s 앱의 업데이트를 확인하는 중", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨", "Updated \"%s\" to %s" : "\"%s\"을(를) %s(으)로 업데이트함", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index d936bdb405c..9256e060ca4 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -38,6 +38,7 @@ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨", "Checking updates of apps" : "앱 업데이트 확인 중", + "Checking for update of app \"%s\" in appstore" : "앱스토어에서 %s 앱의 업데이트를 확인하는 중", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)", "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨", "Updated \"%s\" to %s" : "\"%s\"을(를) %s(으)로 업데이트함", |