Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix: localized texts in 2 new language variants
Browse files Browse the repository at this point in the history
Localized texts in 2 new language variants

|Language|Code|
|---|---|
|German (Switzerland)|de-CH|
|Italian (Switzerland)|it-CH|

Localized texts were already available in these languages

|Language|Code|
|---|---|
|Arabic|ar|
|Bulgarian|bg|
|Catalan|ca|
|Czech|cs|
|Danish|da|
|German (Standard)|de|
|Greek|el|
|English|en|
|Spanish (Spain)|es|
|Spanish (Mexican)|es-MX|
|Finnish|fi|
|French (Standard)|fr|
|Hebrew|he|
|Croatian|hr|
|Hungarian|hu|
|Italian (Standard)|it|
|Japanese|ja|
|Korean|ko|
|Malaysian|ms|
|Norwegian|nb|
|Dutch (Standard)|nl|
|Polish|pl|
|Portuguese (Portugal)|pt|
|Romanian|ro|
|Russian|ru|
|Slovak|sk|
|Slovenian|sl|
|Serbian|sr-latn-RS|
|Swedish|sv|
|Thai|th|
|Turkish|tr|
|Ukrainian|uk|
|Vietnamese|vi|
|Chinese (simplified script)|zh-Hans|
|Chinese (traditional script)|zh-Hant|

[INTERNAL] Translation delivery: commit by LX Lab (#12)
Change-Id: I00ea5a7103c4b12ec2de2d9c9b1699f1d4f827b4
  • Loading branch information
service-tip-git authored Jun 4, 2021
1 parent c7da1a4 commit db7bd34
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Sources/SAPCAI/_localization/de-CH.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Localizable.strings\n CAIFoundation\n\n Created by Syren, Franck on 6/24/19.\n Copyright © 2019 Syren, Franck. All rights reserved. */
"Write a message" = "Bitte fragen Sie mich";

"error.server" = "Serverfehler aufgetreten";

/* XMSG: Failure to parse JSON data */
"error.JSONParserError" = "Parsen der Daten fehlgeschlagen";

/* XMSG: Error message for request cancelled */
"error.RequestCancelled" = "Anfrage wurde abgebrochen";

/* XMSG: Error message for conversation not found */
"error.conversationNotFound" = "Konversation wurde nicht gefunden. Bitte fragen Sie mich erneut.";

14 changes: 14 additions & 0 deletions Sources/SAPCAI/_localization/it-CH.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Localizable.strings\n CAIFoundation\n\n Created by Syren, Franck on 6/24/19.\n Copyright © 2019 Syren, Franck. All rights reserved. */
"Write a message" = "Chiedi a me";

"error.server" = "Si è verificato un errore di server";

/* XMSG: Failure to parse JSON data */
"error.JSONParserError" = "Analisi sintattica dei dati non riuscita";

/* XMSG: Error message for request cancelled */
"error.RequestCancelled" = "Richiesta eliminata";

/* XMSG: Error message for conversation not found */
"error.conversationNotFound" = "Conversazione non trovata. Chiedi nuovamente a me";

0 comments on commit db7bd34

Please sign in to comment.