Skip to content

Commit

Permalink
merge: pull request #54 from akrck02/dev
Browse files Browse the repository at this point in the history
i18n: fixes on title
  • Loading branch information
akrck02 authored Jan 21, 2025
2 parents ea8bcdb + 295fe2d commit 5453b06
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 169 deletions.
4 changes: 2 additions & 2 deletions resources/i18n/ca/home.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app.name": "Salari",
"title": "Inici",
"description": "Introdueix el teu salari anual i selecciona el nombre de pagues.",
"salary.gross": "Salari brut",
"description": "Introdueix el teu salari brut anual i selecciona el nombre de pagues.",
"salary.gross": "Calculadora de salari",
"salary": "Salari",
"extra": "Extra",
"pit": "IRPF",
Expand Down
4 changes: 2 additions & 2 deletions resources/i18n/en/home.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app.name": "Salary",
"title": "Home",
"description": "Enter your annual salary and select the number of payments.",
"salary.gross": "Gross salary",
"description": "Enter your annual gross salary and select the number of payments.",
"salary.gross": "Salary calculator",
"salary": "Salary",
"extra": "Extra",
"pit": "PIT",
Expand Down
4 changes: 2 additions & 2 deletions resources/i18n/es/home.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app.name": "Salary",
"title": "Inicio",
"description": "Introduce tu salario anual y selecciona el número de pagas.",
"salary.gross": "Salario bruto",
"description": "Introduce tu salario bruto anual y selecciona el número de pagas.",
"salary.gross": "Calculadora de salario",
"salary": "Salario",
"extra": "Extra",
"pit": "IRPF",
Expand Down
4 changes: 2 additions & 2 deletions resources/i18n/gl/home.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app.name": "Salary",
"title": "Inicio",
"description": "Introduce o teu salario anual e selecciona o número de pagas.",
"salary.gross": "Salario bruto",
"description": "Introduce o teu salario bruto anual e selecciona o número de pagas.",
"salary.gross": "Calculadora de salario",
"salary": "Salario",
"extra": "Extra",
"pit": "IRPF",
Expand Down
Loading

0 comments on commit 5453b06

Please sign in to comment.