Skip to content

Commit

Permalink
New Crowdin updates (#431)
Browse files Browse the repository at this point in the history
* New translations app_en.arb (German)

* New translations app_en.arb (Japanese)
  • Loading branch information
SchrodingersGat authored Oct 19, 2023
1 parent 67fd6a5 commit c65833c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
8 changes: 7 additions & 1 deletion lib/l10n/de_DE/app_de_DE.arb
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@
"@lineItem": {},
"lineItems": "Positionen",
"@lineItems": {},
"lineItemUpdated": "Position aktualisiert",
"@lineItemUpdated": {},
"locateItem": "Lagerbestand lokalisieren",
"@locateItem": {},
"locateLocation": "Lagerort lokalisieren",
Expand Down Expand Up @@ -737,6 +739,8 @@
"@serverNotConnected": {},
"serverNotSelected": "Server nicht ausgewählt",
"@serverNotSelected": {},
"sku": "Artikelnummer",
"@sku": {},
"sounds": "Töne",
"@sounds": {},
"soundOnBarcodeAction": "Ton bei Barcode-Aktion abspielen",
Expand Down Expand Up @@ -847,6 +851,8 @@
"@testResults": {
"description": ""
},
"testResultsDetail": "Testergebnisse für Lagerartikel anzeigen",
"@testResultsDetail": {},
"testResultAdd": "Testergebnis hinzufügen",
"@testResultAdd": {},
"testResultNone": "Keine Testergebnisse",
Expand Down Expand Up @@ -887,7 +893,7 @@
"@translate": {},
"translateHelp": "Hilf dabei, die InvenTree App zu übersetzen",
"@translateHelp": {},
"unitPrice": "Einzelpreis",
"unitPrice": "Preis pro Einheit",
"@unitPrice": {},
"units": "Einheiten",
"@units": {},
Expand Down
24 changes: 20 additions & 4 deletions lib/l10n/ja_JP/app_ja_JP.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"@@locale": "ja",
"ok": "はい",
"@ok": {
"description": "OK"
},
"about": "概要",
"@about": {},
"accountDetails": "アカウントの詳細",
Expand Down Expand Up @@ -48,6 +52,8 @@
"@attention": {},
"availableStock": "在庫あり",
"@availableStock": {},
"barcodeSettings": "バーコード設定",
"@barcodeSettings": {},
"barcodeAssign": "バーコードを割り当てる",
"@barcodeAssign": {},
"barcodeAssigned": "バーコードが割り当てられました",
Expand Down Expand Up @@ -190,23 +196,25 @@
"@feedbackSuccess": {},
"filterActive": "有効",
"@filterActive": {},
"filterActiveDetail": "有効な部品を表示",
"filterActiveDetail": "有効なパーツを表示",
"@filterActiveDetail": {},
"filterAssembly": "組立済み",
"@filterAssembly": {},
"filterAssemblyDetail": "組み立てられた部品を表示",
"filterAssemblyDetail": "組み立てられたパーツを表示",
"@filterAssemblyDetail": {},
"filterComponent": "コンポーネント",
"@filterComponent": {},
"filterComponentDetail": "コンポーネントパーツを表示",
"@filterComponentDetail": {},
"filterInStock": "在庫あり",
"@filterInStock": {},
"filterInStockDetail": "在庫がある部品を表示",
"filterInStockDetail": "在庫があるパーツを表示",
"@filterInStockDetail": {},
"filterTemplate": "テンプレート",
"@filterTemplate": {},
"filterVirtualDetail": "仮想部品を表示",
"filterVirtual": "仮想",
"@filterVirtual": {},
"filterVirtualDetail": "仮想パーツを表示",
"@filterVirtualDetail": {},
"formatException": "フォーマットの例外エラー",
"@formatException": {},
Expand Down Expand Up @@ -338,6 +346,8 @@
"@part": {
"description": "Part (single)"
},
"partCreateDetail": "このカテゴリに新しいパーツを作成",
"@partCreateDetail": {},
"parts": "パーツ",
"@parts": {
"description": "Part (multiple)"
Expand Down Expand Up @@ -558,6 +568,8 @@
"@stock": {
"description": "stock"
},
"stockDetails": "現在の在庫数",
"@stockDetails": {},
"stockItem": "在庫アイテム",
"@stockItem": {
"description": "stock item title"
Expand Down Expand Up @@ -660,6 +672,10 @@
"@transferStock": {
"description": "transfer stock"
},
"transferStockLocation": "在庫の保管場所を移動",
"@transferStockLocation": {},
"transferStockLocationDetail": "この在庫を他の場所に移動する",
"@transferStockLocationDetail": {},
"translate": "翻訳",
"@translate": {},
"translateHelp": "InvenTree アプリの翻訳に協力する",
Expand Down

0 comments on commit c65833c

Please sign in to comment.