Skip to content
Merged
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
115 changes: 69 additions & 46 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,68 +1,91 @@
[main]
host = https://www.transifex.com

[o:synonym:p:bitkit:r:28d522c14a937bfdfb78f31dafb9ddc7]
file_filter = ./src/utils/i18n/locales/<lang>/widgets.json
source_file = ./src/utils/i18n/locales/en/widgets.json
type = STRUCTURED_JSON
minimum_perc = 0
resource_name = src..en/widgets.json (master)
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:cards]
file_filter = src/utils/i18n/locales/<lang>/cards.json
source_file = src/utils/i18n/locales/en/cards.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/cards.json
source_file = src/utils/i18n/locales/en/cards.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:common]
file_filter = src/utils/i18n/locales/<lang>/common.json
source_file = src/utils/i18n/locales/en/common.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/common.json
source_file = src/utils/i18n/locales/en/common.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:fee]
file_filter = src/utils/i18n/locales/<lang>/fee.json
source_file = src/utils/i18n/locales/en/fee.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/fee.json
source_file = src/utils/i18n/locales/en/fee.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:lightning]
file_filter = src/utils/i18n/locales/<lang>/lightning.json
source_file = src/utils/i18n/locales/en/lightning.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/lightning.json
source_file = src/utils/i18n/locales/en/lightning.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:onboarding]
file_filter = src/utils/i18n/locales/<lang>/onboarding.json
source_file = src/utils/i18n/locales/en/onboarding.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/onboarding.json
source_file = src/utils/i18n/locales/en/onboarding.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:other]
file_filter = src/utils/i18n/locales/<lang>/other.json
source_file = src/utils/i18n/locales/en/other.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/other.json
source_file = src/utils/i18n/locales/en/other.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:security]
file_filter = src/utils/i18n/locales/<lang>/security.json
source_file = src/utils/i18n/locales/en/security.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/security.json
source_file = src/utils/i18n/locales/en/security.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:settingss]
file_filter = src/utils/i18n/locales/<lang>/settings.json
source_file = src/utils/i18n/locales/en/settings.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/settings.json
source_file = src/utils/i18n/locales/en/settings.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:slashtags]
file_filter = src/utils/i18n/locales/<lang>/slashtags.json
source_file = src/utils/i18n/locales/en/slashtags.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/slashtags.json
source_file = src/utils/i18n/locales/en/slashtags.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false

[o:synonym:p:bitkit:r:wallet]
file_filter = src/utils/i18n/locales/<lang>/wallet.json
source_file = src/utils/i18n/locales/en/wallet.json
source_lang = en
type = STRUCTURED_JSON

[o:synonym:p:bitkit:r:widgets]
file_filter = src/utils/i18n/locales/<lang>/widgets.json
source_file = src/utils/i18n/locales/en/widgets.json
source_lang = en
type = STRUCTURED_JSON
file_filter = src/utils/i18n/locales/<lang>/wallet.json
source_file = src/utils/i18n/locales/en/wallet.json
source_lang = en
type = STRUCTURED_JSON
replace_edited_strings = false
keep_translations = false
2 changes: 2 additions & 0 deletions src/utils/i18n/locales/arb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import security from './security.json';
import settings from './settings.json';
import slashtags from './slashtags.json';
import wallet from './wallet.json';
import widgets from './widgets.json';

export default {
cards,
Expand All @@ -20,4 +21,5 @@ export default {
settings,
slashtags,
wallet,
widgets,
};
3 changes: 0 additions & 3 deletions src/utils/i18n/locales/arb/slashtags.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@
},
"profile_delete_dialogue_yes": {
"string": "نعم، احذف"
},
"widget_delete_yes": {
"string": "نعم، احذف"
}
}
5 changes: 5 additions & 0 deletions src/utils/i18n/locales/arb/wallet.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"drawer": {
"contacts": {
"string": "جهات الاتصال"
}
},
"recipient_contact": {
"string": "جهة الاتصال"
},
Expand Down
1 change: 1 addition & 0 deletions src/utils/i18n/locales/arb/widgets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
9 changes: 9 additions & 0 deletions src/utils/i18n/locales/ca/cards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"backupSeedPhrase": {
"title": {
"string": "Sauvegarde"
},
"description": {
"string": "Emmagatzema els teus bitcoin"
}
Expand All @@ -13,6 +16,9 @@
}
},
"quickpay": {
"title": {
"string": "QuickPay"
},
"description": {
"string": "Escaneja i paga"
}
Expand Down Expand Up @@ -66,6 +72,9 @@
}
},
"transferClosingChannel": {
"title": {
"string": "Initialisation"
},
"description": {
"string": "Mantenir l'aplicació oberta"
}
Expand Down
2 changes: 2 additions & 0 deletions src/utils/i18n/locales/ca/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import security from './security.json';
import settings from './settings.json';
import slashtags from './slashtags.json';
import wallet from './wallet.json';
import widgets from './widgets.json';

export default {
cards,
Expand All @@ -20,4 +21,5 @@ export default {
settings,
slashtags,
wallet,
widgets,
};
34 changes: 5 additions & 29 deletions src/utils/i18n/locales/ca/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
"string": "Ginys"
}
},
"quickpay": {
"nav_title": {
"string": "QuickPay"
}
},
"security": {
"title": {
"string": "Seguretat i privacitat"
Expand Down Expand Up @@ -133,32 +138,6 @@
"string": "Utilitza {biometryTypeName} enlloc"
}
},
"backup": {
"status_failed": {
"string": "Error de còpia de seguretat: {time}"
},
"status_success": {
"string": "Última còpia de seguretat: {time}"
},
"category_connections": {
"string": "Connexions"
},
"category_settings": {
"string": "Configuracions"
},
"category_widgets": {
"string": "Ginys"
},
"category_tags": {
"string": "Etiquetes"
},
"category_profile": {
"string": "Perfil"
},
"category_contacts": {
"string": "Contactes"
}
},
"support": {
"title": {
"string": "Suport"
Expand Down Expand Up @@ -253,9 +232,6 @@
"cs_manual": {
"string": "Manual"
},
"cs_max": {
"string": "Més privacitat"
},
"payment_preference": {
"string": "Preferències de pagament"
},
Expand Down
63 changes: 0 additions & 63 deletions src/utils/i18n/locales/ca/slashtags.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,69 +146,6 @@
"offline_enable_explain": {
"string": "* Això requereix compartir les dades de pagament."
},
"widgets": {
"string": "Ginys"
},
"widget_add": {
"string": "Afegir ginys"
},
"widget_loading_description": {
"string": "Carregant la descripció del giny..."
},
"widget_failed_description": {
"string": "Ha fallat en carregar el giny"
},
"widget_source": {
"string": "Origen"
},
"widget_price": {
"string": "Preu de Bitcoin"
},
"widget_headlines": {
"string": "Capçaleres de Bitcoin"
},
"widget_blocks": {
"string": "Blocs de Bitcoin"
},
"widget_facts": {
"string": "Bitcoin Fets"
},
"widget_qr": {
"string": "O escaneja el codi QR"
},
"widget_error_drive": {
"string": "No s'ha pogut obtenir les dades"
},
"widget_feed": {
"string": "Giny"
},
"widget_edit": {
"string": "Alimentar el Giny"
},
"widget_edit_default": {
"string": "Predeterminat"
},
"widget_edit_custom": {
"string": "Personalitzat"
},
"widget_loading_options": {
"string": "Carregant les opcions del giny..."
},
"widget_reset": {
"string": "Reinicia"
},
"widget_preview": {
"string": "Previsualització"
},
"widget_delete_yes": {
"string": "Sí, Elimina"
},
"widget_delete_title": {
"string": "Esborrar el giny?"
},
"widget_delete_desc": {
"string": "Estàs segur que vols eliminar '{name}' dels teus ginys?"
},
"error_saving_contact": {
"string": "No s'ha pogut desar el contacte."
},
Expand Down
25 changes: 25 additions & 0 deletions src/utils/i18n/locales/ca/wallet.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"drawer": {
"activity": {
"string": "Activitat"
},
"contacts": {
"string": "Contactes"
},
"profile": {
"string": "Perfil"
},
"widgets": {
"string": "Ginys"
},
"settings": {
"string": "Configuracions"
},
"status": {
"string": "Estat de l'Aplicació"
}
},
"send": {
"string": "Envia"
},
Expand Down Expand Up @@ -89,6 +109,11 @@
"send_pending": {
"string": "Pagament pendent"
},
"send_quickpay": {
"nav_title": {
"string": "QuickPay"
}
},
"send_instant_failed": {
"string": "Pagament Instantani Fallit"
},
Expand Down
Loading