Skip to content

Commit

Permalink
TIQR-428: Put back deleted strings (#142)
Browse files Browse the repository at this point in the history
IGNORE for IOS

Co-authored-by: Iulia STANA <iulia@egeniq.com>
  • Loading branch information
IuliaSTANA and Iulia STANA authored Apr 25, 2024
1 parent 25e38fa commit f2a0874
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
<string name="MyAccount_DeleteAccountButton_COPY">"Verwijder je account"</string>
<string name="MyAccount_DownloadSuccess_COPY">"De informatie is opgeslagen in de downloads folder."</string>
<string name="MyAccount_DownloadError_COPY">"Downloaden mislukt"</string>
<string name="NameOverview_Title_AllDetailsOf_COPY">"Alle gegevens van"</string>
<string name="NameOverview_Title_FullName_COPY">"Volledige naam"</string>
<string name="NameOverview_SelfAsserted_COPY">"Zelf ingevuld"</string>
<string name="NameOverview_Verified_COPY">"Gecontroleerd"</string>
<string name="NameOverview_AnotherSource_COPY">"Een andere bron…"</string>
<string name="NameOverview_NotAvailable_COPY">"Niet beschikbaar"</string>
<string name="NameOverview_ProceedToAdd_COPY">"Voeg dit toe door in te loggen bij jouw instelling"</string>
<string name="Security_Title_COPY">"Beveiliging"</string>
<string name="Security_SubTitle_COPY">"We bieden verschillende methoden om in te loggen met je eduID."</string>
<string name="Security_SecondSubTitle_COPY">"Aanmeldmethoden"</string>
Expand Down Expand Up @@ -785,6 +792,7 @@
<string name="Permission_Scan_COPY">"Geef toestemming voor het gebruik van de camera."</string>
<string name="Permission_OAuth_Title_COPY">"Autoriseer de app"</string>
<string name="Permission_OAuth_Description_COPY">"Geef de mobiele app toegang tot jouw gegevens."</string>
<string name="Profile_You_COPY">"Zelf"</string>
<string name="AppData_InitializationError_Generic_COPY">"AppData kan niet worden geïnitialiseerd. Probeer het opnieuw."</string>
<string name="AppData_InitializationError_WithException_COPY">"AppData kan niet worden geïnitialiseerd. Reden: %1$s"</string>
</resources>
8 changes: 8 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
<string name="MyAccount_DeleteAccountButton_COPY">"Delete your account"</string>
<string name="MyAccount_DownloadSuccess_COPY">"Your data was downloaded in your downloads folder."</string>
<string name="MyAccount_DownloadError_COPY">"Failed to download your data"</string>
<string name="NameOverview_Title_AllDetailsOf_COPY">"All details of"</string>
<string name="NameOverview_Title_FullName_COPY">"Full name"</string>
<string name="NameOverview_SelfAsserted_COPY">"Self asserted"</string>
<string name="NameOverview_Verified_COPY">"Verified"</string>
<string name="NameOverview_AnotherSource_COPY">"Another source…"</string>
<string name="NameOverview_NotAvailable_COPY">"Not available"</string>
<string name="NameOverview_ProceedToAdd_COPY">"Proceed to add this via your school/uni"</string>
<string name="Security_Title_COPY">"Security settings"</string>
<string name="Security_SubTitle_COPY">"We provide different methods to sign in using your eduID account."</string>
<string name="Security_SecondSubTitle_COPY">"Sign-in methods"</string>
Expand Down Expand Up @@ -785,6 +792,7 @@
<string name="Permission_Scan_COPY">"Please grant access to the camera."</string>
<string name="Permission_OAuth_Title_COPY">"Authorize app"</string>
<string name="Permission_OAuth_Description_COPY">"Allow the mobile application to access your data."</string>
<string name="Profile_You_COPY">"you"</string>
<string name="AppData_InitializationError_Generic_COPY">"Failed to initialize AppData. Please retry."</string>
<string name="AppData_InitializationError_WithException_COPY">"Failed to initialize AppData. Reason: %1$s"</string>
</resources>
35 changes: 35 additions & 0 deletions localizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ ANDROID:
COPY:
en: Allow the mobile application to access your data.
nl: Geef de mobiele app toegang tot jouw gegevens.
Profile:
You:
COPY:
en: you
nl: Zelf
AppData:
InitializationError:
Generic:
Expand Down Expand Up @@ -849,6 +854,36 @@ SHARED:
COPY:
en: Failed to download your data
nl: Downloaden mislukt
NameOverview:
Title:
AllDetailsOf:
COPY:
nl: Alle gegevens van
en: All details of
FullName:
COPY:
nl: Volledige naam
en: Full name
SelfAsserted:
COPY:
nl: Zelf ingevuld
en: Self asserted
Verified:
COPY:
nl: Gecontroleerd
en: Verified
AnotherSource:
COPY:
nl: Een andere bron…
en: Another source…
NotAvailable:
COPY:
nl: Niet beschikbaar
en: Not available
ProceedToAdd:
COPY:
nl: Voeg dit toe door in te loggen bij jouw instelling
en: Proceed to add this via your school/uni
Security:
Title:
COPY:
Expand Down

0 comments on commit f2a0874

Please sign in to comment.