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 #223

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
78fc005
New translations strings.xml (Spanish)
massivemadness Nov 6, 2023
f06f207
New translations strings.xml (Spanish)
massivemadness Nov 6, 2023
40af830
New translations strings.xml (Spanish)
massivemadness Nov 6, 2023
5c0567e
New translations strings.xml (Spanish)
massivemadness Nov 6, 2023
ea53711
New translations strings.xml (Spanish)
massivemadness Nov 6, 2023
87462ad
New translations strings.xml (Chinese Simplified)
massivemadness Nov 12, 2023
c7f9c9e
New translations strings.xml (Spanish)
massivemadness Nov 27, 2023
d9a3dbc
New translations strings.xml (Spanish)
massivemadness Nov 27, 2023
b596a6d
New translations strings.xml (Spanish)
massivemadness Nov 27, 2023
d2bcddf
New translations strings.xml (Spanish)
massivemadness Nov 27, 2023
11b320e
New translations strings.xml (Spanish)
massivemadness Nov 27, 2023
704b38f
New translations strings.xml (English)
massivemadness Dec 8, 2023
8811176
New translations strings.xml (Chinese Traditional)
massivemadness Jan 6, 2024
f4a56c0
New translations strings.xml (Sinhala)
massivemadness Jul 29, 2024
f472c2d
New translations strings.xml (Sinhala)
massivemadness Jul 29, 2024
91eeb8d
New translations strings.xml (Sinhala)
massivemadness Jul 29, 2024
bb002cf
New translations strings.xml (Polish)
massivemadness Aug 17, 2024
4e7292f
New translations strings.xml (Portuguese)
massivemadness Oct 26, 2024
8c41c39
New translations strings.xml (Portuguese)
massivemadness Oct 26, 2024
ddf9b99
New translations strings.xml (Portuguese)
massivemadness Oct 26, 2024
ac15065
New translations strings.xml (Portuguese)
massivemadness Oct 26, 2024
870a15a
New translations strings.xml (Ukrainian)
massivemadness Dec 13, 2024
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
12 changes: 6 additions & 6 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
-->
<resources>
<string name="action_restart">Reinicio</string>
<string name="action_yes">Aceptar</string>
<string name="action_no">Rechazar</string>
<string name="dialog_title_exit">Salir</string>
<string name="dialog_message_exit">¿Seguro que quieres salir? Se guardarán todos los cambios en la caché</string>
<string name="message_in_app_update_ready">La app tiene una actualización disponible</string>
<string name="message_in_app_update_failed">No se pudo instalar la actualización</string>
<string name="action_yes">Si</string>
<string name="action_no">No</string>
<string name="dialog_title_exit">Salida</string>
<string name="dialog_message_exit">¿Está seguro de que desea salir? Todos los cambios se guardarán en la caché</string>
<string name="message_in_app_update_ready">App está lista para actualizar</string>
<string name="message_in_app_update_failed">Error al actualizar la instalación</string>
</resources>
25 changes: 25 additions & 0 deletions app/src/main/res/values-si-rLK/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="action_restart">යළි අරඹන්න</string>
<string name="action_yes">ඔව්</string>
<string name="action_no">එපා</string>
<string name="dialog_title_exit">පිටවන්න</string>
<string name="dialog_message_exit">ඔබට ඇත්තටම පිටවීමට අවශ්‍යද? සියලු වෙනස්කම් chache මතකයේ සුරැකෙනු ඇත</string>
<string name="message_in_app_update_ready">යෙදුම යාවත්කාලීීනයට සූදානම්</string>
<string name="message_in_app_update_failed">යාවත්කාලිනය ස්ථාපනය අසමත්</string>
</resources>
23 changes: 23 additions & 0 deletions common-ui/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="common_error_occurred">Se ha producido un error</string>
<string name="common_no_result">Sin resultados</string>
<string name="common_save">Guardado</string>
<string name="common_delete">Suprimir</string>
<string name="common_continue">Seguir</string>
</resources>
23 changes: 23 additions & 0 deletions common-ui/src/main/res/values-si-rLK/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="common_error_occurred">දෝෂයක් සිදු විය</string>
<string name="common_no_result">ප්‍රතිඵල නොමැත</string>
<string name="common_save">සුරකින්න</string>
<string name="common_delete">මකන්න</string>
<string name="common_continue">ඉදිරියට</string>
</resources>
20 changes: 20 additions & 0 deletions feature-changelog/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="label_changelog">Historial de cambios</string>
<string name="label_latest_release">Última versión</string>
</resources>
9 changes: 3 additions & 6 deletions feature-changelog/impl/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>

<string name="label_changelog">ChangeLog</string>
<string name="label_latest_release">Latest release</string>

</resources>
<string name="label_changelog">Novidades</string>
<string name="label_latest_release">Versão mais recente</string>
</resources>
20 changes: 20 additions & 0 deletions feature-changelog/impl/src/main/res/values-si-rLK/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="label_changelog">ලොගය වෙනස් කරන්න</string>
<string name="label_latest_release">නව බෙදාහැරීම</string>
</resources>
55 changes: 55 additions & 0 deletions feature-editor/impl/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_line">Linea:</string>
<string name="action_close">Cerrar</string>
<string name="action_close_others">Cerrar otros</string>
<string name="action_close_all">Cerrar todas</string>
<string name="action_insert">Insertar</string>
<string name="action_new">Nuevo</string>
<string name="action_open">Abrir</string>
<string name="action_save_as">Guardar como</string>
<string name="action_select_line">Seleccionar Linea</string>
<string name="action_delete_line">Eliminar línea</string>
<string name="action_duplicate_line">Duplicar línea</string>
<string name="action_regex">Expresión regular</string>
<string name="action_match_case">Coincidir mayúsculas y minúsculas</string>
<string name="action_words_only">Sólo palabras</string>
<string name="action_find">Encontrar</string>
<string name="action_close_find">Cerrar la búsqueda</string>
<string name="action_replace">Reemplazar</string>
<string name="action_close_replace">Cerrar reemplazo</string>
<string name="action_goto_line">Ir a línea</string>
<string name="action_go_to">Ir a</string>
<string name="action_force_syntax">Forzar sintaxis</string>
<string name="action_insert_color">Insertar color</string>
<string name="action_settings">Configuración</string>
<string name="action_tools">Herramientas</string>
<string name="dialog_title_goto_line">Ir a línea…</string>
<string name="dialog_title_color_picker">Selector de Color</string>
<string name="dialog_title_force_syntax">Resaltador de sintaxis</string>
<string name="dialog_message_close_tab">¿Está seguro de que desea cerrar este archivo? Todos los cambios no guardados serán descartados</string>
<string name="message_no_open_files">Ningún archivo abierto</string>
<string name="message_file_not_found">Archivo no encontrado</string>
<string name="message_out_of_memory">Sin memoria</string>
<string name="message_saved">Guardado</string>
<string name="message_nothing_to_cut">Nada que cortar</string>
<string name="message_nothing_to_copy">No hay nada para copiar</string>
<string name="message_nothing_to_paste">Nada que pegar</string>
<string name="message_line_not_exists">La línea no existe</string>
<string name="message_no_errors_detected">Ningún error de sintaxis detectado</string>
</resources>
55 changes: 55 additions & 0 deletions feature-editor/impl/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_line">Wiersz:</string>
<string name="action_close">Zamknij</string>
<string name="action_close_others">Zamknij pozostałe</string>
<string name="action_close_all">Zamknij wszystkie</string>
<string name="action_insert">Wstaw</string>
<string name="action_new">Nowy</string>
<string name="action_open">Otwórz</string>
<string name="action_save_as">Zapisz jako</string>
<string name="action_select_line">Zaznacz wiersz</string>
<string name="action_delete_line">Usuń Wiersz</string>
<string name="action_duplicate_line">Duplikuj wiersz</string>
<string name="action_regex">Wyrażenia regularne</string>
<string name="action_match_case">Dopasuj wielkość liter</string>
<string name="action_words_only">Tylko słowa</string>
<string name="action_find">Znajdź</string>
<string name="action_close_find">Zamknij wyszukiwanie</string>
<string name="action_replace">Zamień</string>
<string name="action_close_replace">Zamknij zamień</string>
<string name="action_goto_line">Idź do linii</string>
<string name="action_go_to">Idź do</string>
<string name="action_force_syntax">Wymuś składnię</string>
<string name="action_insert_color">Wstaw kolor</string>
<string name="action_settings">Ustawienia</string>
<string name="action_tools">Narzędzia</string>
<string name="dialog_title_goto_line">Przejdź do linii…</string>
<string name="dialog_title_color_picker">Wybór kolorów</string>
<string name="dialog_title_force_syntax">Podświetlanie składni</string>
<string name="dialog_message_close_tab">Czy na pewno chcesz zamknąć ten plik? Wszystkie niezapisane zmiany zostaną odrzucone</string>
<string name="message_no_open_files">Brak otwartych plików</string>
<string name="message_file_not_found">Plik nie został znaleziony</string>
<string name="message_out_of_memory">Brak pamięci</string>
<string name="message_saved">Zapisano</string>
<string name="message_nothing_to_cut">Nic do wycięcia</string>
<string name="message_nothing_to_copy">Nic do skopiowania</string>
<string name="message_nothing_to_paste">Nic do wklejenia</string>
<string name="message_line_not_exists">Linia nie istnieje</string>
<string name="message_no_errors_detected">Nie wykryto błędów składni</string>
</resources>
117 changes: 55 additions & 62 deletions feature-editor/impl/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
@@ -1,62 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>

<string name="hint_line">Linha:</string>

<string name="action_close">Fechar</string>
<string name="action_close_others">Fechar outros</string>
<string name="action_close_all">Fechar todos</string>
<string name="action_insert">Insira</string>
<string name="action_new">Novo</string>
<string name="action_open">Abrir</string>
<string name="action_save_as">Salvar como</string>
<string name="action_select_line">Selecionar linha</string>
<string name="action_delete_line">Deletar linha</string>
<string name="action_duplicate_line">Duplicar linha</string>
<string name="action_regex">Expressão regular</string>
<string name="action_match_case">Sensível a maiúsculas</string>
<string name="action_words_only">Só palavras</string>
<string name="action_find">Pesquisar</string>
<string name="action_close_find">Fechar pesquisar</string>
<string name="action_replace">Substituir</string>
<string name="action_close_replace">Fechar substituir</string>
<string name="action_goto_line">Ir para a linha</string>
<string name="action_go_to">Ir para</string>
<string name="action_force_syntax">Force Syntax</string>
<string name="action_insert_color">Inserir cor</string>
<string name="action_settings">Configurações</string>
<string name="action_tools">Ferramentas</string>

<string name="dialog_title_goto_line">Ir para a linha…</string>
<string name="dialog_title_color_picker">Paleta de cores</string>
<string name="dialog_title_force_syntax">Syntax Highlighting</string>

<string name="dialog_message_close_tab">Você tem certeza de que quer fechar este arquivo? Todas as mudanças serão discartadas</string>

<string name="message_no_open_files">Nenhum arquivo aberto</string>
<string name="message_file_not_found">Arquivo não encontrado</string>
<string name="message_out_of_memory">Sem memória</string>
<string name="message_saved">Salvo</string>
<string name="message_nothing_to_cut">Nada para cortar</string>
<string name="message_nothing_to_copy">Nada to copiar</string>
<string name="message_nothing_to_paste">Nada para colar</string>
<string name="message_line_not_exists">A linha não existe</string>
<string name="message_no_errors_detected">Nenhum erro de sintaxe detectado</string>

</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2023 Squircle CE contributors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="hint_line">Linha:</string>
<string name="action_close">Fechar</string>
<string name="action_close_others">Fechar outros</string>
<string name="action_close_all">Fechar todos</string>
<string name="action_insert">Insira</string>
<string name="action_new">Novo</string>
<string name="action_open">Abrir</string>
<string name="action_save_as">Salvar como</string>
<string name="action_select_line">Selecionar linha</string>
<string name="action_delete_line">Deletar linha</string>
<string name="action_duplicate_line">Duplicar linha</string>
<string name="action_regex">Expressão regular</string>
<string name="action_match_case">Sensível a maiúsculas</string>
<string name="action_words_only">Só palavras</string>
<string name="action_find">Pesquisar</string>
<string name="action_close_find">Fechar pesquisar</string>
<string name="action_replace">Substituir</string>
<string name="action_close_replace">Fechar substituir</string>
<string name="action_goto_line">Ir para a linha</string>
<string name="action_go_to">Ir para</string>
<string name="action_force_syntax">Forçar Sintaxe</string>
<string name="action_insert_color">Inserir cor</string>
<string name="action_settings">Configurações</string>
<string name="action_tools">Ferramentas</string>
<string name="dialog_title_goto_line">Ir para a linha…</string>
<string name="dialog_title_color_picker">Paleta de cores</string>
<string name="dialog_title_force_syntax">Destaque de Sintaxe</string>
<string name="dialog_message_close_tab">Você tem certeza de que quer fechar este arquivo? Todas as mudanças serão discartadas</string>
<string name="message_no_open_files">Nenhum arquivo aberto</string>
<string name="message_file_not_found">Arquivo não encontrado</string>
<string name="message_out_of_memory">Sem memória</string>
<string name="message_saved">Salvo</string>
<string name="message_nothing_to_cut">Nada para cortar</string>
<string name="message_nothing_to_copy">Nada to copiar</string>
<string name="message_nothing_to_paste">Nada para colar</string>
<string name="message_line_not_exists">A linha não existe</string>
<string name="message_no_errors_detected">Nenhum erro de sintaxe detectado</string>
</resources>
Loading
Loading