chore: new Crowdin updates (#1770)

This commit is contained in:
Thomas Camlong
2023-12-30 21:46:01 +01:00
committed by GitHub
parent 159ba4b1c3
commit b9a5b5ed09
54 changed files with 914 additions and 860 deletions
@@ -1,25 +1,26 @@
{
"modal": {
"title": "新しいタイルを追加する",
"text": "タイルはHomarrの主要な要素です。アプリやその他の情報を表示するために使用されます。タイルはいくつでも追加することができます。"
},
"widgetDescription": "ウィジェットは、アプリケーションと相互作用し、アプリケーションをよりコントロールすることができます。通常、使用する前に追加の設定が必要です。",
"goBack": "前のステップに戻る",
"actionIcon": {
"tooltip": "タイルを追加する"
},
"apps": "アプリ",
"app": {
"defaultName": "アプリ"
},
"widgets": "ウィジェット",
"categories": "カテゴリー",
"category": {
"newName": "新しいカテゴリ名",
"defaultName": "新しいカテゴリー",
"created": {
"title": "カテゴリを作成しました",
"message": "カテゴリ \"{{name}}\" が作成されました"
}
"modal": {
"title": "新しいタイルを追加する",
"text": "タイルはHomarrの主要な要素です。アプリやその他の情報を表示するために使用されます。タイルはいくつでも追加することができます。"
},
"widgetDescription": "ウィジェットは、アプリケーションと相互作用し、アプリケーションをよりコントロールすることができます。通常、使用する前に追加の設定が必要です。",
"goBack": "前のステップに戻る",
"actionIcon": {
"tooltip": "タイルを追加する"
},
"apps": "アプリ",
"app": {
"defaultName": "アプリ"
},
"widgets": "ウィジェット",
"categories": "カテゴリー",
"category": {
"newName": "新しいカテゴリ名",
"defaultName": "新しいカテゴリー",
"created": {
"title": "カテゴリを作成しました",
"message": "カテゴリ \"{{name}}\" が作成されました"
}
},
"importFromDocker": ""
}
+11 -10
View File
@@ -4,6 +4,13 @@
"description": "現在の日付と時刻を表示します。",
"settings": {
"title": "日付と時刻ウィジェットの設定",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "24時間表示"
},
@@ -13,18 +20,12 @@
"hide": "日付を隠す"
}
},
"enableTimezone": {
"label": "カスタムタイムゾーンを表示"
},
"timezoneLocation": {
"label": "タイムゾーン"
},
"titleState": {
"label": "都市名",
"info": "タイムゾーンオプションを有効にすると、都市名とタイムゾーンコードが表示されます。<br/>また、都市だけを表示することも、何も表示しないこともできます。",
"label": "",
"info": "",
"data": {
"both": "都市とタイムゾーン",
"city": "都市のみ",
"both": "",
"city": "",
"none": "なし"
}
}