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

Update translations #232

Merged
merged 1 commit into from
Aug 15, 2023
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
1 change: 1 addition & 0 deletions config/locales/client.fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi:
add: "Tykkää viestistä"
remove: "Poista tämä tykkäys"
cant_remove: "Et voi enää poistaa tykkäystäsi"
unauthenticated: "Rekisteröidy tai kirjaudu sisään tykätäksesi julkaisusta"
notifications:
reaction_1_user_multiple_posts: "reagoi %{count} viestiisi"
reaction_2_users: "%{username}, %{username2}"
Expand Down
2 changes: 2 additions & 0 deletions config/locales/client.he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ he:
add: "לסמן את הפוסט בלייק"
remove: "הסרת הלייק הזה"
cant_remove: "כבר אין לך אפשרות להסיר את הלייק שלך"
unauthenticated: "נא להירשם או להיכנס כדי לסמן את הפוסט הזה בלייק"
notifications:
reaction_1_user_multiple_posts: "תגובה כלשהי ל־%{count} מהפוסטים שלך"
reaction_2_users: "%{username}, %{username2}"
reaction_2_users_with_others:
one: "%{username}, %{username2} ועוד %{count}"
Expand Down
1 change: 1 addition & 0 deletions config/locales/client.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ it:
add: "Metti \"Mi piace\" a questo messaggio"
remove: "Rimuovi questo \"Mi piace\""
cant_remove: "Non puoi più rimuovere il tuo Mi piace"
unauthenticated: "Per favore registrati o accedi per mettere mi piace a questo post"
notifications:
reaction_1_user_multiple_posts: "ha reagito a %{count} dei tuoi messaggi"
reaction_2_users: "%{username}, %{username2}"
Expand Down
4 changes: 4 additions & 0 deletions config/locales/client.pl_PL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ pl_PL:
forbidden: "Ta reakcja powstała zbyt dawno temu. Nie można go już modyfikować ani usuwać."
picker:
react_with: "Zareaguj na ten post z: %{reaction}"
cant_remove_reaction: "Nie możesz już usunąć swojej reakcji"
remove_reaction: "Usuń reakcję %{reaction}"
main_reaction:
add: "Polub ten post"
remove: "Usuń to polubienie"
cant_remove: "Nie możesz już usunąć polubienia"
unauthenticated: "Zarejestruj się lub zaloguj, aby polubić ten post"
notifications:
reaction_1_user_multiple_posts: "zareagował na %{count} Twoich postów"
reaction_2_users: "%{username}, %{username2}"
reaction_2_users_with_others:
one: "%{username}, %{username2} oraz %{count} inny"
Expand Down