Skip to content

Commit 0554ffc

Browse files
committed
chore: sync from crowdin
1 parent 17f92b1 commit 0554ffc

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

locale/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ All other locale files are sourced from [Crowdin](https://crowdin.com/project/fi
66

77
# How to sync Git with Crowdin
88

9-
*Note:* This section is a how-to process for Fider admins only.
10-
*Note 2:* Would be great to automate this...
9+
_Note:_ This section is a how-to process for Fider admins only.
10+
_Note 2:_ Would be great to automate this...
1111

1212
## Source Strings
1313

@@ -16,16 +16,14 @@ All other locale files are sourced from [Crowdin](https://crowdin.com/project/fi
1616

1717
## Sync English from Git to Crowdin
1818

19-
1. Visit https://crowdin.com/project/fider/en#
20-
2. For each file, select Upload translations
21-
- Mark `Allow target translation to match source`
22-
- Mark `Approve added translations`
19+
1. Visit https://crowdin.com/project/fider/content/files
20+
2. For each file, select Update
2321

2422
## Sync other locales from Crowdin to Git
2523

2624
1. Review and approve translations
2725
2. Visit https://crowdin.com/project/fider
2826
3. Select build and download
29-
4. Copy files to locale folder
27+
4. Copy files to locale folder
3028
5. Update percentages on `locales.ts` based on Crowdin numbers
31-
6. Create PR
29+
6. Create PR

locale/locales.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,39 @@ const locales: { [key: string]: Locale } = {
1414
},
1515
"es-ES": {
1616
text: "🇪🇸 Spanish",
17-
translated: 100,
17+
translated: 97,
1818
},
1919
de: {
2020
text: "🇩🇪 German",
21-
translated: 100,
21+
translated: 97,
2222
},
2323
fr: {
2424
text: "🇫🇷 French",
25-
translated: 100,
25+
translated: 97,
2626
},
2727
"sv-SE": {
2828
text: "🇸🇪 Swedish",
29-
translated: 100,
29+
translated: 97,
3030
},
3131
nl: {
3232
text: "🇳🇱 Dutch",
33-
translated: 100,
33+
translated: 97,
3434
},
3535
pl: {
3636
text: "🇵🇱 Polish",
37-
translated: 100,
37+
translated: 97,
3838
},
3939
ru: {
4040
text: "🇷🇺 Russian",
41-
translated: 100,
41+
translated: 97,
4242
},
4343
sk: {
4444
text: "🇸🇰 Slovak",
45-
translated: 100,
45+
translated: 97,
4646
},
4747
tr: {
4848
text: "🇹🇷 Turkish",
49-
translated: 100,
49+
translated: 97,
5050
},
5151
}
5252

locale/pl/client.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"enum.poststatus.open": "Otwarte",
1919
"enum.poststatus.planned": "Zaplanowane",
2020
"enum.poststatus.started": "Rozpoczęte",
21-
"error.expired.text": "Link który kliknąłeś wygasł.",
21+
"error.expired.text": "Kliknięty przez Ciebie link wygasł.",
2222
"error.expired.title": "Wygasły",
2323
"error.forbidden.text": "Nie masz uprawnień do wyświetlania tej strony.",
2424
"error.forbidden.title": "Zabroniony",
@@ -29,8 +29,8 @@
2929
"error.unauthorized.text": "Potwierdź swoją tożsamość aby wyświetlić tą stronę.",
3030
"error.unauthorized.title": "Błąd uwierzytelnienia",
3131
"home.form.defaultinvitation": "Wpisz swoją sugestię tutaj...",
32-
"home.form.defaultwelcomemessage": "Chcielibyśmy się dowiedzieć o czym myślisz.\n\nCo możemy poprawić? To jest miejsce w którym możesz głosować, dyskutować i dzielić się pomysłami.",
33-
"home.lonely.suggestion": "Zaleca się, abyś stworzył <0>co najmniej 3</0> sugestie tutaj przed udostępnieniem tej witryny. Początkowa zawartość jest ważna do początkowego zangażowania swoich odbiorców.",
32+
"home.form.defaultwelcomemessage": "Chcemy się dowiedzieć o czym myślisz.\n\nCo możemy poprawić? To jest miejsce, w którym możesz głosować, dyskutować i dzielić się pomysłami.",
33+
"home.lonely.suggestion": "Zaleca się stworzenie tutaj <0>co najmniej 3</0> sugestii przed udostępnieniem tej witryny. Początkowa zawartość jest ważna do zaangażowania swoich odbiorców.",
3434
"home.lonely.text": "Nie stworzono jeszcze żadnych postów.",
3535
"home.postfilter.label.view": "Widok",
3636
"home.postfilter.option.mostdiscussed": "Najczęściej dyskutowane",
@@ -121,7 +121,7 @@
121121
"mysettings.notification.title": "Użyj następującego panelu, aby wybrać zdarzenia z których chciałbyś otrzymywać powiadomienia",
122122
"mysettings.page.subtitle": "Zarządzaj ustawieniami profilu",
123123
"mysettings.page.title": "Ustawienia",
124-
"page.backhome": "Zabierz mnie z powrotem na stronę główną <0>{0}</0> .",
124+
"page.backhome": "Zabierz mnie z powrotem na stronę główną <0>{0}</0>.",
125125
"page.notinvited.text": "Nie znaleźliśmy konta powiązanego z Twoim adresem email.",
126126
"page.notinvited.title": "Niezaproszony",
127127
"page.pendingactivation.text": "Wysłaliśmy do Ciebie maila z linkiem do aktywowania Twojej strony.",
@@ -148,6 +148,6 @@
148148
"signin.message.locked.title": "<0>{0}</0> jest aktualnie zablokowany.",
149149
"signin.message.onlyadmins": "Obecnie możliwe jest logowanie tylko na konto administratora",
150150
"signin.message.private.text": "Jeśli posiadasz konto lub zaproszenie możesz użyć poniższych opcji aby się zalogować.",
151-
"signin.message.private.title": "<0>{0}</0> to przestrzeń prywatna i wymaga zaproszenia aby do niej dołączyć.",
151+
"signin.message.private.title": "<0>{0}</0> is a private space, you must sign in to participate and vote.",
152152
"{count, plural, one {# tag} other {# tags}}": "{count, plural, one {# tag} few {# tagów} many {# tagów} other {# tagi}}"
153-
}
153+
}

locale/pt-BR/client.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"error.internalerror.title": "Oops, isso não era esperado…",
2727
"error.pagenotfound.text": "O link que você acessou pode estar quebrado ou a página pode ter sido removida.",
2828
"error.pagenotfound.title": "Página não encontrada",
29-
"error.unauthorized.text": "Sem permissão para acessar esta página.",
29+
"error.unauthorized.text": "Você não está autorizado a visualizar esta página.",
3030
"error.unauthorized.title": "Não autorizado",
3131
"home.form.defaultinvitation": "Insira sua sugestão aqui...",
3232
"home.form.defaultwelcomemessage": "Gostaríamos de ouvir sobre o que você está pensando.\n\nO que podemos fazer melhor? Este é o lugar para você votar, discutir e compartilhar ideias.",
@@ -83,7 +83,7 @@
8383
"modal.deletecomment.text": "Este processo é irreversível. <0>Tem certeza?</0>",
8484
"modal.showvotes.message.zeromatches": "Nenhum usuário encontrado para <0>{0}</0>.",
8585
"modal.showvotes.query.placeholder": "Procurar usuários por nome...",
86-
"modal.signin.header": "Faça login para postar e votar",
86+
"modal.signin.header": "Faça login para participar e votar",
8787
"mynotifications.label.readrecently": "Lido nos últimos 30 dias.",
8888
"mynotifications.message.nounread": "Nenhuma notificação não lida.",
8989
"mynotifications.page.subtitle": "Mantenha-se atualizado com o que está acontecendo",
@@ -148,6 +148,6 @@
148148
"signin.message.locked.title": "<0>{0}</0> está bloqueado no momento.",
149149
"signin.message.onlyadmins": "Atualmente, só é permitido entrar em uma conta de administrador",
150150
"signin.message.private.text": "Se você tem uma conta ou um convite, você pode usar as seguintes opções para fazer o login.",
151-
"signin.message.private.title": "<0>{0}</0> é um espaço privado e requer um convite para se juntar a ele.",
151+
"signin.message.private.title": "<0>{0}</0> é um espaço privado, você deve se inscrever para participar e votar.",
152152
"{count, plural, one {# tag} other {# tags}}": "{count, plural, one {# tag} other {# tags}}"
153153
}

0 commit comments

Comments
 (0)