-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(l10n): Update Galician translations
Currently translated at 100.0% (18 of 18 strings) Translation: Pachli/Feature/Suggestions : Main Translate-URL: https://hosted.weblate.org/projects/pachli/featuresuggestions-main/gl/
- Loading branch information
1 parent
9e42d29
commit 9ed7ef9
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<string name="title_suggestions">Contas suxeridas</string> | ||
<string name="source_unknown">(o servidor devolveu unha orixe non recoñecida)</string> | ||
<string name="sources_featured">Seleccionadas polo teu servidor</string> | ||
<string name="sources_most_followed">Unha das máis seguidas no teu servidor</string> | ||
<string name="sources_most_interactions">Préstanlle moita atención no teu servidor</string> | ||
<string name="sources_similar_to_recently_followed">Parécese a contas que seguiches ultimamente</string> | ||
<string name="sources_friends_of_friends">Popular entre as persoas que segues</string> | ||
<string name="sources_unknown">(o servidor devolveu orixes non recoñecidas)</string> | ||
<string name="action_follow_account">Seguir</string> | ||
<string name="action_dismiss_follow_suggestion">Desbotar</string> | ||
<string name="ui_error_delete_suggestion_fmt">Fallou o rexeitamento da suxestión %1$s: %2$s</string> | ||
<string name="ui_error_follow_account_fmt">Fallou o seguimento de %1$s: %2$s</string> | ||
<string name="follower_count_fmt"><b>%1$s</b> seguidoras</string> | ||
<string name="follows_count_fmt"><b>%1$s</b> seguimentos</string> | ||
<string name="statuses_count_fmt"><b>%1$s</b> publicacións</string> | ||
<string name="statuses_count_per_week_last_fmt"><b>%1$s</b> publicacións (<b>%2$d</b> por semana, última o <b>%3$s</b>)</string> | ||
<string name="statuses_count_per_week_fmt"><b>%1$s</b> publicacións (<b>%2$d</b> por semana)</string> | ||
</resources> |