2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-02 03:40:47 +00:00

New Crowdin updates (#666)

* New translations app_en.arb (Romanian)

* New translations app_en.arb (French)

* New translations app_en.arb (Spanish)

* New translations app_en.arb (Arabic)

* New translations app_en.arb (Bulgarian)

* New translations app_en.arb (Czech)

* New translations app_en.arb (Danish)

* New translations app_en.arb (German)

* New translations app_en.arb (Greek)

* New translations app_en.arb (Finnish)

* New translations app_en.arb (Hebrew)

* New translations app_en.arb (Hungarian)

* New translations app_en.arb (Italian)

* New translations app_en.arb (Japanese)

* New translations app_en.arb (Korean)

* New translations app_en.arb (Lithuanian)

* New translations app_en.arb (Dutch)

* New translations app_en.arb (Norwegian)

* New translations app_en.arb (Polish)

* New translations app_en.arb (Portuguese)

* New translations app_en.arb (Russian)

* New translations app_en.arb (Slovak)

* New translations app_en.arb (Slovenian)

* New translations app_en.arb (Swedish)

* New translations app_en.arb (Turkish)

* New translations app_en.arb (Ukrainian)

* New translations app_en.arb (Chinese Simplified)

* New translations app_en.arb (Chinese Traditional)

* New translations app_en.arb (Vietnamese)

* New translations app_en.arb (Portuguese, Brazilian)

* New translations app_en.arb (Indonesian)

* New translations app_en.arb (Persian)

* New translations app_en.arb (Spanish, Mexico)

* New translations app_en.arb (Thai)

* New translations app_en.arb (Estonian)

* New translations app_en.arb (Latvian)

* New translations app_en.arb (Hindi)

* New translations app_en.arb (Serbian (Latin))
This commit is contained in:
Oliver
2025-06-25 18:49:02 +10:00
committed by GitHub
parent 55d14e7457
commit 2bb89a96ce
38 changed files with 1280 additions and 216 deletions

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Přiděleno", "allocated": "Přiděleno",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Přidělit zásoby", "allocateStock": "Přidělit zásoby",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Zobrazit poznámky k verzi aplikace", "appReleaseNotes": "Zobrazit poznámky k verzi aplikace",
@ -177,6 +185,7 @@
"confirmScan": "Potvrdit převod", "confirmScan": "Potvrdit převod",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Potvrdit podrobnosti o převodu zásob při skenování čárových kódů", "confirmScanDetail": "Potvrdit podrobnosti o převodu zásob při skenování čárových kódů",
"@confirmScanDetail": {},
"connectionRefused": "Spojení selhalo", "connectionRefused": "Spojení selhalo",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Počet", "count": "Počet",
@ -189,6 +198,10 @@
}, },
"credits": "Poděkování", "credits": "Poděkování",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Zákazník", "customer": "Zákazník",
"@customer": {}, "@customer": {},
"customers": "Zákazníci", "customers": "Zákazníci",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentace", "documentation": "Dokumentace",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Stahování souboru", "downloading": "Stahování souboru",
"@downloading": {}, "@downloading": {},
"downloadError": "Chyba při stahování",
"@downloadError": {},
"edit": "Upravit", "edit": "Upravit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Domů", "home": "Domů",
"@homeScreen": {}, "@home": {},
"homeScreen": "Domovská obrazovka", "homeScreen": "Domovská obrazovka",
"@homeScreen": {},
"homeScreenSettings": "Konfigurace nastavení domovské obrazovky", "homeScreenSettings": "Konfigurace nastavení domovské obrazovky",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Zobrazit objednávky", "homeShowPo": "Zobrazit objednávky",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Žádné výsledky", "noResults": "Žádné výsledky",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Žádná podkategorie", "noSubcategories": "Žádná podkategorie",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Žádné podkategorie nejsou k dispozici", "noSubcategoriesAvailable": "Žádné podkategorie nejsou k dispozici",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Obnovit", "refresh": "Obnovit",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Obnovuji", "refreshing": "Obnovuji",
"@refreshing": {}, "@refreshing": {},
"rejected": "Zamítnuto", "rejected": "Zamítnuto",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Soubor nahrán", "uploadSuccess": "Soubor nahrán",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Použito v", "usedIn": "Použito v",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Sestavy vyžadující tento díl", "usedInDetails": "Sestavy vyžadující tento díl",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Tildelt", "allocated": "Tildelt",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Tildel lager", "allocateStock": "Tildel lager",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Vis app-udgivelsesnoter", "appReleaseNotes": "Vis app-udgivelsesnoter",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentation", "documentation": "Dokumentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Overfører fil", "downloading": "Overfører fil",
"@downloading": {}, "@downloading": {},
"downloadError": "Fejl under download",
"@downloadError": {},
"edit": "Rediger", "edit": "Rediger",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Hjem", "home": "Hjem",
"@homeScreen": {}, "@home": {},
"homeScreen": "Startskærm", "homeScreen": "Startskærm",
"@homeScreen": {},
"homeScreenSettings": "Konfigurér indstillinger for startskærmen", "homeScreenSettings": "Konfigurér indstillinger for startskærmen",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Vis Indkøbsordrer", "homeShowPo": "Vis Indkøbsordrer",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Zugewiesen", "allocated": "Zugewiesen",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Bestand zuweisen", "allocateStock": "Bestand zuweisen",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "App-Versionshinweise anzeigen", "appReleaseNotes": "App-Versionshinweise anzeigen",
@ -177,6 +185,7 @@
"confirmScan": "Transfer bestätigen", "confirmScan": "Transfer bestätigen",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Bestätigen Sie Bestandsverschiebungen beim Scannen von Barcodes", "confirmScanDetail": "Bestätigen Sie Bestandsverschiebungen beim Scannen von Barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Verbindung verweigert", "connectionRefused": "Verbindung verweigert",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Zählen", "count": "Zählen",
@ -189,6 +198,10 @@
}, },
"credits": "Danksagungen", "credits": "Danksagungen",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Kunde", "customer": "Kunde",
"@customer": {}, "@customer": {},
"customers": "Kunden", "customers": "Kunden",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentation", "documentation": "Dokumentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Datei wird heruntergeladen", "downloading": "Datei wird heruntergeladen",
"@downloading": {}, "@downloading": {},
"downloadError": "Fehler beim Herunterladen",
"@downloadError": {},
"edit": "Bearbeiten", "edit": "Bearbeiten",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Startseite", "home": "Startseite",
"@homeScreen": {}, "@home": {},
"homeScreen": "Startseite", "homeScreen": "Startseite",
"@homeScreen": {},
"homeScreenSettings": "Einstellungen für Startseite konfigurieren", "homeScreenSettings": "Einstellungen für Startseite konfigurieren",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Bestellungen anzeigen", "homeShowPo": "Bestellungen anzeigen",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Keine Ergebnisse", "noResults": "Keine Ergebnisse",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Keine Unter-Kategorien", "noSubcategories": "Keine Unter-Kategorien",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Keine Unter-Kategorien verfügbar", "noSubcategoriesAvailable": "Keine Unter-Kategorien verfügbar",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Neu laden", "refresh": "Neu laden",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Aktualisiere", "refreshing": "Aktualisiere",
"@refreshing": {}, "@refreshing": {},
"rejected": "Zurückgewiesen", "rejected": "Zurückgewiesen",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Datei hochgeladen", "uploadSuccess": "Datei hochgeladen",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Verwendet in", "usedIn": "Verwendet in",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Baugruppen, die dieses Teil benötigen", "usedInDetails": "Baugruppen, die dieses Teil benötigen",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Κατανεμημένο", "allocated": "Κατανεμημένο",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Κατανομή Αποθέματος", "allocateStock": "Κατανομή Αποθέματος",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Προβολή πληροφοριών έκδοσης εφαρμογής", "appReleaseNotes": "Προβολή πληροφοριών έκδοσης εφαρμογής",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Asignado", "allocated": "Asignado",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Asignar stock", "allocateStock": "Asignar stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Mostrar notas de versión de la aplicación", "appReleaseNotes": "Mostrar notas de versión de la aplicación",
@ -177,6 +185,7 @@
"confirmScan": "Confirmar transferencia", "confirmScan": "Confirmar transferencia",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmar detalles de transferencia de stock al escanear códigos de barras", "confirmScanDetail": "Confirmar detalles de transferencia de stock al escanear códigos de barras",
"@confirmScanDetail": {},
"connectionRefused": "Conexión rechazada", "connectionRefused": "Conexión rechazada",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Contar", "count": "Contar",
@ -189,6 +198,10 @@
}, },
"credits": "Créditos", "credits": "Créditos",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Cliente", "customer": "Cliente",
"@customer": {}, "@customer": {},
"customers": "Clientes", "customers": "Clientes",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentación", "documentation": "Documentación",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Descargando archivo", "downloading": "Descargando archivo",
"@downloading": {}, "@downloading": {},
"downloadError": "Error de descarga",
"@downloadError": {},
"edit": "Editar", "edit": "Editar",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Inicio", "home": "Inicio",
"@homeScreen": {}, "@home": {},
"homeScreen": "Pantalla de Inicio", "homeScreen": "Pantalla de Inicio",
"@homeScreen": {},
"homeScreenSettings": "Configurar ajustes de la pantalla de inicio", "homeScreenSettings": "Configurar ajustes de la pantalla de inicio",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Mostrar órdenes de compra", "homeShowPo": "Mostrar órdenes de compra",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Sin resultados", "noResults": "Sin resultados",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No hay subcategorías", "noSubcategories": "No hay subcategorías",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No hay subcategorías disponibles", "noSubcategoriesAvailable": "No hay subcategorías disponibles",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refrescar", "refresh": "Refrescar",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Actualizando", "refreshing": "Actualizando",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rechazado", "rejected": "Rechazado",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Archivo subido", "uploadSuccess": "Archivo subido",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Usado En", "usedIn": "Usado En",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Ensamblados que requieren esta pieza", "usedInDetails": "Ensamblados que requieren esta pieza",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Asignado", "allocated": "Asignado",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Asignar existencias", "allocateStock": "Asignar existencias",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Mostrar notas de versión de la aplicación", "appReleaseNotes": "Mostrar notas de versión de la aplicación",
@ -177,6 +185,7 @@
"confirmScan": "Confirmar transferencia", "confirmScan": "Confirmar transferencia",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmar detalles de transferencia de stock al escanear códigos de barras", "confirmScanDetail": "Confirmar detalles de transferencia de stock al escanear códigos de barras",
"@confirmScanDetail": {},
"connectionRefused": "Conexión rechazada", "connectionRefused": "Conexión rechazada",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Número", "count": "Número",
@ -189,6 +198,10 @@
}, },
"credits": "Créditos", "credits": "Créditos",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Cliente", "customer": "Cliente",
"@customer": {}, "@customer": {},
"customers": "Clientes", "customers": "Clientes",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentación", "documentation": "Documentación",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Descargando archivo", "downloading": "Descargando archivo",
"@downloading": {}, "@downloading": {},
"downloadError": "Error de descarga",
"@downloadError": {},
"edit": "Editar", "edit": "Editar",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Inicio", "home": "Inicio",
"@homeScreen": {}, "@home": {},
"homeScreen": "Pantalla de Inicio", "homeScreen": "Pantalla de Inicio",
"@homeScreen": {},
"homeScreenSettings": "Configurar ajustes de la pantalla de inicio", "homeScreenSettings": "Configurar ajustes de la pantalla de inicio",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Mostrar órdenes de compra", "homeShowPo": "Mostrar órdenes de compra",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Sin resultados", "noResults": "Sin resultados",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No hay subcategorías", "noSubcategories": "No hay subcategorías",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No hay subcategorías disponibles", "noSubcategoriesAvailable": "No hay subcategorías disponibles",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Actualizar", "refresh": "Actualizar",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Actualizando", "refreshing": "Actualizando",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rechazado", "rejected": "Rechazado",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Archivo subido", "uploadSuccess": "Archivo subido",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Usado en", "usedIn": "Usado en",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Ensambles que requieren esta parte", "usedInDetails": "Ensambles que requieren esta parte",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Eraldatud", "allocated": "Eraldatud",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Jaota laoseis", "allocateStock": "Jaota laoseis",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Kinnita ülekanne", "confirmScan": "Kinnita ülekanne",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Kinnitage laoseisu ülekande üksikasjad vöötkoodide skaneerimisel", "confirmScanDetail": "Kinnitage laoseisu ülekande üksikasjad vöötkoodide skaneerimisel",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Kogus", "count": "Kogus",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Klient", "customer": "Klient",
"@customer": {}, "@customer": {},
"customers": "Kliendid", "customers": "Kliendid",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumendid", "documentation": "Dokumendid",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Faili allalaadimine", "downloading": "Faili allalaadimine",
"@downloading": {}, "@downloading": {},
"downloadError": "Allalaadimise viga",
"@downloadError": {},
"edit": "Muuda", "edit": "Muuda",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Avaleht", "home": "Avaleht",
"@homeScreen": {}, "@home": {},
"homeScreen": "Koduekraan", "homeScreen": "Koduekraan",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Tulemusi pole", "noResults": "Tulemusi pole",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Alamkategooriaid pole", "noSubcategories": "Alamkategooriaid pole",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Ühtegi alamkategooriat pole saadaval", "noSubcategoriesAvailable": "Ühtegi alamkategooriat pole saadaval",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Värskenda", "refresh": "Värskenda",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Värskendan", "refreshing": "Värskendan",
"@refreshing": {}, "@refreshing": {},
"rejected": "Tagasi lükatud", "rejected": "Tagasi lükatud",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Fail on üles laaditud", "uploadSuccess": "Fail on üles laaditud",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "اختصاص داده شده", "allocated": "اختصاص داده شده",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "موجودی اختصاص داده شده", "allocateStock": "موجودی اختصاص داده شده",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "نمایش یادداشت های انتشار برنامه", "appReleaseNotes": "نمایش یادداشت های انتشار برنامه",
@ -177,6 +185,7 @@
"confirmScan": "تأیید انتقال", "confirmScan": "تأیید انتقال",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "هنگام اسکن بارکد، جزئیات انتقال سهام را تأیید کنید", "confirmScanDetail": "هنگام اسکن بارکد، جزئیات انتقال سهام را تأیید کنید",
"@confirmScanDetail": {},
"connectionRefused": "اتصال رد شد", "connectionRefused": "اتصال رد شد",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "تعداد", "count": "تعداد",
@ -189,6 +198,10 @@
}, },
"credits": "اعتبارات", "credits": "اعتبارات",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "مشتری", "customer": "مشتری",
"@customer": {}, "@customer": {},
"customers": "مشتریان", "customers": "مشتریان",
@ -227,10 +240,12 @@
}, },
"documentation": "مستندات", "documentation": "مستندات",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "در حال دانلود فایل", "downloading": "در حال دانلود فایل",
"@downloading": {}, "@downloading": {},
"downloadError": "خطای بارگیری",
"@downloadError": {},
"edit": "ویرایش", "edit": "ویرایش",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "خانه", "home": "خانه",
"@homeScreen": {}, "@home": {},
"homeScreen": "صفحه خانه", "homeScreen": "صفحه خانه",
"@homeScreen": {},
"homeScreenSettings": "پیکربندی تنظیمات صفحه خانه", "homeScreenSettings": "پیکربندی تنظیمات صفحه خانه",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "نمایش سفارش های خرید", "homeShowPo": "نمایش سفارش های خرید",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "بدون نتیجه", "noResults": "بدون نتیجه",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "بدون زیر دسته بندی", "noSubcategories": "بدون زیر دسته بندی",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "هیچ زیر دسته بندی ای در دسترس نیست", "noSubcategoriesAvailable": "هیچ زیر دسته بندی ای در دسترس نیست",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "تازه سازی", "refresh": "تازه سازی",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "در حال تازه سازی", "refreshing": "در حال تازه سازی",
"@refreshing": {}, "@refreshing": {},
"rejected": "رد شد", "rejected": "رد شد",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "فایل اپلود شد", "uploadSuccess": "فایل اپلود شد",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "استفاده شده در", "usedIn": "استفاده شده در",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "مجموعه هایی که به این قطعه نیاز دارند", "usedInDetails": "مجموعه هایی که به این قطعه نیاز دارند",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Näytä sovelluksen julkaisutiedot", "appReleaseNotes": "Näytä sovelluksen julkaisutiedot",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Yhteys evätty", "connectionRefused": "Yhteys evätty",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Asiakkaat", "customers": "Asiakkaat",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentaatio", "documentation": "Dokumentaatio",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Ladataan tiedostoa", "downloading": "Ladataan tiedostoa",
"@downloading": {}, "@downloading": {},
"downloadError": "Latausvirhe",
"@downloadError": {},
"edit": "Muokkaa", "edit": "Muokkaa",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Koti", "home": "Koti",
"@homeScreen": {}, "@home": {},
"homeScreen": "Aloitusnäyttö", "homeScreen": "Aloitusnäyttö",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Ei tuloksia", "noResults": "Ei tuloksia",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Päivitä", "refresh": "Päivitä",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Päivitetään", "refreshing": "Päivitetään",
"@refreshing": {}, "@refreshing": {},
"rejected": "Hylätty", "rejected": "Hylätty",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allouée", "allocated": "Allouée",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allouer un stock", "allocateStock": "Allouer un stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Afficher les notes de version de l'application", "appReleaseNotes": "Afficher les notes de version de l'application",
@ -177,6 +185,7 @@
"confirmScan": "Confirmer le transfert", "confirmScan": "Confirmer le transfert",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmation des détails du transfert de stock lors de la lecture des codes-barres", "confirmScanDetail": "Confirmation des détails du transfert de stock lors de la lecture des codes-barres",
"@confirmScanDetail": {},
"connectionRefused": "Connexion refusée", "connectionRefused": "Connexion refusée",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Nombre", "count": "Nombre",
@ -189,6 +198,10 @@
}, },
"credits": "Crédits", "credits": "Crédits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Client", "customer": "Client",
"@customer": {}, "@customer": {},
"customers": "Clients", "customers": "Clients",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Téléchargement du fichier", "downloading": "Téléchargement du fichier",
"@downloading": {}, "@downloading": {},
"downloadError": "Erreur lors du téléchargement",
"@downloadError": {},
"edit": "Modifier", "edit": "Modifier",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Page daccueil", "home": "Page daccueil",
"@homeScreen": {}, "@home": {},
"homeScreen": "Ecran d'accueil", "homeScreen": "Ecran d'accueil",
"@homeScreen": {},
"homeScreenSettings": "Configurer les paramètres de l'écran d'accueil", "homeScreenSettings": "Configurer les paramètres de l'écran d'accueil",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Voir bon de commande", "homeShowPo": "Voir bon de commande",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Aucun résultat", "noResults": "Aucun résultat",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Pas de sous-catégorie", "noSubcategories": "Pas de sous-catégorie",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Aucune sous-catégorie disponible", "noSubcategoriesAvailable": "Aucune sous-catégorie disponible",
@ -576,7 +594,7 @@
"@partNoResults": {}, "@partNoResults": {},
"partPricing": "Tarification des pièces", "partPricing": "Tarification des pièces",
"@partPricing": {}, "@partPricing": {},
"partPricingSettingDetail": "Display part pricing information", "partPricingSettingDetail": "Afficher les informations sur le prix des pièces",
"@pricingSettingDetail": {}, "@pricingSettingDetail": {},
"partSettings": "Paramètres de la pièce", "partSettings": "Paramètres de la pièce",
"@partSettings": {}, "@partSettings": {},
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Actualiser", "refresh": "Actualiser",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Actualisation en cours", "refreshing": "Actualisation en cours",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejeté", "rejected": "Rejeté",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Fichier transféré", "uploadSuccess": "Fichier transféré",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Utilisé dans", "usedIn": "Utilisé dans",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblages qui requièrent ce composant", "usedInDetails": "Assemblages qui requièrent ce composant",
@ -1102,9 +1124,9 @@
"@bomCost": {}, "@bomCost": {},
"internalCost": "Coût interne", "internalCost": "Coût interne",
"@internalCost": {}, "@internalCost": {},
"variantCost": "Variant Cost", "variantCost": "Cout Variable",
"@variantCost": {}, "@variantCost": {},
"overallPricing": "Overall Pricing", "overallPricing": "Cout Global",
"@overallPricing": {}, "@overallPricing": {},
"pricingOverrides": "Pricing Overrides", "pricingOverrides": "Pricing Overrides",
"@pricingOverrides": {}, "@pricingOverrides": {},
@ -1115,5 +1137,11 @@
"noPricingAvailable": "Aucune tarification disponible", "noPricingAvailable": "Aucune tarification disponible",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "Aucune donnée de tarification disponible pour cette pièce", "noPricingDataFound": "Aucune donnée de tarification disponible pour cette pièce",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "מוקצה", "allocated": "מוקצה",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "הקצאת מלאי", "allocateStock": "הקצאת מלאי",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": " הצג הערות פרסום של האפליקציה", "appReleaseNotes": " הצג הערות פרסום של האפליקציה",
@ -177,6 +185,7 @@
"confirmScan": "אשר העברה", "confirmScan": "אשר העברה",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "אשר את פרטי העברת המלאי בעת סריקת ברקודים", "confirmScanDetail": "אשר את פרטי העברת המלאי בעת סריקת ברקודים",
"@confirmScanDetail": {},
"connectionRefused": "החיבור סורב", "connectionRefused": "החיבור סורב",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "ספירה", "count": "ספירה",
@ -189,6 +198,10 @@
}, },
"credits": "קרדיטים", "credits": "קרדיטים",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "לקוח", "customer": "לקוח",
"@customer": {}, "@customer": {},
"customers": "לקוחות", "customers": "לקוחות",
@ -227,10 +240,12 @@
}, },
"documentation": "תיעוד", "documentation": "תיעוד",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "מוריד קובץ", "downloading": "מוריד קובץ",
"@downloading": {}, "@downloading": {},
"downloadError": "שגיאת הורדה",
"@downloadError": {},
"edit": "ערוך", "edit": "ערוך",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "בית", "home": "בית",
"@homeScreen": {}, "@home": {},
"homeScreen": "מסך הבית", "homeScreen": "מסך הבית",
"@homeScreen": {},
"homeScreenSettings": "הגדר את הגדרות מסך הבית", "homeScreenSettings": "הגדר את הגדרות מסך הבית",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "הצג הזמנות רכש", "homeShowPo": "הצג הזמנות רכש",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "אין תוצאות", "noResults": "אין תוצאות",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "אין קטגורית משנה", "noSubcategories": "אין קטגורית משנה",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "אין קטכוריות משנה זמינות", "noSubcategoriesAvailable": "אין קטכוריות משנה זמינות",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "רענון", "refresh": "רענון",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "מרענן", "refreshing": "מרענן",
"@refreshing": {}, "@refreshing": {},
"rejected": "נדחה", "rejected": "נדחה",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "הקובץ הועלה", "uploadSuccess": "הקובץ הועלה",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "בשימוש ב ", "usedIn": "בשימוש ב ",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Lefoglalva", "allocated": "Lefoglalva",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Készlet foglalása", "allocateStock": "Készlet foglalása",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Kiadási közlemények", "appReleaseNotes": "Kiadási közlemények",
@ -177,6 +185,7 @@
"confirmScan": "Mozgatás megerősítése", "confirmScan": "Mozgatás megerősítése",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Készlet mozgatás megerősítése vonalkód olvasáskor", "confirmScanDetail": "Készlet mozgatás megerősítése vonalkód olvasáskor",
"@confirmScanDetail": {},
"connectionRefused": "A kapcsolat visszautasítva", "connectionRefused": "A kapcsolat visszautasítva",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Mennyiség", "count": "Mennyiség",
@ -189,6 +198,10 @@
}, },
"credits": "Közreműködők", "credits": "Közreműködők",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Vevő", "customer": "Vevő",
"@customer": {}, "@customer": {},
"customers": "Vevők", "customers": "Vevők",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentáció", "documentation": "Dokumentáció",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Fájl letöltése", "downloading": "Fájl letöltése",
"@downloading": {}, "@downloading": {},
"downloadError": "Letöltési hiba",
"@downloadError": {},
"edit": "Szerkesztés", "edit": "Szerkesztés",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Főoldal", "home": "Főoldal",
"@homeScreen": {}, "@home": {},
"homeScreen": "Főképernyő", "homeScreen": "Főképernyő",
"@homeScreen": {},
"homeScreenSettings": "Főképernyő beállítások konfigurálása", "homeScreenSettings": "Főképernyő beállítások konfigurálása",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Beszerzési rendelések megjelenítése", "homeShowPo": "Beszerzési rendelések megjelenítése",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Nincs találat", "noResults": "Nincs találat",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Nincsenek alkategóriák", "noSubcategories": "Nincsenek alkategóriák",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Nincsenek alkategóriák", "noSubcategoriesAvailable": "Nincsenek alkategóriák",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Frissítés", "refresh": "Frissítés",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Frissítés...", "refreshing": "Frissítés...",
"@refreshing": {}, "@refreshing": {},
"rejected": "Elutasított", "rejected": "Elutasított",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Fájl feltöltve", "uploadSuccess": "Fájl feltöltve",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Felhasználva ebben", "usedIn": "Felhasználva ebben",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Gyártmányok amik ezt az alkatrészt igénylik", "usedInDetails": "Gyártmányok amik ezt az alkatrészt igénylik",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Dialokasikan", "allocated": "Dialokasikan",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Alokasikan Stok", "allocateStock": "Alokasikan Stok",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Tampilkan catatan rilis aplikasi", "appReleaseNotes": "Tampilkan catatan rilis aplikasi",
@ -177,6 +185,7 @@
"confirmScan": "Konfirmasi Transfer", "confirmScan": "Konfirmasi Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Konfirmasikan detail transfer stok saat memindai barcode", "confirmScanDetail": "Konfirmasikan detail transfer stok saat memindai barcode",
"@confirmScanDetail": {},
"connectionRefused": "Koneksi ditolak", "connectionRefused": "Koneksi ditolak",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Hitung", "count": "Hitung",
@ -189,6 +198,10 @@
}, },
"credits": "Kredit", "credits": "Kredit",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Pelanggan", "customer": "Pelanggan",
"@customer": {}, "@customer": {},
"customers": "Pelanggan", "customers": "Pelanggan",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentasi", "documentation": "Dokumentasi",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Mengunduh File", "downloading": "Mengunduh File",
"@downloading": {}, "@downloading": {},
"downloadError": "Unduh Mengalami Galat",
"@downloadError": {},
"edit": "Sunting", "edit": "Sunting",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Beranda", "home": "Beranda",
"@homeScreen": {}, "@home": {},
"homeScreen": "Tampilan Beranda", "homeScreen": "Tampilan Beranda",
"@homeScreen": {},
"homeScreenSettings": "Konfigurasikan pengaturan layar beranda", "homeScreenSettings": "Konfigurasikan pengaturan layar beranda",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Tampilkan Pembelian Pesanan", "homeShowPo": "Tampilkan Pembelian Pesanan",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Tidak ada hasil", "noResults": "Tidak ada hasil",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Tidak ada subkategori", "noSubcategories": "Tidak ada subkategori",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Tidak ada subkategori tersedia", "noSubcategoriesAvailable": "Tidak ada subkategori tersedia",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Segarkan", "refresh": "Segarkan",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Ditolak", "rejected": "Ditolak",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Berkas telah diunggah", "uploadSuccess": "Berkas telah diunggah",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocato", "allocated": "Allocato",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Alloca stock", "allocateStock": "Alloca stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Mostra le note di rilascio dell'app", "appReleaseNotes": "Mostra le note di rilascio dell'app",
@ -177,6 +185,7 @@
"confirmScan": "Conferma trasferimento", "confirmScan": "Conferma trasferimento",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Conferma trasferimento dettagli stock durante scansione codici a barre", "confirmScanDetail": "Conferma trasferimento dettagli stock durante scansione codici a barre",
"@confirmScanDetail": {},
"connectionRefused": "Connessione rifiutata", "connectionRefused": "Connessione rifiutata",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Quantità", "count": "Quantità",
@ -189,6 +198,10 @@
}, },
"credits": "Riconoscimenti", "credits": "Riconoscimenti",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Cliente", "customer": "Cliente",
"@customer": {}, "@customer": {},
"customers": "Clienti", "customers": "Clienti",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentazione", "documentation": "Documentazione",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "File in download", "downloading": "File in download",
"@downloading": {}, "@downloading": {},
"downloadError": "Errore download",
"@downloadError": {},
"edit": "Modifica", "edit": "Modifica",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Schermata Home", "homeScreen": "Schermata Home",
"@homeScreen": {},
"homeScreenSettings": "Configura le impostazioni della schermata home", "homeScreenSettings": "Configura le impostazioni della schermata home",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Mostra Ordini di Acquisto", "homeShowPo": "Mostra Ordini di Acquisto",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Nessun risultato", "noResults": "Nessun risultato",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Nessuna sotto categoria", "noSubcategories": "Nessuna sotto categoria",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Nessuna sottocategoria disponibile", "noSubcategoriesAvailable": "Nessuna sottocategoria disponibile",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Aggiorna", "refresh": "Aggiorna",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "In aggiornamento", "refreshing": "In aggiornamento",
"@refreshing": {}, "@refreshing": {},
"rejected": "Respinto", "rejected": "Respinto",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File caricato", "uploadSuccess": "File caricato",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Viene utilizzato in", "usedIn": "Viene utilizzato in",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblaggi che richiedono questa parte", "usedInDetails": "Assemblaggi che richiedono questa parte",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "割り当て", "allocated": "割り当て",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "在庫の割り当て", "allocateStock": "在庫の割り当て",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "アプリのリリースノートを表示", "appReleaseNotes": "アプリのリリースノートを表示",
@ -177,6 +185,7 @@
"confirmScan": "送金を確認", "confirmScan": "送金を確認",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "バーコードをスキャンする際に在庫移動の詳細を確認する", "confirmScanDetail": "バーコードをスキャンする際に在庫移動の詳細を確認する",
"@confirmScanDetail": {},
"connectionRefused": "接続を拒否しました", "connectionRefused": "接続を拒否しました",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "カウント", "count": "カウント",
@ -189,6 +198,10 @@
}, },
"credits": "謝辞", "credits": "謝辞",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "顧客", "customer": "顧客",
"@customer": {}, "@customer": {},
"customers": "顧客", "customers": "顧客",
@ -227,10 +240,12 @@
}, },
"documentation": "ドキュメント", "documentation": "ドキュメント",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "ファイルをダウンロード中", "downloading": "ファイルをダウンロード中",
"@downloading": {}, "@downloading": {},
"downloadError": "ダウンロードエラー",
"@downloadError": {},
"edit": "編集", "edit": "編集",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "ホーム", "home": "ホーム",
"@homeScreen": {}, "@home": {},
"homeScreen": "ホーム画面", "homeScreen": "ホーム画面",
"@homeScreen": {},
"homeScreenSettings": "ホーム画面の設定", "homeScreenSettings": "ホーム画面の設定",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "注文書を表示", "homeShowPo": "注文書を表示",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "一致する結果なし", "noResults": "一致する結果なし",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "サブカテゴリはありません", "noSubcategories": "サブカテゴリはありません",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "利用可能なサブ在庫場所がありません", "noSubcategoriesAvailable": "利用可能なサブ在庫場所がありません",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "更新", "refresh": "更新",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "更新中", "refreshing": "更新中",
"@refreshing": {}, "@refreshing": {},
"rejected": "却下済み", "rejected": "却下済み",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "アップロードされたファイル", "uploadSuccess": "アップロードされたファイル",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "使用先", "usedIn": "使用先",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "この部品を必要とするアセンブリ。", "usedInDetails": "この部品を必要とするアセンブリ。",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "앱 릴리즈 노트 표시", "appReleaseNotes": "앱 릴리즈 노트 표시",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "결과 없음", "noResults": "결과 없음",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Piešķirta", "allocated": "Piešķirta",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Apstiprināt pārskaitījumu", "confirmScan": "Apstiprināt pārskaitījumu",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Savienojums noraidīts", "connectionRefused": "Savienojums noraidīts",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Klients", "customer": "Klients",
"@customer": {}, "@customer": {},
"customers": "Klienti", "customers": "Klienti",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Lejupielādēt failu", "downloading": "Lejupielādēt failu",
"@downloading": {}, "@downloading": {},
"downloadError": "Lejupielādes kļūda",
"@downloadError": {},
"edit": "Rediģēt", "edit": "Rediģēt",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Sākums", "home": "Sākums",
"@homeScreen": {}, "@home": {},
"homeScreen": "Galvenā Izvēlne", "homeScreen": "Galvenā Izvēlne",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Toegewezen", "allocated": "Toegewezen",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Voorraad Toewijzen", "allocateStock": "Voorraad Toewijzen",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "App release notities weergeven", "appReleaseNotes": "App release notities weergeven",
@ -177,6 +185,7 @@
"confirmScan": "Bevestig Overdracht", "confirmScan": "Bevestig Overdracht",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Bevestig voorraadoverdrachtsgegevens bij het scannen van streepjescodes", "confirmScanDetail": "Bevestig voorraadoverdrachtsgegevens bij het scannen van streepjescodes",
"@confirmScanDetail": {},
"connectionRefused": "Verbinding geweigerd", "connectionRefused": "Verbinding geweigerd",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Tellen", "count": "Tellen",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Klant", "customer": "Klant",
"@customer": {}, "@customer": {},
"customers": "Klanten", "customers": "Klanten",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentatie", "documentation": "Documentatie",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Bestand wordt gedownload", "downloading": "Bestand wordt gedownload",
"@downloading": {}, "@downloading": {},
"downloadError": "Fout bij downloaden",
"@downloadError": {},
"edit": "Bewerken", "edit": "Bewerken",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Startscherm", "homeScreen": "Startscherm",
"@homeScreen": {},
"homeScreenSettings": "Configureer Startscherminstellingen", "homeScreenSettings": "Configureer Startscherminstellingen",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Inkooporders tonen", "homeShowPo": "Inkooporders tonen",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Geen Resultaten", "noResults": "Geen Resultaten",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Geen Subcategorieën", "noSubcategories": "Geen Subcategorieën",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Geen subcategorieën beschikbaar", "noSubcategoriesAvailable": "Geen subcategorieën beschikbaar",
@ -574,9 +592,9 @@
"@partsNone": {}, "@partsNone": {},
"partNoResults": "Geen onderdelen gevonden voor zoekopdracht", "partNoResults": "Geen onderdelen gevonden voor zoekopdracht",
"@partNoResults": {}, "@partNoResults": {},
"partPricing": "Part Pricing", "partPricing": "Prijzen onderdeel",
"@partPricing": {}, "@partPricing": {},
"partPricingSettingDetail": "Display part pricing information", "partPricingSettingDetail": "Toon prijsinformatie onderdeel",
"@pricingSettingDetail": {}, "@pricingSettingDetail": {},
"partSettings": "Onderdeel instellingen", "partSettings": "Onderdeel instellingen",
"@partSettings": {}, "@partSettings": {},
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Vernieuwen", "refresh": "Vernieuwen",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Verversen…", "refreshing": "Verversen…",
"@refreshing": {}, "@refreshing": {},
"rejected": "Geweigerd", "rejected": "Geweigerd",
@ -982,7 +1002,7 @@
"@suppliers": {}, "@suppliers": {},
"supplierReference": "Leveranciers Referentie", "supplierReference": "Leveranciers Referentie",
"@supplierReference": {}, "@supplierReference": {},
"switchCamera": "Switch Camera", "switchCamera": "Camera wisselen",
"@switchCamera": {}, "@switchCamera": {},
"takePicture": "Neem een Foto", "takePicture": "Neem een Foto",
"@takePicture": {}, "@takePicture": {},
@ -1016,7 +1036,7 @@
"@timeout": { "@timeout": {
"description": "" "description": ""
}, },
"toggleTorch": "Toggle Torch", "toggleTorch": "Zaklamp aan/uit",
"@toggleTorch": {}, "@toggleTorch": {},
"tokenError": "Token Fout", "tokenError": "Token Fout",
"@tokenError": {}, "@tokenError": {},
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Bestand geüpload", "uploadSuccess": "Bestand geüpload",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Wordt Gebruikt In", "usedIn": "Wordt Gebruikt In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Dit product heeft het volgende onderdeel nodig", "usedInDetails": "Dit product heeft het volgende onderdeel nodig",
@ -1084,36 +1106,42 @@
"@viewSupplierPart": {}, "@viewSupplierPart": {},
"website": "Website", "website": "Website",
"@website": {}, "@website": {},
"price": "Price", "price": "Prijs",
"@price": {}, "@price": {},
"priceRange": "Price Range", "priceRange": "Prijs bereik",
"@priceRange": {}, "@priceRange": {},
"priceOverrideMin": "Minimum Price Override", "priceOverrideMin": "Minimale prijs overschrijving",
"@priceOverrideMin": {}, "@priceOverrideMin": {},
"priceOverrideMax": "Maximum Price Override", "priceOverrideMax": "Maximale prijs overschrijving",
"@priceOverrideMax": {}, "@priceOverrideMax": {},
"salePrice": "Sale Price", "salePrice": "Verkoop prijs",
"@salePrice": {}, "@salePrice": {},
"saleHistory": "Sale History", "saleHistory": "Verkoop geschiedenis",
"@saleHistory": {}, "@saleHistory": {},
"supplierPricing": "Supplier Pricing", "supplierPricing": "Leverancier prijzen",
"@supplierPricing": {}, "@supplierPricing": {},
"bomCost": "BOM Cost", "bomCost": "BOM Kosten",
"@bomCost": {}, "@bomCost": {},
"internalCost": "Internal Cost", "internalCost": "Interne kosten",
"@internalCost": {}, "@internalCost": {},
"variantCost": "Variant Cost", "variantCost": "Variant kosten",
"@variantCost": {}, "@variantCost": {},
"overallPricing": "Overall Pricing", "overallPricing": "Algemene prijzen",
"@overallPricing": {}, "@overallPricing": {},
"pricingOverrides": "Pricing Overrides", "pricingOverrides": "Prijzen overschrijvingen",
"@pricingOverrides": {}, "@pricingOverrides": {},
"currency": "Currency", "currency": "Munteenheid",
"@currency": {}, "@currency": {},
"priceBreaks": "Price Breaks", "priceBreaks": "Prijsverschillen",
"@priceBreaks": {}, "@priceBreaks": {},
"noPricingAvailable": "No pricing available", "noPricingAvailable": "Geen prijzen beschikbaar",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "Er zijn geen prijsgegevens gevonden voor dit deel",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Tildelt", "allocated": "Tildelt",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Tildel lagerbeholdning", "allocateStock": "Tildel lagerbeholdning",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Vis appens utgivelsesnotater", "appReleaseNotes": "Vis appens utgivelsesnotater",
@ -177,6 +185,7 @@
"confirmScan": "Bekreft overføring", "confirmScan": "Bekreft overføring",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Bekreft lageroverføringsdetaljer når du skanner strekkoder", "confirmScanDetail": "Bekreft lageroverføringsdetaljer når du skanner strekkoder",
"@confirmScanDetail": {},
"connectionRefused": "Tilkobling avvist", "connectionRefused": "Tilkobling avvist",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Antall", "count": "Antall",
@ -189,6 +198,10 @@
}, },
"credits": "Krediteringer", "credits": "Krediteringer",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Kunde", "customer": "Kunde",
"@customer": {}, "@customer": {},
"customers": "Kunder", "customers": "Kunder",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentasjon", "documentation": "Dokumentasjon",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Laster ned fil", "downloading": "Laster ned fil",
"@downloading": {}, "@downloading": {},
"downloadError": "Feil ved nedlasting",
"@downloadError": {},
"edit": "Rediger", "edit": "Rediger",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Hjem", "home": "Hjem",
"@homeScreen": {}, "@home": {},
"homeScreen": "Startside", "homeScreen": "Startside",
"@homeScreen": {},
"homeScreenSettings": "Konfigurer innstillinger for startside", "homeScreenSettings": "Konfigurer innstillinger for startside",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Vis innkjøpsordrer", "homeShowPo": "Vis innkjøpsordrer",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Ingen resultater", "noResults": "Ingen resultater",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Ingen underkategorier", "noSubcategories": "Ingen underkategorier",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Ingen underkategorier tilgjengelig", "noSubcategoriesAvailable": "Ingen underkategorier tilgjengelig",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Oppdater", "refresh": "Oppdater",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Oppdaterer", "refreshing": "Oppdaterer",
"@refreshing": {}, "@refreshing": {},
"rejected": "Avvist", "rejected": "Avvist",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Fil lastet opp", "uploadSuccess": "Fil lastet opp",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Brukt i", "usedIn": "Brukt i",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Sammenstillinger som krever denne delen", "usedInDetails": "Sammenstillinger som krever denne delen",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Przydzielono", "allocated": "Przydzielono",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Przydziel zapasy", "allocateStock": "Przydziel zapasy",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Wyświetl informacje o historii aktualizacji", "appReleaseNotes": "Wyświetl informacje o historii aktualizacji",
@ -177,6 +185,7 @@
"confirmScan": "Potwierdź transfer", "confirmScan": "Potwierdź transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Potwierdź szczegóły transferu zapasów podczas skanowania kodów kreskowych", "confirmScanDetail": "Potwierdź szczegóły transferu zapasów podczas skanowania kodów kreskowych",
"@confirmScanDetail": {},
"connectionRefused": "Połączenie odrzucone", "connectionRefused": "Połączenie odrzucone",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Ilość", "count": "Ilość",
@ -189,6 +198,10 @@
}, },
"credits": "Podziękowania", "credits": "Podziękowania",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Klient", "customer": "Klient",
"@customer": {}, "@customer": {},
"customers": "Klienci", "customers": "Klienci",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentacja", "documentation": "Dokumentacja",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Pobieranie Pliku", "downloading": "Pobieranie Pliku",
"@downloading": {}, "@downloading": {},
"downloadError": "Błąd Pobierania",
"@downloadError": {},
"edit": "Edytuj", "edit": "Edytuj",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Strona główna", "home": "Strona główna",
"@homeScreen": {}, "@home": {},
"homeScreen": "Ekran główny", "homeScreen": "Ekran główny",
"@homeScreen": {},
"homeScreenSettings": "Konfiguruj ustawienia ekranu głównego", "homeScreenSettings": "Konfiguruj ustawienia ekranu głównego",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Pokaż zamówienia zakupu", "homeShowPo": "Pokaż zamówienia zakupu",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Brak wyników", "noResults": "Brak wyników",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Brak podkategorii", "noSubcategories": "Brak podkategorii",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Brak dostępnych podkategorii", "noSubcategoriesAvailable": "Brak dostępnych podkategorii",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Odśwież", "refresh": "Odśwież",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Odświeżanie", "refreshing": "Odświeżanie",
"@refreshing": {}, "@refreshing": {},
"rejected": "Odrzucono", "rejected": "Odrzucono",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Plik przesłany", "uploadSuccess": "Plik przesłany",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Użyte w", "usedIn": "Użyte w",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Złożenie, które wymagają tego komponentu", "usedInDetails": "Złożenie, które wymagają tego komponentu",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Alocar", "allocated": "Alocar",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Estoque alocado", "allocateStock": "Estoque alocado",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Exibir notas de versão do aplicativo", "appReleaseNotes": "Exibir notas de versão do aplicativo",
@ -177,6 +185,7 @@
"confirmScan": "Confirmar Transferência", "confirmScan": "Confirmar Transferência",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmar detalhes de transferência de estoque quando escanear código de barras", "confirmScanDetail": "Confirmar detalhes de transferência de estoque quando escanear código de barras",
"@confirmScanDetail": {},
"connectionRefused": "Conexão recusada", "connectionRefused": "Conexão recusada",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Contar", "count": "Contar",
@ -189,6 +198,10 @@
}, },
"credits": "Créditos", "credits": "Créditos",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Cliente", "customer": "Cliente",
"@customer": {}, "@customer": {},
"customers": "Clientes", "customers": "Clientes",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentação", "documentation": "Documentação",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Baixando arquivo", "downloading": "Baixando arquivo",
"@downloading": {}, "@downloading": {},
"downloadError": "Erro ao baixar",
"@downloadError": {},
"edit": "Editar", "edit": "Editar",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Início", "home": "Início",
"@homeScreen": {}, "@home": {},
"homeScreen": "Tela inicial", "homeScreen": "Tela inicial",
"@homeScreen": {},
"homeScreenSettings": "Definir as configurações da tela inicial", "homeScreenSettings": "Definir as configurações da tela inicial",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Mostrar pedidos de compra", "homeShowPo": "Mostrar pedidos de compra",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Nenhum Resultado", "noResults": "Nenhum Resultado",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Nenhuma subcategoria", "noSubcategories": "Nenhuma subcategoria",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Nenhuma subcategoria disponível", "noSubcategoriesAvailable": "Nenhuma subcategoria disponível",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Atualizar", "refresh": "Atualizar",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Atualizando", "refreshing": "Atualizando",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejeitado", "rejected": "Rejeitado",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Arquivo adicionado com sucesso", "uploadSuccess": "Arquivo adicionado com sucesso",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Usado em", "usedIn": "Usado em",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Item que precisa desta peca", "usedInDetails": "Item que precisa desta peca",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Alocado", "allocated": "Alocado",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Alocar estoque", "allocateStock": "Alocar estoque",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Exibir notas de versão do aplicativo", "appReleaseNotes": "Exibir notas de versão do aplicativo",
@ -177,6 +185,7 @@
"confirmScan": "Confirmar transferência", "confirmScan": "Confirmar transferência",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmar a transferência de estoque ao ler códigos de barras", "confirmScanDetail": "Confirmar a transferência de estoque ao ler códigos de barras",
"@confirmScanDetail": {},
"connectionRefused": "Conexão recusada", "connectionRefused": "Conexão recusada",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Contagem", "count": "Contagem",
@ -189,6 +198,10 @@
}, },
"credits": "Créditos", "credits": "Créditos",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Cliente", "customer": "Cliente",
"@customer": {}, "@customer": {},
"customers": "Clientes", "customers": "Clientes",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentação", "documentation": "Documentação",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Baixando arquivo", "downloading": "Baixando arquivo",
"@downloading": {}, "@downloading": {},
"downloadError": "Erro de download",
"@downloadError": {},
"edit": "Editar", "edit": "Editar",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Início", "home": "Início",
"@homeScreen": {}, "@home": {},
"homeScreen": "Ecrã inicial", "homeScreen": "Ecrã inicial",
"@homeScreen": {},
"homeScreenSettings": "Definir as configurações da tela inicial", "homeScreenSettings": "Definir as configurações da tela inicial",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Mostrar Pedido de Compras", "homeShowPo": "Mostrar Pedido de Compras",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Alocat", "allocated": "Alocat",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Alocare Stoc", "allocateStock": "Alocare Stoc",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Afișează notele de lansare a aplicației", "appReleaseNotes": "Afișează notele de lansare a aplicației",
@ -177,6 +185,7 @@
"confirmScan": "Confirmă transferul", "confirmScan": "Confirmă transferul",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirmă detaliile transferului de stoc la scanarea codurilor de bare", "confirmScanDetail": "Confirmă detaliile transferului de stoc la scanarea codurilor de bare",
"@confirmScanDetail": {},
"connectionRefused": "Conexiune refuzată", "connectionRefused": "Conexiune refuzată",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Număr", "count": "Număr",
@ -189,6 +198,10 @@
}, },
"credits": "Credite", "credits": "Credite",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Client", "customer": "Client",
"@customer": {}, "@customer": {},
"customers": "Clienți", "customers": "Clienți",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentație", "documentation": "Documentație",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Se descarcă fișierul", "downloading": "Se descarcă fișierul",
"@downloading": {}, "@downloading": {},
"downloadError": "Eroare la descărcare",
"@downloadError": {},
"edit": "Editare", "edit": "Editare",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Acasă", "home": "Acasă",
"@homeScreen": {}, "@home": {},
"homeScreen": "Ecran principal", "homeScreen": "Ecran principal",
"@homeScreen": {},
"homeScreenSettings": "Configurați setările ecranului principal", "homeScreenSettings": "Configurați setările ecranului principal",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Arată Comenzile de Achiziție", "homeShowPo": "Arată Comenzile de Achiziție",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Niciun rezultat", "noResults": "Niciun rezultat",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Nu există subcategorii", "noSubcategories": "Nu există subcategorii",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Nicio subcategorie disponibilă", "noSubcategoriesAvailable": "Nicio subcategorie disponibilă",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Выделено", "allocated": "Выделено",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Выделить запас", "allocateStock": "Выделить запас",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Показать заметки о выпуске приложения", "appReleaseNotes": "Показать заметки о выпуске приложения",
@ -170,13 +178,14 @@
"@companyUpdated": {}, "@companyUpdated": {},
"companies": "Компании", "companies": "Компании",
"@companies": {}, "@companies": {},
"completionDate": "Completion Date", "completionDate": "Дата завершения",
"@completionDate": {}, "@completionDate": {},
"configureServer": "Настройка параметров сервера", "configureServer": "Настройка параметров сервера",
"@configureServer": {}, "@configureServer": {},
"confirmScan": "Подтвердить перенос", "confirmScan": "Подтвердить перенос",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Подтвердите детали перевода по складу при сканировании штрих-кодов", "confirmScanDetail": "Подтвердите детали перевода по складу при сканировании штрих-кодов",
"@confirmScanDetail": {},
"connectionRefused": "Отказано в подключении", "connectionRefused": "Отказано в подключении",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Количество", "count": "Количество",
@ -189,6 +198,10 @@
}, },
"credits": "Авторы", "credits": "Авторы",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Клиент", "customer": "Клиент",
"@customer": {}, "@customer": {},
"customers": "Покупатели", "customers": "Покупатели",
@ -227,10 +240,12 @@
}, },
"documentation": "Документация", "documentation": "Документация",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Загрузка файла", "downloading": "Загрузка файла",
"@downloading": {}, "@downloading": {},
"downloadError": "Ошибка загрузки",
"@downloadError": {},
"edit": "Изменить", "edit": "Изменить",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -279,15 +294,15 @@
"@errorReportUpload": {}, "@errorReportUpload": {},
"errorReportUploadDetails": "Загружать анонимные отчеты об ошибках и журналы сбоев", "errorReportUploadDetails": "Загружать анонимные отчеты об ошибках и журналы сбоев",
"@errorReportUploadDetails": {}, "@errorReportUploadDetails": {},
"expiryDate": "Expiry Date", "expiryDate": "Срок годности",
"@expiryDate": {}, "@expiryDate": {},
"expiryExpired": "Expired", "expiryExpired": "Просрочен",
"@expiryExpired": {}, "@expiryExpired": {},
"expiryStale": "Stale", "expiryStale": "Устаревшие",
"@expiryStale": {}, "@expiryStale": {},
"extraLineItem": "Extra Line Item", "extraLineItem": "Дополнительные позиции",
"@extraLineItem": {}, "@extraLineItem": {},
"extraLineItems": "Extra Line Items", "extraLineItems": "Дополнительные позиции",
"@extraLineItems": {}, "@extraLineItems": {},
"feedback": "Обратная Связь", "feedback": "Обратная Связь",
"@feedback": {}, "@feedback": {},
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Главная", "home": "Главная",
"@homeScreen": {}, "@home": {},
"homeScreen": "Начальный экран", "homeScreen": "Начальный экран",
"@homeScreen": {},
"homeScreenSettings": "Настройка главной страницы", "homeScreenSettings": "Настройка главной страницы",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Показать заказы на поставку", "homeShowPo": "Показать заказы на поставку",
@ -428,7 +444,7 @@
"@itemInLocation": {}, "@itemInLocation": {},
"itemDeleted": "Позиция была удалена", "itemDeleted": "Позиция была удалена",
"@itemDeleted": {}, "@itemDeleted": {},
"itemUpdated": "Item updated", "itemUpdated": "Позиция обновлена",
"@itemUpdated": {}, "@itemUpdated": {},
"keywords": "Ключевые слова", "keywords": "Ключевые слова",
"@keywords": {}, "@keywords": {},
@ -438,7 +454,7 @@
"@labelPrintingDetail": {}, "@labelPrintingDetail": {},
"labelTemplate": "Шаблон этикетки", "labelTemplate": "Шаблон этикетки",
"@labelTemplate": {}, "@labelTemplate": {},
"labelSelectTemplate": "Select Label Template", "labelSelectTemplate": "Выберите шаблон этикетки",
"@labelSelectTemplate": {}, "@labelSelectTemplate": {},
"labelSelectPrinter": "Выберите принтер этикеток", "labelSelectPrinter": "Выберите принтер этикеток",
"@labelSelectPrinter": {}, "@labelSelectPrinter": {},
@ -484,9 +500,9 @@
"@link": {}, "@link": {},
"lost": "Потерян", "lost": "Потерян",
"@lost": {}, "@lost": {},
"manufacturerPart": "Manufacturer Part", "manufacturerPart": "Деталь производителя",
"@manufacturerPart": {}, "@manufacturerPart": {},
"manufacturerPartEdit": "Edit Manufacturer Part", "manufacturerPartEdit": "Редактировать деталь производителя",
"@manufacturerPartEdit": {}, "@manufacturerPartEdit": {},
"manufacturerPartNumber": "Код производителя", "manufacturerPartNumber": "Код производителя",
"@manufacturerPartNumber": {}, "@manufacturerPartNumber": {},
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Нет результатов", "noResults": "Нет результатов",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Нет подкатегории", "noSubcategories": "Нет подкатегории",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Нет доступных подкатегорий", "noSubcategoriesAvailable": "Нет доступных подкатегорий",
@ -574,9 +592,9 @@
"@partsNone": {}, "@partsNone": {},
"partNoResults": "Нет компонентов, соответствующих запросу", "partNoResults": "Нет компонентов, соответствующих запросу",
"@partNoResults": {}, "@partNoResults": {},
"partPricing": "Part Pricing", "partPricing": "Цены детали",
"@partPricing": {}, "@partPricing": {},
"partPricingSettingDetail": "Display part pricing information", "partPricingSettingDetail": "Показывать информацию о ценах",
"@pricingSettingDetail": {}, "@pricingSettingDetail": {},
"partSettings": "Настройки деталей", "partSettings": "Настройки деталей",
"@partSettings": {}, "@partSettings": {},
@ -648,17 +666,17 @@
"@profileTapToCreate": {}, "@profileTapToCreate": {},
"projectCode": "Код проекта", "projectCode": "Код проекта",
"@projectCode": {}, "@projectCode": {},
"purchaseOrderConfirmScan": "Confirm Scan Data", "purchaseOrderConfirmScan": "Подтвердить сканирование данных",
"@purchaseOrderConfirmScan": {}, "@purchaseOrderConfirmScan": {},
"purchaseOrderConfirmScanDetail": "Confirm details when scanning in items", "purchaseOrderConfirmScanDetail": "Подтвердите подробности при сканировании позиций",
"@purchaseOrderConfirmScanDetail": {}, "@purchaseOrderConfirmScanDetail": {},
"purchaseOrderEnable": "Enable Purchase Orders", "purchaseOrderEnable": "Включить заказы на закупку",
"@purchaseOrderEnable": {}, "@purchaseOrderEnable": {},
"purchaseOrderEnableDetail": "Enable purchase order functionality", "purchaseOrderEnableDetail": "Включить функцию заказов на закупку",
"@purchaseOrderEnableDetail": {}, "@purchaseOrderEnableDetail": {},
"purchaseOrderShowCamera": "Camera Shortcut", "purchaseOrderShowCamera": "Кнопка камеры",
"@purchaseOrderShowCamera": {}, "@purchaseOrderShowCamera": {},
"purchaseOrderShowCameraDetail": "Enable image upload shortcut on purchase order screen", "purchaseOrderShowCameraDetail": "Включить кнопку загрузки изображений на экране заказа",
"@purchaseOrderShowCameraDetail": {}, "@purchaseOrderShowCameraDetail": {},
"purchaseOrder": "Заказ на поставку", "purchaseOrder": "Заказ на поставку",
"@purchaseOrder": {}, "@purchaseOrder": {},
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Обновить", "refresh": "Обновить",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Обновление…", "refreshing": "Обновление…",
"@refreshing": {}, "@refreshing": {},
"rejected": "Отклонено", "rejected": "Отклонено",
@ -776,13 +796,13 @@
"@salesOrder": {}, "@salesOrder": {},
"salesOrders": "Заказы на продажу", "salesOrders": "Заказы на продажу",
"@salesOrders": {}, "@salesOrders": {},
"salesOrderEnable": "Enable Sales Orders", "salesOrderEnable": "Включить заказы на продажу",
"@salesOrderEnable": {}, "@salesOrderEnable": {},
"salesOrderEnableDetail": "Enable sales order functionality", "salesOrderEnableDetail": "Включить функцию заказов на продажу",
"@salesOrderEnableDetail": {}, "@salesOrderEnableDetail": {},
"salesOrderShowCamera": "Camera Shortcut", "salesOrderShowCamera": "Кнопка камеры",
"@salesOrderShowCamera": {}, "@salesOrderShowCamera": {},
"salesOrderShowCameraDetail": "Enable image upload shortcut on sales order screen", "salesOrderShowCameraDetail": "Включить кнопку загрузки изображений на экране заказов",
"@salesOrderShowCameraDetail": {}, "@salesOrderShowCameraDetail": {},
"salesOrderSettings": "Настройки заказа на продажу", "salesOrderSettings": "Настройки заказа на продажу",
"@salesOrderSettings": {}, "@salesOrderSettings": {},
@ -982,7 +1002,7 @@
"@suppliers": {}, "@suppliers": {},
"supplierReference": "Ссылка на поставщика", "supplierReference": "Ссылка на поставщика",
"@supplierReference": {}, "@supplierReference": {},
"switchCamera": "Switch Camera", "switchCamera": "Переключить камеру",
"@switchCamera": {}, "@switchCamera": {},
"takePicture": "Сделать снимок", "takePicture": "Сделать снимок",
"@takePicture": {}, "@takePicture": {},
@ -1016,7 +1036,7 @@
"@timeout": { "@timeout": {
"description": "" "description": ""
}, },
"toggleTorch": "Toggle Torch", "toggleTorch": "Фонарик",
"@toggleTorch": {}, "@toggleTorch": {},
"tokenError": "Ошибка токена", "tokenError": "Ошибка токена",
"@tokenError": {}, "@tokenError": {},
@ -1046,7 +1066,7 @@
"@translateHelp": {}, "@translateHelp": {},
"unavailable": "Недоступно", "unavailable": "Недоступно",
"@unavailable": {}, "@unavailable": {},
"unavailableDetail": "Item is not available", "unavailableDetail": "Позиция недоступна",
"@unavailableDetail": {}, "@unavailableDetail": {},
"unitPrice": "Цена за ед.", "unitPrice": "Цена за ед.",
"@unitPrice": {}, "@unitPrice": {},
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Файл загружен", "uploadSuccess": "Файл загружен",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Используется в", "usedIn": "Используется в",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Сборки, для которых требуется эта часть", "usedInDetails": "Сборки, для которых требуется эта часть",
@ -1084,36 +1106,42 @@
"@viewSupplierPart": {}, "@viewSupplierPart": {},
"website": "Сайт", "website": "Сайт",
"@website": {}, "@website": {},
"price": "Price", "price": "Цена",
"@price": {}, "@price": {},
"priceRange": "Price Range", "priceRange": "Диапазон цен",
"@priceRange": {}, "@priceRange": {},
"priceOverrideMin": "Minimum Price Override", "priceOverrideMin": "Переопределение минимальной цены",
"@priceOverrideMin": {}, "@priceOverrideMin": {},
"priceOverrideMax": "Maximum Price Override", "priceOverrideMax": "Переопределение максимальной цены",
"@priceOverrideMax": {}, "@priceOverrideMax": {},
"salePrice": "Sale Price", "salePrice": "Цена продажи",
"@salePrice": {}, "@salePrice": {},
"saleHistory": "Sale History", "saleHistory": "История продаж",
"@saleHistory": {}, "@saleHistory": {},
"supplierPricing": "Supplier Pricing", "supplierPricing": "Цены поставщика",
"@supplierPricing": {}, "@supplierPricing": {},
"bomCost": "BOM Cost", "bomCost": "Стоимость спецификации",
"@bomCost": {}, "@bomCost": {},
"internalCost": "Internal Cost", "internalCost": "Внутренняя стоимость",
"@internalCost": {}, "@internalCost": {},
"variantCost": "Variant Cost", "variantCost": "Стоимость варианта",
"@variantCost": {}, "@variantCost": {},
"overallPricing": "Overall Pricing", "overallPricing": "Общая цена",
"@overallPricing": {}, "@overallPricing": {},
"pricingOverrides": "Pricing Overrides", "pricingOverrides": "Переопределение цен",
"@pricingOverrides": {}, "@pricingOverrides": {},
"currency": "Currency", "currency": "Валюта",
"@currency": {}, "@currency": {},
"priceBreaks": "Price Breaks", "priceBreaks": "Разбивка по ценам",
"@priceBreaks": {}, "@priceBreaks": {},
"noPricingAvailable": "No pricing available", "noPricingAvailable": "Нет данных о цене",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "Для этой детали не найдены данные о ценах",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allocated", "allocated": "Allocated",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allocate Stock", "allocateStock": "Allocate Stock",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Display app release notes", "appReleaseNotes": "Display app release notes",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Alocirano", "allocated": "Alocirano",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Alociraj zalihe", "allocateStock": "Alociraj zalihe",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Prikaži informacije o aplikaciji", "appReleaseNotes": "Prikaži informacije o aplikaciji",
@ -177,6 +185,7 @@
"confirmScan": "Potvrdi prenos", "confirmScan": "Potvrdi prenos",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Potvrdi detalje transfera zaliha prilikom skeniranja bar kodova", "confirmScanDetail": "Potvrdi detalje transfera zaliha prilikom skeniranja bar kodova",
"@confirmScanDetail": {},
"connectionRefused": "Konekcija odbijena", "connectionRefused": "Konekcija odbijena",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Broj", "count": "Broj",
@ -189,6 +198,10 @@
}, },
"credits": "Zasluge", "credits": "Zasluge",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Mušterija", "customer": "Mušterija",
"@customer": {}, "@customer": {},
"customers": "Mušterije", "customers": "Mušterije",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentacija", "documentation": "Dokumentacija",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Preuzimanje fajla", "downloading": "Preuzimanje fajla",
"@downloading": {}, "@downloading": {},
"downloadError": "Greška pri preuzimanju",
"@downloadError": {},
"edit": "Izmeni", "edit": "Izmeni",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Nema rezultata", "noResults": "Nema rezultata",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Nema podkategorija", "noSubcategories": "Nema podkategorija",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Nema dostupnih podkategorija", "noSubcategoriesAvailable": "Nema dostupnih podkategorija",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Allokerad", "allocated": "Allokerad",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Allokera lager", "allocateStock": "Allokera lager",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Visa versionsinfo för app", "appReleaseNotes": "Visa versionsinfo för app",
@ -177,6 +185,7 @@
"confirmScan": "Bekräfta överföring", "confirmScan": "Bekräfta överföring",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Bekräfta lageröverföringsdetaljer vid skanning av streckkoder", "confirmScanDetail": "Bekräfta lageröverföringsdetaljer vid skanning av streckkoder",
"@confirmScanDetail": {},
"connectionRefused": "Anslutning nekad", "connectionRefused": "Anslutning nekad",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Antal", "count": "Antal",
@ -189,6 +198,10 @@
}, },
"credits": "Krediter", "credits": "Krediter",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Kund", "customer": "Kund",
"@customer": {}, "@customer": {},
"customers": "Kunder", "customers": "Kunder",
@ -227,10 +240,12 @@
}, },
"documentation": "Dokumentation", "documentation": "Dokumentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Laddar ner fil", "downloading": "Laddar ner fil",
"@downloading": {}, "@downloading": {},
"downloadError": "Nedladdningsfel",
"@downloadError": {},
"edit": "Redigera", "edit": "Redigera",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Hem", "home": "Hem",
"@homeScreen": {}, "@home": {},
"homeScreen": "Startsidan", "homeScreen": "Startsidan",
"@homeScreen": {},
"homeScreenSettings": "Konfigurera inställningar för startskärmen", "homeScreenSettings": "Konfigurera inställningar för startskärmen",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Visa inköpsorder", "homeShowPo": "Visa inköpsorder",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Inga resultat", "noResults": "Inga resultat",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Inga underkategorier", "noSubcategories": "Inga underkategorier",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Inga underkategorier tillgängliga", "noSubcategoriesAvailable": "Inga underkategorier tillgängliga",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Uppdatera", "refresh": "Uppdatera",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Uppdaterar", "refreshing": "Uppdaterar",
"@refreshing": {}, "@refreshing": {},
"rejected": "Avvisad", "rejected": "Avvisad",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Fil har laddats upp", "uploadSuccess": "Fil har laddats upp",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Används i", "usedIn": "Används i",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Sammanställning som kräver denna artikel", "usedInDetails": "Sammanställning som kräver denna artikel",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "แบ่ง", "allocated": "แบ่ง",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "จัดสรรคลัง", "allocateStock": "จัดสรรคลัง",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "แสดงข้อมูลรุ่นของโปรแกรม", "appReleaseNotes": "แสดงข้อมูลรุ่นของโปรแกรม",
@ -177,6 +185,7 @@
"confirmScan": "Confirm Transfer", "confirmScan": "Confirm Transfer",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Confirm stock transfer details when scanning barcodes", "confirmScanDetail": "Confirm stock transfer details when scanning barcodes",
"@confirmScanDetail": {},
"connectionRefused": "Connection Refused", "connectionRefused": "Connection Refused",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Count", "count": "Count",
@ -189,6 +198,10 @@
}, },
"credits": "Credits", "credits": "Credits",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Customer", "customer": "Customer",
"@customer": {}, "@customer": {},
"customers": "Customers", "customers": "Customers",
@ -227,10 +240,12 @@
}, },
"documentation": "Documentation", "documentation": "Documentation",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Downloading File", "downloading": "Downloading File",
"@downloading": {}, "@downloading": {},
"downloadError": "Download Error",
"@downloadError": {},
"edit": "Edit", "edit": "Edit",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Home", "home": "Home",
"@homeScreen": {}, "@home": {},
"homeScreen": "Home Screen", "homeScreen": "Home Screen",
"@homeScreen": {},
"homeScreenSettings": "Configure home screen settings", "homeScreenSettings": "Configure home screen settings",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Show Purchase Orders", "homeShowPo": "Show Purchase Orders",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Tahsis edildi", "allocated": "Tahsis edildi",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Tahsisli stok", "allocateStock": "Tahsisli stok",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Uygulama yayınlama notlarını göster", "appReleaseNotes": "Uygulama yayınlama notlarını göster",
@ -177,6 +185,7 @@
"confirmScan": "Aktarımı Onayla", "confirmScan": "Aktarımı Onayla",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Barkodları tararken stok aktarım ayrıntılarını onayla", "confirmScanDetail": "Barkodları tararken stok aktarım ayrıntılarını onayla",
"@confirmScanDetail": {},
"connectionRefused": "Bağlantı reddedildi", "connectionRefused": "Bağlantı reddedildi",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Sayım", "count": "Sayım",
@ -189,6 +198,10 @@
}, },
"credits": "Katkıda Bulunanlar", "credits": "Katkıda Bulunanlar",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Müşteri", "customer": "Müşteri",
"@customer": {}, "@customer": {},
"customers": "Müşteriler", "customers": "Müşteriler",
@ -227,10 +240,12 @@
}, },
"documentation": "Dökümantasyon", "documentation": "Dökümantasyon",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Dosya indiriliyor", "downloading": "Dosya indiriliyor",
"@downloading": {}, "@downloading": {},
"downloadError": "İndirme Hatası",
"@downloadError": {},
"edit": "Düzenle", "edit": "Düzenle",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Ana Sayfa", "home": "Ana Sayfa",
"@homeScreen": {}, "@home": {},
"homeScreen": "Ana Ekran", "homeScreen": "Ana Ekran",
"@homeScreen": {},
"homeScreenSettings": "Ana ekran ayarlarınızı yapılandırın", "homeScreenSettings": "Ana ekran ayarlarınızı yapılandırın",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Satın Alma Siparişlerini Göster", "homeShowPo": "Satın Alma Siparişlerini Göster",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Sonuç Yok", "noResults": "Sonuç Yok",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Alt kategori yok", "noSubcategories": "Alt kategori yok",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Uygun alt kategori yok", "noSubcategoriesAvailable": "Uygun alt kategori yok",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Yenile", "refresh": "Yenile",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Yenileniyor", "refreshing": "Yenileniyor",
"@refreshing": {}, "@refreshing": {},
"rejected": "Reddedildi", "rejected": "Reddedildi",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Dosya yüklendi", "uploadSuccess": "Dosya yüklendi",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Burada Kullanıldı", "usedIn": "Burada Kullanıldı",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Bu parçayı gerektiren montajlar", "usedInDetails": "Bu parçayı gerektiren montajlar",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "Fiyatlandırma mevcut değil", "noPricingAvailable": "Fiyatlandırma mevcut değil",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "Bu parça için fiyatlandırma verisi bulunamadı", "noPricingDataFound": "Bu parça için fiyatlandırma verisi bulunamadı",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Виділено", "allocated": "Виділено",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Виділити запас", "allocateStock": "Виділити запас",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Показати примітки до випуску", "appReleaseNotes": "Показати примітки до випуску",
@ -177,6 +185,7 @@
"confirmScan": "Підтвердити переказ", "confirmScan": "Підтвердити переказ",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Підтверджувати інформацію про передавання запасів під час сканування штрих-кодів", "confirmScanDetail": "Підтверджувати інформацію про передавання запасів під час сканування штрих-кодів",
"@confirmScanDetail": {},
"connectionRefused": "З'єднання відхилено", "connectionRefused": "З'єднання відхилено",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Кількість", "count": "Кількість",
@ -189,6 +198,10 @@
}, },
"credits": "", "credits": "",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Покупець", "customer": "Покупець",
"@customer": {}, "@customer": {},
"customers": "", "customers": "",
@ -227,10 +240,12 @@
}, },
"documentation": "Документація", "documentation": "Документація",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Завантаження файлу", "downloading": "Завантаження файлу",
"@downloading": {}, "@downloading": {},
"downloadError": "Помилка Завантаження",
"@downloadError": {},
"edit": "Редагувати", "edit": "Редагувати",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Домашня сторінка", "home": "Домашня сторінка",
"@homeScreen": {}, "@home": {},
"homeScreen": "Домашній екран", "homeScreen": "Домашній екран",
"@homeScreen": {},
"homeScreenSettings": "Налаштування параметрів головного екрану", "homeScreenSettings": "Налаштування параметрів головного екрану",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Показати замовлення на купівлю", "homeShowPo": "Показати замовлення на купівлю",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "No Results", "noResults": "No Results",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "No Subcategories", "noSubcategories": "No Subcategories",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "No subcategories available", "noSubcategoriesAvailable": "No subcategories available",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Refresh", "refresh": "Refresh",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Refreshing", "refreshing": "Refreshing",
"@refreshing": {}, "@refreshing": {},
"rejected": "Rejected", "rejected": "Rejected",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "File uploaded", "uploadSuccess": "File uploaded",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Used In", "usedIn": "Used In",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Assemblies which require this part", "usedInDetails": "Assemblies which require this part",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "Được phân bố", "allocated": "Được phân bố",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "Phân kho", "allocateStock": "Phân kho",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "Hiển thị ghi chú phát hành ứng dụng", "appReleaseNotes": "Hiển thị ghi chú phát hành ứng dụng",
@ -177,6 +185,7 @@
"confirmScan": "Xác nhận chuyển tiền", "confirmScan": "Xác nhận chuyển tiền",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "Xác nhận chi tiết chuyển tiền khi quét mã", "confirmScanDetail": "Xác nhận chi tiết chuyển tiền khi quét mã",
"@confirmScanDetail": {},
"connectionRefused": "Kết nối bị từ chối", "connectionRefused": "Kết nối bị từ chối",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "Đếm", "count": "Đếm",
@ -189,6 +198,10 @@
}, },
"credits": "Tín dụng", "credits": "Tín dụng",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "Khách hàng", "customer": "Khách hàng",
"@customer": {}, "@customer": {},
"customers": "Khách hàng", "customers": "Khách hàng",
@ -227,10 +240,12 @@
}, },
"documentation": "Tài liệu", "documentation": "Tài liệu",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "Tập tin đang tải xuống", "downloading": "Tập tin đang tải xuống",
"@downloading": {}, "@downloading": {},
"downloadError": "Tải xuống lỗi",
"@downloadError": {},
"edit": "Sửa", "edit": "Sửa",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "Trang chủ", "home": "Trang chủ",
"@homeScreen": {}, "@home": {},
"homeScreen": "Màn hình chính", "homeScreen": "Màn hình chính",
"@homeScreen": {},
"homeScreenSettings": "Cấu hình thiết lập màn hình chính", "homeScreenSettings": "Cấu hình thiết lập màn hình chính",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "Hiển thị đơn đặt hàng mới", "homeShowPo": "Hiển thị đơn đặt hàng mới",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "Không có kết quả", "noResults": "Không có kết quả",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "Không có danh mục con", "noSubcategories": "Không có danh mục con",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "Không có sẵn danh mục", "noSubcategoriesAvailable": "Không có sẵn danh mục",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "Làm mới", "refresh": "Làm mới",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "Đang làm mới", "refreshing": "Đang làm mới",
"@refreshing": {}, "@refreshing": {},
"rejected": "Đã từ chối", "rejected": "Đã từ chối",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "Tải tệp lên", "uploadSuccess": "Tải tệp lên",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "Sử dụng trong", "usedIn": "Sử dụng trong",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "Sự lắp ráp cần sản phẩm này", "usedInDetails": "Sự lắp ráp cần sản phẩm này",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "已分配", "allocated": "已分配",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "分配库存", "allocateStock": "分配库存",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "显示应用发布笔记", "appReleaseNotes": "显示应用发布笔记",
@ -177,6 +185,7 @@
"confirmScan": "确认转移", "confirmScan": "确认转移",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "扫描条形码时确认库存转移详情", "confirmScanDetail": "扫描条形码时确认库存转移详情",
"@confirmScanDetail": {},
"connectionRefused": "连接被拒绝", "connectionRefused": "连接被拒绝",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "数量", "count": "数量",
@ -189,6 +198,10 @@
}, },
"credits": "致谢", "credits": "致谢",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "客户", "customer": "客户",
"@customer": {}, "@customer": {},
"customers": "客户信息", "customers": "客户信息",
@ -227,10 +240,12 @@
}, },
"documentation": "文档", "documentation": "文档",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "下载文件中", "downloading": "下载文件中",
"@downloading": {}, "@downloading": {},
"downloadError": "下载错误",
"@downloadError": {},
"edit": "编辑", "edit": "编辑",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "主页", "home": "主页",
"@homeScreen": {}, "@home": {},
"homeScreen": "主屏幕", "homeScreen": "主屏幕",
"@homeScreen": {},
"homeScreenSettings": "配置主屏幕设置", "homeScreenSettings": "配置主屏幕设置",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "显示采购订单", "homeShowPo": "显示采购订单",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "无结果", "noResults": "无结果",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "无子类别", "noSubcategories": "无子类别",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "无可用子类别", "noSubcategoriesAvailable": "无可用子类别",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "刷新", "refresh": "刷新",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "正在刷新", "refreshing": "正在刷新",
"@refreshing": {}, "@refreshing": {},
"rejected": "已拒绝", "rejected": "已拒绝",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "文件已上传", "uploadSuccess": "文件已上传",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "用途", "usedIn": "用途",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "需要此零件的装配体", "usedInDetails": "需要此零件的装配体",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }

View File

@ -36,6 +36,14 @@
"@appDetails": {}, "@appDetails": {},
"allocated": "已分配", "allocated": "已分配",
"@allocated": {}, "@allocated": {},
"aspectRatio16x9": "16:9",
"@aspectRatio16x9": {},
"aspectRatio3x2": "3:2",
"@aspectRatio3x2": {},
"aspectRatio4x3": "4:3",
"@aspectRatio4x3": {},
"aspectRatioSquare": "Square (1:1)",
"@aspectRatioSquare": {},
"allocateStock": "分配庫存", "allocateStock": "分配庫存",
"@allocateStock": {}, "@allocateStock": {},
"appReleaseNotes": "顯示應用程式發布說明", "appReleaseNotes": "顯示應用程式發布說明",
@ -177,6 +185,7 @@
"confirmScan": "確認轉移", "confirmScan": "確認轉移",
"@confirmScan": {}, "@confirmScan": {},
"confirmScanDetail": "掃描條碼時確認庫存轉移詳情", "confirmScanDetail": "掃描條碼時確認庫存轉移詳情",
"@confirmScanDetail": {},
"connectionRefused": "連線被拒", "connectionRefused": "連線被拒",
"@connectionRefused": {}, "@connectionRefused": {},
"count": "數量", "count": "數量",
@ -189,6 +198,10 @@
}, },
"credits": "感謝", "credits": "感謝",
"@credits": {}, "@credits": {},
"crop": "Crop",
"@crop": {},
"cropImage": "Crop Image",
"@cropImage": {},
"customer": "客戶", "customer": "客戶",
"@customer": {}, "@customer": {},
"customers": "客戶", "customers": "客戶",
@ -227,10 +240,12 @@
}, },
"documentation": "文件", "documentation": "文件",
"@documentation": {}, "@documentation": {},
"downloadComplete": "Download Complete",
"@downloadComplete": {},
"downloadError": "Error downloading image",
"@downloadError": {},
"downloading": "下載檔案", "downloading": "下載檔案",
"@downloading": {}, "@downloading": {},
"downloadError": "下載錯誤",
"@downloadError": {},
"edit": "編輯", "edit": "編輯",
"@edit": { "@edit": {
"description": "edit" "description": "edit"
@ -344,8 +359,9 @@
"description": "history" "description": "history"
}, },
"home": "首頁", "home": "首頁",
"@homeScreen": {}, "@home": {},
"homeScreen": "主畫面", "homeScreen": "主畫面",
"@homeScreen": {},
"homeScreenSettings": "伺服器設定", "homeScreenSettings": "伺服器設定",
"@homeScreenSettings": {}, "@homeScreenSettings": {},
"homeShowPo": "顯示採購訂單", "homeShowPo": "顯示採購訂單",
@ -512,6 +528,8 @@
"@noResponse": {}, "@noResponse": {},
"noResults": "無結果", "noResults": "無結果",
"@noResults": {}, "@noResults": {},
"noImageAvailable": "No image available",
"@noImageAvailable": {},
"noSubcategories": "無子類別", "noSubcategories": "無子類別",
"@noSubcategories": {}, "@noSubcategories": {},
"noSubcategoriesAvailable": "無可用子類別", "noSubcategoriesAvailable": "無可用子類別",
@ -702,6 +720,8 @@
"@reference": {}, "@reference": {},
"refresh": "刷新", "refresh": "刷新",
"@refresh": {}, "@refresh": {},
"rotateClockwise": "Rotate 90° clockwise",
"@rotateClockwise": {},
"refreshing": "正在刷新", "refreshing": "正在刷新",
"@refreshing": {}, "@refreshing": {},
"rejected": "已拒絕", "rejected": "已拒絕",
@ -1060,6 +1080,8 @@
"@uploadFailed": {}, "@uploadFailed": {},
"uploadSuccess": "文件已上傳", "uploadSuccess": "文件已上傳",
"@uploadSuccess": {}, "@uploadSuccess": {},
"uploadImage": "Upload Image",
"@uploadImage": {},
"usedIn": "用途", "usedIn": "用途",
"@usedIn": {}, "@usedIn": {},
"usedInDetails": "需要此零件的裝配體", "usedInDetails": "需要此零件的裝配體",
@ -1115,5 +1137,11 @@
"noPricingAvailable": "No pricing available", "noPricingAvailable": "No pricing available",
"@noPricingAvailable": {}, "@noPricingAvailable": {},
"noPricingDataFound": "No pricing data found for this part", "noPricingDataFound": "No pricing data found for this part",
"@noPricingDataFound": {} "@noPricingDataFound": {},
"deleteImageConfirmation": "Are you sure you want to delete this image?",
"@deleteImageConfirmation": {},
"deleteImageTooltip": "Delete Image",
"@deleteImageTooltip": {},
"deleteImage": "Delete Image",
"@deleteImage": {}
} }