-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to @ostasevych for most translations
- Loading branch information
1 parent
8f58179
commit 359c074
Showing
6 changed files
with
118 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
OC.L10N.register( | ||
"thesearchpage", | ||
{ | ||
"The Search Page" : "Сторінка пошуку", | ||
"Provides a proper search page" : "Надає результати пошуку", | ||
"Provides a search page to your Nextcloud instance." : "Виводить результати пошуку у хмарі Nextcloud на окремій сторінці.", | ||
"All providers" : "Всюди", | ||
"Search Page" : "Сторінка пошуку", | ||
"There was an error loading the providers." : "Помилка під час завантаження постачальників даних.", | ||
"See only results for this provider" : "Показати результати пошуку лише від цього постачальника", | ||
"Show only" : "Перейти", | ||
"See all providers" : "Показати розширені результати пошуку", | ||
"Back" : "Назад", | ||
"Loading..." : "Завантаження...", | ||
"No results" : "Нічого не знайдено", | ||
"Load more..." : "Більше...", | ||
"Clear current query" : "Очистити поточний запит", | ||
"Search" : "Пошук", | ||
"Click to change providers" : "Натисніть, щоб змінити постачальника", | ||
"Filters" : "Фільтри" | ||
}, | ||
""); |
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,20 @@ | ||
{ "translations": { | ||
"The Search Page" : "Сторінка пошуку", | ||
"Provides a proper search page" : "Надає результати пошуку", | ||
"Provides a search page to your Nextcloud instance." : "Виводить результати пошуку у хмарі Nextcloud на окремій сторінці.", | ||
"All providers" : "Всюди", | ||
"Search Page" : "Сторінка пошуку", | ||
"There was an error loading the providers." : "Помилка під час завантаження постачальників даних.", | ||
"See only results for this provider" : "Показати результати пошуку лише від цього постачальника", | ||
"Show only" : "Перейти", | ||
"See all providers" : "Показати розширені результати пошуку", | ||
"Back" : "Назад", | ||
"Loading..." : "Завантаження...", | ||
"No results" : "Нічого не знайдено", | ||
"Load more..." : "Більше...", | ||
"Clear current query" : "Очистити поточний запит", | ||
"Search" : "Пошук", | ||
"Click to change providers" : "Натисніть, щоб змінити постачальника", | ||
"Filters" : "Фільтри" | ||
},"pluralForm" :"" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
"POT-Creation-Date: 2023-11-04T17-37-54" | ||
"Language: fr" | ||
"MIME-Version: 1.0" | ||
"Content-Type: text/plain; charset=UTF-8" | ||
"Content-Transfer-Encoding: 8bit" | ||
|
||
# info.xml | ||
msgid "The Search Page" | ||
msgstr "Сторінка пошуку" | ||
|
||
# info.xml | ||
msgid "Provides a proper search page" | ||
msgstr "Надає результати пошуку" | ||
|
||
# info.xml | ||
msgid "Provides a search page to your Nextcloud instance." | ||
msgstr "Виводить результати пошуку у хмарі Nextcloud на окремій сторінці." | ||
|
||
msgid "All providers" | ||
msgstr "Всюди" | ||
|
||
# src/App.svelte | ||
msgid "Search Page" | ||
msgstr "Сторінка пошуку" | ||
|
||
# src/App.svelte | ||
msgid "There was an error loading the providers." | ||
msgstr "Помилка під час завантаження постачальників даних." | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "See only results for this provider" | ||
msgstr "Показати результати пошуку лише від цього постачальника" | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "Show only" | ||
msgstr "Перейти" | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "See all providers" | ||
msgstr "Показати розширені результати пошуку" | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "Back" | ||
msgstr "Назад" | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "Loading..." | ||
msgstr "Завантаження..." | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "No results" | ||
msgstr "Нічого не знайдено" | ||
|
||
# src/components/ProviderResults.svelte | ||
msgid "Load more..." | ||
msgstr "Більше..." | ||
|
||
# src/components/Header/SearchBox.svelte | ||
msgid "Clear current query" | ||
msgstr "Очистити поточний запит" | ||
|
||
# src/components/Header/SearchBox.svelte | ||
msgid "Search" | ||
msgstr "Пошук" | ||
|
||
# src/components/Header/SearchBox.svelte | ||
msgid "Click to change providers" | ||
msgstr "Натисніть, щоб змінити постачальника" | ||
|
||
# src/components/Header/SearchBox.svelte | ||
msgid "Filters" | ||
msgstr "Фільтри" | ||
|