Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #712

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CrowdinImports/es.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@
<tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="13.3.1" build-num="13E500a"/>
</header>
<body>
<trans-unit id="Edit Phrases" xml:space="preserve">
<source>Edit Phrases</source>
<target state="translated">Editar Frases</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Rename Category" xml:space="preserve">
<source>Rename Category</source>
<target state="translated">Cambiar Nombre de Categoría</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Sign In" xml:space="preserve">
<source>Sign In</source>
<target state="translated">Iniciar Sesión</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="categories_list_editor.header.title" xml:space="preserve" approved="yes">
<source>Categories</source>
<target state="final">Categorías</target>
Expand Down
9 changes: 9 additions & 0 deletions Vocable/Supporting Files/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
/* Toast message that appears after saving edits made to the Category title */
"category_editor.toast.successfully_saved.title" = "Cambios guardados";

/* No comment provided by engineer. */
"Edit Phrases" = "Editar Frases";

/* Category empty state button. This button appears with the empty state to allow the user to add a phrase */
"empty_state.button.title" = "Agregar Phrase";

Expand Down Expand Up @@ -180,6 +183,9 @@
/* Recents empty state title string. This will appear in the Recents Category if no phrases have been used yet. */
"recents_empty_state.header.title" = "No hay frases usadas recientemente";

/* No comment provided by engineer. */
"Rename Category" = "Cambiar Nombre de Categoría";

/* Selection mode setting header title */
"selection_mode.header.title" = "Modo de selección";

Expand Down Expand Up @@ -273,6 +279,9 @@
/* Additonal footer text noting heading tracking compatibility */
"settings.selection_mode.head_tracking_unsupported_footer" = "Este %1$@ en %2$@ %3$@ no es compatible con el seguimiento de cabeza.\n\nEl seguimiento de cabeceras es compatible con todos los dispositivos con una cámara %4$@ , y en la mayoría de dispositivos con %6$@.";

/* No comment provided by engineer. */
"Sign In" = "Iniciar Sesión";

/* Button in the edit category title close confirmation. This buton appears in an alert when there are edits made to the Category title and the user tries to close the keyboard without saving the changes.
Pressing the button will allow editing the category title. */
"text_editor.alert.cancel_editing_confirmation.button.continue_editing.title" = "Continuar Edición";
Expand Down