mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
855433f412 | ||
| e502593105 | |||
|
|
3e287dcce7 | ||
|
|
f37fae6ec9 | ||
|
|
4332f461df | ||
|
|
639df8019c | ||
|
|
e083a2e1f7 | ||
|
|
c4c2b48f39 | ||
| 41295990f3 | |||
| 39892a15b6 | |||
|
|
638e1c8951 | ||
|
|
03f5b5e958 | ||
|
|
44102609f5 | ||
|
|
3e880e0013 | ||
|
|
8e9e5fe9dc | ||
| 08e71782df | |||
|
|
0166b9582e | ||
|
|
49e1cf1e65 | ||
|
|
04502eb55a | ||
| a933d451bd | |||
| dd5f682186 |
@@ -1 +1 @@
|
||||
{".":"0.38.3"}
|
||||
{".":"1.0.1"}
|
||||
|
||||
42
CHANGELOG.md
42
CHANGELOG.md
@@ -1,5 +1,47 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.1](https://github.com/chenasraf/nextcloud-forum/compare/v1.0.0...v1.0.1) (2026-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([3e287dc](https://github.com/chenasraf/nextcloud-forum/commit/3e287dcce7544d65adee49e60eabce9418ab977a))
|
||||
* **l10n:** Update translations from Transifex ([f37fae6](https://github.com/chenasraf/nextcloud-forum/commit/f37fae6ec9179f04f1286a1191b38575d9389eb1))
|
||||
* **l10n:** Update translations from Transifex ([4332f46](https://github.com/chenasraf/nextcloud-forum/commit/4332f461df96e313055ee351d14b572017d76d1e))
|
||||
* **l10n:** Update translations from Transifex ([639df80](https://github.com/chenasraf/nextcloud-forum/commit/639df8019cb73b0d7d9401c4131ddde982de607e))
|
||||
* **l10n:** Update translations from Transifex ([e083a2e](https://github.com/chenasraf/nextcloud-forum/commit/e083a2e1f7063c1776902f1243ece96bfd9d7492))
|
||||
|
||||
## [1.0.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.5...v1.0.0) (2026-04-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([638e1c8](https://github.com/chenasraf/nextcloud-forum/commit/638e1c8951df959363f0ff1c0ed36d5d745e3874))
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* official 1.0 release ([4129599](https://github.com/chenasraf/nextcloud-forum/commit/41295990f3740bf238393ff0696684f916ac4423))
|
||||
|
||||
## [0.38.5](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.4...v0.38.5) (2026-04-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([4410260](https://github.com/chenasraf/nextcloud-forum/commit/44102609f52eafc2b0af65cc5e40cc951da248e5))
|
||||
* **l10n:** Update translations from Transifex ([3e880e0](https://github.com/chenasraf/nextcloud-forum/commit/3e880e00130038ae338194ea533c998ca26db58b))
|
||||
* **l10n:** Update translations from Transifex ([8e9e5fe](https://github.com/chenasraf/nextcloud-forum/commit/8e9e5fe9dcc453a9faabbad2facc176b68b807a3))
|
||||
* **l10n:** Update translations from Transifex ([0166b95](https://github.com/chenasraf/nextcloud-forum/commit/0166b9582e3aa017ecb5603f9d43b92237e790ba))
|
||||
* **l10n:** Update translations from Transifex ([49e1cf1](https://github.com/chenasraf/nextcloud-forum/commit/49e1cf1e65a12c2e4bcb3227804d1b6ab91ed466))
|
||||
|
||||
## [0.38.4](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.3...v0.38.4) (2026-04-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add/update error notifications across the app ([dd5f682](https://github.com/chenasraf/nextcloud-forum/commit/dd5f682186cae047c94aa452dbf1aaa95fc6bf42))
|
||||
* re-apply possibly failed category migrations ([a933d45](https://github.com/chenasraf/nextcloud-forum/commit/a933d451bdda818f6203934fc6b4852e3ddf3bf8))
|
||||
|
||||
## [0.38.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.2...v0.38.3) (2026-04-09)
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ Create discussions, share ideas, and collaborate with your community directly in
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.38.3</version>
|
||||
<version>1.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
|
||||
@@ -36,8 +36,7 @@
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"nextcloud/ocp": "dev-stable32",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
1063
composer.lock
generated
1063
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,35 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Log in" : "প্রবেশ",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Deleted" : "মুছে ফেলা",
|
||||
"Restore" : "ফিরিয়ে দাও",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
@@ -1,33 +0,0 @@
|
||||
{ "translations": {
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Log in" : "প্রবেশ",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Deleted" : "মুছে ফেলা",
|
||||
"Restore" : "ফিরিয়ে দাও",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -11,6 +11,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Accounts" : "Kontoù",
|
||||
"Categories" : "Rummadoù",
|
||||
"Log in" : "Kennaskañ",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Accounts" : "Kontoù",
|
||||
"Categories" : "Rummadoù",
|
||||
"Log in" : "Kennaskañ",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
|
||||
@@ -22,6 +22,7 @@ OC.L10N.register(
|
||||
"Moderation" : "Moderació",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Log in" : "Inicia la sessió",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"Moderation" : "Moderació",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Log in" : "Inicia la sessió",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
|
||||
16
l10n/cs.js
16
l10n/cs.js
@@ -58,6 +58,8 @@ OC.L10N.register(
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
@@ -67,6 +69,7 @@ OC.L10N.register(
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"Preferences" : "Předvolby",
|
||||
"Management" : "Správa",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Accounts" : "Účty",
|
||||
@@ -77,6 +80,7 @@ OC.L10N.register(
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"Log in" : "Přihlásit se",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -137,9 +141,11 @@ OC.L10N.register(
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Change color" : "Změnit barvu",
|
||||
"No color selected" : "Nevybrána žádná barva",
|
||||
"Account" : "Účet",
|
||||
"No accounts found" : "Nenalezeny žádné účty",
|
||||
"Cancel" : "Zrušit",
|
||||
"Reassign" : "Znovupřiřadit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -162,7 +168,10 @@ OC.L10N.register(
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"Deleted reply" : "Smazaná odpověď",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Restore reply" : "Obnovit odpověď",
|
||||
"Restore thread" : "Obnovit vlákno",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -190,6 +199,7 @@ OC.L10N.register(
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "Přímý odkaz",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Assign to account" : "Přiřadit k účtu",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -257,6 +267,8 @@ OC.L10N.register(
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Subcategories" : "Podkategorie",
|
||||
"Back to {name}" : "Zpět na {name}",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -523,12 +535,14 @@ OC.L10N.register(
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"Loading accounts …" : "Načítání účtů …",
|
||||
"Error loading accounts" : "Chyba při načítání účtů",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
"No roles" : "Žádné role",
|
||||
"Select roles" : "Vybrat role",
|
||||
"Edit roles" : "Upravit role"
|
||||
"Edit roles" : "Upravit role",
|
||||
"Edit account roles" : "Upravit role účtu"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
16
l10n/cs.json
16
l10n/cs.json
@@ -56,6 +56,8 @@
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
@@ -65,6 +67,7 @@
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"Preferences" : "Předvolby",
|
||||
"Management" : "Správa",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Accounts" : "Účty",
|
||||
@@ -75,6 +78,7 @@
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"Log in" : "Přihlásit se",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -135,9 +139,11 @@
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Change color" : "Změnit barvu",
|
||||
"No color selected" : "Nevybrána žádná barva",
|
||||
"Account" : "Účet",
|
||||
"No accounts found" : "Nenalezeny žádné účty",
|
||||
"Cancel" : "Zrušit",
|
||||
"Reassign" : "Znovupřiřadit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -160,7 +166,10 @@
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"Deleted reply" : "Smazaná odpověď",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Restore reply" : "Obnovit odpověď",
|
||||
"Restore thread" : "Obnovit vlákno",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -188,6 +197,7 @@
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "Přímý odkaz",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Assign to account" : "Přiřadit k účtu",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -255,6 +265,8 @@
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Subcategories" : "Podkategorie",
|
||||
"Back to {name}" : "Zpět na {name}",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -521,12 +533,14 @@
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"Loading accounts …" : "Načítání účtů …",
|
||||
"Error loading accounts" : "Chyba při načítání účtů",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
"No roles" : "Žádné role",
|
||||
"Select roles" : "Vybrat role",
|
||||
"Edit roles" : "Upravit role"
|
||||
"Edit roles" : "Upravit role",
|
||||
"Edit account roles" : "Upravit role účtu"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
17
l10n/de.js
17
l10n/de.js
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"Management dashboard" : "Verwaltungs-Dashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit account roles" : "Kontenrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
17
l10n/de.json
17
l10n/de.json
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"Management dashboard" : "Verwaltungs-Dashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit account roles" : "Kontenrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"Management dashboard" : "Verwaltungs-Dashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit account roles" : "Kontenrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"Management dashboard" : "Verwaltungs-Dashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit account roles" : "Kontenrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Failed to save header" : "Failed to save header",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Failed to save template" : "Failed to save template",
|
||||
"Failed to delete template" : "Failed to delete template",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to submit reply" : "Failed to submit reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "Enabled",
|
||||
"Parse inner content" : "Parse inner content",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "If enabled, BBCode tags inside this tag will also be parsed",
|
||||
"Failed to save BBCode" : "Failed to save BBCode",
|
||||
"Failed to toggle BBCode" : "Failed to toggle BBCode",
|
||||
"Failed to delete BBCode" : "Failed to delete BBCode",
|
||||
"Create category" : "Create category",
|
||||
"Edit category" : "Edit category",
|
||||
"Configure category details" : "Configure category details",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "Preview",
|
||||
"Hide subcategories on category card" : "Hide subcategories on category card",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "When enabled, child categories will not appear as links on this category's card on the home page",
|
||||
"Failed to save category" : "Failed to save category",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Move up" : "Move up",
|
||||
"Move down" : "Move down",
|
||||
"Failed to delete category" : "Failed to delete category",
|
||||
"Failed to delete header" : "Failed to delete header",
|
||||
"Management dashboard" : "Management dashboard",
|
||||
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
|
||||
"Loading statistics …" : "Loading statistics …",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Search deleted content …",
|
||||
"Newest first" : "Newest first",
|
||||
"Oldest first" : "Oldest first",
|
||||
"Failed to restore thread" : "Failed to restore thread",
|
||||
"Failed to restore reply" : "Failed to restore reply",
|
||||
"Create role" : "Create role",
|
||||
"Edit role" : "Edit role",
|
||||
"Configure role permissions and category access" : "Configure role permissions and category access",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
"Default role cannot moderate categories" : "Default role cannot moderate categories",
|
||||
"Failed to save role" : "Failed to save role",
|
||||
"Role management" : "Role management",
|
||||
"Create and manage forum roles and permissions" : "Create and manage forum roles and permissions",
|
||||
"Loading roles …" : "Loading roles …",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "No teams found",
|
||||
"Members" : "Members",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Failed to delete role" : "Failed to delete role",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "No roles",
|
||||
"Select roles" : "Select roles",
|
||||
"Edit roles" : "Edit roles",
|
||||
"Edit account roles" : "Edit account roles"
|
||||
"Edit account roles" : "Edit account roles",
|
||||
"Failed to save roles" : "Failed to save roles"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Failed to save header" : "Failed to save header",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Failed to save template" : "Failed to save template",
|
||||
"Failed to delete template" : "Failed to delete template",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to submit reply" : "Failed to submit reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "Enabled",
|
||||
"Parse inner content" : "Parse inner content",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "If enabled, BBCode tags inside this tag will also be parsed",
|
||||
"Failed to save BBCode" : "Failed to save BBCode",
|
||||
"Failed to toggle BBCode" : "Failed to toggle BBCode",
|
||||
"Failed to delete BBCode" : "Failed to delete BBCode",
|
||||
"Create category" : "Create category",
|
||||
"Edit category" : "Edit category",
|
||||
"Configure category details" : "Configure category details",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "Preview",
|
||||
"Hide subcategories on category card" : "Hide subcategories on category card",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "When enabled, child categories will not appear as links on this category's card on the home page",
|
||||
"Failed to save category" : "Failed to save category",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Move up" : "Move up",
|
||||
"Move down" : "Move down",
|
||||
"Failed to delete category" : "Failed to delete category",
|
||||
"Failed to delete header" : "Failed to delete header",
|
||||
"Management dashboard" : "Management dashboard",
|
||||
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
|
||||
"Loading statistics …" : "Loading statistics …",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "Search deleted content …",
|
||||
"Newest first" : "Newest first",
|
||||
"Oldest first" : "Oldest first",
|
||||
"Failed to restore thread" : "Failed to restore thread",
|
||||
"Failed to restore reply" : "Failed to restore reply",
|
||||
"Create role" : "Create role",
|
||||
"Edit role" : "Edit role",
|
||||
"Configure role permissions and category access" : "Configure role permissions and category access",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
"Default role cannot moderate categories" : "Default role cannot moderate categories",
|
||||
"Failed to save role" : "Failed to save role",
|
||||
"Role management" : "Role management",
|
||||
"Create and manage forum roles and permissions" : "Create and manage forum roles and permissions",
|
||||
"Loading roles …" : "Loading roles …",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "No teams found",
|
||||
"Members" : "Members",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Failed to delete role" : "Failed to delete role",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "No roles",
|
||||
"Select roles" : "Select roles",
|
||||
"Edit roles" : "Edit roles",
|
||||
"Edit account roles" : "Edit account roles"
|
||||
"Edit account roles" : "Edit account roles",
|
||||
"Failed to save roles" : "Failed to save roles"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
17
l10n/ga.js
17
l10n/ga.js
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "Feictear uimhreacha níos ísle ar dtús",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"Failed to save header" : "Theip ar an gceannteideal a shábháil",
|
||||
"Forum setup required" : "Socrú fóraim ag teastáil",
|
||||
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
|
||||
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Failed to save template" : "Theip ar an teimpléad a shábháil",
|
||||
"Failed to delete template" : "Theip ar an teimpléad a scriosadh",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Scriosadh an snáithe",
|
||||
"Reply deleted" : "Scriosadh an freagra",
|
||||
"Failed to delete reply" : "Theip ar an bhfreagra a scriosadh",
|
||||
"Failed to submit reply" : "Theip ar an freagra a chur isteach",
|
||||
"Failed to update thread lock status" : "Theip ar stádas glasála snáithe a nuashonrú",
|
||||
"Failed to update thread pin status" : "Theip ar stádas bioráin an snáithe a nuashonrú",
|
||||
"Failed to update subscription" : "Theip ar an síntiús a nuashonrú",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "Cumasaithe",
|
||||
"Parse inner content" : "Parsáil an t-ábhar inmheánach",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Má tá sé cumasaithe, déanfar clibeanna BBCode laistigh den chlib seo a pharsáil freisin.",
|
||||
"Failed to save BBCode" : "Theip ar BBCode a shábháil",
|
||||
"Failed to toggle BBCode" : "Theip ar BBCode a athrú",
|
||||
"Failed to delete BBCode" : "Theip ar BBCode a scriosadh",
|
||||
"Create category" : "Cruthaigh catagóir",
|
||||
"Edit category" : "Cuir catagóir in eagar",
|
||||
"Configure category details" : "Cumraigh sonraí na catagóire",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "Réamhamharc",
|
||||
"Hide subcategories on category card" : "Folaigh fochatagóirí ar chárta catagóire",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Nuair a bheidh sé cumasaithe, ní bheidh catagóirí linbh le feiceáil mar naisc ar chárta na catagóire seo ar an leathanach baile.",
|
||||
"Failed to save category" : "Theip ar an gcatagóir a shábháil",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Move up" : "Éirí suas",
|
||||
"Move down" : "Bog síos",
|
||||
"Failed to delete category" : "Theip ar an gcatagóir a scriosadh",
|
||||
"Failed to delete header" : "Theip ar an gceannteideal a scriosadh",
|
||||
"Management dashboard" : "Painéal bainistíochta",
|
||||
"Overview of forum activity and statistics" : "Forbhreathnú ar ghníomhaíocht agus staitisticí an fhóraim",
|
||||
"Loading statistics …" : "Staitisticí á lódáil …",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Cuardaigh ábhar scriosta …",
|
||||
"Newest first" : "Is nua ar dtús",
|
||||
"Oldest first" : "Is sine ar dtús",
|
||||
"Failed to restore thread" : "Theip ar an snáithe a athbhunú",
|
||||
"Failed to restore reply" : "Theip ar an bhfreagra a athbhunú",
|
||||
"Create role" : "Cruthaigh ról",
|
||||
"Edit role" : "Cuir ról in eagar",
|
||||
"Configure role permissions and category access" : "Cumraigh ceadanna róil agus rochtain catagóire",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Ní bheidh úsáideoirí aoi in ann rochtain a fháil ar an bhfóram go dtí go mbeidh rochtain aoi cumasaithe i socruithe an fhóraim.",
|
||||
"Go to forum settings" : "Téigh chuig socruithe an fhóraim",
|
||||
"Default role cannot moderate categories" : "Ní féidir le ról réamhshocraithe catagóirí a mhodhnú",
|
||||
"Failed to save role" : "Theip ar an ról a shábháil",
|
||||
"Role management" : "Bainistíocht rólanna",
|
||||
"Create and manage forum roles and permissions" : "Róil agus ceadanna fóraim a chruthú agus a bhainistiú",
|
||||
"Loading roles …" : "Ag lódáil róil …",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"Members" : "Baill",
|
||||
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
|
||||
"Failed to delete role" : "Theip ar an ról a scriosadh",
|
||||
"Edit team" : "Foireann a chur in eagar",
|
||||
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
|
||||
"Error loading team" : "Earráid ag lódáil na foirne",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "Gan róil",
|
||||
"Select roles" : "Roghnaigh róil",
|
||||
"Edit roles" : "Cuir róil in eagar",
|
||||
"Edit account roles" : "Cuir róil chuntais in eagar"
|
||||
"Edit account roles" : "Cuir róil chuntais in eagar",
|
||||
"Failed to save roles" : "Theip ar róil a shábháil"
|
||||
},
|
||||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|
||||
|
||||
17
l10n/ga.json
17
l10n/ga.json
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "Feictear uimhreacha níos ísle ar dtús",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"Failed to save header" : "Theip ar an gceannteideal a shábháil",
|
||||
"Forum setup required" : "Socrú fóraim ag teastáil",
|
||||
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
|
||||
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Failed to save template" : "Theip ar an teimpléad a shábháil",
|
||||
"Failed to delete template" : "Theip ar an teimpléad a scriosadh",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "Scriosadh an snáithe",
|
||||
"Reply deleted" : "Scriosadh an freagra",
|
||||
"Failed to delete reply" : "Theip ar an bhfreagra a scriosadh",
|
||||
"Failed to submit reply" : "Theip ar an freagra a chur isteach",
|
||||
"Failed to update thread lock status" : "Theip ar stádas glasála snáithe a nuashonrú",
|
||||
"Failed to update thread pin status" : "Theip ar stádas bioráin an snáithe a nuashonrú",
|
||||
"Failed to update subscription" : "Theip ar an síntiús a nuashonrú",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "Cumasaithe",
|
||||
"Parse inner content" : "Parsáil an t-ábhar inmheánach",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Má tá sé cumasaithe, déanfar clibeanna BBCode laistigh den chlib seo a pharsáil freisin.",
|
||||
"Failed to save BBCode" : "Theip ar BBCode a shábháil",
|
||||
"Failed to toggle BBCode" : "Theip ar BBCode a athrú",
|
||||
"Failed to delete BBCode" : "Theip ar BBCode a scriosadh",
|
||||
"Create category" : "Cruthaigh catagóir",
|
||||
"Edit category" : "Cuir catagóir in eagar",
|
||||
"Configure category details" : "Cumraigh sonraí na catagóire",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "Réamhamharc",
|
||||
"Hide subcategories on category card" : "Folaigh fochatagóirí ar chárta catagóire",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Nuair a bheidh sé cumasaithe, ní bheidh catagóirí linbh le feiceáil mar naisc ar chárta na catagóire seo ar an leathanach baile.",
|
||||
"Failed to save category" : "Theip ar an gcatagóir a shábháil",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Move up" : "Éirí suas",
|
||||
"Move down" : "Bog síos",
|
||||
"Failed to delete category" : "Theip ar an gcatagóir a scriosadh",
|
||||
"Failed to delete header" : "Theip ar an gceannteideal a scriosadh",
|
||||
"Management dashboard" : "Painéal bainistíochta",
|
||||
"Overview of forum activity and statistics" : "Forbhreathnú ar ghníomhaíocht agus staitisticí an fhóraim",
|
||||
"Loading statistics …" : "Staitisticí á lódáil …",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "Cuardaigh ábhar scriosta …",
|
||||
"Newest first" : "Is nua ar dtús",
|
||||
"Oldest first" : "Is sine ar dtús",
|
||||
"Failed to restore thread" : "Theip ar an snáithe a athbhunú",
|
||||
"Failed to restore reply" : "Theip ar an bhfreagra a athbhunú",
|
||||
"Create role" : "Cruthaigh ról",
|
||||
"Edit role" : "Cuir ról in eagar",
|
||||
"Configure role permissions and category access" : "Cumraigh ceadanna róil agus rochtain catagóire",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Ní bheidh úsáideoirí aoi in ann rochtain a fháil ar an bhfóram go dtí go mbeidh rochtain aoi cumasaithe i socruithe an fhóraim.",
|
||||
"Go to forum settings" : "Téigh chuig socruithe an fhóraim",
|
||||
"Default role cannot moderate categories" : "Ní féidir le ról réamhshocraithe catagóirí a mhodhnú",
|
||||
"Failed to save role" : "Theip ar an ról a shábháil",
|
||||
"Role management" : "Bainistíocht rólanna",
|
||||
"Create and manage forum roles and permissions" : "Róil agus ceadanna fóraim a chruthú agus a bhainistiú",
|
||||
"Loading roles …" : "Ag lódáil róil …",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"Members" : "Baill",
|
||||
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
|
||||
"Failed to delete role" : "Theip ar an ról a scriosadh",
|
||||
"Edit team" : "Foireann a chur in eagar",
|
||||
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
|
||||
"Error loading team" : "Earráid ag lódáil na foirne",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "Gan róil",
|
||||
"Select roles" : "Roghnaigh róil",
|
||||
"Edit roles" : "Cuir róil in eagar",
|
||||
"Edit account roles" : "Cuir róil chuntais in eagar"
|
||||
"Edit account roles" : "Cuir róil chuntais in eagar",
|
||||
"Failed to save roles" : "Theip ar róil a shábháil"
|
||||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
|
||||
}
|
||||
35
l10n/lb.js
35
l10n/lb.js
@@ -1,35 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "Admin",
|
||||
"User" : "User",
|
||||
"General" : "Allgemeng",
|
||||
"Search" : "Sichen",
|
||||
"Home" : "Doheem",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "Zesumme falen",
|
||||
"Log in" : "Umellen",
|
||||
"Upload failed" : "Eropluede feelgeschloen",
|
||||
"Close" : "Zoumaachen",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Update",
|
||||
"Deleted" : "Geläscht",
|
||||
"Restore" : "Zrécksetzen",
|
||||
"Move" : "Verschieben",
|
||||
"Edit" : "Änneren",
|
||||
"Delete" : "Läschen",
|
||||
"Direct link" : "Direkte Link",
|
||||
"Save" : "Späicheren",
|
||||
"Name" : "Numm",
|
||||
"Refresh" : "Opfrëschen",
|
||||
"Error" : "Fehler",
|
||||
"by" : "vun",
|
||||
"Subscribe" : "Umellen",
|
||||
"Files" : "Dateien",
|
||||
"Disable" : "Ofschalten",
|
||||
"Description" : "Beschreiwung",
|
||||
"Enabled" : "Aktivéiert",
|
||||
"Reset" : "Zeréck setzen",
|
||||
"Actions" : "Aktiounen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
33
l10n/lb.json
33
l10n/lb.json
@@ -1,33 +0,0 @@
|
||||
{ "translations": {
|
||||
"Admin" : "Admin",
|
||||
"User" : "User",
|
||||
"General" : "Allgemeng",
|
||||
"Search" : "Sichen",
|
||||
"Home" : "Doheem",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "Zesumme falen",
|
||||
"Log in" : "Umellen",
|
||||
"Upload failed" : "Eropluede feelgeschloen",
|
||||
"Close" : "Zoumaachen",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Update",
|
||||
"Deleted" : "Geläscht",
|
||||
"Restore" : "Zrécksetzen",
|
||||
"Move" : "Verschieben",
|
||||
"Edit" : "Änneren",
|
||||
"Delete" : "Läschen",
|
||||
"Direct link" : "Direkte Link",
|
||||
"Save" : "Späicheren",
|
||||
"Name" : "Numm",
|
||||
"Refresh" : "Opfrëschen",
|
||||
"Error" : "Fehler",
|
||||
"by" : "vun",
|
||||
"Subscribe" : "Umellen",
|
||||
"Files" : "Dateien",
|
||||
"Disable" : "Ofschalten",
|
||||
"Description" : "Beschreiwung",
|
||||
"Enabled" : "Aktivéiert",
|
||||
"Reset" : "Zeréck setzen",
|
||||
"Actions" : "Aktiounen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
||||
"User" : "ຜູ້ໃຊ້",
|
||||
"Guest" : "ແຂກ",
|
||||
"General" : "ທົ່ວໄປ",
|
||||
"Support" : "ສະໜັບສະໜູນ",
|
||||
"Bold text" : "ຂໍ້ຄວາມຕົວໜາ",
|
||||
"Underlined text" : "ຂໍ້ຄວາມທີ່ຂີດກ້ອງ",
|
||||
"Forum" : "Forum",
|
||||
@@ -35,6 +36,7 @@ OC.L10N.register(
|
||||
"Close" : "ປິດ",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"Threads" : "Threads",
|
||||
"No description available" : "ບໍ່ມີຄຳອະທິບາຍ",
|
||||
"Category" : "ໝວດໝູ່",
|
||||
"Allow" : "ອະນຸຍາດ",
|
||||
"Pick a color" : "ເລືອກສີ",
|
||||
@@ -57,6 +59,8 @@ OC.L10N.register(
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Save" : "ບັນທຶກ",
|
||||
"Current version" : "Current version",
|
||||
"Version {index}" : "ເວີຊັນ {index}",
|
||||
"Add reaction" : "ເພີ່ມການຕອບສະໜອງ",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "Uncategorized",
|
||||
"_%n reply_::_%n replies_" : ["%n replies"],
|
||||
@@ -70,6 +74,7 @@ OC.L10N.register(
|
||||
"Saving draft …" : "Saving draft …",
|
||||
"Draft saved" : "Draft saved",
|
||||
"Unsaved changes" : "ການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກ",
|
||||
"Back to home" : "ກັບໄປໜ້າຫຼັກ",
|
||||
"Refresh" : "ໂຫຼດໃໝ່",
|
||||
"In {category}" : "In {category}",
|
||||
"Error" : "ຂໍ້ຜິດພາດ",
|
||||
@@ -94,6 +99,7 @@ OC.L10N.register(
|
||||
"Tag" : "Tag",
|
||||
"Description" : "ລາຍລະອຽດ",
|
||||
"Enabled" : "ເປີດໃຊ້ງານ",
|
||||
"Parent" : "ລາຍການແມ່",
|
||||
"Enter category name" : "ປ້ອນຊື່ໝວດໝູ່",
|
||||
"Permissions" : "ການອະນຸຍາດ",
|
||||
"Preview" : "ເບິ່ງຕົວຢ່າງ",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"User" : "ຜູ້ໃຊ້",
|
||||
"Guest" : "ແຂກ",
|
||||
"General" : "ທົ່ວໄປ",
|
||||
"Support" : "ສະໜັບສະໜູນ",
|
||||
"Bold text" : "ຂໍ້ຄວາມຕົວໜາ",
|
||||
"Underlined text" : "ຂໍ້ຄວາມທີ່ຂີດກ້ອງ",
|
||||
"Forum" : "Forum",
|
||||
@@ -33,6 +34,7 @@
|
||||
"Close" : "ປິດ",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"Threads" : "Threads",
|
||||
"No description available" : "ບໍ່ມີຄຳອະທິບາຍ",
|
||||
"Category" : "ໝວດໝູ່",
|
||||
"Allow" : "ອະນຸຍາດ",
|
||||
"Pick a color" : "ເລືອກສີ",
|
||||
@@ -55,6 +57,8 @@
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Save" : "ບັນທຶກ",
|
||||
"Current version" : "Current version",
|
||||
"Version {index}" : "ເວີຊັນ {index}",
|
||||
"Add reaction" : "ເພີ່ມການຕອບສະໜອງ",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "Uncategorized",
|
||||
"_%n reply_::_%n replies_" : ["%n replies"],
|
||||
@@ -68,6 +72,7 @@
|
||||
"Saving draft …" : "Saving draft …",
|
||||
"Draft saved" : "Draft saved",
|
||||
"Unsaved changes" : "ການປ່ຽນແປງທີ່ຍັງບໍ່ໄດ້ບັນທຶກ",
|
||||
"Back to home" : "ກັບໄປໜ້າຫຼັກ",
|
||||
"Refresh" : "ໂຫຼດໃໝ່",
|
||||
"In {category}" : "In {category}",
|
||||
"Error" : "ຂໍ້ຜິດພາດ",
|
||||
@@ -92,6 +97,7 @@
|
||||
"Tag" : "Tag",
|
||||
"Description" : "ລາຍລະອຽດ",
|
||||
"Enabled" : "ເປີດໃຊ້ງານ",
|
||||
"Parent" : "ລາຍການແມ່",
|
||||
"Enter category name" : "ປ້ອນຊື່ໝວດໝູ່",
|
||||
"Permissions" : "ການອະນຸຍາດ",
|
||||
"Preview" : "ເບິ່ງຕົວຢ່າງ",
|
||||
|
||||
@@ -5,6 +5,7 @@ OC.L10N.register(
|
||||
"%1$s (Guest)" : "%1$s (Svečias)",
|
||||
"Admin" : "Administratorius",
|
||||
"User" : "Naudotojas",
|
||||
"Guest" : "Svečias",
|
||||
"General" : "Bendra",
|
||||
"Support" : "Palaikymas",
|
||||
"Attachment" : "Priedas",
|
||||
@@ -21,6 +22,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Skydelis",
|
||||
"Accounts" : "Paskyros",
|
||||
"Categories" : "Kategorijos",
|
||||
"Moderation" : "Moderavimas",
|
||||
"Expand" : "Išskleisti",
|
||||
"Collapse" : "Suskleisti",
|
||||
"Log in" : "Prisijungti",
|
||||
@@ -34,6 +36,7 @@ OC.L10N.register(
|
||||
"Close" : "Užverti",
|
||||
"More formatting options" : "Daugiau formatavimo parinkčių",
|
||||
"Failed to upload file" : "Nepavyko įkelti failo",
|
||||
"Threads" : "Temos",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Leisti",
|
||||
"Change color" : "Keisti spalvą",
|
||||
@@ -51,6 +54,7 @@ OC.L10N.register(
|
||||
"Back" : "Atgal",
|
||||
"Edit" : "Taisyti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Unread" : "Neskaityta",
|
||||
"Direct link" : "Tiesioginė nuoroda",
|
||||
"Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę",
|
||||
"Save" : "Įrašyti",
|
||||
@@ -59,6 +63,7 @@ OC.L10N.register(
|
||||
"Version {index}" : "Versija {index}",
|
||||
"React with {emoji}" : "Reaguoti naudojant {emoji}",
|
||||
"Uncategorized" : "Nekategorizuotas",
|
||||
"_%n reply_::_%n replies_" : ["%n atsakymas","%n atsakymai","%n atsakymų","%n atsakymų"],
|
||||
"Templates" : "Šablonai",
|
||||
"Add template" : "Pridėti šabloną",
|
||||
"Edit template" : "Taisyti šabloną",
|
||||
@@ -77,6 +82,7 @@ OC.L10N.register(
|
||||
"Back to home" : "Atgal į pradžią",
|
||||
"Refresh" : "Įkelti iš naujo",
|
||||
"An unexpected error occurred" : "Įvyko netikėta klaida",
|
||||
"In {category}" : "{category}",
|
||||
"Error" : "Klaida",
|
||||
"Created" : "Sukurta",
|
||||
"Searching …" : "Ieškoma…",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"%1$s (Guest)" : "%1$s (Svečias)",
|
||||
"Admin" : "Administratorius",
|
||||
"User" : "Naudotojas",
|
||||
"Guest" : "Svečias",
|
||||
"General" : "Bendra",
|
||||
"Support" : "Palaikymas",
|
||||
"Attachment" : "Priedas",
|
||||
@@ -19,6 +20,7 @@
|
||||
"Dashboard" : "Skydelis",
|
||||
"Accounts" : "Paskyros",
|
||||
"Categories" : "Kategorijos",
|
||||
"Moderation" : "Moderavimas",
|
||||
"Expand" : "Išskleisti",
|
||||
"Collapse" : "Suskleisti",
|
||||
"Log in" : "Prisijungti",
|
||||
@@ -32,6 +34,7 @@
|
||||
"Close" : "Užverti",
|
||||
"More formatting options" : "Daugiau formatavimo parinkčių",
|
||||
"Failed to upload file" : "Nepavyko įkelti failo",
|
||||
"Threads" : "Temos",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Leisti",
|
||||
"Change color" : "Keisti spalvą",
|
||||
@@ -49,6 +52,7 @@
|
||||
"Back" : "Atgal",
|
||||
"Edit" : "Taisyti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Unread" : "Neskaityta",
|
||||
"Direct link" : "Tiesioginė nuoroda",
|
||||
"Direct link copied to clipboard" : "Tiesioginė nuoroda nukopijuota į iškarpinę",
|
||||
"Save" : "Įrašyti",
|
||||
@@ -57,6 +61,7 @@
|
||||
"Version {index}" : "Versija {index}",
|
||||
"React with {emoji}" : "Reaguoti naudojant {emoji}",
|
||||
"Uncategorized" : "Nekategorizuotas",
|
||||
"_%n reply_::_%n replies_" : ["%n atsakymas","%n atsakymai","%n atsakymų","%n atsakymų"],
|
||||
"Templates" : "Šablonai",
|
||||
"Add template" : "Pridėti šabloną",
|
||||
"Edit template" : "Taisyti šabloną",
|
||||
@@ -75,6 +80,7 @@
|
||||
"Back to home" : "Atgal į pradžią",
|
||||
"Refresh" : "Įkelti iš naujo",
|
||||
"An unexpected error occurred" : "Įvyko netikėta klaida",
|
||||
"In {category}" : "{category}",
|
||||
"Error" : "Klaida",
|
||||
"Created" : "Sukurta",
|
||||
"Searching …" : "Ieškoma…",
|
||||
|
||||
@@ -95,6 +95,7 @@ OC.L10N.register(
|
||||
"Privacy" : "Prywatność",
|
||||
"Enable" : "Włącz",
|
||||
"Disable" : "Wyłącz",
|
||||
"This action cannot be undone." : "Tej operacji nie można cofnąć.",
|
||||
"Tag" : "Etykieta",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Włączone",
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"Privacy" : "Prywatność",
|
||||
"Enable" : "Włącz",
|
||||
"Disable" : "Wyłącz",
|
||||
"This action cannot be undone." : "Tej operacji nie można cofnąć.",
|
||||
"Tag" : "Etykieta",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Włączone",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,6 +2,7 @@ OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "Admin",
|
||||
"User" : "Foydalanuvchi",
|
||||
"General" : "Umumiy",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Deleted user",
|
||||
@@ -35,6 +36,7 @@ OC.L10N.register(
|
||||
"Direct link copied to clipboard" : "Klipbordga nusxa olish",
|
||||
"Save" : "Saqlash",
|
||||
"Uncategorized" : "Kategoriyasiz",
|
||||
"Templates" : "Shablonlar",
|
||||
"Name" : "Nomi",
|
||||
"Views" : "Koʻrishlar",
|
||||
"Title" : "Sarlavha",
|
||||
@@ -50,9 +52,11 @@ OC.L10N.register(
|
||||
"Edit title" : "Sarlavhani tahrirlash",
|
||||
"Notifications" : "Bildirishnomalar",
|
||||
"Files" : "Fayllar",
|
||||
"Privacy" : "Maxfiylik",
|
||||
"Enable" : "Yoqish",
|
||||
"Disable" : "Oʻchirish",
|
||||
"Description" : "Tavsif",
|
||||
"Permissions" : "Ruxsatnomalar",
|
||||
"Preview" : "Ko‘rib chiqish",
|
||||
"Last 7 days" : "Oxirgi 7 kun",
|
||||
"Appearance" : "Tashqi ko'rinish",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{ "translations": {
|
||||
"Admin" : "Admin",
|
||||
"User" : "Foydalanuvchi",
|
||||
"General" : "Umumiy",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Deleted user",
|
||||
@@ -33,6 +34,7 @@
|
||||
"Direct link copied to clipboard" : "Klipbordga nusxa olish",
|
||||
"Save" : "Saqlash",
|
||||
"Uncategorized" : "Kategoriyasiz",
|
||||
"Templates" : "Shablonlar",
|
||||
"Name" : "Nomi",
|
||||
"Views" : "Koʻrishlar",
|
||||
"Title" : "Sarlavha",
|
||||
@@ -48,9 +50,11 @@
|
||||
"Edit title" : "Sarlavhani tahrirlash",
|
||||
"Notifications" : "Bildirishnomalar",
|
||||
"Files" : "Fayllar",
|
||||
"Privacy" : "Maxfiylik",
|
||||
"Enable" : "Yoqish",
|
||||
"Disable" : "Oʻchirish",
|
||||
"Description" : "Tavsif",
|
||||
"Permissions" : "Ruxsatnomalar",
|
||||
"Preview" : "Ko‘rib chiqish",
|
||||
"Last 7 days" : "Oxirgi 7 kun",
|
||||
"Appearance" : "Tashqi ko'rinish",
|
||||
|
||||
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "數字愈小顯示愈前",
|
||||
"Create" : "創建",
|
||||
"Update" : "更新",
|
||||
"Failed to save header" : "儲存標頭失敗",
|
||||
"Forum setup required" : "需要設置論壇",
|
||||
"Select the accounts that should have the forum admin role." : "請選擇應賦予論壇管理員角色的帳戶。",
|
||||
"Forum admin accounts:" : "論壇管理員帳戶:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "皆非(已停用)",
|
||||
"Insert" : "插入",
|
||||
"Failed to load templates" : "無法加載模板",
|
||||
"Failed to save template" : "儲存範本失敗",
|
||||
"Failed to delete template" : "刪除範本失敗",
|
||||
"Views" : "視圖",
|
||||
"Title" : "標題",
|
||||
"Enter thread title …" : "輸入主題標題 …",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "主題已刪除",
|
||||
"Reply deleted" : "回覆已刪除",
|
||||
"Failed to delete reply" : "無法刪除回覆",
|
||||
"Failed to submit reply" : "提交回覆失敗",
|
||||
"Failed to update thread lock status" : "更新主題鎖定狀態失敗",
|
||||
"Failed to update thread pin status" : "更新主題置頂狀態失敗",
|
||||
"Failed to update subscription" : "更新訂閱狀態失敗",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "已啟用",
|
||||
"Parse inner content" : "解析內層內容",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "啟用後,此標籤內的 BBCode 亦會被解析。",
|
||||
"Failed to save BBCode" : "儲存 BBCode 失敗",
|
||||
"Failed to toggle BBCode" : "切換 BBCode 狀態失敗",
|
||||
"Failed to delete BBCode" : "刪除 BBCode 失敗",
|
||||
"Create category" : "建立分類",
|
||||
"Edit category" : "編輯分類",
|
||||
"Configure category details" : "設定分類詳情",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "預覽",
|
||||
"Hide subcategories on category card" : "在分類卡片上隱藏子分類",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "啟用後,子分類將不會在首頁此分類卡片上以連結形式顯示",
|
||||
"Failed to save category" : "儲存類別失敗",
|
||||
"Manage forum categories and organization" : "管理論壇分類及架構",
|
||||
"Error loading categories" : "載入分類時發生錯誤",
|
||||
"No categories in this header" : "此標題列下沒有分類",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- 選擇標題列 --",
|
||||
"Move up" : "向上移動",
|
||||
"Move down" : "向下移動",
|
||||
"Failed to delete category" : "刪除類別失敗",
|
||||
"Failed to delete header" : "刪除標頭失敗",
|
||||
"Management dashboard" : "管理儀表板",
|
||||
"Overview of forum activity and statistics" : "檢視論壇活動與統計總覽",
|
||||
"Loading statistics …" : "正在載入統計資料 …",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "搜尋已刪除的內容……",
|
||||
"Newest first" : "最新先",
|
||||
"Oldest first" : "最舊先",
|
||||
"Failed to restore thread" : "還原主題失敗",
|
||||
"Failed to restore reply" : "還原回覆失敗",
|
||||
"Create role" : "建立角色",
|
||||
"Edit role" : "編輯角色",
|
||||
"Configure role permissions and category access" : "設定角色權限及分類存取權。",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "在論壇設定中啟用訪客存取前,訪客將無法存取論壇。",
|
||||
"Go to forum settings" : "前往論壇設定",
|
||||
"Default role cannot moderate categories" : "預設角色不能管理分類。",
|
||||
"Failed to save role" : "儲存角色失敗",
|
||||
"Role management" : "角色管理",
|
||||
"Create and manage forum roles and permissions" : "建立及管理論壇角色與權限。",
|
||||
"Loading roles …" : "正在載入角色 …",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "找不到團隊",
|
||||
"Members" : "成員",
|
||||
"No Nextcloud Teams are available" : "無可用 NextCloud 團隊",
|
||||
"Failed to delete role" : "刪除角色失敗",
|
||||
"Edit team" : "編輯團隊",
|
||||
"Configure category permissions for this team" : "為此團隊設定分類權限",
|
||||
"Error loading team" : "載入團隊時發生錯誤",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "沒有角色",
|
||||
"Select roles" : "選擇角色",
|
||||
"Edit roles" : "編輯角色",
|
||||
"Edit account roles" : "編輯帳戶角色"
|
||||
"Edit account roles" : "編輯帳戶角色",
|
||||
"Failed to save roles" : "儲存角色群組失敗"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "數字愈小顯示愈前",
|
||||
"Create" : "創建",
|
||||
"Update" : "更新",
|
||||
"Failed to save header" : "儲存標頭失敗",
|
||||
"Forum setup required" : "需要設置論壇",
|
||||
"Select the accounts that should have the forum admin role." : "請選擇應賦予論壇管理員角色的帳戶。",
|
||||
"Forum admin accounts:" : "論壇管理員帳戶:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "皆非(已停用)",
|
||||
"Insert" : "插入",
|
||||
"Failed to load templates" : "無法加載模板",
|
||||
"Failed to save template" : "儲存範本失敗",
|
||||
"Failed to delete template" : "刪除範本失敗",
|
||||
"Views" : "視圖",
|
||||
"Title" : "標題",
|
||||
"Enter thread title …" : "輸入主題標題 …",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "主題已刪除",
|
||||
"Reply deleted" : "回覆已刪除",
|
||||
"Failed to delete reply" : "無法刪除回覆",
|
||||
"Failed to submit reply" : "提交回覆失敗",
|
||||
"Failed to update thread lock status" : "更新主題鎖定狀態失敗",
|
||||
"Failed to update thread pin status" : "更新主題置頂狀態失敗",
|
||||
"Failed to update subscription" : "更新訂閱狀態失敗",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "已啟用",
|
||||
"Parse inner content" : "解析內層內容",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "啟用後,此標籤內的 BBCode 亦會被解析。",
|
||||
"Failed to save BBCode" : "儲存 BBCode 失敗",
|
||||
"Failed to toggle BBCode" : "切換 BBCode 狀態失敗",
|
||||
"Failed to delete BBCode" : "刪除 BBCode 失敗",
|
||||
"Create category" : "建立分類",
|
||||
"Edit category" : "編輯分類",
|
||||
"Configure category details" : "設定分類詳情",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "預覽",
|
||||
"Hide subcategories on category card" : "在分類卡片上隱藏子分類",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "啟用後,子分類將不會在首頁此分類卡片上以連結形式顯示",
|
||||
"Failed to save category" : "儲存類別失敗",
|
||||
"Manage forum categories and organization" : "管理論壇分類及架構",
|
||||
"Error loading categories" : "載入分類時發生錯誤",
|
||||
"No categories in this header" : "此標題列下沒有分類",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- 選擇標題列 --",
|
||||
"Move up" : "向上移動",
|
||||
"Move down" : "向下移動",
|
||||
"Failed to delete category" : "刪除類別失敗",
|
||||
"Failed to delete header" : "刪除標頭失敗",
|
||||
"Management dashboard" : "管理儀表板",
|
||||
"Overview of forum activity and statistics" : "檢視論壇活動與統計總覽",
|
||||
"Loading statistics …" : "正在載入統計資料 …",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "搜尋已刪除的內容……",
|
||||
"Newest first" : "最新先",
|
||||
"Oldest first" : "最舊先",
|
||||
"Failed to restore thread" : "還原主題失敗",
|
||||
"Failed to restore reply" : "還原回覆失敗",
|
||||
"Create role" : "建立角色",
|
||||
"Edit role" : "編輯角色",
|
||||
"Configure role permissions and category access" : "設定角色權限及分類存取權。",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "在論壇設定中啟用訪客存取前,訪客將無法存取論壇。",
|
||||
"Go to forum settings" : "前往論壇設定",
|
||||
"Default role cannot moderate categories" : "預設角色不能管理分類。",
|
||||
"Failed to save role" : "儲存角色失敗",
|
||||
"Role management" : "角色管理",
|
||||
"Create and manage forum roles and permissions" : "建立及管理論壇角色與權限。",
|
||||
"Loading roles …" : "正在載入角色 …",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "找不到團隊",
|
||||
"Members" : "成員",
|
||||
"No Nextcloud Teams are available" : "無可用 NextCloud 團隊",
|
||||
"Failed to delete role" : "刪除角色失敗",
|
||||
"Edit team" : "編輯團隊",
|
||||
"Configure category permissions for this team" : "為此團隊設定分類權限",
|
||||
"Error loading team" : "載入團隊時發生錯誤",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "沒有角色",
|
||||
"Select roles" : "選擇角色",
|
||||
"Edit roles" : "編輯角色",
|
||||
"Edit account roles" : "編輯帳戶角色"
|
||||
"Edit account roles" : "編輯帳戶角色",
|
||||
"Failed to save roles" : "儲存角色群組失敗"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -171,6 +171,7 @@ OC.L10N.register(
|
||||
"Lower numbers appear first" : "數字由低到高排序",
|
||||
"Create" : "建立",
|
||||
"Update" : "更新",
|
||||
"Failed to save header" : "儲存標題失敗",
|
||||
"Forum setup required" : "需要設定論壇",
|
||||
"Select the accounts that should have the forum admin role." : "請選擇應賦予論壇管理員角色的帳號。",
|
||||
"Forum admin accounts:" : "論壇管理員帳號:",
|
||||
@@ -259,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "皆非(已停用)",
|
||||
"Insert" : "插入",
|
||||
"Failed to load templates" : "載入範本失敗",
|
||||
"Failed to save template" : "儲存範本失敗",
|
||||
"Failed to delete template" : "刪除範本失敗",
|
||||
"Views" : "檢視",
|
||||
"Title" : "標題",
|
||||
"Enter thread title …" : "輸入討論串標題……",
|
||||
@@ -369,6 +372,7 @@ OC.L10N.register(
|
||||
"Thread deleted" : "討論串已刪除",
|
||||
"Reply deleted" : "已刪除回覆",
|
||||
"Failed to delete reply" : "無法刪除回覆",
|
||||
"Failed to submit reply" : "遞交回覆失敗",
|
||||
"Failed to update thread lock status" : "無法更新討論串鎖定狀態",
|
||||
"Failed to update thread pin status" : "無法更新討論串釘選狀態",
|
||||
"Failed to update subscription" : "無法更新訂閱",
|
||||
@@ -429,6 +433,9 @@ OC.L10N.register(
|
||||
"Enabled" : "已啟用",
|
||||
"Parse inner content" : "解析內部內容",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "若啟用,也會解析此標籤內的 BBCode 標籤",
|
||||
"Failed to save BBCode" : "儲存 BBCode 失敗",
|
||||
"Failed to toggle BBCode" : "切換 BBCode 失敗",
|
||||
"Failed to delete BBCode" : "刪除 BBCode 失敗",
|
||||
"Create category" : "建立分類",
|
||||
"Edit category" : "編輯分類",
|
||||
"Configure category details" : "設定分類詳細資訊",
|
||||
@@ -456,6 +463,7 @@ OC.L10N.register(
|
||||
"Preview" : "預覽",
|
||||
"Hide subcategories on category card" : "在分類卡片上隱藏子分類",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "啟用後,子分類將不會在首頁的此分類卡片上以連結形式顯示",
|
||||
"Failed to save category" : "儲存分類失敗",
|
||||
"Manage forum categories and organization" : "管理論壇分類與組織",
|
||||
"Error loading categories" : "載入分類時發生錯誤",
|
||||
"No categories in this header" : "此標題中無分類",
|
||||
@@ -482,6 +490,8 @@ OC.L10N.register(
|
||||
"-- Select a header --" : "-- 選取標題 --",
|
||||
"Move up" : "向上移動",
|
||||
"Move down" : "向下移動",
|
||||
"Failed to delete category" : "刪除分類失敗",
|
||||
"Failed to delete header" : "刪除標題失敗",
|
||||
"Management dashboard" : "管理儀表板",
|
||||
"Overview of forum activity and statistics" : "論壇活動與統計資料的概覽",
|
||||
"Loading statistics …" : "正在載入統計資料……",
|
||||
@@ -527,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "搜尋已刪除的內容……",
|
||||
"Newest first" : "新的在前",
|
||||
"Oldest first" : "舊的在前",
|
||||
"Failed to restore thread" : "還原討論串失敗",
|
||||
"Failed to restore reply" : "還原回覆失敗",
|
||||
"Create role" : "建立角色",
|
||||
"Edit role" : "編輯角色",
|
||||
"Configure role permissions and category access" : "設定角色權限與分類存取權",
|
||||
@@ -562,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "在論壇設定中啟用訪客存取權前,訪客將無法存取論壇。",
|
||||
"Go to forum settings" : "前往論壇設定",
|
||||
"Default role cannot moderate categories" : "預設角色無法管理分類",
|
||||
"Failed to save role" : "儲存角色失敗",
|
||||
"Role management" : "角色管理",
|
||||
"Create and manage forum roles and permissions" : "建立與管理論壇角色與權限",
|
||||
"Loading roles …" : "正在載入角色……",
|
||||
@@ -581,6 +594,7 @@ OC.L10N.register(
|
||||
"No teams found" : "找不到團隊",
|
||||
"Members" : "成員",
|
||||
"No Nextcloud Teams are available" : "Nextcloud Teams 無法使用",
|
||||
"Failed to delete role" : "刪除角色失敗",
|
||||
"Edit team" : "編輯團隊",
|
||||
"Configure category permissions for this team" : "為此團隊設定分類權限",
|
||||
"Error loading team" : "載入團隊時發生錯誤",
|
||||
@@ -597,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "沒有角色",
|
||||
"Select roles" : "選取角色",
|
||||
"Edit roles" : "編輯角色",
|
||||
"Edit account roles" : "編輯帳號角色"
|
||||
"Edit account roles" : "編輯帳號角色",
|
||||
"Failed to save roles" : "儲存角色失敗"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
"Lower numbers appear first" : "數字由低到高排序",
|
||||
"Create" : "建立",
|
||||
"Update" : "更新",
|
||||
"Failed to save header" : "儲存標題失敗",
|
||||
"Forum setup required" : "需要設定論壇",
|
||||
"Select the accounts that should have the forum admin role." : "請選擇應賦予論壇管理員角色的帳號。",
|
||||
"Forum admin accounts:" : "論壇管理員帳號:",
|
||||
@@ -257,6 +258,8 @@
|
||||
"Neither (disabled)" : "皆非(已停用)",
|
||||
"Insert" : "插入",
|
||||
"Failed to load templates" : "載入範本失敗",
|
||||
"Failed to save template" : "儲存範本失敗",
|
||||
"Failed to delete template" : "刪除範本失敗",
|
||||
"Views" : "檢視",
|
||||
"Title" : "標題",
|
||||
"Enter thread title …" : "輸入討論串標題……",
|
||||
@@ -367,6 +370,7 @@
|
||||
"Thread deleted" : "討論串已刪除",
|
||||
"Reply deleted" : "已刪除回覆",
|
||||
"Failed to delete reply" : "無法刪除回覆",
|
||||
"Failed to submit reply" : "遞交回覆失敗",
|
||||
"Failed to update thread lock status" : "無法更新討論串鎖定狀態",
|
||||
"Failed to update thread pin status" : "無法更新討論串釘選狀態",
|
||||
"Failed to update subscription" : "無法更新訂閱",
|
||||
@@ -427,6 +431,9 @@
|
||||
"Enabled" : "已啟用",
|
||||
"Parse inner content" : "解析內部內容",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "若啟用,也會解析此標籤內的 BBCode 標籤",
|
||||
"Failed to save BBCode" : "儲存 BBCode 失敗",
|
||||
"Failed to toggle BBCode" : "切換 BBCode 失敗",
|
||||
"Failed to delete BBCode" : "刪除 BBCode 失敗",
|
||||
"Create category" : "建立分類",
|
||||
"Edit category" : "編輯分類",
|
||||
"Configure category details" : "設定分類詳細資訊",
|
||||
@@ -454,6 +461,7 @@
|
||||
"Preview" : "預覽",
|
||||
"Hide subcategories on category card" : "在分類卡片上隱藏子分類",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "啟用後,子分類將不會在首頁的此分類卡片上以連結形式顯示",
|
||||
"Failed to save category" : "儲存分類失敗",
|
||||
"Manage forum categories and organization" : "管理論壇分類與組織",
|
||||
"Error loading categories" : "載入分類時發生錯誤",
|
||||
"No categories in this header" : "此標題中無分類",
|
||||
@@ -480,6 +488,8 @@
|
||||
"-- Select a header --" : "-- 選取標題 --",
|
||||
"Move up" : "向上移動",
|
||||
"Move down" : "向下移動",
|
||||
"Failed to delete category" : "刪除分類失敗",
|
||||
"Failed to delete header" : "刪除標題失敗",
|
||||
"Management dashboard" : "管理儀表板",
|
||||
"Overview of forum activity and statistics" : "論壇活動與統計資料的概覽",
|
||||
"Loading statistics …" : "正在載入統計資料……",
|
||||
@@ -525,6 +535,8 @@
|
||||
"Search deleted content …" : "搜尋已刪除的內容……",
|
||||
"Newest first" : "新的在前",
|
||||
"Oldest first" : "舊的在前",
|
||||
"Failed to restore thread" : "還原討論串失敗",
|
||||
"Failed to restore reply" : "還原回覆失敗",
|
||||
"Create role" : "建立角色",
|
||||
"Edit role" : "編輯角色",
|
||||
"Configure role permissions and category access" : "設定角色權限與分類存取權",
|
||||
@@ -560,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "在論壇設定中啟用訪客存取權前,訪客將無法存取論壇。",
|
||||
"Go to forum settings" : "前往論壇設定",
|
||||
"Default role cannot moderate categories" : "預設角色無法管理分類",
|
||||
"Failed to save role" : "儲存角色失敗",
|
||||
"Role management" : "角色管理",
|
||||
"Create and manage forum roles and permissions" : "建立與管理論壇角色與權限",
|
||||
"Loading roles …" : "正在載入角色……",
|
||||
@@ -579,6 +592,7 @@
|
||||
"No teams found" : "找不到團隊",
|
||||
"Members" : "成員",
|
||||
"No Nextcloud Teams are available" : "Nextcloud Teams 無法使用",
|
||||
"Failed to delete role" : "刪除角色失敗",
|
||||
"Edit team" : "編輯團隊",
|
||||
"Configure category permissions for this team" : "為此團隊設定分類權限",
|
||||
"Error loading team" : "載入團隊時發生錯誤",
|
||||
@@ -595,6 +609,7 @@
|
||||
"No roles" : "沒有角色",
|
||||
"Select roles" : "選取角色",
|
||||
"Edit roles" : "編輯角色",
|
||||
"Edit account roles" : "編輯帳號角色"
|
||||
"Edit account roles" : "編輯帳號角色",
|
||||
"Failed to save roles" : "儲存角色失敗"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
88
lib/Migration/Version30Date20260410000000.php
Normal file
88
lib/Migration/Version30Date20260410000000.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
// SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
namespace OCA\Forum\Migration;
|
||||
|
||||
use Closure;
|
||||
use OCP\DB\ISchemaWrapper;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\Migration\IOutput;
|
||||
use OCP\Migration\SimpleMigrationStep;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Version 30 Migration:
|
||||
* Repair migration to ensure Version 29 columns exist.
|
||||
* On some PostgreSQL instances, Version 29 may have failed silently,
|
||||
* leaving parent_id and hide_children_on_card columns missing.
|
||||
*
|
||||
* The header_id nullable change is handled separately in postSchemaChange
|
||||
* via raw SQL so that a failure there cannot block the new column additions.
|
||||
*/
|
||||
class Version30Date20260410000000 extends SimpleMigrationStep {
|
||||
public function __construct(
|
||||
private IDBConnection $db,
|
||||
private LoggerInterface $logger,
|
||||
) {
|
||||
}
|
||||
|
||||
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options): ?ISchemaWrapper {
|
||||
/** @var ISchemaWrapper $schema */
|
||||
$schema = $schemaClosure();
|
||||
|
||||
$changed = false;
|
||||
|
||||
if ($schema->hasTable('forum_categories')) {
|
||||
$table = $schema->getTable('forum_categories');
|
||||
|
||||
if (!$table->hasColumn('parent_id')) {
|
||||
$table->addColumn('parent_id', 'integer', [
|
||||
'notnull' => false,
|
||||
'unsigned' => true,
|
||||
'default' => null,
|
||||
]);
|
||||
$table->addIndex(['parent_id'], 'forum_cat_parent_id_idx');
|
||||
$changed = true;
|
||||
}
|
||||
|
||||
if (!$table->hasColumn('hide_children_on_card')) {
|
||||
$table->addColumn('hide_children_on_card', 'boolean', [
|
||||
'notnull' => false,
|
||||
'default' => false,
|
||||
]);
|
||||
$changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
return $changed ? $schema : null;
|
||||
}
|
||||
|
||||
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
|
||||
// Make header_id nullable via raw SQL so a failure here
|
||||
// does not roll back the column additions above.
|
||||
try {
|
||||
$platform = $this->db->getDatabasePlatform();
|
||||
$tableName = '*PREFIX*forum_categories';
|
||||
|
||||
if ($platform instanceof \Doctrine\DBAL\Platforms\PostgreSQLPlatform) {
|
||||
$this->db->executeStatement(
|
||||
'ALTER TABLE "' . $tableName . '" ALTER COLUMN "header_id" DROP NOT NULL'
|
||||
);
|
||||
} else {
|
||||
// MySQL / MariaDB / SQLite
|
||||
$this->db->executeStatement(
|
||||
'ALTER TABLE `' . $tableName . '` MODIFY `header_id` INT DEFAULT NULL'
|
||||
);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
// Non-fatal: header_id may already be nullable, or the ALTER may not be
|
||||
// supported in this exact form. Category nesting (parentId) still works
|
||||
// for new categories as long as the column additions succeeded.
|
||||
$this->logger->warning('Version30: Could not make header_id nullable (may already be nullable): ' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
32
package.json
32
package.json
@@ -23,8 +23,8 @@
|
||||
"extends @nextcloud/browserslist-config"
|
||||
],
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.5.3",
|
||||
"@nextcloud/axios": "^2.5.2",
|
||||
"@nextcloud/auth": "^2.6.0",
|
||||
"@nextcloud/axios": "^2.6.0",
|
||||
"@nextcloud/dialogs": "^7.3.0",
|
||||
"@nextcloud/l10n": "^3.4.1",
|
||||
"@nextcloud/router": "^3.1.0",
|
||||
@@ -32,32 +32,32 @@
|
||||
"@nextcloud/vue": "^9.6.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"linkifyjs": "^4.3.2",
|
||||
"vue": "^3.5.32",
|
||||
"vue": "^3.5.33",
|
||||
"vue-material-design-icons": "^5.3.1",
|
||||
"vue-router": "^5.0.4"
|
||||
"vue-router": "^5.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@nextcloud/browserslist-config": "^3.1.2",
|
||||
"@nextcloud/eslint-config": "^8.4.2",
|
||||
"@nextcloud/stylelint-config": "^3.2.1",
|
||||
"@vitejs/plugin-vue": "^6.0.5",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue/test-utils": "^2.4.8",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"eslint": "^10.2.0",
|
||||
"happy-dom": "^20.8.9",
|
||||
"lefthook": "^1.12.5",
|
||||
"prettier": "^3.8.1",
|
||||
"eslint": "^10.2.1",
|
||||
"happy-dom": "^20.9.0",
|
||||
"lefthook": "^2.1.6",
|
||||
"prettier": "^3.8.3",
|
||||
"prettier-plugin-vue": "^1.1.6",
|
||||
"rollup-plugin-visualizer": "^7.0.1",
|
||||
"sass": "^1.99.0",
|
||||
"sass-embedded": "^1.99.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.58.0",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-checker": "^0.12.0",
|
||||
"vitest": "^4.1.2",
|
||||
"vue-tsc": "^3.2.6"
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.59.0",
|
||||
"vite": "^8.0.10",
|
||||
"vite-plugin-checker": "^0.13.0",
|
||||
"vitest": "^4.1.5",
|
||||
"vue-tsc": "^3.2.7"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
2087
pnpm-lock.yaml
generated
2087
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -59,6 +59,7 @@ import NcLoadingIcon from '@nextcloud/vue/components/NcLoadingIcon'
|
||||
import NcTextField from '@nextcloud/vue/components/NcTextField'
|
||||
import NcTextArea from '@nextcloud/vue/components/NcTextArea'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { ocs } from '@/axios'
|
||||
import type { CatHeader } from '@/types'
|
||||
|
||||
@@ -177,9 +178,10 @@ export default defineComponent({
|
||||
|
||||
this.$emit('saved', savedHeader)
|
||||
this.$emit('update:open', false)
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save header', e)
|
||||
// TODO: Show error notification
|
||||
const message = e?.response?.data?.error || e?.response?.data?.message || e?.message || ''
|
||||
showError(t('forum', 'Failed to save header') + (message ? `: ${message}` : ''))
|
||||
} finally {
|
||||
this.submitting = false
|
||||
}
|
||||
|
||||
@@ -160,6 +160,7 @@ import TextBoxIcon from '@icons/TextBox.vue'
|
||||
import ArrowDownIcon from '@icons/ArrowDown.vue'
|
||||
import Pagination from '@/components/Pagination'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { ocs } from '@/axios'
|
||||
import type { Template } from '@/types'
|
||||
|
||||
@@ -354,8 +355,9 @@ export default defineComponent({
|
||||
this.currentView = 'list'
|
||||
this.editingTemplate = null
|
||||
await this.fetchTemplates()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save template:', e)
|
||||
showError(t('forum', 'Failed to save template'))
|
||||
} finally {
|
||||
this.saving = false
|
||||
}
|
||||
@@ -373,8 +375,9 @@ export default defineComponent({
|
||||
if (this.currentPage > this.totalPages) {
|
||||
this.currentPage = this.totalPages
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to delete template:', e)
|
||||
showError(t('forum', 'Failed to delete template'))
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -988,7 +988,7 @@ export default defineComponent({
|
||||
if (replyForm && typeof replyForm.setSubmitting === 'function') {
|
||||
replyForm.setSubmitting(false)
|
||||
}
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to submit reply'))
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -277,6 +277,7 @@ import PageHeader from '@/components/PageHeader'
|
||||
import AppToolbar from '@/components/AppToolbar'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
|
||||
interface BBCode {
|
||||
id: number
|
||||
@@ -471,9 +472,9 @@ export default defineComponent({
|
||||
|
||||
this.editDialog.show = false
|
||||
this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save BBCode', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to save BBCode'))
|
||||
} finally {
|
||||
this.editDialog.submitting = false
|
||||
}
|
||||
@@ -485,9 +486,9 @@ export default defineComponent({
|
||||
enabled: !bbcode.enabled,
|
||||
})
|
||||
this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to toggle BBCode', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to toggle BBCode'))
|
||||
}
|
||||
},
|
||||
|
||||
@@ -503,9 +504,9 @@ export default defineComponent({
|
||||
await ocs.delete(`/bbcodes/${this.deleteDialog.bbcode.id}`)
|
||||
this.deleteDialog.show = false
|
||||
this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to delete BBCode', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to delete BBCode'))
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -239,6 +239,7 @@ import NcTextArea from '@nextcloud/vue/components/NcTextArea'
|
||||
import ArrowLeftIcon from '@icons/ArrowLeft.vue'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { isAdminRole, isModeratorRole, isDefaultRole, isGuestRole } from '@/constants'
|
||||
import { useCategories } from '@/composables/useCategories'
|
||||
import type { Category, CategoryPerm, CatHeader, Role, Team } from '@/types'
|
||||
@@ -796,9 +797,10 @@ export default defineComponent({
|
||||
|
||||
// Navigate back to category list
|
||||
this.$router.push('/admin/categories')
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save category', e)
|
||||
// TODO: Show error notification
|
||||
const message = e?.response?.data?.error || e?.response?.data?.message || e?.message || ''
|
||||
showError(t('forum', 'Failed to save category') + (message ? `: ${message}` : ''))
|
||||
} finally {
|
||||
this.submitting = false
|
||||
}
|
||||
|
||||
@@ -351,6 +351,7 @@ import DeleteIcon from '@icons/Delete.vue'
|
||||
import InformationIcon from '@icons/Information.vue'
|
||||
import { ocs } from '@/axios'
|
||||
import { t, n } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { useCategories } from '@/composables/useCategories'
|
||||
import type { CategoryHeader, Category, CatHeader } from '@/types'
|
||||
|
||||
@@ -559,9 +560,9 @@ export default defineComponent({
|
||||
|
||||
this.deleteDialog.show = false
|
||||
this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to delete category', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to delete category'))
|
||||
}
|
||||
},
|
||||
|
||||
@@ -619,9 +620,9 @@ export default defineComponent({
|
||||
|
||||
this.deleteHeaderDialog.show = false
|
||||
this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to delete header', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to delete header'))
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -80,6 +80,7 @@ import SortCalendarDescendingIcon from '@icons/SortCalendarDescending.vue'
|
||||
import SortCalendarAscendingIcon from '@icons/SortCalendarAscending.vue'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
|
||||
let debounceTimer: ReturnType<typeof setTimeout> | null = null
|
||||
|
||||
@@ -211,8 +212,9 @@ export default defineComponent({
|
||||
this.restoring = id
|
||||
await ocs.post(`/moderation/threads/${id}/restore`)
|
||||
await this.loadData()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to restore thread', e)
|
||||
showError(t('forum', 'Failed to restore thread'))
|
||||
} finally {
|
||||
this.restoring = null
|
||||
}
|
||||
@@ -223,8 +225,9 @@ export default defineComponent({
|
||||
this.restoring = id
|
||||
await ocs.post(`/moderation/replies/${id}/restore`)
|
||||
await this.loadData()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to restore reply', e)
|
||||
showError(t('forum', 'Failed to restore reply'))
|
||||
} finally {
|
||||
this.restoring = null
|
||||
}
|
||||
|
||||
@@ -229,6 +229,7 @@ import CategoryPermissionsTable, {
|
||||
} from '@/components/CategoryPermissionsTable'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { isAdminRole, isGuestRole, isDefaultRole, systemRoleFallbackColors } from '@/constants'
|
||||
import { usePublicSettings } from '@/composables/usePublicSettings'
|
||||
import type { Role, CategoryHeader } from '@/types'
|
||||
@@ -607,9 +608,9 @@ export default defineComponent({
|
||||
|
||||
// Navigate back to role list
|
||||
this.$router.push('/admin/roles')
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save role', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to save role'))
|
||||
} finally {
|
||||
this.submitting = false
|
||||
}
|
||||
|
||||
@@ -186,6 +186,7 @@ import PageHeader from '@/components/PageHeader'
|
||||
import AppToolbar from '@/components/AppToolbar'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import type { Role, Team } from '@/types'
|
||||
|
||||
export default defineComponent({
|
||||
@@ -342,9 +343,9 @@ export default defineComponent({
|
||||
try {
|
||||
await ocs.delete(`/roles/${roleId}`)
|
||||
await this.refresh()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to delete role', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to delete role'))
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -153,6 +153,7 @@ import PageWrapper from '@/components/PageWrapper'
|
||||
import PageHeader from '@/components/PageHeader'
|
||||
import { ocs } from '@/axios'
|
||||
import { t } from '@nextcloud/l10n'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { isGuestRole } from '@/constants'
|
||||
import type { Role } from '@/types'
|
||||
|
||||
@@ -330,9 +331,9 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
this.cancelEdit()
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
console.error('Failed to save roles', e)
|
||||
// TODO: Show error notification
|
||||
showError(t('forum', 'Failed to save roles'))
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
24
vendor-bin/cs-fixer/composer.lock
generated
24
vendor-bin/cs-fixer/composer.lock
generated
@@ -9,16 +9,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "kubawerlos/php-cs-fixer-custom-fixers",
|
||||
"version": "v3.36.1",
|
||||
"version": "v3.37.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git",
|
||||
"reference": "ec9776e80f5ea9bf0d8ec16d662e431bfab19a24"
|
||||
"reference": "c31fb2aa359dcb25fb48cc6f600810ad284343be"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/ec9776e80f5ea9bf0d8ec16d662e431bfab19a24",
|
||||
"reference": "ec9776e80f5ea9bf0d8ec16d662e431bfab19a24",
|
||||
"url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/c31fb2aa359dcb25fb48cc6f600810ad284343be",
|
||||
"reference": "c31fb2aa359dcb25fb48cc6f600810ad284343be",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -49,7 +49,7 @@
|
||||
"description": "A set of custom fixers for PHP CS Fixer",
|
||||
"support": {
|
||||
"issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues",
|
||||
"source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.36.1"
|
||||
"source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.37.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -57,7 +57,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2026-03-07T11:35:13+00:00"
|
||||
"time": "2026-04-16T16:49:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/coding-standard",
|
||||
@@ -106,16 +106,16 @@
|
||||
},
|
||||
{
|
||||
"name": "php-cs-fixer/shim",
|
||||
"version": "v3.94.2",
|
||||
"version": "v3.95.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHP-CS-Fixer/shim.git",
|
||||
"reference": "80fd29f44a736136a2f05bae5464816a444b91d1"
|
||||
"reference": "f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/80fd29f44a736136a2f05bae5464816a444b91d1",
|
||||
"reference": "80fd29f44a736136a2f05bae5464816a444b91d1",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a",
|
||||
"reference": "f81ccf51ca60cc9dd21358ffba0e79ebd2ebb78a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -152,9 +152,9 @@
|
||||
"description": "A tool to automatically fix PHP code style",
|
||||
"support": {
|
||||
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
|
||||
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.94.2"
|
||||
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.95.1"
|
||||
},
|
||||
"time": "2026-02-20T16:14:17+00:00"
|
||||
"time": "2026-04-12T17:00:34+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
||||
8
vendor-bin/openapi-extractor/composer.lock
generated
8
vendor-bin/openapi-extractor/composer.lock
generated
@@ -86,12 +86,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud/openapi-extractor.git",
|
||||
"reference": "bf0034b22e0c6f5b2efdeda53b12a33407fd71d4"
|
||||
"reference": "d298cca41a71fce11a689989e9ae3f6b8b15f868"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/bf0034b22e0c6f5b2efdeda53b12a33407fd71d4",
|
||||
"reference": "bf0034b22e0c6f5b2efdeda53b12a33407fd71d4",
|
||||
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/d298cca41a71fce11a689989e9ae3f6b8b15f868",
|
||||
"reference": "d298cca41a71fce11a689989e9ae3f6b8b15f868",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -142,7 +142,7 @@
|
||||
"source": "https://github.com/nextcloud/openapi-extractor/tree/main",
|
||||
"issues": "https://github.com/nextcloud/openapi-extractor/issues"
|
||||
},
|
||||
"time": "2026-03-29T04:09:29+00:00"
|
||||
"time": "2026-04-26T04:21:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
40
vendor-bin/psalm/composer.lock
generated
40
vendor-bin/psalm/composer.lock
generated
@@ -1430,16 +1430,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.37.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||||
"reference": "141046a8f9477948ff284fa65be2095baafb94f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
|
||||
"reference": "141046a8f9477948ff284fa65be2095baafb94f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1489,7 +1489,7 @@
|
||||
"portable"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1509,20 +1509,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-09T11:45:10+00:00"
|
||||
"time": "2026-04-10T16:19:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-grapheme",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.37.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||||
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
|
||||
"reference": "4864388bfbd3001ce88e234fab652acd91fdc57e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||||
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e",
|
||||
"reference": "4864388bfbd3001ce88e234fab652acd91fdc57e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1571,7 +1571,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1591,11 +1591,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-06-27T09:58:17+00:00"
|
||||
"time": "2026-04-26T13:13:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-intl-normalizer",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.37.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||||
@@ -1656,7 +1656,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1680,16 +1680,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
"version": "v1.33.0",
|
||||
"version": "v1.37.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
||||
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||||
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
||||
"reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1741,7 +1741,7 @@
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
|
||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1761,7 +1761,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-23T08:48:59+00:00"
|
||||
"time": "2026-04-10T17:25:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.38.3
|
||||
1.0.1
|
||||
|
||||
Reference in New Issue
Block a user