mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
store/dashboard: be able to filter only favorited apps
This commit is contained in:
parent
d51b5dcf55
commit
7888457a7e
84 changed files with 2767 additions and 1771 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -242,39 +242,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -282,11 +295,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -306,7 +319,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -319,16 +332,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -452,105 +465,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
</div>
|
||||
|
||||
<div class="mx-auto text-center py-4">
|
||||
<div class="inline-block">
|
||||
<div class="inline-block w-5/12">
|
||||
{{ _("Filter") }}
|
||||
<select
|
||||
name="selectfilter"
|
||||
id="selectfilter"
|
||||
class="rounded-md border-gray-200 text-sm ml-1 pl-1 pr-7 h-8 py-0"
|
||||
class="rounded-md border-gray-200 text-sm h-8 py-0"
|
||||
>
|
||||
<option {% if request.args.get("filter") in [None, "none"] %}selected{% endif %} value="none">{{ _("(None)") }}</option>
|
||||
<option {% if request.args.get("filter") == "regressions_main_ci" %}selected{% endif %} value="regressions_main_ci">{{ _("Regressions on main CI") }}</option>
|
||||
|
@ -30,12 +30,12 @@
|
|||
<option {% if request.args.get("filter") == "packagingv1" %}selected{% endif %} value="packagingv1">{{ _("Packaging v1 apps") }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="inline-block">
|
||||
<div class="inline-block w-5/12">
|
||||
{{ _("Sort by") }}
|
||||
<select
|
||||
name="selectsort"
|
||||
id="selectsort"
|
||||
class="rounded-md border-gray-200 text-sm ml-1 pl-1 pr-7 h-8 py-0"
|
||||
class="rounded-md border-gray-200 text-sm h-8 py-0"
|
||||
>
|
||||
<option {% if request.args.get("sort") in [None, "alpha"] %}selected{% endif %} value="alpha">{{ _("Alphabetical") }}</option>
|
||||
<option {% if request.args.get("sort") == "level" %}selected{% endif %} value="level">{{ _("Quality level") }}</option>
|
||||
|
@ -44,6 +44,19 @@
|
|||
<option {% if request.args.get("sort") == "testing_branch_update" %}selected{% endif %} value="testing_branch_update">{{ _("Last update on testing branch") }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="block w-fit mx-auto flex items-center px-2 pt-2 {% if not user %}text-gray-500{% endif %}" {% if not user %}title="{{ _('Requires to be logged-in') }}" aria-label="{{ _('Requires to be logged-in') }}"{% endif %}>
|
||||
<label for="starsonly" class="inline-block relative mr-2 h-4 w-7 cursor-pointer">
|
||||
<span class="sr-only">{{ _("Show only apps you starred") }}</span>
|
||||
<input type="checkbox" id="starsonly" class="peer sr-only" {% if user and request.args.get("starsonly") %}checked{% endif %} {% if not user%}disabled{% endif %} >
|
||||
|
||||
<span class="absolute inset-0 rounded-full bg-gray-300 transition peer-checked:bg-green-500">
|
||||
</span>
|
||||
|
||||
<span class="absolute inset-y-0 start-0 m-1 h-2 w-2 rounded-full bg-white transition-all peer-checked:start-3">
|
||||
</span>
|
||||
</label>
|
||||
{{ _("Show only apps you starred") }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -156,7 +169,9 @@
|
|||
</td>
|
||||
<td class="text-sm">
|
||||
{% if this_app_stars > 0 %}
|
||||
<span class="text-xs border-purple-400 text-purple-600 px-1 py-0 border rounded">{{ this_app_stars }} <i class="fa fa-star-o" title="{{ _("Popularity stars") }}"></i></span>
|
||||
<span class="text-xs border-purple-400 text-purple-600 px-1 py-0 border rounded">{{ this_app_stars }}
|
||||
<i class="fa {% if not user_starred_this_app %}fa-star-o{% else %}fa-star{% endif %}" aria-hidden="true" title="{{ _("Popularity stars") }}"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if infos["packaging_format"] == 1 %}
|
||||
<span class="text-xs border-gray-400 px-1 py-0 border rounded"><i class="fa fa-meh-o"></i> {{ _("Packaging v1") }}</span>
|
||||
|
@ -187,10 +202,17 @@
|
|||
let entries = document.getElementsByClassName('app')
|
||||
let filterName = selectFilter.value.trim();
|
||||
let nb_found = 0;
|
||||
let starsOnly = toggleStarsonly.checked;
|
||||
|
||||
// Loop through the entries
|
||||
for (var i = 0; i < entries.length; i++) {
|
||||
|
||||
if ((starsOnly) && (entries[i].dataset.starred != "True"))
|
||||
{
|
||||
entries[i].classList.add("hidden");
|
||||
continue;
|
||||
}
|
||||
|
||||
if (filterName == "none")
|
||||
{
|
||||
entries[i].classList.remove("hidden");
|
||||
|
@ -332,11 +354,13 @@
|
|||
|
||||
let sortBy = selectSort.value.trim();
|
||||
let filterName = selectFilter.value.trim();
|
||||
let starsOnly = toggleStarsonly.checked;
|
||||
|
||||
if ('URLSearchParams' in window) {
|
||||
var queryArgs = new URLSearchParams(window.location.search)
|
||||
if (filterName != "none") { queryArgs.set("filter", filterName) } else { queryArgs.delete("filter"); };
|
||||
if (sortBy != "alpha") { queryArgs.set("sort", sortBy) } else { queryArgs.delete("sort"); };
|
||||
if (starsOnly) { queryArgs.set("starsonly", true) } else { queryArgs.delete("starsonly"); };
|
||||
|
||||
let newUrl;
|
||||
if (queryArgs.toString())
|
||||
|
@ -357,6 +381,7 @@
|
|||
|
||||
let selectFilter = document.getElementById('selectfilter');
|
||||
let selectSort = document.getElementById('selectsort');
|
||||
let toggleStarsonly = document.getElementById('starsonly');
|
||||
|
||||
selectFilter.addEventListener('change', () => {
|
||||
updateFilter();
|
||||
|
@ -366,6 +391,10 @@
|
|||
updateSort();
|
||||
});
|
||||
|
||||
toggleStarsonly.addEventListener('change', () => {
|
||||
updateFilter();
|
||||
});
|
||||
|
||||
updateFilter();
|
||||
updateSort();
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:04+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ar\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:05+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: bn_BD\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:05+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: br\n"
|
||||
|
@ -247,39 +247,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -287,11 +300,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -311,7 +324,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -324,16 +337,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -457,105 +470,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-03-23 19:04+0000\n"
|
||||
"Last-Translator: OniriCorpe <oniricorpe@disroot.org>\n"
|
||||
"Language: ca\n"
|
||||
|
@ -279,39 +279,52 @@ msgstr "Repositori de paquets YunoHost"
|
|||
msgid "YunoHost package license"
|
||||
msgstr "Llicència del paquet YunoHost"
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr "Botiga d'aplicacions YunoHost"
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr "Inici"
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr "Catàleg"
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr "Llista de desitjos"
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr "Documentació de YunoHost"
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr "Inicieu sessió mitjançant el fòrum de YunoHost"
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr "Tancar sessió"
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr "Canvia el menú"
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -323,11 +336,11 @@ msgstr ""
|
|||
"href='https://flask.palletsprojects.com'>Flask</a> i <a class='text-"
|
||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr "Font"
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr "Condicions dels serveis"
|
||||
|
||||
|
@ -347,7 +360,7 @@ msgstr "Buscar…"
|
|||
msgid "All apps"
|
||||
msgstr "Totes les aplicacions"
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr "Ordenar per"
|
||||
|
||||
|
@ -360,16 +373,16 @@ msgstr "Popularitat"
|
|||
msgid "Newest"
|
||||
msgstr "Novetat"
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr "Alfabèticament"
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr "Requereix estar connectat"
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr "Mostra només les aplicacions que has destacat"
|
||||
|
||||
|
@ -498,107 +511,117 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
#, fuzzy
|
||||
msgid "Popularity stars"
|
||||
msgstr "Popularitat"
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
#, fuzzy
|
||||
msgid "Deprecated"
|
||||
msgstr "Aplicacions obsoletes"
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ckb\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:09+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: cs\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:05+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: da\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-03-23 19:04+0000\n"
|
||||
"Last-Translator: OniriCorpe <oniricorpe@disroot.org>\n"
|
||||
"Language: de\n"
|
||||
|
@ -292,39 +292,52 @@ msgstr "YunoHost Paket-Repository"
|
|||
msgid "YunoHost package license"
|
||||
msgstr "YunoHost Paket-Lizenz"
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr "YunoHost App-Store"
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr "Home"
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr "Katalog"
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr "Wunschliste"
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr "YunoHost-Dokumentation"
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr "Login über YunoHost-Forum"
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr "Ausloggen"
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr "Menu umschalten"
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -336,11 +349,11 @@ msgstr ""
|
|||
"href='https://flask.palletsprojects.com'>Flask</a> und <a class='text-"
|
||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr "Quelle"
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr "Nutzungsbedingungen"
|
||||
|
||||
|
@ -360,7 +373,7 @@ msgstr "Suchen nach…"
|
|||
msgid "All apps"
|
||||
msgstr "Alle Apps"
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr "Sortieren nach"
|
||||
|
||||
|
@ -373,16 +386,16 @@ msgstr "Popularität"
|
|||
msgid "Newest"
|
||||
msgstr "Neueste"
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr "Alphabetisch"
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr "Erfordert eingeloggt zu sein"
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr "Zeige nur meine Favoriten"
|
||||
|
||||
|
@ -509,107 +522,117 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
#, fuzzy
|
||||
msgid "Popularity stars"
|
||||
msgstr "Popularität"
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
#, fuzzy
|
||||
msgid "Deprecated"
|
||||
msgstr "Veraltete Applikationen"
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: el\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: eo\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-03-23 00:54+0000\n"
|
||||
"Last-Translator: OniriCorpe <oniricorpe@disroot.org>\n"
|
||||
"Language: es\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-03-23 13:39+0000\n"
|
||||
"Last-Translator: xabirequejo <xabi.rn@gmail.com>\n"
|
||||
"Language: eu\n"
|
||||
|
@ -277,39 +277,52 @@ msgstr "Yunohost paketearen-gordailua"
|
|||
msgid "YunoHost package license"
|
||||
msgstr "YunoHost paketearen lizentzia"
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr "YunoHost aplikazio denda"
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr "Hasiera"
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr "Katalogoa"
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr "Desira-zerrenda"
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr "YunoHost dokumentazioa"
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr "Hasi saioa YunoHosten foroa erabiliz"
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr "Amaitu saioa"
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr "Menua bai/ez"
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -321,11 +334,11 @@ msgstr ""
|
|||
"href='https://flask.palletsprojects.com'>Flask</a> eta <a class='text-"
|
||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> erabiliz"
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr "Iturburua"
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr "Zerbitzuen baldintzak"
|
||||
|
||||
|
@ -345,7 +358,7 @@ msgstr "Bilatu…"
|
|||
msgid "All apps"
|
||||
msgstr "Aplikazio guztiak"
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr "Ordenatu…"
|
||||
|
||||
|
@ -358,16 +371,16 @@ msgstr "Ospea"
|
|||
msgid "Newest"
|
||||
msgstr "Berritasuna"
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr "Alfabetikoa"
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr "Saioa hasita izan behar da"
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr "Erakutsi izarra jarritako aplikazioak soilik"
|
||||
|
||||
|
@ -493,107 +506,117 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
#, fuzzy
|
||||
msgid "Popularity stars"
|
||||
msgstr "Ospea"
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
#, fuzzy
|
||||
msgid "Deprecated"
|
||||
msgstr "Utzitako aplikazioak"
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: fa\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: fi\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-05-07 23:11+0000\n"
|
||||
"Last-Translator: OniriCorpe <oniricorpe@disroot.org>\n"
|
||||
"Language: fr\n"
|
||||
|
@ -278,39 +278,52 @@ msgstr "Dépôt de code du paquet YunoHost"
|
|||
msgid "YunoHost package license"
|
||||
msgstr "Licence du paquet YunoHost"
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr "Store d'apps de YunoHost"
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr "Accueil"
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr "Catalogue"
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr "Liste de souhaits"
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr "Tableau de bord du packaging"
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr "Graphes & historique"
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr "Documentation YunoHost"
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr "Se connecter via le forum YunoHost"
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr "Tableaux de bord du packaging"
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr "Se déconnecter"
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr "Afficher le menu"
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -322,11 +335,11 @@ msgstr ""
|
|||
"href='https://flask.palletsprojects.com'>Flask</a> et <a class='text-"
|
||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr "Source"
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr "Conditions des Services"
|
||||
|
||||
|
@ -346,7 +359,7 @@ msgstr "Rechercher…"
|
|||
msgid "All apps"
|
||||
msgstr "Toutes les apps"
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr "Trier par"
|
||||
|
||||
|
@ -359,16 +372,16 @@ msgstr "Popularité"
|
|||
msgid "Newest"
|
||||
msgstr "Nouveauté"
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr "Alphabétique"
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr "Nécessite une connexion à votre compte du forum YunoHost"
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr "Montrer uniquement mes favoris"
|
||||
|
||||
|
@ -484,7 +497,7 @@ msgstr "Niveau %(level)s:"
|
|||
|
||||
#: templates/charts.html:107
|
||||
msgid "Total:"
|
||||
msgstr ""
|
||||
msgstr "Total :"
|
||||
|
||||
#: templates/charts.html:108
|
||||
#, python-format
|
||||
|
@ -495,105 +508,115 @@ msgstr "Niveau %(level)s"
|
|||
msgid "App packaging dashboard"
|
||||
msgstr "Tableau de bord du packaging d'apps"
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr "Il s'agit de l'endroit où les packageur⋅euse⋅s peuvent surveiller le status des tests automatiques (CI) et PR en cours sur toutes les apps. Si vous souhaitez débuter avec le packaging dans YunoHost, merci de jeter un oeil à la <a class='text-blue-500' href='https://yunohost.org/packaging_apps'>documentation du packaging</a> et passez dire salut sur <a class='text-blue-500' href='https://yunohost.org/chat_rooms'>le chat du packaging d'apps</a> !"
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr "Filtrer"
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr "(Aucun)"
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr "Régressions sur la CI principale"
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr "Apps cassées / mauvaise qualité"
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr "Tests périmés sur la CI principale"
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr "Régressions importantes sur la CI bookworm"
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr "Apps avec une PR de testing"
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr "Apps avec une PR d'autoupdate"
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr "Apps en packaging v1"
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr "Niveau de qualité"
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr "Popularité"
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr "Dernière maj sur la branche principale/master"
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr "Dernière maj sur la branche testing"
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
msgstr "App"
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr "CI principale"
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr "CI bookworm"
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr "PR testing"
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr "PR autoupdate"
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr "Cassée"
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr "Mauvaise qualité"
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr "Test périmé (%(days)s jours)"
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr "Inactif (%(days)s jours)"
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr "Dépréciée"
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr "Non maintenue"
|
||||
|
||||
|
@ -727,3 +750,4 @@ msgstr "Dépôt de code officiel"
|
|||
#: templates/wishlist.html:129 templates/wishlist.html:130
|
||||
msgid "Star this app"
|
||||
msgstr "Étoiler cette app"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-05-08 10:13+0000\n"
|
||||
"Last-Translator: \"José M.\" <correo@xmgz.eu>\n"
|
||||
"Language: gl\n"
|
||||
|
@ -276,39 +276,52 @@ msgstr "Repositorio do paquete YunoHost"
|
|||
msgid "YunoHost package license"
|
||||
msgstr "Licenza do paquete YunoHost"
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr "Tenda de apps de YunoHost"
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr "Inicio"
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr "Catálogo"
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr "Lista de desexos"
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr "Documentación YunoHost"
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr "Accede usando o foro de YunoHost"
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr "Pechar sesión"
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr "Mostrar menú"
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -320,11 +333,11 @@ msgstr ""
|
|||
"href='https://flask.palletsprojects.com'>Flask</a> e <a class='text-"
|
||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr "Fonte"
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr "Termos dos Servizos"
|
||||
|
||||
|
@ -344,7 +357,7 @@ msgstr "Buscar…"
|
|||
msgid "All apps"
|
||||
msgstr "Todas as apps"
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr "Orde por"
|
||||
|
||||
|
@ -357,16 +370,16 @@ msgstr "Popularidade"
|
|||
msgid "Newest"
|
||||
msgstr "Máis recente"
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr "Alfabético"
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr "Require iniciar sesión"
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr "Mostrar só apps que lle puxeches estrela"
|
||||
|
||||
|
@ -493,107 +506,117 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
#, fuzzy
|
||||
msgid "Popularity stars"
|
||||
msgstr "Popularidade"
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
#, fuzzy
|
||||
msgid "Deprecated"
|
||||
msgstr "Aplicacións abandonadas"
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: he\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: hi\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: hu\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:06+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: id\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: it\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ja\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: kab\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:05+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ko\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: lt\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: mk\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: nb_NO\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ne\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:07+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: nl\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: oc\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: pl\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: pt\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: pt_BR\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: ru\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: sk\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:08+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: sl\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:09+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: sv\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:09+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: te\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:09+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: tr\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:09+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: uk\n"
|
||||
|
@ -244,39 +244,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -284,11 +297,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -308,7 +321,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -321,16 +334,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -454,105 +467,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2024-05-09 17:00+0200\n"
|
||||
"POT-Creation-Date: 2024-05-09 23:14+0200\n"
|
||||
"PO-Revision-Date: 2024-02-21 06:05+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: zh_Hans\n"
|
||||
|
@ -243,39 +243,52 @@ msgstr ""
|
|||
msgid "YunoHost package license"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:5
|
||||
#: templates/base.html:11
|
||||
msgid "YunoHost app store"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:25 templates/base.html:120 templates/index.html:3
|
||||
#: templates/base.html:31 templates/base.html:154 templates/index.html:3
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:34 templates/base.html:129 templates/dash.html:51
|
||||
#: templates/base.html:40 templates/base.html:163 templates/dash.html:66
|
||||
msgid "Catalog"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:40 templates/base.html:138
|
||||
#: templates/base.html:46 templates/base.html:172
|
||||
msgid "Wishlist"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:53 templates/base.html:148
|
||||
#: templates/base.html:52
|
||||
msgid "Packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:57
|
||||
msgid "Charts & history"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:71 templates/base.html:182
|
||||
msgid "YunoHost documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:61 templates/base.html:158
|
||||
#: templates/base.html:79 templates/base.html:192
|
||||
msgid "Login using YunoHost's forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:93 templates/base.html:186
|
||||
#: templates/base.html:111 templates/base.html:120 templates/base.html:220
|
||||
#: templates/base.html:229
|
||||
msgid "Packaging boards"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:127 templates/base.html:237
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:106
|
||||
#: templates/base.html:140
|
||||
msgid "Toggle menu"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:204
|
||||
#: templates/base.html:255
|
||||
msgid ""
|
||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||
"using <a class='text-blue-800' "
|
||||
|
@ -283,11 +296,11 @@ msgid ""
|
|||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:205
|
||||
#: templates/base.html:256
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#: templates/base.html:206
|
||||
#: templates/base.html:257
|
||||
msgid "Terms of Services"
|
||||
msgstr ""
|
||||
|
||||
|
@ -307,7 +320,7 @@ msgstr ""
|
|||
msgid "All apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:117 templates/dash.html:32 templates/wishlist.html:39
|
||||
#: templates/catalog.html:117 templates/dash.html:34 templates/wishlist.html:39
|
||||
msgid "Sort by"
|
||||
msgstr ""
|
||||
|
||||
|
@ -320,16 +333,16 @@ msgstr ""
|
|||
msgid "Newest"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:125 templates/dash.html:38 templates/wishlist.html:46
|
||||
#: templates/catalog.html:125 templates/dash.html:40 templates/wishlist.html:46
|
||||
msgid "Alphabetical"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:128 templates/wishlist.html:49
|
||||
#: templates/catalog.html:128 templates/dash.html:47 templates/wishlist.html:49
|
||||
msgid "Requires to be logged-in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/catalog.html:130 templates/catalog.html:139
|
||||
#: templates/wishlist.html:51 templates/wishlist.html:60
|
||||
#: templates/catalog.html:130 templates/catalog.html:139 templates/dash.html:49
|
||||
#: templates/dash.html:58 templates/wishlist.html:51 templates/wishlist.html:60
|
||||
msgid "Show only apps you starred"
|
||||
msgstr ""
|
||||
|
||||
|
@ -453,105 +466,115 @@ msgstr ""
|
|||
msgid "App packaging dashboard"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:15
|
||||
#: templates/dash.html:11
|
||||
msgid ""
|
||||
"This is where packagers can monitor the status of automatic tests (CI) "
|
||||
"and ongoing major pull requests accross all apps. If you want to get "
|
||||
"started with app packaging in YunoHost, please check out the <a class"
|
||||
"='text-blue-500' href='https://yunohost.org/packaging_apps'>packaging "
|
||||
"documentation</a> and come say hi to us on the <a class='text-blue-500' "
|
||||
"href='https://yunohost.org/chat_rooms'>app packaging chatroom</a>!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:17
|
||||
msgid "Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:21
|
||||
#: templates/dash.html:23
|
||||
msgid "(None)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:22
|
||||
#: templates/dash.html:24
|
||||
msgid "Regressions on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:23
|
||||
#: templates/dash.html:25
|
||||
msgid "Broken / low quality apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:24
|
||||
#: templates/dash.html:26
|
||||
msgid "Outdated tests on main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:25
|
||||
#: templates/dash.html:27
|
||||
msgid "Major regressions on Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:26
|
||||
#: templates/dash.html:28
|
||||
msgid "Apps with testings PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:27
|
||||
#: templates/dash.html:29
|
||||
msgid "Apps with autoupdate PRs"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:28
|
||||
#: templates/dash.html:30
|
||||
msgid "Packaging v1 apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:39
|
||||
#: templates/dash.html:41
|
||||
msgid "Quality level"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:40 templates/dash.html:157
|
||||
#: templates/dash.html:42 templates/dash.html:173
|
||||
msgid "Popularity stars"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:41
|
||||
#: templates/dash.html:43
|
||||
msgid "Last update on main/master branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:42
|
||||
#: templates/dash.html:44
|
||||
msgid "Last update on testing branch"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:50
|
||||
#: templates/dash.html:65
|
||||
msgid "App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:52
|
||||
#: templates/dash.html:67
|
||||
msgid "Main CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:53
|
||||
#: templates/dash.html:68
|
||||
msgid "Bookworm CI"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:54
|
||||
#: templates/dash.html:69
|
||||
msgid "Testing PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:55
|
||||
#: templates/dash.html:70
|
||||
msgid "Autoupdate PR"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:87 templates/dash.html:101 templates/dash.html:116
|
||||
#: templates/dash.html:102 templates/dash.html:116 templates/dash.html:131
|
||||
msgid "Broken"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:89 templates/dash.html:103 templates/dash.html:118
|
||||
#: templates/dash.html:104 templates/dash.html:118 templates/dash.html:133
|
||||
msgid "Low quality"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:97 templates/dash.html:112
|
||||
#: templates/dash.html:112 templates/dash.html:127
|
||||
#, python-format
|
||||
msgid "Outdated test (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:135 templates/dash.html:150
|
||||
#: templates/dash.html:150 templates/dash.html:165
|
||||
#, python-format
|
||||
msgid "Inactive (%(days)s days ago)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:160
|
||||
#: templates/dash.html:177
|
||||
msgid "Packaging v1"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:163
|
||||
#: templates/dash.html:180
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/dash.html:166
|
||||
#: templates/dash.html:183
|
||||
msgid "Not maintained"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue