-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(l10n): Translations update from Hosted Weblate (#933)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Pachli/Fastlane Metadata](https://hosted.weblate.org/projects/pachli/fastlane-metadata/). It also includes following components: * [Pachli/Core/Activity : Main](https://hosted.weblate.org/projects/pachli/coreactivity-main/) * [Pachli/App : Google](https://hosted.weblate.org/projects/pachli/app-google/) * [Pachli/Feature/Suggestions : Main](https://hosted.weblate.org/projects/pachli/featuresuggestions-main/) * [Pachli/Core/Designsystem : Main](https://hosted.weblate.org/projects/pachli/coredesignsystem-main/) * [Pachli/Core/Network : Main](https://hosted.weblate.org/projects/pachli/corenetwork-main/) * [Pachli/Feature/Login](https://hosted.weblate.org/projects/pachli/featurelogin/) * [Pachli/Core/Ui : Main](https://hosted.weblate.org/projects/pachli/coreui-main/) * [Pachli/Core/Activity : Orange](https://hosted.weblate.org/projects/pachli/coreactivity-orange/) * [Pachli/Feature/About : Main](https://hosted.weblate.org/projects/pachli/featureabout-main/) * [Pachli/Core/Data : Main](https://hosted.weblate.org/projects/pachli/coredata-main/) * [Pachli/App : Main](https://hosted.weblate.org/projects/pachli/app-main/) * [Pachli/App : Fdroid](https://hosted.weblate.org/projects/pachli/app-fdroid/) * [Pachli/Feature/Lists : Main](https://hosted.weblate.org/projects/pachli/featurelists-main/) Current translation status: ![Weblate translation status](https://hosted.weblate.org/widget/pachli/fastlane-metadata/horizontal-auto.svg) --------- Co-authored-by: sunniva <schildkroteskoldpadda@gmail.com> Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org> Co-authored-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
- Loading branch information
1 parent
aec657d
commit 5505180
Showing
11 changed files
with
259 additions
and
28 deletions.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<string name="acra_dialog_title">%1$s feilrapport</string> | ||
<string name="acra_dialog_text">Trykk på OK for å forberede en e-post til utviklerne med feilopplysninger</string> | ||
<string name="acra_email_body">Disse opplysningene skal sendes til utviklerne. | ||
\n | ||
\n · Sørg for at opplysningene ikke inneholder noe som du ikke bil dele, og vennligst beskriv hva som du holdt på med mens feilen oppsto. | ||
\n | ||
\n · ---- | ||
\n · Din beskrivelse her: | ||
\n | ||
\n · ---- | ||
\n</string> | ||
</resources> |
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,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<string name="error_filter_server_does_not_filter">Server støtter ikke filtere</string> | ||
<string name="server_repository_error_get_well_known_node_info">Henting av /.well-known/nodeinfo mislyktes: %1$s</string> | ||
<string name="server_repository_error_unsupported_schema">/.well-known/nodeinfo inneholdt ikke forståelige skjema</string> | ||
<string name="server_repository_error_get_node_info">henting av nodeinfo %1$s mislyktes: %2$s</string> | ||
<string name="server_repository_error_validate_node_info">validering av nodeinfo %1$s mislyktes: %2$s</string> | ||
<string name="server_repository_error_get_instance_info">Henting av /api/v1/instance mislyktes: %1$s</string> | ||
<string name="server_repository_error_capabilities">analysering av serverevner mislyktes: %1$s</string> | ||
</resources> |
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,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<string name="error_network_fmt">En nettverksfeil oppsto: %s</string> | ||
<string name="error_429_rate_limit_fmt">serveren din hastighetsbegrenser forespørslene dine: %1$s</string> | ||
<string name="error_json_data_fmt">Serveren din returnerte et ugyldig svar: %1$s</string> | ||
<string name="error_missing_content_type_fmt">serveren din er feil konfigurert, svaret har ingen content-type: %1$s</string> | ||
<string name="error_wrong_content_type_fmt">serveren din er feil konfigurert og returnerte «%2$s» med feil content-type «%1$s»</string> | ||
<string name="node_info_error_no_software">inneholdt ikke programvareblokkering</string> | ||
<string name="node_info_error_no_software_version">programvareversjon mangler eller er tom</string> | ||
<string name="node_info_error_no_software_name">programvarenavn mangler eller er tomt</string> | ||
<string name="server_error_unparseable_version">kunne ikke tolke «%1$s» som en versjon: %2$s</string> | ||
<string name="error_generic_fmt">En feil oppsto: %s</string> | ||
<string name="error_404_not_found_fmt">Serveren din støtter ikke denne funksjonen: %1$s</string> | ||
</resources> |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Pachli 2.5.1 | ||
|
||
Fixes: | ||
|
||
- Seules les actions accessibles sur les notifications attachées à un statut |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Pachli 2.5.1 | ||
|
||
Fissi: | ||
|
||
- No. Attivare solo le azioni accessibili sulle notifiche allegate a uno stato |
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,11 +1,11 @@ | ||
Pachli er en klient for Mastodon og lignende serverer, som har alle funksjoner. | ||
Pachli er en klient for Mastodon og lignende serverer. | ||
|
||
• Les, svar, filtrér, tute, favorittmerke, og dele innlegg | ||
• Les, svar, filtrér, tut, favorittmerk, og del innlegg | ||
• Oversett innlegg fra andre språk | ||
• Les innlegg mens frakoblet, fordi tidslinjen er lagret midlertidig på enheten | ||
• Les innlegg mens enheten er koblet fra internettet (tidslinjene er lagret på enheten) | ||
• Lag utkast av innlegg | ||
• Skriv innlegg nå og angi at de skal bli offentliggjort senere | ||
• Skriv innlegg nå og planlegge tuting | ||
• Les og skriv fra mange ulike kontoer | ||
• Mange temaer for brukergrensesnittet | ||
• Setter pris på at alle funksjoner kan brukes av funksjonshemmede folk | ||
• Opptatt av at alle funksjoner kan brukes av funksjonshemmede folk | ||
• Har åpen kildekode, https://github.com/pachli |
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 +1 @@ | ||
En Android-klient for Mastodon og lignende serverer, som har alle funksjoner. | ||
En Android-klient for Mastodon og lignende serverer. |
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
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