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

Commit

Permalink
feat: 🎸 localized texts in 3 new languages (Welsh, Estonian, Latvian)
Browse files Browse the repository at this point in the history
[INTERNAL] Translation delivery: commit by LX Lab (#72)
Change-Id: Icc488fa08fa56e815bb636332d6981134637e8bd
  • Loading branch information
service-tip-git authored Jun 21, 2022
1 parent d5afcaf commit 0e63ca7
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Sources/SAPCAI/_localization/cy.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* 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" = "Gofynnwch i mi";

"error.server" = "Gwall gyda'r gweinydd";

/* XMSG: Failure to parse JSON data */
"error.JSONParserError" = "Wedi methu dosrannu data";

/* XMSG: Error message for request cancelled */
"error.RequestCancelled" = "Y cais wedi'i ganslo";

/* XMSG: Error message for conversation not found */
"error.conversationNotFound" = "Heb ddod o hyd i'r sgwrs. Gofynnwch i mi eto";

/* XBUT: Text for button to reveal more information in a list */
"View more" = "Gweld mwy";

/* XBUT: button label in searchbar to clear search field */
"Clear" = "Clirio";

/* XBUT: Cancel */
"Cancel" = "Canslo";

/* XBUT: action sheet title */
"Actions" = "Gweithredoedd";

/* XMSG: message in detailed page if no sections/attributes exist */
"NoDetailedContentAvailable" = "Dim cynnwys manwl ar gael";

29 changes: 29 additions & 0 deletions Sources/SAPCAI/_localization/et.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* 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" = "Küsi minult";

"error.server" = "Ilmnes serveritõrge";

/* XMSG: Failure to parse JSON data */
"error.JSONParserError" = "Andmete sõelumine nurjus";

/* XMSG: Error message for request cancelled */
"error.RequestCancelled" = "Taotlus on tühistatud";

/* XMSG: Error message for conversation not found */
"error.conversationNotFound" = "Vestlust ei leitud. Küsi minult uuesti";

/* XBUT: Text for button to reveal more information in a list */
"View more" = "Kuva rohkem";

/* XBUT: button label in searchbar to clear search field */
"Clear" = "Eemalda";

/* XBUT: Cancel */
"Cancel" = "Tühista";

/* XBUT: action sheet title */
"Actions" = "Toimingud";

/* XMSG: message in detailed page if no sections/attributes exist */
"NoDetailedContentAvailable" = "Üksikasjalikku sisu pole saadaval";

29 changes: 29 additions & 0 deletions Sources/SAPCAI/_localization/lv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* 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" = "Lūdzu, jautājiet man";

"error.server" = "Radās servera kļūda";

/* XMSG: Failure to parse JSON data */
"error.JSONParserError" = "Neizdevās parsēt datus";

/* XMSG: Error message for request cancelled */
"error.RequestCancelled" = "Pieprasījums tika atcelts";

/* XMSG: Error message for conversation not found */
"error.conversationNotFound" = "Saruna nav atrasta. Lūdzu, jautājiet man vēlreiz";

/* XBUT: Text for button to reveal more information in a list */
"View more" = "Skatīt vairāk";

/* XBUT: button label in searchbar to clear search field */
"Clear" = "Notīrīt";

/* XBUT: Cancel */
"Cancel" = "Atcelt";

/* XBUT: action sheet title */
"Actions" = "Darbības";

/* XMSG: message in detailed page if no sections/attributes exist */
"NoDetailedContentAvailable" = "Detalizēts saturs nav pieejams";

0 comments on commit 0e63ca7

Please sign in to comment.