Add translated files

This commit is contained in:
gunjpan 2016-09-19 14:53:32 -04:00
parent 72a754b099
commit ea512e4f39
12 changed files with 66 additions and 3 deletions

3
.gitignore vendored
View File

@ -19,6 +19,3 @@ npm-debug.log
node_modules
LoopBackExplorer.iml
intl/*
!intl/en/

6
intl/de/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} angehängt unter {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} angehängt unter {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} erfordert {{loopback}} ab Version 2.0"
}

6
intl/es/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} montado en {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} montado en {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} requiere {{loopback}} 2.0 o posterior"
}

6
intl/fr/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} monté sur {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} monté sur {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} requiert {{loopback}} 2.0 ou version ultérieure"
}

6
intl/it/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} montato in {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} montato in {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} richiede {{loopback}} 2.0 o successivo"
}

6
intl/ja/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} が {{localhost:{0}/explorer}} でマウントされました",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} が {{http://localhost:{0}/explorer}} でマウントされました",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} には、{{loopback}} 2.0 以降が必要です"
}

6
intl/ko/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}}이(가) {{localhost:{0}/explorer}}에 마운트됨",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}}이(가) {{http://localhost:{0}/explorer}}에 마운트됨",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}}에서는 {{loopback}} 2.0 이상이 필요함"
}

6
intl/nl/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} gekoppeld op {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} gekoppeld op {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} vereist {{loopback}} 2.0 of hoger"
}

6
intl/pt/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} montado em {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} montado em {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} requer {{loopback}} 2.0 ou mais recente"
}

6
intl/tr/messages.json Normal file
View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}}, {{localhost:{0}/explorer}} noktasında sisteme bağlandı",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}}, {{http://localhost:{0}/explorer}} noktasında sisteme bağlandı",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} için {{loopback}} 2.0 ya da daha yeni bir sürüm gerekli"
}

View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "在 {{localhost:{0}/explorer}} 安装了 {{Explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "在 {{http://localhost:{0}/explorer}} 安装了 {{Explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} 需要 {{loopback}} 2.0 或更新版本"
}

View File

@ -0,0 +1,6 @@
{
"b9e94c12da3208f46a969191874c425c": "{{Explorer}} 已裝載於 {{localhost:{0}/explorer}}",
"88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} 已裝載於 {{http://localhost:{0}/explorer}}",
"f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} 需要 {{loopback}} 2.0 或更新版本"
}