diff --git a/.gitignore b/.gitignore index 0136051..5e487e2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,3 @@ npm-debug.log node_modules LoopBackExplorer.iml - -intl/* -!intl/en/ diff --git a/intl/de/messages.json b/intl/de/messages.json new file mode 100644 index 0000000..476124b --- /dev/null +++ b/intl/de/messages.json @@ -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" +} + diff --git a/intl/es/messages.json b/intl/es/messages.json new file mode 100644 index 0000000..a33c467 --- /dev/null +++ b/intl/es/messages.json @@ -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" +} + diff --git a/intl/fr/messages.json b/intl/fr/messages.json new file mode 100644 index 0000000..8cd3984 --- /dev/null +++ b/intl/fr/messages.json @@ -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" +} + diff --git a/intl/it/messages.json b/intl/it/messages.json new file mode 100644 index 0000000..fc4d442 --- /dev/null +++ b/intl/it/messages.json @@ -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" +} + diff --git a/intl/ja/messages.json b/intl/ja/messages.json new file mode 100644 index 0000000..a2a0e4b --- /dev/null +++ b/intl/ja/messages.json @@ -0,0 +1,6 @@ +{ + "b9e94c12da3208f46a969191874c425c": "{{Explorer}} が {{localhost:{0}/explorer}} でマウントされました", + "88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} が {{http://localhost:{0}/explorer}} でマウントされました", + "f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} には、{{loopback}} 2.0 以降が必要です" +} + diff --git a/intl/ko/messages.json b/intl/ko/messages.json new file mode 100644 index 0000000..750b413 --- /dev/null +++ b/intl/ko/messages.json @@ -0,0 +1,6 @@ +{ + "b9e94c12da3208f46a969191874c425c": "{{Explorer}}이(가) {{localhost:{0}/explorer}}에 마운트됨", + "88bef790f515ec7b7af0c6871e60c077": "{{Explorer}}이(가) {{http://localhost:{0}/explorer}}에 마운트됨", + "f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}}에서는 {{loopback}} 2.0 이상이 필요함" +} + diff --git a/intl/nl/messages.json b/intl/nl/messages.json new file mode 100644 index 0000000..7f221c9 --- /dev/null +++ b/intl/nl/messages.json @@ -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" +} + diff --git a/intl/pt/messages.json b/intl/pt/messages.json new file mode 100644 index 0000000..8ab9b1d --- /dev/null +++ b/intl/pt/messages.json @@ -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" +} + diff --git a/intl/tr/messages.json b/intl/tr/messages.json new file mode 100644 index 0000000..efe0b88 --- /dev/null +++ b/intl/tr/messages.json @@ -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" +} + diff --git a/intl/zh-Hans/messages.json b/intl/zh-Hans/messages.json new file mode 100644 index 0000000..1ad96aa --- /dev/null +++ b/intl/zh-Hans/messages.json @@ -0,0 +1,6 @@ +{ + "b9e94c12da3208f46a969191874c425c": "在 {{localhost:{0}/explorer}} 安装了 {{Explorer}}", + "88bef790f515ec7b7af0c6871e60c077": "在 {{http://localhost:{0}/explorer}} 安装了 {{Explorer}}", + "f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} 需要 {{loopback}} 2.0 或更新版本" +} + diff --git a/intl/zh-Hant/messages.json b/intl/zh-Hant/messages.json new file mode 100644 index 0000000..0558bbb --- /dev/null +++ b/intl/zh-Hant/messages.json @@ -0,0 +1,6 @@ +{ + "b9e94c12da3208f46a969191874c425c": "{{Explorer}} 已裝載於 {{localhost:{0}/explorer}}", + "88bef790f515ec7b7af0c6871e60c077": "{{Explorer}} 已裝載於 {{http://localhost:{0}/explorer}}", + "f3f2b04c273e23780d76306f8c72a60f": "{{loopback-component-explorer}} 需要 {{loopback}} 2.0 或更新版本" +} +