Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10 localization files #6

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Aktivierung von Application Insights",
"description": "Aktivieren/deaktivieren Sie Azure Application Insights für das Geschäft"
},
"InstrumentationKey": {
"title": "Instrumentierungsschlüssel",
"description": "Geben Sie den Instrumentierungsschlüssel Ihrer AppInsights-Ressource auf Azure ein. Der Standardwert wird automatisch aus der Verbindungszeichenfolge geladen"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Enable",
"description": "Activating Azure Application Insights for the Store"
"title": "Application Insights activation",
"description": "Enable/ disable Azure Application Insights for the store"
},
"InstrumentationKey": {
"title": "Instrumentation Key",
"description": "The instrumentation key of your AppInsights resource on Azure. DefaultValue is automatically loaded from the connection string."
"title": "Instrumentation key",
"description": "Enter the instrumentation key of your AppInsights resource on Azure. The default value is automatically loaded from the connection string"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Activación de Application Insights",
"description": "Habilitar/deshabilitar Azure Application Insights para la tienda"
},
"InstrumentationKey": {
"title": "Clave de instrumentación",
"description": "Ingrese la clave de instrumentación de su recurso AppInsights en Azure. El valor predeterminado se carga automáticamente desde la cadena de conexión"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Activation de Application Insights",
"description": "Activer/désactiver Azure Application Insights pour le magasin"
},
"InstrumentationKey": {
"title": "Clé d'instrumentation",
"description": "Entrez la clé d'instrumentation de votre ressource AppInsights sur Azure. La valeur par défaut est automatiquement chargée depuis la chaîne de connexion"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Attivazione di Application Insights",
"description": "Abilita/disabilita Azure Application Insights per il negozio"
},
"InstrumentationKey": {
"title": "Chiave di strumentazione",
"description": "Inserisci la chiave di strumentazione della tua risorsa AppInsights su Azure. Il valore predefinito viene caricato automaticamente dalla stringa di connessione"
}
}
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Application Insightsの有効化",
"description": "ストアのためにAzure Application Insightsを有効化/無効化"
},
"InstrumentationKey": {
"title": "インストゥルメンテーションキー",
"description": "Azure上のAppInsightsリソースのインストゥルメンテーションキーを入力してください。デフォルト値は接続文字列から自動的に読み込まれます"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Aktywacja Application Insights",
"description": "Włącz/wyłącz Azure Application Insights dla sklepu"
},
"InstrumentationKey": {
"title": "Klucz instrumentacji",
"description": "Wprowadź klucz instrumentacji zasobu AppInsights na platformie Azure. Wartość domyślna jest ładowana automatycznie z ciągu połączenia"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Ativação do Application Insights",
"description": "Habilitar/desabilitar o Azure Application Insights para a loja"
},
"InstrumentationKey": {
"title": "Chave de instrumentação",
"description": "Insira a chave de instrumentação do seu recurso AppInsights no Azure. O valor padrão é carregado automaticamente a partir da string de conexão"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "Активация Application Insights",
"description": "Включить/выключить Azure Application Insights для магазина"
},
"InstrumentationKey": {
"title": "Ключ инструментирования",
"description": "Введите ключ инструментирования вашего ресурса AppInsights в Azure. Значение по умолчанию загружается автоматически из строки подключения"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"ApplicationInsights": {
"EnableTracking": {
"title": "启用Application Insights",
"description": "为商店启用/禁用Azure Application Insights"
},
"InstrumentationKey": {
"title": "仪表密钥",
"description": "输入Azure上AppInsights资源的仪表密钥。默认值会自动从连接字符串加载"
}
}
}
}
Loading