diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27283b59..917f1314 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,9 @@ name: Test Pico CMS for Nextcloud on: push: - branches: - - 'master' - - 'cms_pico-1.0' + branches: [ 'master' ] tags: [ 'v*.*.*' ] - pull_request: {} + pull_request: jobs: generate-jobs: diff --git a/.tx/config b/.tx/config index 892dad50..fb322d08 100644 --- a/.tx/config +++ b/.tx/config @@ -1,9 +1,10 @@ [main] -host = https://www.transifex.com -lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja +host = https://www.transifex.com +lang_map = cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg -[nextcloud.cms_pico] +[o:nextcloud:p:nextcloud:r:cms_pico] file_filter = translationfiles//cms_pico.po source_file = translationfiles/templates/cms_pico.pot source_lang = en -type = PO +type = PO + diff --git a/Makefile b/Makefile index 0eb66ced..e16da0b3 100644 --- a/Makefile +++ b/Makefile @@ -134,6 +134,8 @@ build: lazy-check clean-build composer --exclude="/*.phar" \ --exclude=".git" \ ./ "$(build_dir)/$(app_name)/" + cp "./vendor/picocms/pico/plugins/DummyPlugin.php" \ + "$(build_dir)/$(app_name)/appdata/plugins/DummyPlugin.php" tar cfz "$(build_dir)/$(archive)" \ -C "$(build_dir)" "$(app_name)" diff --git a/appdata/plugins/.gitignore b/appdata/plugins/.gitignore index a9f7294d..614615f2 100644 --- a/appdata/plugins/.gitignore +++ b/appdata/plugins/.gitignore @@ -1,2 +1,3 @@ # You should add plugins installed by Composer here /PicoDeprecated +/DummyPlugin.php diff --git a/appinfo/info.xml b/appinfo/info.xml index 62339427..51795b5e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ You want to learn more about Pico CMS for Nextcloud? Easy! Just download and ena ]]> - 1.0.21 + 1.1.0-beta.1 agpl Maxence Lange Daniel Rudolf diff --git a/appinfo/routes.php b/appinfo/routes.php index b4c8546f..c6a7e5ae 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -43,6 +43,14 @@ 'defaults' => [ 'page' => '' ], 'requirements' => [ 'page' => '.*' ] ], + [ + 'name' => 'Pico#getPage', + 'postfix' => 'Post', + 'url' => '/pico/{site}/{page}', + 'verb' => 'POST', + 'defaults' => [ 'page' => '' ], + 'requirements' => [ 'page' => '.*' ] + ], [ 'name' => 'Pico#getAsset', @@ -66,6 +74,14 @@ 'defaults' => [ 'page' => '', 'proxyRequest' => true ], 'requirements' => [ 'page' => '.*' ] ], + [ + 'name' => 'Pico#getPage', + 'postfix' => 'PostProxy', + 'url' => '/pico_proxy/{site}/{page}', + 'verb' => 'POST', + 'defaults' => [ 'page' => '', 'proxyRequest' => true ], + 'requirements' => [ 'page' => '.*' ] + ], [ 'name' => 'Websites#getPersonalWebsites', 'url' => '/personal/websites', 'verb' => 'GET' ], [ 'name' => 'Websites#createPersonalWebsite', 'url' => '/personal/websites', 'verb' => 'POST' ], @@ -87,6 +103,7 @@ [ 'name' => 'Plugins#addCustomPlugin', 'url' => '/admin/plugins', 'verb' => 'POST' ], [ 'name' => 'Plugins#updateCustomPlugin', 'url' => '/admin/plugins/{item}', 'verb' => 'POST' ], [ 'name' => 'Plugins#removeCustomPlugin', 'url' => '/admin/plugins/{item}', 'verb' => 'DELETE' ], + [ 'name' => 'Plugins#copyDummyPlugin', 'url' => '/admin/plugins/DummyPlugin', 'verb' => 'CLONE' ], [ 'name' => 'Settings#setLimitGroups', 'url' => '/admin/limit_groups', 'verb' => 'POST' ], [ 'name' => 'Settings#setLinkMode', 'url' => '/admin/link_mode', 'verb' => 'POST' ], diff --git a/css/fontello.css b/css/fontello.css index 1fcb3da8..6470e24a 100644 --- a/css/fontello.css +++ b/css/fontello.css @@ -28,12 +28,12 @@ @font-face { font-family: 'fontello'; - src: url('../icon/fontello.eot?522142'); - src: url('../icon/fontello.eot?522142#iefix') format('embedded-opentype'), - url('../icon/fontello.woff2?522142') format('woff2'), - url('../icon/fontello.woff?522142') format('woff'), - url('../icon/fontello.ttf?522142') format('truetype'), - url('../icon/fontello.svg?522142#fontello') format('svg'); + src: url('../icon/fontello.eot?60287585'); + src: url('../icon/fontello.eot?60287585#iefix') format('embedded-opentype'), + url('../icon/fontello.woff2?60287585') format('woff2'), + url('../icon/fontello.woff?60287585') format('woff'), + url('../icon/fontello.ttf?60287585') format('truetype'), + url('../icon/fontello.svg?60287585#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -73,17 +73,18 @@ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } -.icon-plus:before { content: '\e800'; } /* '' */ -.icon-lock:before { content: '\e801'; } /* '' */ -.icon-lock-open:before { content: '\e802'; } /* '' */ -.icon-ok:before { content: '\e803'; } /* '' */ -.icon-attention-circled:before { content: '\e804'; } /* '' */ -.icon-info-circled:before { content: '\e805'; } /* '' */ -.icon-cw:before { content: '\e806'; } /* '' */ -.icon-arrows-cw:before { content: '\e807'; } /* '' */ -.icon-globe:before { content: '\e808'; } /* '' */ -.icon-folder:before { content: '\e809'; } /* '' */ +.icon-arrows-cw:before { content: '\e800'; } /* '' */ +.icon-attention-circled:before { content: '\e801'; } /* '' */ +.icon-brush:before { content: '\f1fc'; } /* '' */ +.icon-cw:before { content: '\e802'; } /* '' */ .icon-docs:before { content: '\f0c5'; } /* '' */ .icon-ellipsis:before { content: '\f141'; } /* '' */ +.icon-folder:before { content: '\e803'; } /* '' */ +.icon-globe:before { content: '\e804'; } /* '' */ +.icon-info-circled:before { content: '\e805'; } /* '' */ +.icon-lock:before { content: '\e806'; } /* '' */ +.icon-lock-open:before { content: '\e807'; } /* '' */ +.icon-ok:before { content: '\e808'; } /* '' */ +.icon-pencil:before { content: '\e80a'; } /* '' */ +.icon-plus:before { content: '\e809'; } /* '' */ .icon-trash:before { content: '\f1f8'; } /* '' */ -.icon-brush:before { content: '\f1fc'; } /* '' */ diff --git a/css/pico.css b/css/pico.css index e21db05a..5359b97b 100644 --- a/css/pico.css +++ b/css/pico.css @@ -1 +1 @@ -#content{overflow:visible}#app-content{--margin: 1.875em}@media(min-width: 481px){#app-content article>.lane{display:flex}#app-content article>.lane>header{flex:0 0 auto;width:25%;margin-right:var(--margin)}#app-content article>.lane>header *{text-align:right}#app-content article>.lane>section{flex:1 1 auto}}@media(max-width: 480px){#app-content article>.lane>header{margin-bottom:calc(var(--margin)*.75)}}#app-content article>.lane>header h3{font-size:inherit;font-weight:bold;color:var(--color-main-text);margin:0 0 calc(var(--margin)*.25) 0}#app-content article>.lane>header p{color:var(--color-text-lighter);margin-bottom:0}#app-content article>.lane>section>:last-child,#app-content article>.lane>section>:last-child>:last-child,#app-content article>.lane>section>:last-child>:last-child>:last-child{margin-bottom:0}#app-content article>*:not(h2):not(p){margin-top:calc(var(--margin)*.75);margin-bottom:calc(var(--margin)*1.5)}#app-content .app-content-list{position:static;top:auto;min-width:0;max-width:none;min-height:0;max-height:none;flex-wrap:nowrap;overflow:visible;border:1px solid var(--color-border);border-top:0 none}#app-content .app-content-list .app-content-list-item{height:auto;min-height:64px;white-space:normal;border-top:1px solid var(--color-border)}#app-content .app-content-list .app-content-list-item p{margin-bottom:0;cursor:pointer}#app-content .app-content-list .app-content-list-item .action.icon,#app-content .app-content-list .app-content-list-item .action[class^=icon-],#app-content .app-content-list .app-content-list-item .action[class*=" icon-"],#app-content .app-content-list .app-content-list-item [class^=action-].icon,#app-content .app-content-list .app-content-list-item [class^=action-][class^=icon-],#app-content .app-content-list .app-content-list-item [class^=action-][class*=" icon-"],#app-content .app-content-list .app-content-list-item [class*=" action-"].icon,#app-content .app-content-list .app-content-list-item [class*=" action-"][class^=icon-],#app-content .app-content-list .app-content-list-item [class*=" action-"][class*=" icon-"]{width:auto;height:auto;padding:22px .5em;margin:0}#app-content .app-content-list .app-content-list-add select{width:10em;max-width:100%}#app-content .app-content-list .app-content-list-template-system,#app-content .app-content-list .app-content-list-template-custom{display:none}#app-content .app-content-loading,#app-content .app-content-error{border:1px solid var(--color-border);padding:var(--margin)}#app-content .app-content-error{color:var(--color-error)}#app-content .popovermenu{min-width:17.5em}#app-content .popovermenu li>button,#app-content .popovermenu li>a,#app-content .popovermenu li>.menuitem{width:100% !important;margin:.5em 2em}#app-content .popovermenu li>button select,#app-content .popovermenu li>a select,#app-content .popovermenu li>.menuitem select{margin:1px 0;flex:1 1 auto}#app-content .popovermenu li>button .icon,#app-content .popovermenu li>button [class^=icon-],#app-content .popovermenu li>button [class*=" icon-"],#app-content .popovermenu li>a .icon,#app-content .popovermenu li>a [class^=icon-],#app-content .popovermenu li>a [class*=" icon-"],#app-content .popovermenu li>.menuitem .icon,#app-content .popovermenu li>.menuitem [class^=icon-],#app-content .popovermenu li>.menuitem [class*=" icon-"]{padding:0 1em}#app-content table.table{width:100%;border:1px solid var(--color-border)}#app-content table.table,#app-content table.table tbody,#app-content table.table tr,#app-content table.table td{cursor:pointer}#app-content table.table th,#app-content table.table td{height:68px;padding:calc(var(--margin)*.5) calc(var(--margin)*1);border-bottom:1px solid var(--color-border)}#app-content table.table tbody tr:last-child td{border-bottom:0 none}#app-content table.table th{color:var(--color-text-maxcontrast)}#app-content table.table td p{margin-bottom:0;cursor:pointer}#app-content table.table .name-column{width:100%}#app-content table.table .name-column .name-container{display:flex;align-items:center;width:100%}#app-content table.table .name-column .name-container>*{flex:1 1 auto}#app-content table.table .name-column .name-container>.actions,#app-content table.table .name-column .name-container>.more{flex:0 0 auto}#app-content table.table .path-column>.action{display:block}#app-content table.table .path-column>.action:hover .icon,#app-content table.table .path-column>.action:hover [class^=icon-],#app-content table.table .path-column>.action:hover [class*=" icon-"]{opacity:.7}@media only screen and (min-width: 1200px){#app-content table.table .name-column>.name-container>.actions>.action-files{display:none}}@media only screen and (max-width: 1199px){#app-content table.table .path-column,#app-content table.table .created-column{display:none}}@media only screen and (min-width: 992px){#app-content table.table .name-column>.name-container>.more{display:none}}@media only screen and (max-width: 991px){#app-content table.table .name-column>.name-container>.actions,#app-content table.table .theme-column{display:none}}#app-content table.table .action{width:auto;height:auto;opacity:1}#app-content table.table .more{position:relative}#app-content table.table .more .icon-ellipsis{display:block;cursor:pointer}#app-content table.table .more .popovermenu{top:39px;right:-7px}#app-content table.table .action .icon,#app-content table.table .action [class^=icon-],#app-content table.table .action [class*=" icon-"],#app-content table.table .more .icon-ellipsis{padding:22px .5em;opacity:.3}#app-content table.table .action .icon:hover,#app-content table.table .action .icon:focus,#app-content table.table .action [class^=icon-]:hover,#app-content table.table .action [class^=icon-]:focus,#app-content table.table .action [class*=" icon-"]:hover,#app-content table.table .action [class*=" icon-"]:focus,#app-content table.table .more .icon-ellipsis:hover,#app-content table.table .more .icon-ellipsis:focus{opacity:.7}#app-content .form{display:inline-block;min-width:400px;max-width:50em}#app-content .form fieldset{display:flex;margin:calc(var(--margin)*.5) 0;padding:0 calc(var(--margin)*1)}#app-content .form fieldset:not(:last-child){border-bottom:1px solid var(--color-border)}#app-content .form fieldset .label{flex:0 0 auto;width:25%;text-align:right}#app-content .form fieldset .label label{display:block;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#app-content .form fieldset .label+.content{padding-left:calc(var(--margin)*1)}#app-content .form fieldset .content{flex:1 1 auto;width:75%;overflow:hidden;text-align:center}#app-content .form fieldset .content .input{overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}#app-content .form fieldset .content a.input,#app-content .form fieldset .content span.input{padding-top:calc((40px - 1.6em)/2);text-align:left}#app-content .form fieldset .content .input-error.message{display:none}#app-content .form fieldset .content>*{margin-bottom:calc(var(--margin)*.5)}#app-content .form fieldset.form-error .label label{color:var(--color-error)}#app-content .form fieldset.form-error .content .input,#app-content .form fieldset.form-error .content .form-submit{border-color:var(--color-error);color:var(--color-error)}#app-content .form fieldset.form-error .content .input-error.message{display:flex;color:var(--color-error)}#app-content .form fieldset .form-submit-loading{display:none}@media only screen and (max-width: 1024px){#app-content .form{display:block;min-width:300px;max-width:none}#app-content .form fieldset .content .input{max-width:none}}#app-content .input{display:block;width:100%;max-width:37.5em}#app-content p{margin-bottom:calc(var(--margin)*.5);text-align:justify}#app-content p.followup{margin-top:calc(var(--margin)*-0.5)}#app-content p.indent{margin-left:2em}#app-content p a[href]{color:var(--color-text-light);border-bottom:1px dotted var(--color-text-lighter)}#app-content p a[href]:hover{color:var(--color-main-text);border-bottom-color:rgba(0,0,0,0)}#app-content .note,#app-content .note a{color:var(--color-text-lighter)}#app-content .code{display:block;border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background-color:var(--color-background-dark);padding:calc(var(--margin)*.25) calc(var(--margin)*.5);overflow-x:auto;max-width:100%;text-align:left}#app-content code{font-size:.9167em}#app-content code.inline{border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background-color:var(--color-background-dark);padding:calc(var(--margin)*.1) calc(var(--margin)*.2)}#app-content .message{display:flex;min-height:24px}#app-content .message>.icon,#app-content .message>[class^=icon-],#app-content .message>[class*=" icon-"]{flex:0 0 auto;margin:0 calc(var(--margin)*.25) 0 0;padding:0}#app-content .message:not(.large)>.icon-loading::after{width:16px;height:16px;margin:-10px 0 0 -10px}#app-content .message>div:not(.icon):not([class^=icon-]):not([class*=" icon-"]){flex:1 1 auto;align-self:center}#app-content .message>div:not(.icon):not([class^=icon-]):not([class*=" icon-"])>*:last-child{margin-bottom:0}#app-content .message>.action,#app-content .message>[class^=action-],#app-content .message>[class*=" action-"]{align-self:self-start;margin:-7px;padding:22px;opacity:.3;cursor:pointer}#app-content .message>.action:hover,#app-content .message>.action:focus,#app-content .message>[class^=action-]:hover,#app-content .message>[class^=action-]:focus,#app-content .message>[class*=" action-"]:hover,#app-content .message>[class*=" action-"]:focus{opacity:.7}#app-content .message.large{min-height:48px}#app-content .message.large>.icon{font-size:2em;align-self:center;margin-right:calc(var(--margin)*.5)}#app-content .message.error{border:2px solid var(--color-error);border-radius:var(--border-radius);padding:calc(var(--margin)*.5) var(--margin)}#app-content .message.error a[href]{color:var(--color-text-light) !important;font-weight:normal !important}#app-content .message.error a[href]:hover{color:var(--color-main-text) !important}#app-content .message.select2-loading{height:40px;margin:3px 3px 3px 0;padding-left:8px;border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background:var(--color-main-background);color:var(--color-text-lighter);overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}#app-content button.icon-loading{min-height:34px;padding-left:40px}#app-content button.icon-loading::after{left:0;width:16px;height:16px;margin:-11px 0 0 11px}#app-content .select2-align{line-height:46px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#app-content .select2-container~.select2-loading{display:none}/*# sourceMappingURL=pico.css.map */ +#content{overflow:visible}#app-content{--margin: 1.875em}@media(min-width: 481px){#app-content article>.lane{display:flex}#app-content article>.lane>header{flex:0 0 auto;width:25%;margin-right:var(--margin)}#app-content article>.lane>header *{text-align:right}#app-content article>.lane>section{flex:1 1 auto}}@media(max-width: 480px){#app-content article>.lane>header{margin-bottom:calc(var(--margin)*.75)}}#app-content article>.lane>header h3{font-size:inherit;font-weight:bold;color:var(--color-main-text);margin:0 0 calc(var(--margin)*.25) 0}#app-content article>.lane>header p{color:var(--color-text-lighter);margin-bottom:0}#app-content article>.lane>section>:last-child,#app-content article>.lane>section>:last-child>:last-child,#app-content article>.lane>section>:last-child>:last-child>:last-child{margin-bottom:0}#app-content article>*:not(h2):not(p){margin-top:calc(var(--margin)*.75);margin-bottom:calc(var(--margin)*1.5)}#app-content .app-content-list{position:static;top:auto;min-width:0;max-width:none;min-height:0;max-height:none;flex-wrap:nowrap;overflow:visible;border:1px solid var(--color-border);border-top:0 none}#app-content .app-content-list .app-content-list-item{height:auto;min-height:64px;white-space:normal;border-top:1px solid var(--color-border)}#app-content .app-content-list .app-content-list-item p{margin-bottom:0;cursor:pointer}#app-content .app-content-list .app-content-list-item .action.icon,#app-content .app-content-list .app-content-list-item .action[class^=icon-],#app-content .app-content-list .app-content-list-item .action[class*=" icon-"],#app-content .app-content-list .app-content-list-item [class^=action-].icon,#app-content .app-content-list .app-content-list-item [class^=action-][class^=icon-],#app-content .app-content-list .app-content-list-item [class^=action-][class*=" icon-"],#app-content .app-content-list .app-content-list-item [class*=" action-"].icon,#app-content .app-content-list .app-content-list-item [class*=" action-"][class^=icon-],#app-content .app-content-list .app-content-list-item [class*=" action-"][class*=" icon-"]{width:auto;height:auto;padding:22px .5em;margin:0}#app-content .app-content-list .app-content-list-add select{width:10em;max-width:100%}#app-content .app-content-list .app-content-list-template-system,#app-content .app-content-list .app-content-list-template-custom{display:none}#app-content .app-content-loading,#app-content .app-content-error{border:1px solid var(--color-border);padding:var(--margin)}#app-content .app-content-error{color:var(--color-error)}#app-content .popovermenu{min-width:17.5em}#app-content .popovermenu li>button,#app-content .popovermenu li>a,#app-content .popovermenu li>.menuitem{width:100% !important;margin:.5em 2em}#app-content .popovermenu li>button select,#app-content .popovermenu li>a select,#app-content .popovermenu li>.menuitem select{margin:1px 0;flex:1 1 auto}#app-content .popovermenu li>button .icon,#app-content .popovermenu li>button [class^=icon-],#app-content .popovermenu li>button [class*=" icon-"],#app-content .popovermenu li>a .icon,#app-content .popovermenu li>a [class^=icon-],#app-content .popovermenu li>a [class*=" icon-"],#app-content .popovermenu li>.menuitem .icon,#app-content .popovermenu li>.menuitem [class^=icon-],#app-content .popovermenu li>.menuitem [class*=" icon-"]{padding:0 1em}#app-content .dialog-hint{margin-top:-2px;margin-bottom:calc(var(--margin));opacity:.7}#app-content table.table{width:100%;border:1px solid var(--color-border)}#app-content table.table,#app-content table.table tbody,#app-content table.table tr,#app-content table.table td{cursor:pointer}#app-content table.table th,#app-content table.table td{height:68px;padding:calc(var(--margin)*.5) calc(var(--margin)*1);border-bottom:1px solid var(--color-border)}#app-content table.table tbody tr:last-child td{border-bottom:0 none}#app-content table.table th{color:var(--color-text-maxcontrast)}#app-content table.table td p{margin-bottom:0;cursor:pointer}#app-content table.table .name-column{width:100%}#app-content table.table .name-column .name-container{display:flex;align-items:center;width:100%}#app-content table.table .name-column .name-container>*{flex:1 1 auto}#app-content table.table .name-column .name-container>.name-edit{display:none}#app-content table.table .name-column .name-container>.actions,#app-content table.table .name-column .name-container>.more{flex:0 0 auto}#app-content table.table .path-column>.action{display:block}#app-content table.table .path-column>.action:hover .icon,#app-content table.table .path-column>.action:hover [class^=icon-],#app-content table.table .path-column>.action:hover [class*=" icon-"]{opacity:.7}@media only screen and (min-width: 1200px){#app-content table.table .name-column>.name-container>.actions>.action-files{display:none}}@media only screen and (max-width: 1199px){#app-content table.table .path-column,#app-content table.table .created-column{display:none}}@media only screen and (min-width: 992px){#app-content table.table .name-column>.name-container>.more{display:none}}@media only screen and (max-width: 991px){#app-content table.table .name-column>.name-container>.actions,#app-content table.table .theme-column{display:none}}#app-content table.table .action{width:auto;height:auto;opacity:1}#app-content table.table .more{position:relative}#app-content table.table .more .icon-ellipsis{display:block;cursor:pointer}#app-content table.table .more .popovermenu{top:39px;right:-7px}#app-content table.table .action .icon,#app-content table.table .action [class^=icon-],#app-content table.table .action [class*=" icon-"],#app-content table.table .more .icon-ellipsis{padding:22px .5em;opacity:.3}#app-content table.table .action .icon:hover,#app-content table.table .action .icon:focus,#app-content table.table .action [class^=icon-]:hover,#app-content table.table .action [class^=icon-]:focus,#app-content table.table .action [class*=" icon-"]:hover,#app-content table.table .action [class*=" icon-"]:focus,#app-content table.table .more .icon-ellipsis:hover,#app-content table.table .more .icon-ellipsis:focus{opacity:.7}#app-content .form{display:inline-block;min-width:400px;max-width:50em}#app-content .form fieldset{display:flex;margin:calc(var(--margin)*.5) 0;padding:0 calc(var(--margin)*1)}#app-content .form fieldset:not(:last-child){border-bottom:1px solid var(--color-border)}#app-content .form fieldset .label{flex:0 0 auto;width:25%;text-align:right}#app-content .form fieldset .label label{display:block;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#app-content .form fieldset .label+.content{padding-left:calc(var(--margin)*1)}#app-content .form fieldset .content{flex:1 1 auto;width:75%;overflow:hidden;text-align:center}#app-content .form fieldset .content .input{overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}#app-content .form fieldset .content a.input,#app-content .form fieldset .content span.input{padding-top:calc((40px - 1.6em)/2);text-align:left}#app-content .form fieldset .content .input-error.message{display:none}#app-content .form fieldset .content>*{margin-bottom:calc(var(--margin)*.5)}#app-content .form fieldset.form-error .label label{color:var(--color-error)}#app-content .form fieldset.form-error .content .input,#app-content .form fieldset.form-error .content .form-submit{border-color:var(--color-error);color:var(--color-error)}#app-content .form fieldset.form-error .content .input-error.message{display:flex;color:var(--color-error)}#app-content .form fieldset .form-submit-loading{display:none}@media only screen and (max-width: 1024px){#app-content .form{display:block;min-width:300px;max-width:none}#app-content .form fieldset .content .input{max-width:none}}#app-content .input{display:block;width:100%;max-width:37.5em}#app-content .has-input-icon{display:inline-block;padding-right:32px}#app-content .input-icon{margin:4px 4px 4px -36px;padding:16px;cursor:pointer}#app-content p{margin-bottom:calc(var(--margin)*.5);text-align:justify}#app-content p.followup{margin-top:calc(var(--margin)*-0.5)}#app-content p.indent{margin-left:2em}#app-content p a[href]{color:var(--color-text-light);border-bottom:1px dotted var(--color-text-lighter)}#app-content p a[href]:hover{color:var(--color-main-text);border-bottom-color:rgba(0,0,0,0)}#app-content .note,#app-content .note a{color:var(--color-text-lighter)}#app-content .code{display:block;border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background-color:var(--color-background-dark);padding:calc(var(--margin)*.25) calc(var(--margin)*.5);overflow-x:auto;max-width:100%;text-align:left}#app-content code{font-size:.9167em}#app-content code.inline{border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background-color:var(--color-background-dark);padding:calc(var(--margin)*.1) calc(var(--margin)*.2)}#app-content .message{display:flex;min-height:24px}#app-content .message>.icon,#app-content .message>[class^=icon-],#app-content .message>[class*=" icon-"]{flex:0 0 auto;margin:0 calc(var(--margin)*.25) 0 0;padding:0}#app-content .message:not(.large)>.icon-loading::after{width:16px;height:16px;margin:-10px 0 0 -10px}#app-content .message>div:not(.icon):not([class^=icon-]):not([class*=" icon-"]){flex:1 1 auto;align-self:center}#app-content .message>div:not(.icon):not([class^=icon-]):not([class*=" icon-"])>*:last-child{margin-bottom:0}#app-content .message>.action,#app-content .message>[class^=action-],#app-content .message>[class*=" action-"]{align-self:self-start;margin:-7px;padding:22px;opacity:.3;cursor:pointer}#app-content .message>.action:hover,#app-content .message>.action:focus,#app-content .message>[class^=action-]:hover,#app-content .message>[class^=action-]:focus,#app-content .message>[class*=" action-"]:hover,#app-content .message>[class*=" action-"]:focus{opacity:.7}#app-content .message.large{min-height:48px}#app-content .message.large>.icon{font-size:2em;align-self:center;margin-right:calc(var(--margin)*.5)}#app-content .message.error{border:2px solid var(--color-error);border-radius:var(--border-radius);padding:calc(var(--margin)*.5) var(--margin)}#app-content .message.error a[href]{color:var(--color-text-light) !important;font-weight:normal !important}#app-content .message.error a[href]:hover{color:var(--color-main-text) !important}#app-content .message.select2-loading{height:40px;margin:3px 3px 3px 0;padding-left:8px;border:1px solid var(--color-border-dark);border-radius:var(--border-radius);background:var(--color-main-background);color:var(--color-text-lighter);overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}#app-content button.icon-loading{min-height:34px;padding-left:40px}#app-content button.icon-loading::after{left:0;width:16px;height:16px;margin:-11px 0 0 11px}#app-content .select2-align{line-height:46px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#app-content .select2-container~.select2-loading{display:none}/*# sourceMappingURL=pico.css.map */ diff --git a/css/pico.css.map b/css/pico.css.map index eb3fa39e..2277116a 100644 --- a/css/pico.css.map +++ b/css/pico.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["pico.scss"],"names":[],"mappings":"AAqBA,SACC,iBAGD,aACC,kBAIE,yBADD,2BAEE,aAEA,kCACC,cACA,UACA,2BAEA,oCACC,iBAIF,mCACC,eAIF,yBACC,kCACC,uCAKD,qCACC,kBACA,iBACA,6BACA,qCAGD,oCACC,gCACA,gBAKD,iLAGC,gBAKH,sCACC,mCACA,sCAIF,+BACC,gBACA,SACA,YACA,eACA,aACA,gBACA,iBACA,iBACA,qCACA,kBAEA,sDACC,YACA,gBACA,mBACA,yCAEA,wDACC,gBACA,eAMA,ytBAGC,WACA,YACA,kBACA,SAMF,4DACC,WACA,eAIF,kIAEC,aAIF,kEAEC,qCACA,sBAGD,gCACC,yBAGD,0BACC,iBAGC,0GAGC,sBACA,gBAEA,+HACC,aACA,cAGD,mbAGC,cAMJ,yBACC,WACA,qCAEA,gHACC,eAGD,wDAEC,YACA,qDACA,4CAGD,gDACC,qBAGD,4BACC,oCAIA,8BACC,gBACA,eAIF,sCACC,WAEA,sDACC,aACA,mBACA,WAEA,wDACC,cAGD,2HAEC,cAMF,8CACC,cAGC,mMAGC,WAMJ,2CACC,6EACC,cAIF,2CACC,+EAEC,cAIF,0CACC,4DACC,cAIF,0CACC,sGAEC,cAIF,iCACC,WACA,YACA,UAGD,+BACC,kBAEA,8CACC,cACA,eAGD,4CACC,SACA,WAIF,wLAIC,kBACA,WAEA,gaAEC,WAKH,mBACC,qBACA,gBACA,eAEA,4BACC,aACA,gCACA,gCAEA,6CACC,4CAGD,mCACC,cACA,UACA,iBAEA,yCACC,cACA,iBACA,mBACA,gBACA,uBAGD,4CACC,mCAIF,qCACC,cACA,UACA,gBACA,kBAEA,4CACC,gBACA,uBACA,qBAGD,6FAEC,mCACA,gBAGD,0DACC,aAGD,uCACC,qCAMA,oDACC,yBAKD,oHAEC,gCACA,yBAGD,qEACC,aACA,yBAKH,iDACC,aAIF,2CArFD,mBAsFE,cACA,gBACA,eAEA,4CACC,gBAKH,oBACC,cACA,WACA,iBAGD,eACC,qCACA,mBAEA,wBACC,oCAGD,sBACC,gBAGD,uBACC,8BACA,mDAEA,6BACC,6BACA,kCAKH,wCAEC,gCAGD,mBACC,cACA,0CACA,mCACA,8CACA,uDACA,gBACA,eACA,gBAGD,kBACC,kBAEA,yBACC,0CACA,mCACA,8CACA,sDAIF,sBACC,aACA,gBAEA,yGAGC,cACA,qCACA,UAGD,uDACC,WACA,YACA,uBAGD,gFACC,cACA,kBAEA,6FACC,gBAIF,+GAGC,sBACA,YACA,aACA,WACA,eAEA,kQAEC,WAIF,4BACC,gBAEA,kCACC,cACA,kBACA,oCAIF,4BACC,oCACA,mCACA,6CAEA,oCACC,yCACA,8BAEA,0CACC,wCAKH,sCACC,YACA,qBACA,iBAEA,0CACA,mCAEA,wCACA,gCAEA,gBACA,uBACA,qBAIF,iCACC,gBACA,kBAEA,wCACC,OACA,WACA,YACA,sBAIF,4BACC,iBACA,mBACA,gBACA,uBAGD,iDACC","file":"pico.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["pico.scss"],"names":[],"mappings":"AAqBA,SACC,iBAGD,aACC,kBAIE,yBADD,2BAEE,aAEA,kCACC,cACA,UACA,2BAEA,oCACC,iBAIF,mCACC,eAIF,yBACC,kCACC,uCAKD,qCACC,kBACA,iBACA,6BACA,qCAGD,oCACC,gCACA,gBAKD,iLAGC,gBAKH,sCACC,mCACA,sCAIF,+BACC,gBACA,SACA,YACA,eACA,aACA,gBACA,iBACA,iBACA,qCACA,kBAEA,sDACC,YACA,gBACA,mBACA,yCAEA,wDACC,gBACA,eAMA,ytBAGC,WACA,YACA,kBACA,SAMF,4DACC,WACA,eAIF,kIAEC,aAIF,kEAEC,qCACA,sBAGD,gCACC,yBAGD,0BACC,iBAGC,0GAGC,sBACA,gBAEA,+HACC,aACA,cAGD,mbAGC,cAMJ,0BACC,gBACA,kCACA,WAGD,yBACC,WACA,qCAEA,gHACC,eAGD,wDAEC,YACA,qDACA,4CAGD,gDACC,qBAGD,4BACC,oCAIA,8BACC,gBACA,eAIF,sCACC,WAEA,sDACC,aACA,mBACA,WAEA,wDACC,cAGD,iEACC,aAGD,2HAEC,cAMF,8CACC,cAGC,mMAGC,WAMJ,2CACC,6EACC,cAIF,2CACC,+EAEC,cAIF,0CACC,4DACC,cAIF,0CACC,sGAEC,cAIF,iCACC,WACA,YACA,UAGD,+BACC,kBAEA,8CACC,cACA,eAGD,4CACC,SACA,WAIF,wLAIC,kBACA,WAEA,gaAEC,WAKH,mBACC,qBACA,gBACA,eAEA,4BACC,aACA,gCACA,gCAEA,6CACC,4CAGD,mCACC,cACA,UACA,iBAEA,yCACC,cACA,iBACA,mBACA,gBACA,uBAGD,4CACC,mCAIF,qCACC,cACA,UACA,gBACA,kBAEA,4CACC,gBACA,uBACA,qBAGD,6FAEC,mCACA,gBAGD,0DACC,aAGD,uCACC,qCAMA,oDACC,yBAKD,oHAEC,gCACA,yBAGD,qEACC,aACA,yBAKH,iDACC,aAIF,2CArFD,mBAsFE,cACA,gBACA,eAEA,4CACC,gBAKH,oBACC,cACA,WACA,iBAGD,6BACC,qBACA,mBAGD,yBACC,yBACA,aACA,eAGD,eACC,qCACA,mBAEA,wBACC,oCAGD,sBACC,gBAGD,uBACC,8BACA,mDAEA,6BACC,6BACA,kCAKH,wCAEC,gCAGD,mBACC,cACA,0CACA,mCACA,8CACA,uDACA,gBACA,eACA,gBAGD,kBACC,kBAEA,yBACC,0CACA,mCACA,8CACA,sDAIF,sBACC,aACA,gBAEA,yGAGC,cACA,qCACA,UAGD,uDACC,WACA,YACA,uBAGD,gFACC,cACA,kBAEA,6FACC,gBAIF,+GAGC,sBACA,YACA,aACA,WACA,eAEA,kQAEC,WAIF,4BACC,gBAEA,kCACC,cACA,kBACA,oCAIF,4BACC,oCACA,mCACA,6CAEA,oCACC,yCACA,8BAEA,0CACC,wCAKH,sCACC,YACA,qBACA,iBAEA,0CACA,mCAEA,wCACA,gCAEA,gBACA,uBACA,qBAIF,iCACC,gBACA,kBAEA,wCACC,OACA,WACA,YACA,sBAIF,4BACC,iBACA,mBACA,gBACA,uBAGD,iDACC","file":"pico.css"} \ No newline at end of file diff --git a/css/pico.scss b/css/pico.scss index 94eb9df0..9e549908 100644 --- a/css/pico.scss +++ b/css/pico.scss @@ -165,6 +165,12 @@ } } + .dialog-hint { + margin-top: -2px; + margin-bottom: calc(var(--margin)); + opacity: 0.7; + } + table.table { width: 100%; border: 1px solid var(--color-border); @@ -207,6 +213,10 @@ flex: 1 1 auto; } + > .name-edit { + display: none; + } + > .actions, > .more { flex: 0 0 auto; @@ -390,6 +400,17 @@ max-width: 37.5em; } + .has-input-icon { + display: inline-block; + padding-right: 32px; + } + + .input-icon { + margin: 4px 4px 4px -36px; + padding: 16px; + cursor: pointer; + } + p { margin-bottom: calc(var(--margin) * 0.5); text-align: justify; diff --git a/icon/COPYRIGHT.txt b/icon/COPYRIGHT.txt index dda66a1b..20db5aac 100644 --- a/icon/COPYRIGHT.txt +++ b/icon/COPYRIGHT.txt @@ -6,7 +6,7 @@ Icon fonts generator Author: Vitaly Puzrin License: The MIT License - Homepage: http://fontello.com/font + Homepage: http://fontello.com/ @@ -20,5 +20,6 @@ Font license info License: SIL OFL 1.1 Homepage: http://fortawesome.github.com/Font-Awesome/ - Icons: arrows-cw, attention-circled, brush, cw, docs, ellipsis, folder, globe, info-circled, lock, lock-open, - ok, plus, trash + Icons: arrows-cw, attention-circled, brush, cw, docs, ellipsis, + folder, globe, info-circled, lock, lock-open, ok, pencil, plus, + trash diff --git a/icon/config.json b/icon/config.json new file mode 100644 index 00000000..a43bf3a6 --- /dev/null +++ b/icon/config.json @@ -0,0 +1,100 @@ +{ + "name": "Pico CMS for Nextcloud", + "css_prefix_text": "icon-", + "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, + "glyphs": [ + { + "uid": "a73c5deb486c8d66249811642e5d719a", + "css": "arrows-cw", + "code": 59392, + "src": "fontawesome" + }, + { + "uid": "b035c28eba2b35c6ffe92aee8b0df507", + "css": "attention-circled", + "code": 59393, + "src": "fontawesome" + }, + { + "uid": "fa9a0b7e788c2d78e24cef1de6b70e80", + "css": "brush", + "code": 61948, + "src": "fontawesome" + }, + { + "uid": "bc71f4c6e53394d5ba46b063040014f1", + "css": "cw", + "code": 59394, + "src": "fontawesome" + }, + { + "uid": "c8585e1e5b0467f28b70bce765d5840c", + "css": "docs", + "code": 61637, + "src": "fontawesome" + }, + { + "uid": "107ce08c7231097c7447d8f4d059b55f", + "css": "ellipsis", + "code": 61761, + "src": "fontawesome" + }, + { + "uid": "f8aa663c489bcbd6e68ec8147dca841e", + "css": "folder", + "code": 59395, + "src": "fontawesome" + }, + { + "uid": "197375a3cea8cb90b02d06e4ddf1433d", + "css": "globe", + "code": 59396, + "src": "fontawesome" + }, + { + "uid": "e82cedfa1d5f15b00c5a81c9bd731ea2", + "css": "info-circled", + "code": 59397, + "src": "fontawesome" + }, + { + "uid": "c1f1975c885aa9f3dad7810c53b82074", + "css": "lock", + "code": 59398, + "src": "fontawesome" + }, + { + "uid": "657ab647f6248a6b57a5b893beaf35a9", + "css": "lock-open", + "code": 59399, + "src": "fontawesome" + }, + { + "uid": "12f4ece88e46abd864e40b35e05b11cd", + "css": "ok", + "code": 59400, + "src": "fontawesome" + }, + { + "uid": "d35a1d35efeb784d1dc9ac18b9b6c2b6", + "css": "pencil", + "code": 59402, + "src": "fontawesome" + }, + { + "uid": "44e04715aecbca7f266a17d5a7863c68", + "css": "plus", + "code": 59401, + "src": "fontawesome" + }, + { + "uid": "bbfb51903f40597f0b70fd75bc7b5cac", + "css": "trash", + "code": 61944, + "src": "fontawesome" + } + ] +} diff --git a/icon/fontello.eot b/icon/fontello.eot index f52899cf..063a106b 100644 Binary files a/icon/fontello.eot and b/icon/fontello.eot differ diff --git a/icon/fontello.svg b/icon/fontello.svg index d2055609..b70cd64b 100644 --- a/icon/fontello.svg +++ b/icon/fontello.svg @@ -1,30 +1,32 @@ -Copyright (C) 2022 by original authors @ fontello.com +Copyright (C) 2023 by original authors @ fontello.com - + - + - + - + - + - + - + - + - + + + diff --git a/icon/fontello.ttf b/icon/fontello.ttf index fe441878..9c47f7a8 100644 Binary files a/icon/fontello.ttf and b/icon/fontello.ttf differ diff --git a/icon/fontello.woff b/icon/fontello.woff index 470fa1ca..9c2dfa5e 100644 Binary files a/icon/fontello.woff and b/icon/fontello.woff differ diff --git a/icon/fontello.woff2 b/icon/fontello.woff2 index 996a25ed..fe3b9ab0 100644 Binary files a/icon/fontello.woff2 and b/icon/fontello.woff2 differ diff --git a/js/admin.js b/js/admin.js index 456c8791..bf624bf8 100644 --- a/js/admin.js +++ b/js/admin.js @@ -50,6 +50,9 @@ * @lends OCA.CMSPico.AdminList.prototype */ OCA.CMSPico.AdminList.prototype = $.extend({}, OCA.CMSPico.List.prototype, { + /** @member {Object[]|string[]} */ + staticItems: [], + /** @member {Object[]|string[]} */ systemItems: [], @@ -59,6 +62,9 @@ /** @member {Object[]|string[]} */ newItems: [], + /** @member {jQuery} */ + $staticTemplate: $(), + /** @member {jQuery} */ $systemTemplate: $(), @@ -78,6 +84,7 @@ * @param {Object} [options] * @param {string} [options.route] * @param {jQuery|string} [options.template] + * @param {jQuery|string} [options.staticTemplate] * @param {jQuery|string} [options.systemTemplate] * @param {jQuery|string} [options.customTemplate] * @param {jQuery|string} [options.newTemplate] @@ -89,12 +96,14 @@ OCA.CMSPico.List.prototype.initialize.apply(this, arguments); options = $.extend({ + staticTemplate: $element.data('staticTemplate'), systemTemplate: $element.data('systemTemplate'), customTemplate: $element.data('customTemplate'), newTemplate: $element.data('newTemplate'), copyTemplate: $element.data('copyTemplate') }, options); + this.$staticTemplate = $(options.staticTemplate); this.$systemTemplate = $(options.systemTemplate); this.$customTemplate = $(options.customTemplate); this.$newTemplate = $(options.newTemplate); @@ -107,6 +116,42 @@ if (!this.$customTemplate.length) { throw signature + ': No valid custom item template given'; } + + this._initStaticItems(); + }, + + /** + * @protected + */ + _initStaticItems: function () { + var $content = this.$staticTemplate.octemplate() || $(), + filter = this.$staticTemplate.data('filter') || '*', + that = this; + + this.staticItems = []; + $content.filter(filter).each(function () { + var $itemTemplate = $(this), + itemData = {}; + + if (that.$staticTemplate.data('replaces')) { + $itemTemplate.data('replaces', that.$staticTemplate.data('replaces')); + } + if (that.$staticTemplate.data('appendTo')) { + $itemTemplate.data('appendTo', that.$staticTemplate.data('appendTo')); + } + + $.each($itemTemplate.data(), function (key, value) { + if (key.slice(0, 4) === 'item') { + key = key[4].toLowerCase() + key.slice(5); + itemData[key] = value; + } + }); + + that.staticItems.push({ + '$itemTemplate': $itemTemplate, + 'itemData': itemData + }); + }); }, /** @@ -126,19 +171,24 @@ this._content(this.$template); - $.each(data.systemItems, function (_, value) { + $.each(this.staticItems, function (_, data) { + var $item = that._content(data.$itemTemplate, data.itemData); + that._setupItem($item, data.itemData); + }); + + $.each(this.systemItems, function (_, value) { var itemData = (typeof value === 'object') ? value : { name: value }, $item = that._content(that.$systemTemplate, itemData); that._setupItem($item, itemData); }); - $.each(data.customItems, function (_, value) { + $.each(this.customItems, function (_, value) { var itemData = (typeof value === 'object') ? value : { name: value }, $item = that._content(that.$customTemplate, itemData); that._setupItem($item, itemData); }); - $.each(data.newItems, function (_, value) { + $.each(this.newItems, function (_, value) { var itemData = (typeof value === 'object') ? value : { name: value }, $item = that._content(that.$newTemplate, itemData); that._setupItem($item, itemData); @@ -157,7 +207,6 @@ if ($newItem.val()) { $newItemButton.on('click.CMSPicoAdminList', function (event) { - event.preventDefault(); that._api('POST', '', { item: $newItem.val() }); }); } else { @@ -165,7 +214,6 @@ } this.$element.find('.action-reload').on('click.CMSPicoAdminList', function (event) { - event.preventDefault(); that.reload(); }); }, @@ -209,7 +257,6 @@ }); $item.find('.action-sync').on('click.CMSPicoAdminList', function (event) { - event.preventDefault(); that._api('POST', itemData.name); }); @@ -238,13 +285,11 @@ }); $this.on('click.CMSPicoAdminList', function (event) { - event.preventDefault(); dialog.open(); }); }); $item.find('.action-delete').on('click.CMSPicoAdminList', function (event) { - event.preventDefault(); that._api('DELETE', itemData.name); }); } diff --git a/js/personal.js b/js/personal.js index c93d2cf3..67b47c95 100644 --- a/js/personal.js +++ b/js/personal.js @@ -42,6 +42,7 @@ * @param {string} [options.route] * @param {jQuery|string} [options.template] * @param {jQuery|string} [options.itemTemplate] + * @param {jQuery|string} [options.privateSettingsTemplate] * @param {jQuery|string} [options.loadingTemplate] * @param {jQuery|string} [options.errorTemplate] * @param {string} [options.websiteBaseUrl] @@ -60,6 +61,9 @@ /** @member {jQuery} */ $itemTemplate: $(), + /** @member {jQuery} */ + $privateSettingsTemplate: $(), + /** @member {string} */ websiteBaseUrl: '', @@ -71,6 +75,7 @@ * @param {string} [options.route] * @param {jQuery|string} [options.template] * @param {jQuery|string} [options.itemTemplate] + * @param {jQuery|string} [options.privateSettingsTemplate] * @param {jQuery|string} [options.loadingTemplate] * @param {jQuery|string} [options.errorTemplate] * @param {string} [options.websiteBaseUrl] @@ -80,16 +85,21 @@ options = $.extend({ itemTemplate: $element.data('itemTemplate'), + privateSettingsTemplate: $element.data('privateSettingsTemplate'), websiteBaseUrl: $element.data('websiteBaseUrl') }, options); this.$itemTemplate = $(options.itemTemplate); - this.websiteBaseUrl = options.websiteBaseUrl + ((options.websiteBaseUrl.substr(-1) !== '/') ? '/' : ''); + this.$privateSettingsTemplate = $(options.privateSettingsTemplate); + this.websiteBaseUrl = options.websiteBaseUrl + ((options.websiteBaseUrl.slice(-1) !== '/') ? '/' : ''); var signature = 'OCA.CMSPico.WebsiteList.initialize()'; if (!this.$itemTemplate.length) { throw signature + ': No valid item template given'; } + if (!this.$privateSettingsTemplate.length) { + throw signature + ': No valid private settings template given'; + } if (this.websiteBaseUrl === '/') { throw signature + ': No valid website base URL given'; } @@ -134,6 +144,7 @@ * @param {Object} data.websites[].options * @param {string} data.websites[].path * @param {int} data.websites[].creation + * @param {string} data.websites[].timezone */ update: function (data) { this.websites = data.websites; @@ -168,17 +179,19 @@ /** * @protected * - * @param {jQuery} $website - * @param {Object} websiteData - * @param {int} websiteData.id - * @param {string} websiteData.user_id - * @param {string} websiteData.name - * @param {string} websiteData.site - * @param {string} websiteData.theme - * @param {int} websiteData.type - * @param {Object} websiteData.options - * @param {string} websiteData.path - * @param {int} websiteData.creation + * @param {jQuery} $website + * @param {Object} websiteData + * @param {int} websiteData.id + * @param {string} websiteData.user_id + * @param {string} websiteData.name + * @param {string} websiteData.site + * @param {string} websiteData.theme + * @param {int} websiteData.type + * @param {Object} websiteData.options + * @param {string[]} [websiteData.options.group_access] + * @param {string} websiteData.path + * @param {int} websiteData.creation + * @param {string} websiteData.timezone */ _setupItem: function ($website, websiteData) { var that = this; @@ -191,26 +204,60 @@ var filesUrl = OC.generateUrl('/apps/files/') + '?dir=' + OC.encodePath(websiteData.path); this._clickRedirect($website.find('.action-files'), filesUrl); - // toggle private website + // edit private websites settings + var websitePrivate = (websiteData.type === WEBSITE_TYPE_PRIVATE), + websiteGroupAccess = (websiteData.options || {}).group_access || []; $website.find('.action-private').each(function () { var $this = $(this), - $icon = $this.find('[class^="icon-"], [class*=" icon-"]'), - value = (websiteData.type === WEBSITE_TYPE_PRIVATE); + $icon = $this.find('[class^="icon-"], [class*=" icon-"]'); $icon - .addClass(value ? 'icon-lock' : 'icon-lock-open') - .removeClass(value ? 'icon-lock-open' : 'icon-lock'); + .addClass(websitePrivate ? 'icon-lock' : 'icon-lock-open') + .removeClass(websitePrivate ? 'icon-lock-open' : 'icon-lock'); + + var dialog = new OCA.CMSPico.Dialog(that.$privateSettingsTemplate, { + title: $this.data('originalTitle') || $this.prop('title') || $this.text(), + buttons: [ + { type: OCA.CMSPico.Dialog.BUTTON_ABORT }, + { type: OCA.CMSPico.Dialog.BUTTON_SUBMIT } + ] + }); - $this.data('value', value); + dialog.on('open.CMSPicoWebsiteList', function () { + var $inputType = this.$element.find('.input-private-' + (!websitePrivate ? 'public' : 'private')), + $inputGroups = this.$element.find('.input-private-groups'); - $this.on('click.CMSPicoWebsiteList', function (event) { - event.preventDefault(); + $inputType.prop('checked', true); + $inputGroups.val(websiteGroupAccess.join('|')); + OC.Settings.setupGroupsSelect($inputGroups); + }); - var websiteType = $(this).data('value') ? WEBSITE_TYPE_PUBLIC : WEBSITE_TYPE_PRIVATE; - that._updateItem(websiteData.id, { type: websiteType }); + dialog.on('submit.CMSPicoWebsiteList', function () { + var data = OCA.CMSPico.Util.serialize(this.$element); + that._updateItem(websiteData.id, data); + }); + + $this.on('click.CMSPicoWebsiteList', function (event) { + dialog.open(); }); }); + // change website name + var nameEditable = new OCA.CMSPico.Editable( + $website.find('.name > p'), + $website.find('.name-edit > input') + ); + + nameEditable.on('submit.CMSPicoWebsiteList', function (value, defaultValue) { + if (value !== defaultValue) { + that._updateItem(websiteData.id, { name: value }); + } + }); + + $website.find('.action-rename').on('click.CMSPicoWebsiteList', function (event) { + nameEditable.toggle(); + }); + // change website theme $website.find('.action-theme').each(function () { var $this = $(this); @@ -218,15 +265,12 @@ $this.val(websiteData.theme); $this.on('change.CMSPicoWebsiteList', function (event) { - event.preventDefault(); that._updateItem(websiteData.id, { theme: $(this).val() }); }); }); // delete website $website.find('.action-delete').on('click.CMSPicoWebsiteList', function (event) { - event.preventDefault(); - var dialogTitle = t('cms_pico', 'Confirm website deletion'), dialogText = t('cms_pico', 'This operation will delete the website "{name}". However, all of ' + 'its contents will still be available in your Nextcloud.', { name: websiteData.name }); @@ -253,7 +297,6 @@ $element.attr('href', url); } else { $element.on('click.CMSPicoWebsiteList', function (event) { - event.preventDefault(); OC.redirect(url); }); } @@ -335,8 +378,6 @@ }); $path.on('click.CMSPicoWebsiteForm', function (event) { - event.preventDefault(); - OC.dialogs.filepicker( t('cms_pico', 'Choose website directory'), function (path, type) { diff --git a/js/pico.js b/js/pico.js index 0db3a7aa..656eebcd 100644 --- a/js/pico.js +++ b/js/pico.js @@ -129,7 +129,7 @@ */ _api: function (method, item, data, callback) { var that = this, - url = this.route + (item ? ((this.route.substr(-1) !== '/') ? '/' : '') + item : ''); + url = this.route + (item ? ((this.route.slice(-1) !== '/') ? '/' : '') + item : ''); this._content(this.$loadingTemplate); @@ -199,7 +199,6 @@ } $error.find('.action-reload').on('click.CMSPicoList', function (event) { - event.preventDefault(); that.reload(); }); } @@ -278,6 +277,98 @@ /** * @class + */ + OCA.CMSPico.Events = function () {}; + + /** + * @lends OCA.CMSPico.Events.prototype + */ + OCA.CMSPico.Events.prototype = { + /** @member {?object} */ + events: null, + + /** + * @public + * + * @param {string} eventName + * @param {function} callback + */ + on: function (eventName, callback) { + var event = this._parseEventName(eventName); + if (event === false) { + $.error('Invalid event name: ' + eventName); + return; + } + + if (this.events[event[0]] === undefined) { + this.events[event[0]] = {}; + } + + this.events[event[0]][event[1]] = callback; + }, + + /** + * @public + * + * @param {string} eventName + */ + off: function (eventName) { + var event = this._parseEventName(eventName); + if (event === false) { + $.error('Invalid event name: ' + eventName); + return false; + } + + if ((this.events[event[0]] !== undefined) && (this.events[event[0]][event[1]] !== undefined)) { + delete this.events[event[0]][event[1]]; + return true; + } + + return false; + }, + + /** + * @protected + * + * @param {string} eventType + * @param {...*} eventArguments + */ + _trigger: function (eventType, ...eventArguments) { + if (!this.events[eventType]) { + return; + } + + var that = this; + $.each(this.events[eventType], function (id, callback) { + callback.apply(that, eventArguments); + }); + }, + + /** + * @protected + * + * @param {string} eventName + * + * @returns {[string, string]|false} + */ + _parseEventName: function (eventName) { + var pos = eventName.indexOf('.'); + pos = (pos !== -1) ? pos : eventName.length; + + var type = eventName.slice(0, pos), + id = eventName.slice(pos + 1); + + if (!type || !id) { + return false; + } + + return [ type, id ]; + } + }; + + /** + * @class + * @extends OCA.CMSPico.Events * * @param {jQuery} $template * @param {object} options @@ -315,7 +406,7 @@ /** * @lends OCA.CMSPico.Dialog.prototype */ - OCA.CMSPico.Dialog.prototype = { + OCA.CMSPico.Dialog.prototype = $.extend({}, OCA.CMSPico.Events.prototype, { /** @member {jQuery} */ $element: $(), @@ -334,9 +425,6 @@ /** @member {object[]} */ buttons: [], - /** @member {object} */ - events: {}, - /** @member {boolean} */ opened: false, @@ -456,85 +544,135 @@ } this._trigger('close'); - }, + } + }); + + /** + * @class + * @extends OCA.CMSPico.Events + * + * @param {jQuery} $element + * @param {jQuery} $input + */ + OCA.CMSPico.Editable = function ($element, $input) { + this.initialize($element, $input); + }; + + /** + * @lends OCA.CMSPico.Editable.prototype + */ + OCA.CMSPico.Editable.prototype = $.extend({}, OCA.CMSPico.Events.prototype, { + /** @member {jQuery} */ + $element: $(), + + /** @member {jQuery} */ + $input: $(), + + /** @member {?jQuery} */ + $inputIcon: null, + + /** @member {boolean} */ + initialized: false, + + /** @member {boolean} */ + opened: false, /** - * @public + * @constructs * - * @param {string} eventName - * @param {function} callback + * @param {jQuery} $element + * @param {jQuery} $input */ - on: function (eventName, callback) { - var event = this._parseEventName(eventName); - if (event === false) { - $.error('Invalid event name: ' + eventName); + initialize: function ($element, $input) { + this.$element = $element; + this.$input = $input; + this.events = {}; + }, + + /** + * @protected + */ + _setupElements: function () { + if (this.initialized) { return; } - if (this.events[event[0]] === undefined) { - this.events[event[0]] = {}; - } + var that = this; - this.events[event[0]][event[1]] = callback; + this.$inputIcon = $('') + this.$inputIcon.on('click.CMSPicoEditable', function (event) { + that.submit(); + that.close(); + }); + + this.$input.on('keyup.CMSPicoEditable', function (event) { + if (event.which === 13) { + that.submit(); + that.close(); + } else if (event.which === 27) { + that.close(); + } + }); + + this.$input + .after(this.$inputIcon) + .addClass('has-input-icon'); + + this.initialized = true; }, /** * @public - * - * @param {string} eventName */ - off: function (eventName) { - var event = this._parseEventName(eventName); - if (event === false) { - $.error('Invalid event name: ' + eventName); - return false; - } + open: function () { + this._setupElements(); - if ((this.events[event[0]] !== undefined) && (this.events[event[0]][event[1]] !== undefined)) { - delete this.events[event[0]][event[1]]; - return true; - } + this.$element.parent().hide(); + this.$input.parent().show(); + this.$input.focus(); - return false; + this._trigger('open'); + this.opened = true; }, /** - * @protected - * - * @param {string} eventType + * @public */ - _trigger: function (eventType) { - if (!this.events[eventType]) { - return; - } + submit: function () { + var defaultValue = this.$input.prop('defaultValue'), + value = this.$input.val() || defaultValue; - var that = this; - $.each(this.events[eventType], function (id, callback) { - callback.apply(that); - }); + this.$element.text(value); + this.$input.val(value); + + this._trigger('submit', value, defaultValue); }, /** - * @protected - * - * @param {string} eventName - * - * @returns {[string, string]|false} + * @public */ - _parseEventName: function (eventName) { - var pos = eventName.indexOf('.'); - pos = (pos !== -1) ? pos : eventName.length; - - var type = eventName.substr(0, pos), - id = eventName.substr(pos + 1); + close: function () { + if (this.opened) { + this.$input.parent().hide(); + this.$element.parent().show(); - if (!type || !id) { - return false; + this.opened = false; } - return [ type, id ]; + this._trigger('close'); + }, + + /** + * @public + */ + toggle: function () { + if (!this.opened) { + this.open(); + } else { + this.close(); + } } - }; + }); /** @namespace OCA.CMSPico.Util */ OCA.CMSPico.Util = { @@ -580,7 +718,7 @@ var result = dataObject[matches[1]], subKey = matches[2]; - key = key.substr(matches[0].length); + key = key.slice(matches[0].length); matches = key.match(/^\[(\d*|[a-z0-9_]+)\]/i); while (matches !== null) { @@ -591,7 +729,7 @@ result = result[subKey]; subKey = matches[1]; - key = key.substr(matches[0].length); + key = key.slice(matches[0].length); matches = key.match(/^\[(\d*|[a-z0-9_]+)\]/i); } diff --git a/l10n/ar.js b/l10n/ar.js index 58717384..4b2ca552 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -1,27 +1,188 @@ OC.L10N.register( "cms_pico", { - "Copy" : "أنسخ", - "Abort" : "إلغاء.", + "Copy" : "إنسَخ", + "Confirm website deletion" : "تأكيد حذف الموقع", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "سوف تؤدي هذه العملية إلى حذف موقع الويب \"{name}\". ومع ذلك ، ستظل جميع محتوياته متاحة في نكست كلاود خاصّتك.", + "Choose website directory" : "إختَر دليل الموقع", + "Abort" : "إلغاء", "Save" : "حفظ", + "The requested website could not be found on the server. Maybe the website was deleted?" : "تعذّر العثور على موقع الويب المطلوب على الخادوم. ربما تمّ حذف الموقع؟", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "يبدو أن بنية الملف والدليل لهذا الموقع تالفتين وبالتالي لا يمكن الوصول إليهما.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى هذا الموقع الخاص. ربما تمّ حذف المُشارَكة أو انتهت صلاحيتها؟", + "This website is hosted on a non-local storage and thus could not be accessed." : "هذا الموقع مُستضاف على مساحة تخزين غير محلية وبالتالي لا يمكن الوصول إليه.", + "This website uses a theme that could not be found on the server and thus could not be built." : "يستخدم هذا الموقع ثيمةً theme غير موجودة على الخادوم؛ وبالتالي لا يمكن بناؤه.", + "This website uses a incompatible theme and thus could not be built." : "يستخدم هذا الموقع ثيمةً theme غير متوافقة؛ وبالتالي لا يمكن بناؤه.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "تعذّر العثور على صفحة موقع الويب المطلوبة على الخادوم. ربما تم حذف الصفحة؟", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى صفحة الموقع هذه. ربما تم حذف المشاركة أو انتهت صلاحيتها؟", + "The requested website page could not be built, so that the server was unable to complete your request." : "تعذّر إنشاء صفحة موقع الويب المطلوبة، لذلك لم يتمكن الخادم من إكمال طلبك.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "يبدو أن بُنية الملف والدليل لهذا الموقع تالفتين؛ وبالتالي لا يمكن الوصول إليهما.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "تعذر العثور على أصل موقع الويب asset المطلوب على الخادوم. ربما تم حذف الأصل؟", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى أصل موقع الويب asset هذا. ربما تم حذف المشاركة أو انتهت صلاحيتها؟", + "Plugin not found." : "المكون الإضافي Plugin غير موجود.", + "Plugin exists already." : "المكون الإضافي Plugin موجود سلفاً.", + "Template not found." : "القالب template غير موجود.", + "Template exists already." : "القالب template موجود سلفاً.", + "Theme not found." : "الثيمة theme غير موجودة.", + "Theme exists already." : "الثيمة theme موجودة سلفاً.", + "Website exists." : "موقع الوب موجود.", + "No permission." : "لا يوجد إذن", + "The value given is invalid." : "القيمة المعطاة غير صحيحة.", + "Website not found." : "موقع الوب غير موجود.", + "Local (unencrypted)" : "محلي (غير مشفر)", "Location" : "المكان", - "Access forbidden" : "التوصّل محظور", - "Back to %s" : "العودة إلى %s", + "Incompatible plugin: Plugin file \"{file}\" not found." : "مُكوِّن إضافي plugin غير متوافق: ملف المكون الإضافي \"{file}\" غير موجود.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "مٌكوِّن إضافي plugin غير متوافق: خطأ تحليل PHP في الملف \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "مُكوِّن إضافي plugin غير متوافق: فئة المكون الإضافي \"{class}\" غير موجودة.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "المُكوِّن الإضافي plugin غير متوافق: يجب أن تستعمل المكونات الإضافية لنظام إدارة المحتوي Pico CMS الخاص بنكست كلود أحد إصدارات واجهة برمجة التطبيقات {compatApiVersions}، ولكن هذا المكون الإضافي يستخدم إصدار واجهة برمجة التطبيقات {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "قالب template غير متوافق: الدليل المطلوب \"{file}\" غير موجود.", + "Incompatible theme: Twig template \"{file}\" not found." : "ثيمة theme غير متوافقة: محرك قالب Twig ـ \"{file}\" غير موجود.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "ثيمة theme غير متوافقة: يجب أن تستخدم ثيمات نظام إدارة المحتوي Pico CMS الخاص بنكست كلود أحد إصدارات واجهة برمجة التطبيقات {compatApiVersions}، ولكن هذه الثيمة تستخدم إصدار واجهة برمجة التطبيقات {apiVersion}.", + "The name of the website must be longer." : "يجب أن يكون اسم الموقع أطول.", + "The name of the website is too long." : "اسم الموقع طويل جدًا.", + "The identifier of the website must be longer." : "يجب أن يكون معرف الموقع أطول.", + "The identifier of the website is too long." : "معرف موقع الويب طويل جدًا.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "يمكن أن يحتوي معرّف موقع الويب على أحرف أبجدية صغيرة أو أرقام فقط.", + "The path of the website is invalid." : "مسار الموقع غير صالح.", + "The website's path is stored on a non-local storage." : "مسار موقع الويب مُخزّنٌ على وحدة تخزين غير محلية.", + "Parent folder of the website's path not found." : "المجلد الأب لمسار موقع الويب غير موجود.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "فشل تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود: تعذر العثور على \"%s\". تأكد من تنصيب تبعيات التطبيق عن طريق تشغيل\"ناظم التنصيب\" composer install في دليل تثبيت التطبيق تحت \"%s\". ثم حاول مرة أخرى تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "فشل تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود: خادوم الوب لا يمتلك صلاحية إنشاء ملفاتٍ أو مجلّداتٍ تحت \"%s\". تأكد من منح خادوم الوب حق الكتابة في هذا الدليل و ذلك بتغيير أذوناته و المِلكِيّة لتصبح مماثلة لدليلك \"%s\" ثم حاول مرة أخرى تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود.", + "Pico CMS" : "تطبيق \"إدارة المحتوي\" Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "قم بإنشاء ونشر مواقع الويب الخاصة بك - باستخدام تطبيق \"إدارة المحتوي\" Pico CMS لنكست كلاود!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "ّيجمع تطبيق \"بيكو لإدارة المحتوي\" في نكست كلاود [Pico CMS for Nextcloud] (https://github.com/nextcloud/cms_pico) بين قوة [**Pic CMMS**] (http://picocms.org/) و [**Nextcloud**](https://nextcloud.com/) لإنشاء مواقع ويب بسيطة وآمنة وقابلة للمشاركة وقوية بشكل مذهل ببضع نقرات فقط.. فنظام Pico عبارة عن نظام إدارة المحتوي يستعمل الملفات النصية ويتميز بكونه بسيطاً وسريعاً للغاية - مما يجعل بناء مواقع الويب سهلاً.\n\n*قم بإنشاء مدونة\n*شارك سيرتك الذاتية مع العالم\n*أنشئ خطتك للسيطرة على العالم وشاركها فقط مع الأصدقاء المناسبين \n* قم ببناء قاعدة معرفية و ادع الأذكياء من زملائك ليساعدوك\n\nيتيح لك تثبيت نظام إدارة المحتوي \"Pico CMS\" لنكست كلود إنشاء مواقع الويب الخاصة بك وإدارتها. إنشاء صفحة جديدة باستخدام بيكو هو أسهل من إنشاء ملف نصي بسيط في ملفات نكست كلاود. حيث لا يلزم تكوينات، ولا توجد واجهات إدارة معقدة - فقط ملفات. إنه التوافق المثالي مع نكست كلاود. المشاركة الآمنة والتعاون والتحكم في الوصول - ليس فقط لملفاتك، ولكن أيضًا لمواقع الويب الخاصة بك، كل ذلك أصبح ممكنًا بواسطة هذا النظام! قم كسر الحواجز بين الأجهزة المحمولة وأجهزة سطح المكتب والخادوم الخاص بك.\n\nيمكن الوصول إلى مواقع الويب من خلال عناوين URL مثل `https://cloud.example.com/sites/my_site/` وتتكون فقط من مجموعة من الملفات النصية\"md \" في ملفات مستخدم نكست كلود. يشير \".md\" إلى [**ماركداون**](https://www.markdownguide.org/) - وهي لغة ترميز بسيطة وبديهية للغاية تستخدم لإنشاء العناوين والفقرات وتنسيق النص والقوائم والصور والروابط. لكن لا تيأس - ليس عليك تعلم لغة أخرى إذا كنت لا تريد ذلك. ضع في اعتبارك تمكين تطبيق [محرر ماركداون Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) من نكست كلاود وذلك لجعل الأمور السهلة بسيطة للغاية. \nيرجى ملاحظة أن محرر النصوص المدمج في نكست كلود غير متوافق مع نظام إدارة المحتوي هذا.\n\nولكن ماذا عن البيانات الوصفية مثل عنوان الصفحة أو تاريخ الإصدار؟ خمّن ماذا، كل هذا في مكان واحد. في الجزء العلوي من ملفات ماركداون الخاصة بك، يمكنك وضع كتلة من البيانات الوصفية - تسمى [** يامل YAML **] (https://en.wikipedia.org/wiki/YAML). لا يمكن أن يكون إنشاء مواقع الويب أسهل من ذلك ...\n\nولكن هذا لم يكن كل شيء ... فنظام إدارة المحتوي قابل للتخصيص بدرجة كبيرة. حيث يمكنك تغيير مظهره باستخدام ثيمات مخصصة وإضافة وظائف جديدة باستخدام المكونات الإضافية المخصصة. ولكن لأسباب أمنية، لا يمكن للمستخدمين إضافة ثيمات مخصصة أو مكونات إضافية من تلقاء أنفسهم - ولكن يمكنك ذلك بصفتك مشرفاً على النظام. المكونات الإضافية والثيمات ليست مجرد \"أشكال\" أو \"واجهات عناصر مستخدم \" جديدة ، فالتقنيات الأساسية هي أطر عمل قوية يمكنك الاستفادة منها لجعل مواقع الويب الخاصة بالمستخدمين فريدة حقًا. ومع ذلك، فمع القوة الكبيرة تأتي مسؤولية أكبر. ولذا ،فإن مطوري نظام إدارة المحتوي يبذلون قصارى جهده لمنع المستخدمين من تضمين البرامج النصية في مواقع الويب، نظرًا لأن هذا قد ينطوي على مخاطر أمنية (ما يُعرف بثغرة \"البرمجة النصية المتقاطعة\" Cross Scripting). ونظرًا لأن هذا الخطر لا ينطبق على نظام إدارة المحتوي بيكو فى حد ذاته، فقد لا يكون مطورو المكونات الإضافية والثيمات من طرفٍ ثالثٍ 3 على دراية بهذه المشكلة - لذا كن حذرًا عند تثبيت المكونات الإضافية والثيمات المخصصة.\n\nهل تريد معرفة المزيد عن نظام إدارة المحتوي PicoCMS لنكست كلاود ؟ هذا أمر سهل! ما عليك سوى تنزيل التطبيق وتمكينه من [متجر تطبيقات نكست كلاود] (https://apps.nextcloud.com/apps/cms_pico)، و انتقل إلى صفحة إعدادات نكست كلاود. بصفتك مشرف النظام، سوف تجد قسمين \"نظام إدارة المحتوي PicoCMS\" في إعدادات نكست كلاود- أحدهما يندرج تحت \"شخصي\" والآخر يندرج تحت \"الإدارة\". يتيح لك هذا الأخير إضافة ثيمات ومكونات إضافية وقوالب مخصصة إلى نظام إدارة المحتوي، بالإضافة إلى تعديل بعض الإعدادات المتقدمة. أما قسم \"شخصي\" فهو لجميع مستخدمي نكست كلاود ويسمح لهم بإنشاء مواقع ويب شخصية. ما عليك سوى إنشاء موقع الويب الشخصي الأول الخاص بك واختيار \"sample_pico\" كقالب موقع ويب. سوف تشرح لك محتويات sample_pico كل ما تحتاج إلى معرفته ...", + "Access forbidden" : "الدخول ممنوعٌ", + "Back to %s" : "عودة إلى %s", "Not found" : "غير موجود", - "Internal Server Error" : "خطأ داخلي في الخادم", - "Remote Address: %s" : "العنوان البعدي : %s", + "Internal Server Error" : "خطأ داخلي في الخادوم", + "The server was unable to complete your request." : "لا يمكن معالجة طلبك", + "If this happens again, please send the technical details below to the server administrator." : "إذا حدث هذا مرة أخرى ، يرجى إرسال التفاصيل الفنية أدناه إلى مسؤول الخادوم.", + "Remote Address: %s" : "العنوان القَصِي remote : %s", + "Request ID: %s" : "رقم الطلب: %s", + "More details can be found in the server log." : "مزيد من التفاصيل في سجل حركات log الخادوم.", "Technical details" : "تفاصيل تقنية", "Type: %s" : "النوع : %s", "Code: %s" : "الرمز : %s", "Message: %s" : "الرسالة : %s", - "File: %s" : "ملف : %s", + "File: %s" : "الملف : %s", "Line: %s" : "السطر: %s", + "Trace" : "تتبَّع", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "تنصيب نكست كلاود خاصّتك غير متوافق مع نظام إدارة المحتوي PicoCMS!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "هناك بعض من تطبيقات نكست كلاود عندك المعروفة بعدم توافقها مع نظام إدارة المحتوي Pico CMS for Nextcloud. وهذا ليس خطأ أحد، ولا يقع اللوم على نكست كلاود ولا التطبيقات المتعارضة، فهذه مجرد بعض القيود التقنية على البنية التحتية لتطبيقات نكست كلاود التي لا يمكننا حلها على المدى القصير. نحن نعمل على إيجاد حل! ولكن في غضون ذلك، يجب عليك إزالة التطبيقات المتعارضة. و من التطبيقات المتعارضة المعروفة: قالب الأعطال Issue Template و شروط الخدمة Terms of service.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "إذا رأيت الخطأ \"استدع الوظيفة غير المٌعرّفة ParsedownExtra::textElements()\"في سجل الحركات log في نكست كلاود حتي وإن قمت بإزالة جميع التطبيقات المتضاربة، يرجى عدم التردد في فتح مشكلة جديدة على منصة GitHub بنسخة من الخطأ تشتمل على تتبع المكدس stack trace الخاص به، و قائمة كاملة بجميع التطبيقات المثبتة.", + "Pico CMS for Nextcloud" : "تطبيق \"إدارة المحتوي\" Pico CMS لنكست كلاود", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "تغيير سُلُوك Pico CMS، و إدارة الميزات الاختيارية.", + "Limit to groups" : "الحصر في مجموعات معينة", + "Loading groups…" : "تحميل المجموعات ...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "إذا كنت ترغب في عدم تمكين جميع المستخدمين لديك من إنشاء مواقع ويب شخصية، فيمكنك قصر استخدام نظام إدارة المحتوي على مجموعات معينة. حدد المجموعات التي تريد تقييد وصولها. إذا تركت هذا الحقل فارغًا فلن يكون الاستخدام مقيدا. لن يؤدي إبطال الوصول لمجموعات معينة إلى حذف أي من مواقع الويب الخاصة بالمستخدم، ومع ذلك، سوف لن يكون الوصول إليها ممكناً.", + "Custom themes" : "ثيمات مخصصة", + "Add custom themes for greater individuality and style." : "إضافة ثيمات مخصصة لمزيد من التفرد والاناقة.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "يتيح لك نظام إدارة المحتويPicoCMS إضافة ثيمات مخصصة لمزيد من التفرد والأناقة. ولكن لأسباب أمنية، لا يمكن للمستخدمين إضافة ثيمات مخصصة من تلقاء أنفسهم. فقبل أن تتمكن من إضافة ثيمة مخصصة جديدة باستخدام الزر \"إضافة ثيمة مخصصة\" أدناه ، ستوجب عليك رفع جميع ملفات الثيمة إلى مجلد البيانات في خادومك. بعد تحميل الثيمة، ستظهر في النموذج أدناه للسماح للمستخدمين بالفعل باستخدام الثيمة المخصصة. إذا كنت ترغب في تعديل أحد الثيمات المخصصة المضافة مسبقًا، فما عليك سوى إضافة الملفات المعنية في مجلد بيانات نكست كلاود. و لكي تصبح التغييرات نافذة، يجب أن تضغط على زر \"إعادة تحميل الثيمة المخصصة\" الموجود بجوار الثيمة المضافة في النموذج أدناه.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "قبل إضافة ثيمة مخصصة جديدة، قم بتحميل جميع ملفات الثيمة إلى مجلد جديد في الدليل التالي. إذا كنت تريد تحرير إحدى الثيمات المخصصة الخاصة بك، فارجع إلى هذا الدليل أيضًا.", + "Loading themes…" : "تحميل الثيمات جارٍ...", + "Add custom theme" : "إضافة ثيمة مخصصة", + "Reload themes list" : "إعادة تحميل قائمة الثيمات", + "Compatible theme." : "ثيمة متوافقة.", + "System theme" : "ثيمة النظام", + "Copy system theme" : "نسخ ثيمة النظام", + "Custom theme" : "ثيمة مخصصة", + "Reload custom theme" : "إعادة تحميل الثيمة المخصصة", + "Copy custom theme" : "نسخ ثيمة مخصصة", + "Delete custom theme" : "حذف الثيمة المخصصة", + "Base theme" : "الثيمة الأساسية", + "Theme name" : "اسم الثيمة", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "حدث خطأ غير متوقع أثناء تنفيذ هذا الإجراء. يرجى التحقق من سجلات حركاتlog نكست كلاود.", + "Error: {error}" : "خطأ: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "تمت مواجهة {exception} غير متوقع: {extraMessage}", + "Custom plugins" : "مكونات إضافية plugins مخصصة ", + "Add custom plugins to reach for Pico's full potential." : "إضافة مكونات إضافية plugins مخصصة لتوسيع إمكانات التطبيق Pico CMS.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "يتيح لك تطبيق إدارة المحتوي Pico CMS إضافة مكونات إضافية مخصصة للاستفادة الحقيقة من القوة الكاملة للتطبيق. تعمل المكونات الإضافية على أساس شامل، أي أنه عند إضافة مكون إضافي plugin مخصص سوف يتم تمكينه لجميع مواقع الويب الخاصة بالمستخدمين. قبل إضافة مكون إضافي مخصص جديد باستخدام الزر \"إضافة مكون إضافي مخصص\" أدناه، يجب عليك تحميل جميع ملفات المكون الإضافي إلى مجلد البيانات على خادومك. بعد تحميل المكون الإضافي، سيظهر في الشكل أدناه لتمكينه فعليا. إذا كنت ترغب في تحديث أحد المكونات الإضافية المخصصة المضافة مسبقًا، فما عليك سوى استبدال ملفات المكون الإضافي في مجلد بيانات نكست كلاود. ولكي تصبح التغييرات نافذة، يجب أن تضغط على زر \"إعادة تحميل المكون الإضافي المخصص\" الموجود بجوار المكون الإضافي المحدث في الشكل أدناه.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "قبل إضافة مكون إضافي plugin مخصص جديد، قم بتحميل جميع ملفات المكون الإضافي إلى مجلد جديد في الدليل التالي. إذا كنت تريد تحديث أحد المكونات الإضافية المخصصة، فارجع إلى هذا الدليل أيضًا. يرجى ملاحظة أن اسم مجلد المكون الإضافي يجب أن يتطابق تمامًا مع اسم المكون الإضافي، وإلاّ فإن نظام إدارة المحتوي Pico CMS سيرفض تمكين المكون الإضافي.", + "Loading plugins…" : "تحميل المكونات الإضافية جارٍ ...", + "Add custom plugin" : "إضافة مكون إضافي plugin مخصص ", + "Reload plugins list" : "إعادة تحميل قائمة المكونات الإضافية", + "Compatible plugin." : "المكون الإضافي plugin متوافق.", + "Example plugin" : "مثال لمكون إضافي plugin", + "Copy example plugin" : "نسخ مثال المكون الإضافي plugin", + "System plugin" : "مكون إضافي نظامي", + "Custom plugin" : "مكون إضافي مخصص", + "Reload custom plugin" : "إعادة تحميل مكون إضافي مخصص ", + "Delete custom plugin" : "حذف مكون إضافي مخصص", + "Base plugin" : "مكون إضافي أساسي Base plugin", + "Plugin name" : "اسم المكون الإضافي plugin", + "Custom templates" : "قوالب templates مخصصة", + "Make it easier for users to create new websites." : "تسهيل إنشاء مواقع ويب جديدة على المستخدمين.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "يمكن أن تكون عملية إنشاء مواقع ويب جديدة أمرًا صعبًا - من أين تبدأ؟ تعتبر القوالب المخصصة Custom templates بمثابة حجر الأساس للمستخدمين لإنشاء موقع ويب جديد باستخدام نظام إدارة المحتوي Pico CMS. قبل إضافة قالب مخصص جديد باستخدام زر \"إضافة قالب مخصص\" أدناه، يجب عليك تحميل جميع ملفات القالب إلى مجلد البيانات بخادومك. بعد تحميل القالب، سيظهر لمستخدميك في الشكل أدناه لإضافته فعليًا إلى نموذج \"إنشاء موقع ويب جديد\". إذا كنت ترغب في تعديل أحد القوالب المخصصة المضافة مسبقًا، فما عليك سوى إضافة الملفات المعنية في مجلد بيانات نكست كلاود.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "قبل إضافة قالب مخصص جديد، قم بتحميل كافة ملفات القالب إلى مجلد جديد في الدليل التالي:", + "Loading templates…" : "تحميل القوالب جارٍ ...", + "Add custom template" : "إضافة قالب مخصص", + "Reload templates list" : "إعادة تحميل قائمة القوالب", + "Compatible template." : "قالب متوافق.", + "System template" : "قالب نظامي", + "Copy system template" : "نسخ القالب النظامي", + "Custom template" : "قالب مخصص", + "Copy custom template" : "نسخ قالب مخصص", + "Delete custom template" : "حذف القالب المخصص", + "Base template" : "القالب الأساسي", + "Template name" : "اسم القالب", + "Configure your web server" : "تهيئة خادوم الوب web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "قم بتمكين Pico CMS لإمكانات نكست كلاود الكاملة من خلال تكوين خادوم الويب الخاص بك بشكل مناسب", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "اعتمادًا على تكوين خادم الويب الخاص بك ، يمكن للمستخدمين الوصول إلى مواقع الويب الخاصة بهم باستخدام عناوين URL مختلفة. بشكل افتراضي، يمكن للمستخدمين الوصول إلى مواقع الويب الخاصة بهم باستخدام Pico CMS لعنوان URL الكامل للتطبيق الخاص بـ Nextcloud. ومع ذلك ، فإن عناوين URL هذه طويلة جدًا وبالتالي فهي ليست سهلة الاستخدام. لهذا السبب ، يدعم Pico CMS أيضًا عناوين URL المختصرة التي تستخدم مجلد \"sites /\" الظاهري. ومع ذلك، يتطلب استخدام هذه الميزة بعض التكوين الإضافي لخادم الويب. إذا كنت تستخدم خادم الويب Apache ، فجرّب أحد المثالين الأوّلين المُوضّحَين أدناه. إذا كنت تفضل استخدام خادم الويب nginx، فجرب أحد المثالين الأخيرين. إذا كنت لا تفهم حقًا ما يحدث، فاتصل بمشرف النظام عندك وأرسل إليه المعلومات أدناه. إذا أخبرك مسؤول الخادم أن هذا غير ممكن ، فلا تيأس - فلا يزال بإمكانك استخدام Pico CMS لعناوين URL للتطبيق الكامل لنكست كلاود، فهي تعمل دائمًا خارج الصندوق.", + "Enable short website URLs" : "تفعيل عناوين URLs القصيرة للمواقع ", + "Full application URLs" : "عناوين URL الكاملة للتطبيق", + "Short website URLs" : "عناوين URLs القصيرة للمواقع ", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "بعد تكوين خادوم الويب الخاص بك لتمكين عناوين URL المختصرة ، يجب عليك تحديد الخيار المقابل أعلاه للسماح للمستخدمين بمعرفة هذه الميزة. لا تقم بتمكين هذا الخيار إذا لم تقم بتكوين مجلد \"sites/\" الظاهري بعد استخدام أحد أمثلة التكوين الموضحة أدناه.", + "Using Apache's mod_proxy" : "استخدام mod_proxy الخاص بخادم أباتشي", + "Your users' website URLs will look like the following:" : "عناوين URL الخاصة بمواقع الوب لمُستخدِميك ستظهر على النحو التالي:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "إنسخ مقتطف التكوين أعلاه إلى قسم Nextcloud's في apache.conf. قبل القيام بذلك، يجب عليك تمكين وحدتي mod_proxy و mod_proxy_http في Apache. و بخلاف ذلك، سيرفض خادم الويب (إعادة) البدء أو ينتج عنه خطأ خادم داخلي 500.", + "Using Apache's mod_rewrite" : "استخدام mod_rewrite في خادوم الوب Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "قبل نسخ مقتطف التكوين أعلاه إلى قسم في apache.conf ، تأكد من تمكين وحدة mod_rewrite الخاصة بـ Apache. وإلاّ فإن خادوم الويب عندك سيرفض (إعادة) التشغيل أو سينتج عنه خطأ خادم داخلي 500. يُرجى ملاحظة أن هذا التكوين لن يسمح لك في الواقع باستخدام عناوين URL المختصرة، بل يقوم فقط بإعادة توجيه المستخدمين من عناوين URL المختصرة إلى عنوان URL الكامل للموقع. وبالتالي يجب أن تفضل الحل باستخدام mod_proxy الموضح أعلاه.", + "Using nginx's proxy_pass" : "استخدام proxy_pass الخاص ببرمجية nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "إنسَخ مقتطف التكوين أعلاه إلى قسم خادومك نكست كلاود {…} في nginx.conf. قبل القيام بذلك ، يجب عليك تمكين الوحدة النمطية ngx_http_proxy_module الخاصة بـ nginx. وبخلاف ذلك ، سيرفض خادوم الويب (إعادة) التشغيل أو ينتج عنه خطأ خادم داخلي 500.", + "Using nginx's rewrite" : "استخدام خدمة تحوير العناوين rewrit من nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "ما عليك سوى نسخ قصاصة التكوين أعلاه إلى قسم {…} بخادم نكست كلود في المسار nginx.conf. يرجى ملاحظة أن هذا التكوين لن يسمح لك في الواقع باستخدام عناوين URL المختصرة، بل يقوم فقط بإعادة توجيه المستخدمين من عناوين URL المختصرة إلى عنوان URL الكامل للموقع. وبالتالي يجب أن توصي بالحل باستخدام توجيه proxy_pass باستخدتم برمجية nginx الموضح أعلاه.", + "Version information" : "معلومات الإصدار", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "تم إنشاء نظام إدارة المحتوي Pico CMS بواسطة Maxence Lange وDaniel Rudolf.
وهو برنامج مجاني ومفتوح المصدر تمّ إصداره بموجب رخصة برمجيات GNU Aferoالعمومية.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "تم إنشاء Pico من قبل Gilbert Pellegrom وDaniel Rudolf ويتم الإلتزام به من قبل مجتمع pico.
وهو برنامج مجاني ومفتوح المصدر تم إصداره بموجب ترخيص مMITا.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : " نظام إدارة المحتوي Pico CMS لنكست كلاود يجمع بين قوة نظام إدارة المحتوي Picoو نكست كلود لإنشاء مواقع ويب بسيطة وآمنة وقابلة للمشاركة وقوية بشكل مذهل ببضع نقرات فقط. فنظام Pico عبارة عن نظام إدارة المحتوي يستعمل الملفات النصية ويتميز بكونه بسيطاً وسريعاً للغاية - مما يجعل الويب سهلاً!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "قم بإنشاء مدونة، وشارك سيرتك الذاتية مع العالم، أنشئ خطة للسيطرة على العالم وشاركها فقط مع الأصدقاء المناسبين أو قم ببناء قاعدة معرفية و ادع الأذكياء بين زملائك ليساعدوك. يتيح لك تطبيق إدارة المحتوي Pico CMS لنكست كلود إنشاء مواقع الويب الخاصة بك وإدارتها. لا يعد إنشاء صفحة جديدة باستخدام بيكو أكثر صعوبة من إنشاء ملف نصي بسيط في ملفات نكست كلاود. حيث لا يلزم تكوينات، ولا توجد واجهات إدارة معقدة - فقط ملفات. إنه التوافق المثالي مع نكست كلود. المشاركة الآمنة والتعاون والتحكم في الوصول - ليس فقط لملفاتك، ولكن أيضًا لمواقع الويب الخاصة بك، كل ذلك أصبح ممكنًا بواسطة هذا التطبيق! قم كسر الحواجز بين الأجهزة المحمولة وأجهزة سطح المكتب والخادوم الخاص بك.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "يتكون موقع الويب من مجرد مجموعة من الملفات النصية بتنسيق md في ملفات نكست كلاود الخاصة بك. ويشير .md إلى ماركداون- وهي لغة ترميز بسيطة وبديهية للغاية تستخدم لإنشاء العناوين والفقرات وتنسيق النص والقوائم والصور والروابط. لكن لا تيأس - ليس عليك تعلم لغة أخرى إذا كنت لا تريد ذلك. جرب تطبيق نكست كلاود مُحرّر ماركداون وذلك لجعل الأمور السهلة بسيطة للغاية. يرجى ملاحظة أن محرر النصوص المدمج في نكست كلاود غير متوافق مع نظام إدارة المحتوي Pico CMS for Nextcloud. ولكن ماذا عن البيانات الوصفية مثل عنوان الصفحة أو تاريخ الإصدار؟ خمّن ماذا، كل هذا في مكان واحد. في الجزء العلوي من ملفات ماركداون الخاصة بك، يمكنك وضع كتلة من هذه البيانات الوصفية - تسمى يامل YAML. لا يمكن أن يكون إنشاء مواقع الويب أسهل من ذلك ...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "هل تريد معرفة المزيد عن نظام إدارة المحتوي Pico CMS لنكست كلاود؟ سهل! ما عليك سوى إنشاء موقع الويب الشخصي الأول الخاص بك باستخدام نموذج \"sample_pico\". سوف تشرح محتويات النموذج كل ما تحتاج إلى معرفته ...", + "You will be able to access your websites using URLs like the following:" : "سوف تتمكن من الوصول إلى مواقع الويب الخاصة بك باستخدام عناوين URLs كما يلي:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "قام مشرف نكست كلاود بقصر الوصول إلي تطبيق إدارة المحتوي Pico CMS لنكست كلاود علي مجموعات معينة. للأسف ليس لديك إذن لإنشاء مواقع ويب شخصية. لا يزال بإمكانك الوصول إلى مواقع الويب الخاصة بالمستخدمين الآخرين، بما في ذلك مواقع الويب الخاصة على الأرجح. إذا كان لديك إذن لإنشاء مواقع ويب في الماضي، فلا داعي للقلق بشأن بياناتك: لن تفقد أي شيء منها. و مع ذلك، لن يتمكن أي شخص من الوصول إلى مواقع الويب الخاصة بك وسوف تظهر له رسالة خطأ \"لم يتم العثور على موقع الويب\" بدلاً من ذلك.", + "Loading websites…" : "تحميل مواقع الويب جارٍ...", "Name" : "الاسم", "Path" : "المسار", - "Theme" : "المظهر", - "Created" : "أُنشئ", + "Theme" : "الثيمة", + "Created" : "أُنشِيءَ", + "Go to website" : "إذهب إلى الموقع", + "Go to website directory" : "إنتقِل إلى دليل الموقع", + "Edit website name" : "عدّل اسم الموقع", + "Edit private website settings" : "عدِّل إعدادات الموقع الخاص", + "Delete website" : "إحذِف الموقع", "Actions" : "الإجراءات", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "يدعم Pico CMS for Nextcloud مواقع الويب العامة والخاصة. يمكن للجميع الوصول إلى مواقع الويب العامة، بغض النظر عما إذا كانوا قد قاموا بتسجيل الدخول أم لا. إذا كنت تريد تقييد الوصول إلى مجموعة فرعية معينة من المستخدمين، فقم بإنشاء موقع ويب خاص. يجب على جميع زوار موقع الويب الخاص تسجيل الدخول، و إلاّ فسيظهر خطأ \"الوصول محظور\". بالإضافة إلى ذلك ، يجب استيفاء أحد الشروط التالية: (1) أن المستخدم لديه حق الوصول إلى الملفات المصدر لموقع الويب (أي أن المجلد المصدر مشترك مع المستخدم) ، (2) المستخدم عضو في إحدى المجموعات المدرجة أدناه، (3) المستخدم عضو في إحدى المجموعات المحددة في YAML Front Matter للصفحة المطلوبة باستخدام القيمة الوصفية \"الوصول\" access.", + "Website type" : "نوع موقع الوب", + "Public website" : "موقع عام public", + "The website is publicly accessible and requires no authentication whatsoever." : "الموقع متاح للجمهور ولا يحتاج زائره لتسجيل الدخول.", + "Private website" : "موقع خاص private", + "The website requires authentication, access is limited to a subset of all users." : "هذا الموقع يتطلب تسجيل الدخول؛ و حق زيارته يقتصر على فئة محددة من المستخدمِين.", + "Group access" : "وصول المجموعة", + "Grant access to all members of the selected groups." : "إمنح حق الوصول لكل أعضاء المجموعات المحددة.", + "Reload websites list" : "إعادة تحميل قائمة المواقع", + "Create a new website" : "إنشاء موقع جديد", + "Just fill the form below to create your own personal website." : "ما عليك سوى ملء النموذج أدناه لإنشاء موقع الويب الشخصي الخاص بك.", + "My example website" : "مثال موقع الويب الخاص بي", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "هنا يمكنك تحديد اسم موقع الويب الشخصي الخاص بك. سيتم استخدام اسم موقع الويب الخاص بك كعنوان موقع ويب، و سيظهر غالباً في عنوان موقع الويب الخاص بك.", + "Identifier" : "المُعرِّف", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "يحدد معرف موقع الويب الخاص بك كلاً من عنوان موقع الويب (URL) واسم الدليل الذي سيتم تخزين ملفات موقع الويب الخاص بك (كل من الصفحات والأصول) فيه. يمكن أن يتكون مُعرِّف موقع الويب من أحرف أبجدية و أرقام وشرطات و شرطات سفلية (a-z ، 0 -9 و - و _) فقط.", "Address" : "العنوان", + "You will be able to access your website using the address (URL) shown above." : "سوف تتمكن من الوصول إلى موقع الويب الخاص بك باستخدام عنوان (URL) الموضح أعلاه.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "عند إنشاء موقع ويب جديد، يقوم تطبيق Pico CMS لنكست كلاود بنسخ قالب موقع الويب إلى الدليل الجديد التالي في نكست كلود الخاص بك.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "يمكنك استخدام إحدى الثيمات المتوفرة لمزيد من التفرد والأناقة. إذا كنت ترغب في استخدام ثيمة أخرى، فاسأل مشرف نكست كلاود عندك - فقد يكون من الممكن إضافة الثيمة المفضلة لديك أيضًا!", + "Template" : "قالب", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "تعمل القوالب كنقطة بداية عند إنشاء موقع ويب جديد. تتكون جميع القوالب من دليل \"محتوى\" (لصفحاتك) ودليل \"أصول\" (لأصول موقع الويب الخاص بك)، والذي سيتم نسخه إلى المجلد أعلاه في نكست كلاود الخاص بك.", + "Create new website" : "إنشاء موقع جديد", "Loading…" : "التحميل جارٍ…" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 8425116d..6806a668 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -1,25 +1,186 @@ { "translations": { - "Copy" : "أنسخ", - "Abort" : "إلغاء.", + "Copy" : "إنسَخ", + "Confirm website deletion" : "تأكيد حذف الموقع", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "سوف تؤدي هذه العملية إلى حذف موقع الويب \"{name}\". ومع ذلك ، ستظل جميع محتوياته متاحة في نكست كلاود خاصّتك.", + "Choose website directory" : "إختَر دليل الموقع", + "Abort" : "إلغاء", "Save" : "حفظ", + "The requested website could not be found on the server. Maybe the website was deleted?" : "تعذّر العثور على موقع الويب المطلوب على الخادوم. ربما تمّ حذف الموقع؟", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "يبدو أن بنية الملف والدليل لهذا الموقع تالفتين وبالتالي لا يمكن الوصول إليهما.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى هذا الموقع الخاص. ربما تمّ حذف المُشارَكة أو انتهت صلاحيتها؟", + "This website is hosted on a non-local storage and thus could not be accessed." : "هذا الموقع مُستضاف على مساحة تخزين غير محلية وبالتالي لا يمكن الوصول إليه.", + "This website uses a theme that could not be found on the server and thus could not be built." : "يستخدم هذا الموقع ثيمةً theme غير موجودة على الخادوم؛ وبالتالي لا يمكن بناؤه.", + "This website uses a incompatible theme and thus could not be built." : "يستخدم هذا الموقع ثيمةً theme غير متوافقة؛ وبالتالي لا يمكن بناؤه.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "تعذّر العثور على صفحة موقع الويب المطلوبة على الخادوم. ربما تم حذف الصفحة؟", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى صفحة الموقع هذه. ربما تم حذف المشاركة أو انتهت صلاحيتها؟", + "The requested website page could not be built, so that the server was unable to complete your request." : "تعذّر إنشاء صفحة موقع الويب المطلوبة، لذلك لم يتمكن الخادم من إكمال طلبك.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "يبدو أن بُنية الملف والدليل لهذا الموقع تالفتين؛ وبالتالي لا يمكن الوصول إليهما.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "تعذر العثور على أصل موقع الويب asset المطلوب على الخادوم. ربما تم حذف الأصل؟", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "ليس لديك حق الوصول إلى أصل موقع الويب asset هذا. ربما تم حذف المشاركة أو انتهت صلاحيتها؟", + "Plugin not found." : "المكون الإضافي Plugin غير موجود.", + "Plugin exists already." : "المكون الإضافي Plugin موجود سلفاً.", + "Template not found." : "القالب template غير موجود.", + "Template exists already." : "القالب template موجود سلفاً.", + "Theme not found." : "الثيمة theme غير موجودة.", + "Theme exists already." : "الثيمة theme موجودة سلفاً.", + "Website exists." : "موقع الوب موجود.", + "No permission." : "لا يوجد إذن", + "The value given is invalid." : "القيمة المعطاة غير صحيحة.", + "Website not found." : "موقع الوب غير موجود.", + "Local (unencrypted)" : "محلي (غير مشفر)", "Location" : "المكان", - "Access forbidden" : "التوصّل محظور", - "Back to %s" : "العودة إلى %s", + "Incompatible plugin: Plugin file \"{file}\" not found." : "مُكوِّن إضافي plugin غير متوافق: ملف المكون الإضافي \"{file}\" غير موجود.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "مٌكوِّن إضافي plugin غير متوافق: خطأ تحليل PHP في الملف \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "مُكوِّن إضافي plugin غير متوافق: فئة المكون الإضافي \"{class}\" غير موجودة.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "المُكوِّن الإضافي plugin غير متوافق: يجب أن تستعمل المكونات الإضافية لنظام إدارة المحتوي Pico CMS الخاص بنكست كلود أحد إصدارات واجهة برمجة التطبيقات {compatApiVersions}، ولكن هذا المكون الإضافي يستخدم إصدار واجهة برمجة التطبيقات {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "قالب template غير متوافق: الدليل المطلوب \"{file}\" غير موجود.", + "Incompatible theme: Twig template \"{file}\" not found." : "ثيمة theme غير متوافقة: محرك قالب Twig ـ \"{file}\" غير موجود.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "ثيمة theme غير متوافقة: يجب أن تستخدم ثيمات نظام إدارة المحتوي Pico CMS الخاص بنكست كلود أحد إصدارات واجهة برمجة التطبيقات {compatApiVersions}، ولكن هذه الثيمة تستخدم إصدار واجهة برمجة التطبيقات {apiVersion}.", + "The name of the website must be longer." : "يجب أن يكون اسم الموقع أطول.", + "The name of the website is too long." : "اسم الموقع طويل جدًا.", + "The identifier of the website must be longer." : "يجب أن يكون معرف الموقع أطول.", + "The identifier of the website is too long." : "معرف موقع الويب طويل جدًا.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "يمكن أن يحتوي معرّف موقع الويب على أحرف أبجدية صغيرة أو أرقام فقط.", + "The path of the website is invalid." : "مسار الموقع غير صالح.", + "The website's path is stored on a non-local storage." : "مسار موقع الويب مُخزّنٌ على وحدة تخزين غير محلية.", + "Parent folder of the website's path not found." : "المجلد الأب لمسار موقع الويب غير موجود.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "فشل تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود: تعذر العثور على \"%s\". تأكد من تنصيب تبعيات التطبيق عن طريق تشغيل\"ناظم التنصيب\" composer install في دليل تثبيت التطبيق تحت \"%s\". ثم حاول مرة أخرى تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "فشل تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود: خادوم الوب لا يمتلك صلاحية إنشاء ملفاتٍ أو مجلّداتٍ تحت \"%s\". تأكد من منح خادوم الوب حق الكتابة في هذا الدليل و ذلك بتغيير أذوناته و المِلكِيّة لتصبح مماثلة لدليلك \"%s\" ثم حاول مرة أخرى تمكين نظام إدارة المحتوي Pico CMS لنكست كلاود.", + "Pico CMS" : "تطبيق \"إدارة المحتوي\" Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "قم بإنشاء ونشر مواقع الويب الخاصة بك - باستخدام تطبيق \"إدارة المحتوي\" Pico CMS لنكست كلاود!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "ّيجمع تطبيق \"بيكو لإدارة المحتوي\" في نكست كلاود [Pico CMS for Nextcloud] (https://github.com/nextcloud/cms_pico) بين قوة [**Pic CMMS**] (http://picocms.org/) و [**Nextcloud**](https://nextcloud.com/) لإنشاء مواقع ويب بسيطة وآمنة وقابلة للمشاركة وقوية بشكل مذهل ببضع نقرات فقط.. فنظام Pico عبارة عن نظام إدارة المحتوي يستعمل الملفات النصية ويتميز بكونه بسيطاً وسريعاً للغاية - مما يجعل بناء مواقع الويب سهلاً.\n\n*قم بإنشاء مدونة\n*شارك سيرتك الذاتية مع العالم\n*أنشئ خطتك للسيطرة على العالم وشاركها فقط مع الأصدقاء المناسبين \n* قم ببناء قاعدة معرفية و ادع الأذكياء من زملائك ليساعدوك\n\nيتيح لك تثبيت نظام إدارة المحتوي \"Pico CMS\" لنكست كلود إنشاء مواقع الويب الخاصة بك وإدارتها. إنشاء صفحة جديدة باستخدام بيكو هو أسهل من إنشاء ملف نصي بسيط في ملفات نكست كلاود. حيث لا يلزم تكوينات، ولا توجد واجهات إدارة معقدة - فقط ملفات. إنه التوافق المثالي مع نكست كلاود. المشاركة الآمنة والتعاون والتحكم في الوصول - ليس فقط لملفاتك، ولكن أيضًا لمواقع الويب الخاصة بك، كل ذلك أصبح ممكنًا بواسطة هذا النظام! قم كسر الحواجز بين الأجهزة المحمولة وأجهزة سطح المكتب والخادوم الخاص بك.\n\nيمكن الوصول إلى مواقع الويب من خلال عناوين URL مثل `https://cloud.example.com/sites/my_site/` وتتكون فقط من مجموعة من الملفات النصية\"md \" في ملفات مستخدم نكست كلود. يشير \".md\" إلى [**ماركداون**](https://www.markdownguide.org/) - وهي لغة ترميز بسيطة وبديهية للغاية تستخدم لإنشاء العناوين والفقرات وتنسيق النص والقوائم والصور والروابط. لكن لا تيأس - ليس عليك تعلم لغة أخرى إذا كنت لا تريد ذلك. ضع في اعتبارك تمكين تطبيق [محرر ماركداون Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) من نكست كلاود وذلك لجعل الأمور السهلة بسيطة للغاية. \nيرجى ملاحظة أن محرر النصوص المدمج في نكست كلود غير متوافق مع نظام إدارة المحتوي هذا.\n\nولكن ماذا عن البيانات الوصفية مثل عنوان الصفحة أو تاريخ الإصدار؟ خمّن ماذا، كل هذا في مكان واحد. في الجزء العلوي من ملفات ماركداون الخاصة بك، يمكنك وضع كتلة من البيانات الوصفية - تسمى [** يامل YAML **] (https://en.wikipedia.org/wiki/YAML). لا يمكن أن يكون إنشاء مواقع الويب أسهل من ذلك ...\n\nولكن هذا لم يكن كل شيء ... فنظام إدارة المحتوي قابل للتخصيص بدرجة كبيرة. حيث يمكنك تغيير مظهره باستخدام ثيمات مخصصة وإضافة وظائف جديدة باستخدام المكونات الإضافية المخصصة. ولكن لأسباب أمنية، لا يمكن للمستخدمين إضافة ثيمات مخصصة أو مكونات إضافية من تلقاء أنفسهم - ولكن يمكنك ذلك بصفتك مشرفاً على النظام. المكونات الإضافية والثيمات ليست مجرد \"أشكال\" أو \"واجهات عناصر مستخدم \" جديدة ، فالتقنيات الأساسية هي أطر عمل قوية يمكنك الاستفادة منها لجعل مواقع الويب الخاصة بالمستخدمين فريدة حقًا. ومع ذلك، فمع القوة الكبيرة تأتي مسؤولية أكبر. ولذا ،فإن مطوري نظام إدارة المحتوي يبذلون قصارى جهده لمنع المستخدمين من تضمين البرامج النصية في مواقع الويب، نظرًا لأن هذا قد ينطوي على مخاطر أمنية (ما يُعرف بثغرة \"البرمجة النصية المتقاطعة\" Cross Scripting). ونظرًا لأن هذا الخطر لا ينطبق على نظام إدارة المحتوي بيكو فى حد ذاته، فقد لا يكون مطورو المكونات الإضافية والثيمات من طرفٍ ثالثٍ 3 على دراية بهذه المشكلة - لذا كن حذرًا عند تثبيت المكونات الإضافية والثيمات المخصصة.\n\nهل تريد معرفة المزيد عن نظام إدارة المحتوي PicoCMS لنكست كلاود ؟ هذا أمر سهل! ما عليك سوى تنزيل التطبيق وتمكينه من [متجر تطبيقات نكست كلاود] (https://apps.nextcloud.com/apps/cms_pico)، و انتقل إلى صفحة إعدادات نكست كلاود. بصفتك مشرف النظام، سوف تجد قسمين \"نظام إدارة المحتوي PicoCMS\" في إعدادات نكست كلاود- أحدهما يندرج تحت \"شخصي\" والآخر يندرج تحت \"الإدارة\". يتيح لك هذا الأخير إضافة ثيمات ومكونات إضافية وقوالب مخصصة إلى نظام إدارة المحتوي، بالإضافة إلى تعديل بعض الإعدادات المتقدمة. أما قسم \"شخصي\" فهو لجميع مستخدمي نكست كلاود ويسمح لهم بإنشاء مواقع ويب شخصية. ما عليك سوى إنشاء موقع الويب الشخصي الأول الخاص بك واختيار \"sample_pico\" كقالب موقع ويب. سوف تشرح لك محتويات sample_pico كل ما تحتاج إلى معرفته ...", + "Access forbidden" : "الدخول ممنوعٌ", + "Back to %s" : "عودة إلى %s", "Not found" : "غير موجود", - "Internal Server Error" : "خطأ داخلي في الخادم", - "Remote Address: %s" : "العنوان البعدي : %s", + "Internal Server Error" : "خطأ داخلي في الخادوم", + "The server was unable to complete your request." : "لا يمكن معالجة طلبك", + "If this happens again, please send the technical details below to the server administrator." : "إذا حدث هذا مرة أخرى ، يرجى إرسال التفاصيل الفنية أدناه إلى مسؤول الخادوم.", + "Remote Address: %s" : "العنوان القَصِي remote : %s", + "Request ID: %s" : "رقم الطلب: %s", + "More details can be found in the server log." : "مزيد من التفاصيل في سجل حركات log الخادوم.", "Technical details" : "تفاصيل تقنية", "Type: %s" : "النوع : %s", "Code: %s" : "الرمز : %s", "Message: %s" : "الرسالة : %s", - "File: %s" : "ملف : %s", + "File: %s" : "الملف : %s", "Line: %s" : "السطر: %s", + "Trace" : "تتبَّع", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "تنصيب نكست كلاود خاصّتك غير متوافق مع نظام إدارة المحتوي PicoCMS!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "هناك بعض من تطبيقات نكست كلاود عندك المعروفة بعدم توافقها مع نظام إدارة المحتوي Pico CMS for Nextcloud. وهذا ليس خطأ أحد، ولا يقع اللوم على نكست كلاود ولا التطبيقات المتعارضة، فهذه مجرد بعض القيود التقنية على البنية التحتية لتطبيقات نكست كلاود التي لا يمكننا حلها على المدى القصير. نحن نعمل على إيجاد حل! ولكن في غضون ذلك، يجب عليك إزالة التطبيقات المتعارضة. و من التطبيقات المتعارضة المعروفة: قالب الأعطال Issue Template و شروط الخدمة Terms of service.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "إذا رأيت الخطأ \"استدع الوظيفة غير المٌعرّفة ParsedownExtra::textElements()\"في سجل الحركات log في نكست كلاود حتي وإن قمت بإزالة جميع التطبيقات المتضاربة، يرجى عدم التردد في فتح مشكلة جديدة على منصة GitHub بنسخة من الخطأ تشتمل على تتبع المكدس stack trace الخاص به، و قائمة كاملة بجميع التطبيقات المثبتة.", + "Pico CMS for Nextcloud" : "تطبيق \"إدارة المحتوي\" Pico CMS لنكست كلاود", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "تغيير سُلُوك Pico CMS، و إدارة الميزات الاختيارية.", + "Limit to groups" : "الحصر في مجموعات معينة", + "Loading groups…" : "تحميل المجموعات ...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "إذا كنت ترغب في عدم تمكين جميع المستخدمين لديك من إنشاء مواقع ويب شخصية، فيمكنك قصر استخدام نظام إدارة المحتوي على مجموعات معينة. حدد المجموعات التي تريد تقييد وصولها. إذا تركت هذا الحقل فارغًا فلن يكون الاستخدام مقيدا. لن يؤدي إبطال الوصول لمجموعات معينة إلى حذف أي من مواقع الويب الخاصة بالمستخدم، ومع ذلك، سوف لن يكون الوصول إليها ممكناً.", + "Custom themes" : "ثيمات مخصصة", + "Add custom themes for greater individuality and style." : "إضافة ثيمات مخصصة لمزيد من التفرد والاناقة.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "يتيح لك نظام إدارة المحتويPicoCMS إضافة ثيمات مخصصة لمزيد من التفرد والأناقة. ولكن لأسباب أمنية، لا يمكن للمستخدمين إضافة ثيمات مخصصة من تلقاء أنفسهم. فقبل أن تتمكن من إضافة ثيمة مخصصة جديدة باستخدام الزر \"إضافة ثيمة مخصصة\" أدناه ، ستوجب عليك رفع جميع ملفات الثيمة إلى مجلد البيانات في خادومك. بعد تحميل الثيمة، ستظهر في النموذج أدناه للسماح للمستخدمين بالفعل باستخدام الثيمة المخصصة. إذا كنت ترغب في تعديل أحد الثيمات المخصصة المضافة مسبقًا، فما عليك سوى إضافة الملفات المعنية في مجلد بيانات نكست كلاود. و لكي تصبح التغييرات نافذة، يجب أن تضغط على زر \"إعادة تحميل الثيمة المخصصة\" الموجود بجوار الثيمة المضافة في النموذج أدناه.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "قبل إضافة ثيمة مخصصة جديدة، قم بتحميل جميع ملفات الثيمة إلى مجلد جديد في الدليل التالي. إذا كنت تريد تحرير إحدى الثيمات المخصصة الخاصة بك، فارجع إلى هذا الدليل أيضًا.", + "Loading themes…" : "تحميل الثيمات جارٍ...", + "Add custom theme" : "إضافة ثيمة مخصصة", + "Reload themes list" : "إعادة تحميل قائمة الثيمات", + "Compatible theme." : "ثيمة متوافقة.", + "System theme" : "ثيمة النظام", + "Copy system theme" : "نسخ ثيمة النظام", + "Custom theme" : "ثيمة مخصصة", + "Reload custom theme" : "إعادة تحميل الثيمة المخصصة", + "Copy custom theme" : "نسخ ثيمة مخصصة", + "Delete custom theme" : "حذف الثيمة المخصصة", + "Base theme" : "الثيمة الأساسية", + "Theme name" : "اسم الثيمة", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "حدث خطأ غير متوقع أثناء تنفيذ هذا الإجراء. يرجى التحقق من سجلات حركاتlog نكست كلاود.", + "Error: {error}" : "خطأ: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "تمت مواجهة {exception} غير متوقع: {extraMessage}", + "Custom plugins" : "مكونات إضافية plugins مخصصة ", + "Add custom plugins to reach for Pico's full potential." : "إضافة مكونات إضافية plugins مخصصة لتوسيع إمكانات التطبيق Pico CMS.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "يتيح لك تطبيق إدارة المحتوي Pico CMS إضافة مكونات إضافية مخصصة للاستفادة الحقيقة من القوة الكاملة للتطبيق. تعمل المكونات الإضافية على أساس شامل، أي أنه عند إضافة مكون إضافي plugin مخصص سوف يتم تمكينه لجميع مواقع الويب الخاصة بالمستخدمين. قبل إضافة مكون إضافي مخصص جديد باستخدام الزر \"إضافة مكون إضافي مخصص\" أدناه، يجب عليك تحميل جميع ملفات المكون الإضافي إلى مجلد البيانات على خادومك. بعد تحميل المكون الإضافي، سيظهر في الشكل أدناه لتمكينه فعليا. إذا كنت ترغب في تحديث أحد المكونات الإضافية المخصصة المضافة مسبقًا، فما عليك سوى استبدال ملفات المكون الإضافي في مجلد بيانات نكست كلاود. ولكي تصبح التغييرات نافذة، يجب أن تضغط على زر \"إعادة تحميل المكون الإضافي المخصص\" الموجود بجوار المكون الإضافي المحدث في الشكل أدناه.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "قبل إضافة مكون إضافي plugin مخصص جديد، قم بتحميل جميع ملفات المكون الإضافي إلى مجلد جديد في الدليل التالي. إذا كنت تريد تحديث أحد المكونات الإضافية المخصصة، فارجع إلى هذا الدليل أيضًا. يرجى ملاحظة أن اسم مجلد المكون الإضافي يجب أن يتطابق تمامًا مع اسم المكون الإضافي، وإلاّ فإن نظام إدارة المحتوي Pico CMS سيرفض تمكين المكون الإضافي.", + "Loading plugins…" : "تحميل المكونات الإضافية جارٍ ...", + "Add custom plugin" : "إضافة مكون إضافي plugin مخصص ", + "Reload plugins list" : "إعادة تحميل قائمة المكونات الإضافية", + "Compatible plugin." : "المكون الإضافي plugin متوافق.", + "Example plugin" : "مثال لمكون إضافي plugin", + "Copy example plugin" : "نسخ مثال المكون الإضافي plugin", + "System plugin" : "مكون إضافي نظامي", + "Custom plugin" : "مكون إضافي مخصص", + "Reload custom plugin" : "إعادة تحميل مكون إضافي مخصص ", + "Delete custom plugin" : "حذف مكون إضافي مخصص", + "Base plugin" : "مكون إضافي أساسي Base plugin", + "Plugin name" : "اسم المكون الإضافي plugin", + "Custom templates" : "قوالب templates مخصصة", + "Make it easier for users to create new websites." : "تسهيل إنشاء مواقع ويب جديدة على المستخدمين.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "يمكن أن تكون عملية إنشاء مواقع ويب جديدة أمرًا صعبًا - من أين تبدأ؟ تعتبر القوالب المخصصة Custom templates بمثابة حجر الأساس للمستخدمين لإنشاء موقع ويب جديد باستخدام نظام إدارة المحتوي Pico CMS. قبل إضافة قالب مخصص جديد باستخدام زر \"إضافة قالب مخصص\" أدناه، يجب عليك تحميل جميع ملفات القالب إلى مجلد البيانات بخادومك. بعد تحميل القالب، سيظهر لمستخدميك في الشكل أدناه لإضافته فعليًا إلى نموذج \"إنشاء موقع ويب جديد\". إذا كنت ترغب في تعديل أحد القوالب المخصصة المضافة مسبقًا، فما عليك سوى إضافة الملفات المعنية في مجلد بيانات نكست كلاود.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "قبل إضافة قالب مخصص جديد، قم بتحميل كافة ملفات القالب إلى مجلد جديد في الدليل التالي:", + "Loading templates…" : "تحميل القوالب جارٍ ...", + "Add custom template" : "إضافة قالب مخصص", + "Reload templates list" : "إعادة تحميل قائمة القوالب", + "Compatible template." : "قالب متوافق.", + "System template" : "قالب نظامي", + "Copy system template" : "نسخ القالب النظامي", + "Custom template" : "قالب مخصص", + "Copy custom template" : "نسخ قالب مخصص", + "Delete custom template" : "حذف القالب المخصص", + "Base template" : "القالب الأساسي", + "Template name" : "اسم القالب", + "Configure your web server" : "تهيئة خادوم الوب web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "قم بتمكين Pico CMS لإمكانات نكست كلاود الكاملة من خلال تكوين خادوم الويب الخاص بك بشكل مناسب", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "اعتمادًا على تكوين خادم الويب الخاص بك ، يمكن للمستخدمين الوصول إلى مواقع الويب الخاصة بهم باستخدام عناوين URL مختلفة. بشكل افتراضي، يمكن للمستخدمين الوصول إلى مواقع الويب الخاصة بهم باستخدام Pico CMS لعنوان URL الكامل للتطبيق الخاص بـ Nextcloud. ومع ذلك ، فإن عناوين URL هذه طويلة جدًا وبالتالي فهي ليست سهلة الاستخدام. لهذا السبب ، يدعم Pico CMS أيضًا عناوين URL المختصرة التي تستخدم مجلد \"sites /\" الظاهري. ومع ذلك، يتطلب استخدام هذه الميزة بعض التكوين الإضافي لخادم الويب. إذا كنت تستخدم خادم الويب Apache ، فجرّب أحد المثالين الأوّلين المُوضّحَين أدناه. إذا كنت تفضل استخدام خادم الويب nginx، فجرب أحد المثالين الأخيرين. إذا كنت لا تفهم حقًا ما يحدث، فاتصل بمشرف النظام عندك وأرسل إليه المعلومات أدناه. إذا أخبرك مسؤول الخادم أن هذا غير ممكن ، فلا تيأس - فلا يزال بإمكانك استخدام Pico CMS لعناوين URL للتطبيق الكامل لنكست كلاود، فهي تعمل دائمًا خارج الصندوق.", + "Enable short website URLs" : "تفعيل عناوين URLs القصيرة للمواقع ", + "Full application URLs" : "عناوين URL الكاملة للتطبيق", + "Short website URLs" : "عناوين URLs القصيرة للمواقع ", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "بعد تكوين خادوم الويب الخاص بك لتمكين عناوين URL المختصرة ، يجب عليك تحديد الخيار المقابل أعلاه للسماح للمستخدمين بمعرفة هذه الميزة. لا تقم بتمكين هذا الخيار إذا لم تقم بتكوين مجلد \"sites/\" الظاهري بعد استخدام أحد أمثلة التكوين الموضحة أدناه.", + "Using Apache's mod_proxy" : "استخدام mod_proxy الخاص بخادم أباتشي", + "Your users' website URLs will look like the following:" : "عناوين URL الخاصة بمواقع الوب لمُستخدِميك ستظهر على النحو التالي:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "إنسخ مقتطف التكوين أعلاه إلى قسم Nextcloud's في apache.conf. قبل القيام بذلك، يجب عليك تمكين وحدتي mod_proxy و mod_proxy_http في Apache. و بخلاف ذلك، سيرفض خادم الويب (إعادة) البدء أو ينتج عنه خطأ خادم داخلي 500.", + "Using Apache's mod_rewrite" : "استخدام mod_rewrite في خادوم الوب Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "قبل نسخ مقتطف التكوين أعلاه إلى قسم في apache.conf ، تأكد من تمكين وحدة mod_rewrite الخاصة بـ Apache. وإلاّ فإن خادوم الويب عندك سيرفض (إعادة) التشغيل أو سينتج عنه خطأ خادم داخلي 500. يُرجى ملاحظة أن هذا التكوين لن يسمح لك في الواقع باستخدام عناوين URL المختصرة، بل يقوم فقط بإعادة توجيه المستخدمين من عناوين URL المختصرة إلى عنوان URL الكامل للموقع. وبالتالي يجب أن تفضل الحل باستخدام mod_proxy الموضح أعلاه.", + "Using nginx's proxy_pass" : "استخدام proxy_pass الخاص ببرمجية nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "إنسَخ مقتطف التكوين أعلاه إلى قسم خادومك نكست كلاود {…} في nginx.conf. قبل القيام بذلك ، يجب عليك تمكين الوحدة النمطية ngx_http_proxy_module الخاصة بـ nginx. وبخلاف ذلك ، سيرفض خادوم الويب (إعادة) التشغيل أو ينتج عنه خطأ خادم داخلي 500.", + "Using nginx's rewrite" : "استخدام خدمة تحوير العناوين rewrit من nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "ما عليك سوى نسخ قصاصة التكوين أعلاه إلى قسم {…} بخادم نكست كلود في المسار nginx.conf. يرجى ملاحظة أن هذا التكوين لن يسمح لك في الواقع باستخدام عناوين URL المختصرة، بل يقوم فقط بإعادة توجيه المستخدمين من عناوين URL المختصرة إلى عنوان URL الكامل للموقع. وبالتالي يجب أن توصي بالحل باستخدام توجيه proxy_pass باستخدتم برمجية nginx الموضح أعلاه.", + "Version information" : "معلومات الإصدار", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "تم إنشاء نظام إدارة المحتوي Pico CMS بواسطة Maxence Lange وDaniel Rudolf.
وهو برنامج مجاني ومفتوح المصدر تمّ إصداره بموجب رخصة برمجيات GNU Aferoالعمومية.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "تم إنشاء Pico من قبل Gilbert Pellegrom وDaniel Rudolf ويتم الإلتزام به من قبل مجتمع pico.
وهو برنامج مجاني ومفتوح المصدر تم إصداره بموجب ترخيص مMITا.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : " نظام إدارة المحتوي Pico CMS لنكست كلاود يجمع بين قوة نظام إدارة المحتوي Picoو نكست كلود لإنشاء مواقع ويب بسيطة وآمنة وقابلة للمشاركة وقوية بشكل مذهل ببضع نقرات فقط. فنظام Pico عبارة عن نظام إدارة المحتوي يستعمل الملفات النصية ويتميز بكونه بسيطاً وسريعاً للغاية - مما يجعل الويب سهلاً!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "قم بإنشاء مدونة، وشارك سيرتك الذاتية مع العالم، أنشئ خطة للسيطرة على العالم وشاركها فقط مع الأصدقاء المناسبين أو قم ببناء قاعدة معرفية و ادع الأذكياء بين زملائك ليساعدوك. يتيح لك تطبيق إدارة المحتوي Pico CMS لنكست كلود إنشاء مواقع الويب الخاصة بك وإدارتها. لا يعد إنشاء صفحة جديدة باستخدام بيكو أكثر صعوبة من إنشاء ملف نصي بسيط في ملفات نكست كلاود. حيث لا يلزم تكوينات، ولا توجد واجهات إدارة معقدة - فقط ملفات. إنه التوافق المثالي مع نكست كلود. المشاركة الآمنة والتعاون والتحكم في الوصول - ليس فقط لملفاتك، ولكن أيضًا لمواقع الويب الخاصة بك، كل ذلك أصبح ممكنًا بواسطة هذا التطبيق! قم كسر الحواجز بين الأجهزة المحمولة وأجهزة سطح المكتب والخادوم الخاص بك.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "يتكون موقع الويب من مجرد مجموعة من الملفات النصية بتنسيق md في ملفات نكست كلاود الخاصة بك. ويشير .md إلى ماركداون- وهي لغة ترميز بسيطة وبديهية للغاية تستخدم لإنشاء العناوين والفقرات وتنسيق النص والقوائم والصور والروابط. لكن لا تيأس - ليس عليك تعلم لغة أخرى إذا كنت لا تريد ذلك. جرب تطبيق نكست كلاود مُحرّر ماركداون وذلك لجعل الأمور السهلة بسيطة للغاية. يرجى ملاحظة أن محرر النصوص المدمج في نكست كلاود غير متوافق مع نظام إدارة المحتوي Pico CMS for Nextcloud. ولكن ماذا عن البيانات الوصفية مثل عنوان الصفحة أو تاريخ الإصدار؟ خمّن ماذا، كل هذا في مكان واحد. في الجزء العلوي من ملفات ماركداون الخاصة بك، يمكنك وضع كتلة من هذه البيانات الوصفية - تسمى يامل YAML. لا يمكن أن يكون إنشاء مواقع الويب أسهل من ذلك ...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "هل تريد معرفة المزيد عن نظام إدارة المحتوي Pico CMS لنكست كلاود؟ سهل! ما عليك سوى إنشاء موقع الويب الشخصي الأول الخاص بك باستخدام نموذج \"sample_pico\". سوف تشرح محتويات النموذج كل ما تحتاج إلى معرفته ...", + "You will be able to access your websites using URLs like the following:" : "سوف تتمكن من الوصول إلى مواقع الويب الخاصة بك باستخدام عناوين URLs كما يلي:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "قام مشرف نكست كلاود بقصر الوصول إلي تطبيق إدارة المحتوي Pico CMS لنكست كلاود علي مجموعات معينة. للأسف ليس لديك إذن لإنشاء مواقع ويب شخصية. لا يزال بإمكانك الوصول إلى مواقع الويب الخاصة بالمستخدمين الآخرين، بما في ذلك مواقع الويب الخاصة على الأرجح. إذا كان لديك إذن لإنشاء مواقع ويب في الماضي، فلا داعي للقلق بشأن بياناتك: لن تفقد أي شيء منها. و مع ذلك، لن يتمكن أي شخص من الوصول إلى مواقع الويب الخاصة بك وسوف تظهر له رسالة خطأ \"لم يتم العثور على موقع الويب\" بدلاً من ذلك.", + "Loading websites…" : "تحميل مواقع الويب جارٍ...", "Name" : "الاسم", "Path" : "المسار", - "Theme" : "المظهر", - "Created" : "أُنشئ", + "Theme" : "الثيمة", + "Created" : "أُنشِيءَ", + "Go to website" : "إذهب إلى الموقع", + "Go to website directory" : "إنتقِل إلى دليل الموقع", + "Edit website name" : "عدّل اسم الموقع", + "Edit private website settings" : "عدِّل إعدادات الموقع الخاص", + "Delete website" : "إحذِف الموقع", "Actions" : "الإجراءات", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "يدعم Pico CMS for Nextcloud مواقع الويب العامة والخاصة. يمكن للجميع الوصول إلى مواقع الويب العامة، بغض النظر عما إذا كانوا قد قاموا بتسجيل الدخول أم لا. إذا كنت تريد تقييد الوصول إلى مجموعة فرعية معينة من المستخدمين، فقم بإنشاء موقع ويب خاص. يجب على جميع زوار موقع الويب الخاص تسجيل الدخول، و إلاّ فسيظهر خطأ \"الوصول محظور\". بالإضافة إلى ذلك ، يجب استيفاء أحد الشروط التالية: (1) أن المستخدم لديه حق الوصول إلى الملفات المصدر لموقع الويب (أي أن المجلد المصدر مشترك مع المستخدم) ، (2) المستخدم عضو في إحدى المجموعات المدرجة أدناه، (3) المستخدم عضو في إحدى المجموعات المحددة في YAML Front Matter للصفحة المطلوبة باستخدام القيمة الوصفية \"الوصول\" access.", + "Website type" : "نوع موقع الوب", + "Public website" : "موقع عام public", + "The website is publicly accessible and requires no authentication whatsoever." : "الموقع متاح للجمهور ولا يحتاج زائره لتسجيل الدخول.", + "Private website" : "موقع خاص private", + "The website requires authentication, access is limited to a subset of all users." : "هذا الموقع يتطلب تسجيل الدخول؛ و حق زيارته يقتصر على فئة محددة من المستخدمِين.", + "Group access" : "وصول المجموعة", + "Grant access to all members of the selected groups." : "إمنح حق الوصول لكل أعضاء المجموعات المحددة.", + "Reload websites list" : "إعادة تحميل قائمة المواقع", + "Create a new website" : "إنشاء موقع جديد", + "Just fill the form below to create your own personal website." : "ما عليك سوى ملء النموذج أدناه لإنشاء موقع الويب الشخصي الخاص بك.", + "My example website" : "مثال موقع الويب الخاص بي", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "هنا يمكنك تحديد اسم موقع الويب الشخصي الخاص بك. سيتم استخدام اسم موقع الويب الخاص بك كعنوان موقع ويب، و سيظهر غالباً في عنوان موقع الويب الخاص بك.", + "Identifier" : "المُعرِّف", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "يحدد معرف موقع الويب الخاص بك كلاً من عنوان موقع الويب (URL) واسم الدليل الذي سيتم تخزين ملفات موقع الويب الخاص بك (كل من الصفحات والأصول) فيه. يمكن أن يتكون مُعرِّف موقع الويب من أحرف أبجدية و أرقام وشرطات و شرطات سفلية (a-z ، 0 -9 و - و _) فقط.", "Address" : "العنوان", + "You will be able to access your website using the address (URL) shown above." : "سوف تتمكن من الوصول إلى موقع الويب الخاص بك باستخدام عنوان (URL) الموضح أعلاه.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "عند إنشاء موقع ويب جديد، يقوم تطبيق Pico CMS لنكست كلاود بنسخ قالب موقع الويب إلى الدليل الجديد التالي في نكست كلود الخاص بك.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "يمكنك استخدام إحدى الثيمات المتوفرة لمزيد من التفرد والأناقة. إذا كنت ترغب في استخدام ثيمة أخرى، فاسأل مشرف نكست كلاود عندك - فقد يكون من الممكن إضافة الثيمة المفضلة لديك أيضًا!", + "Template" : "قالب", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "تعمل القوالب كنقطة بداية عند إنشاء موقع ويب جديد. تتكون جميع القوالب من دليل \"محتوى\" (لصفحاتك) ودليل \"أصول\" (لأصول موقع الويب الخاص بك)، والذي سيتم نسخه إلى المجلد أعلاه في نكست كلاود الخاص بك.", + "Create new website" : "إنشاء موقع جديد", "Loading…" : "التحميل جارٍ…" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ast.js b/l10n/ast.js index 2a1c8131..4f54b1ec 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -4,28 +4,100 @@ OC.L10N.register( "Copy" : "Copiar", "Abort" : "Albortar", "Save" : "Guardar", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Nun se pudo atopar el sitiu web solicitáu nel sirvidor. ¿Quiciabes se desaniciare?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Esti sitiu web ta agospiáu nun almacenamientu que nun ye llocal y, polo tanto, podría nun ser accesible.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Nun se pudo atopar la páxina solicitada nel sirvidor. ¿Quiciabes se desaniciare?", + "Plugin not found." : "Nun s'atopó'l plugin.", + "Plugin exists already." : "El plugin yá esiste.", + "Template not found." : "Nun s'atopó la plantía.", + "Template exists already." : "La plantía yá esiste.", + "Theme not found." : "Nun s'atopó l'estilu.", + "Theme exists already." : "L'estilu yá esiste.", + "Website exists." : "El sitiu web esiste.", + "The value given is invalid." : "El valor apurríu ye inválidu.", + "Website not found." : "Nun s'atopó'l sitiu web.", + "Local (unencrypted)" : "Llocal (ensin cifrar)", "Location" : "Llocalización", - "Access forbidden" : "Accesu denegáu", - "Internal Server Error" : "Fallu internu del sirvidor", - "Remote Address: %s" : "Direición reota: %s", - "Request ID: %s" : "ID de solicitú: %s", - "More details can be found in the server log." : "Puen alcontrase más detalles nel rexistru del sirvidor.", - "Technical details" : "Detalle téunicos", - "Type: %s" : "Triba: %s", + "The name of the website must be longer." : "El nome del sitiu web ha ser más llongu.", + "The name of the website is too long." : "El nome del sitiu web ye mui llongu.", + "The identifier of the website must be longer." : "L'identificador del sitiu web ha ser más llongu.", + "The identifier of the website is too long." : "L'identificador del sitiu web ye mui llongu.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "L'identificador del sitiu web namás pue contener caráuteres alfanumbéricos en minúscula.", + "The path of the website is invalid." : "El camín del sitiu web ye inválidu.", + "The website's path is stored on a non-local storage." : "El camín del sitiu web ta atroxáu nun almacenamientu que nun ye llocal.", + "Access forbidden" : "Prohíbese l'accesu", + "Back to %s" : "Volver a «%s»", + "Not found" : "Nun s'atopó", + "Internal Server Error" : "Error internu del sirvidor", + "The server was unable to complete your request." : "El sirividor nun foi a completar la solicitú.", + "If this happens again, please send the technical details below to the server administrator." : "Si vuelve asoceder, unvia los detalles téunicos d'abaxo a l'alministración del sirvidor.", + "Remote Address: %s" : "Direición remota: %s", + "Request ID: %s" : "ID de la solicitú: %s", + "More details can be found in the server log." : "Pues atopar más detalles nel rexistru del sirvidor.", + "Technical details" : "Detalles téunicos", + "Type: %s" : "Tipu: %s", "Code: %s" : "Códigu: %s", "Message: %s" : "Mensaxe: %s", "File: %s" : "Ficheru: %s", "Line: %s" : "Llinia: %s", - "Limit to groups" : "Llendar a grupos", - "Add custom template" : "Amestar plantía personalizada", - "Delete custom template" : "Desaniciar plantía personalizada", + "Trace" : "Rastru", + "Loading groups…" : "Cargando los grupos…", + "Custom themes" : "Estilos personalizaos", + "Loading themes…" : "Cargando los estilos…", + "Compatible theme." : "L'estilu ye compatible.", + "System theme" : "Estilu del sistema", + "Copy system theme" : "Copiar l'estilu del sistema", + "Custom theme" : "Estilu personalizáu", + "Copy custom theme" : "Copiar l'estilu personalizáu", + "Delete custom theme" : "Desaniciar l'estilu personalizáu", + "Base theme" : "Estilu base", + "Theme name" : "Nome del estilu", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Prodúxose un error inesperáu mentanto se facía esta aición. Comprueba los rexistros de Nextcloud.", + "Error: {error}" : "Error: {error}", + "Custom plugins" : "Plugins personalizaos", + "Loading plugins…" : "Cargando los plugins…", + "Add custom plugin" : "Amestar un plugin personalizáu", + "Reload plugins list" : "Recargar la llista de plugins", + "Compatible plugin." : "El plugin ye compatible.", + "Example plugin" : "Plugin d'exemplu", + "Copy example plugin" : "Copiar el plugin d'exemplu", + "System plugin" : "Plugin del sistema", + "Custom plugin" : "Plugin personalizáu", + "Reload custom plugin" : "Recargar el plugin personalizáu", + "Delete custom plugin" : "Desaniciar el plugin desaniciáu", + "Base plugin" : "Plugin base", + "Plugin name" : "Nome del plugin", + "Custom templates" : "Plantíes personalizes", + "Loading templates…" : "Cargando les plantíes…", + "Reload templates list" : "Recargar la llista de plantíes", + "Compatible template." : "La plantía ye compatible.", + "System template" : "Plantía del sistema", + "Copy system template" : "Copiar la plantía del sistema", + "Custom template" : "Plantía personalizada", + "Copy custom template" : "Copiar la plantía personalizada", + "Delete custom template" : "Desaniciar la plantía personalizada", + "Base template" : "Plantía base", + "Template name" : "Nome de la plantía", + "Configure your web server" : "Configura'l sitiu web", + "Version information" : "Información de la versión", + "Loading websites…" : "Cargando los sitios web…", "Name" : "Nome", "Path" : "Camín", - "Theme" : "Tema", - "Created" : "Creóse", - "Delete website" : "Desaniciar sitiu web", + "Theme" : "Estilu", + "Go to website" : "Dir al sitiu web", + "Go to website directory" : "Dir al direutoriu del sitiu web", + "Edit website name" : "Editar el nome del sitiu web", + "Edit private website settings" : "Editar la configuración del sitiu web priváu", + "Delete website" : "Desaniciar el sitiu web", "Actions" : "Aiciones", - "Address" : "direición", - "Loading…" : "Cargando..." + "Website type" : "Tipu de sitiu web", + "Public website" : "Sitiu web públicu", + "Private website" : "Sitiu web priváu", + "Reload websites list" : "Recargar la llista de sitios web", + "Identifier" : "Identificador", + "Address" : "Direición", + "Template" : "Plantía", + "Create new website" : "Crear un sitiu web", + "Loading…" : "Cargando…" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index 9f0b971b..6c4f43bc 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -2,28 +2,100 @@ "Copy" : "Copiar", "Abort" : "Albortar", "Save" : "Guardar", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Nun se pudo atopar el sitiu web solicitáu nel sirvidor. ¿Quiciabes se desaniciare?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Esti sitiu web ta agospiáu nun almacenamientu que nun ye llocal y, polo tanto, podría nun ser accesible.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Nun se pudo atopar la páxina solicitada nel sirvidor. ¿Quiciabes se desaniciare?", + "Plugin not found." : "Nun s'atopó'l plugin.", + "Plugin exists already." : "El plugin yá esiste.", + "Template not found." : "Nun s'atopó la plantía.", + "Template exists already." : "La plantía yá esiste.", + "Theme not found." : "Nun s'atopó l'estilu.", + "Theme exists already." : "L'estilu yá esiste.", + "Website exists." : "El sitiu web esiste.", + "The value given is invalid." : "El valor apurríu ye inválidu.", + "Website not found." : "Nun s'atopó'l sitiu web.", + "Local (unencrypted)" : "Llocal (ensin cifrar)", "Location" : "Llocalización", - "Access forbidden" : "Accesu denegáu", - "Internal Server Error" : "Fallu internu del sirvidor", - "Remote Address: %s" : "Direición reota: %s", - "Request ID: %s" : "ID de solicitú: %s", - "More details can be found in the server log." : "Puen alcontrase más detalles nel rexistru del sirvidor.", - "Technical details" : "Detalle téunicos", - "Type: %s" : "Triba: %s", + "The name of the website must be longer." : "El nome del sitiu web ha ser más llongu.", + "The name of the website is too long." : "El nome del sitiu web ye mui llongu.", + "The identifier of the website must be longer." : "L'identificador del sitiu web ha ser más llongu.", + "The identifier of the website is too long." : "L'identificador del sitiu web ye mui llongu.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "L'identificador del sitiu web namás pue contener caráuteres alfanumbéricos en minúscula.", + "The path of the website is invalid." : "El camín del sitiu web ye inválidu.", + "The website's path is stored on a non-local storage." : "El camín del sitiu web ta atroxáu nun almacenamientu que nun ye llocal.", + "Access forbidden" : "Prohíbese l'accesu", + "Back to %s" : "Volver a «%s»", + "Not found" : "Nun s'atopó", + "Internal Server Error" : "Error internu del sirvidor", + "The server was unable to complete your request." : "El sirividor nun foi a completar la solicitú.", + "If this happens again, please send the technical details below to the server administrator." : "Si vuelve asoceder, unvia los detalles téunicos d'abaxo a l'alministración del sirvidor.", + "Remote Address: %s" : "Direición remota: %s", + "Request ID: %s" : "ID de la solicitú: %s", + "More details can be found in the server log." : "Pues atopar más detalles nel rexistru del sirvidor.", + "Technical details" : "Detalles téunicos", + "Type: %s" : "Tipu: %s", "Code: %s" : "Códigu: %s", "Message: %s" : "Mensaxe: %s", "File: %s" : "Ficheru: %s", "Line: %s" : "Llinia: %s", - "Limit to groups" : "Llendar a grupos", - "Add custom template" : "Amestar plantía personalizada", - "Delete custom template" : "Desaniciar plantía personalizada", + "Trace" : "Rastru", + "Loading groups…" : "Cargando los grupos…", + "Custom themes" : "Estilos personalizaos", + "Loading themes…" : "Cargando los estilos…", + "Compatible theme." : "L'estilu ye compatible.", + "System theme" : "Estilu del sistema", + "Copy system theme" : "Copiar l'estilu del sistema", + "Custom theme" : "Estilu personalizáu", + "Copy custom theme" : "Copiar l'estilu personalizáu", + "Delete custom theme" : "Desaniciar l'estilu personalizáu", + "Base theme" : "Estilu base", + "Theme name" : "Nome del estilu", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Prodúxose un error inesperáu mentanto se facía esta aición. Comprueba los rexistros de Nextcloud.", + "Error: {error}" : "Error: {error}", + "Custom plugins" : "Plugins personalizaos", + "Loading plugins…" : "Cargando los plugins…", + "Add custom plugin" : "Amestar un plugin personalizáu", + "Reload plugins list" : "Recargar la llista de plugins", + "Compatible plugin." : "El plugin ye compatible.", + "Example plugin" : "Plugin d'exemplu", + "Copy example plugin" : "Copiar el plugin d'exemplu", + "System plugin" : "Plugin del sistema", + "Custom plugin" : "Plugin personalizáu", + "Reload custom plugin" : "Recargar el plugin personalizáu", + "Delete custom plugin" : "Desaniciar el plugin desaniciáu", + "Base plugin" : "Plugin base", + "Plugin name" : "Nome del plugin", + "Custom templates" : "Plantíes personalizes", + "Loading templates…" : "Cargando les plantíes…", + "Reload templates list" : "Recargar la llista de plantíes", + "Compatible template." : "La plantía ye compatible.", + "System template" : "Plantía del sistema", + "Copy system template" : "Copiar la plantía del sistema", + "Custom template" : "Plantía personalizada", + "Copy custom template" : "Copiar la plantía personalizada", + "Delete custom template" : "Desaniciar la plantía personalizada", + "Base template" : "Plantía base", + "Template name" : "Nome de la plantía", + "Configure your web server" : "Configura'l sitiu web", + "Version information" : "Información de la versión", + "Loading websites…" : "Cargando los sitios web…", "Name" : "Nome", "Path" : "Camín", - "Theme" : "Tema", - "Created" : "Creóse", - "Delete website" : "Desaniciar sitiu web", + "Theme" : "Estilu", + "Go to website" : "Dir al sitiu web", + "Go to website directory" : "Dir al direutoriu del sitiu web", + "Edit website name" : "Editar el nome del sitiu web", + "Edit private website settings" : "Editar la configuración del sitiu web priváu", + "Delete website" : "Desaniciar el sitiu web", "Actions" : "Aiciones", - "Address" : "direición", - "Loading…" : "Cargando..." + "Website type" : "Tipu de sitiu web", + "Public website" : "Sitiu web públicu", + "Private website" : "Sitiu web priváu", + "Reload websites list" : "Recargar la llista de sitios web", + "Identifier" : "Identificador", + "Address" : "Direición", + "Template" : "Plantía", + "Create new website" : "Crear un sitiu web", + "Loading…" : "Cargando…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js new file mode 100644 index 00000000..0e1bb7d2 --- /dev/null +++ b/l10n/az.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "cms_pico", + { + "Copy" : "Kopyala", + "Abort" : "Durdur", + "Save" : "Saxla", + "Location" : "Yerləşdiyiniz ünvan", + "Not found" : "Tapılmadı", + "Trace" : "İzləmə", + "Limit to groups" : "Qruplara limitlə", + "Name" : "Ad", + "Path" : "Ünvan", + "Actions" : "İşlər", + "Address" : "Ünvan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/az.json b/l10n/az.json new file mode 100644 index 00000000..7532d36d --- /dev/null +++ b/l10n/az.json @@ -0,0 +1,14 @@ +{ "translations": { + "Copy" : "Kopyala", + "Abort" : "Durdur", + "Save" : "Saxla", + "Location" : "Yerləşdiyiniz ünvan", + "Not found" : "Tapılmadı", + "Trace" : "İzləmə", + "Limit to groups" : "Qruplara limitlə", + "Name" : "Ad", + "Path" : "Ünvan", + "Actions" : "İşlər", + "Address" : "Ünvan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/bg.js b/l10n/bg.js index a15fd806..d7a2f3e5 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Темата вече съществува.", "Website exists." : "Съществуващ уеб сайт.", "No permission." : "Няма право.", + "The value given is invalid." : "Посочената стойност е невалидна.", "Website not found." : "Уеб сайтът не е намерен", "Local (unencrypted)" : "Локален (некриптиран)", "Location" : "Местоположение", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Пътят на уеб сайта се съхранява в нелокално хранилище.", "Parent folder of the website's path not found." : "Родителската папка на пътя на уеб сайта не е намерена.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Не можах да намеря „%s“. Уверете се, че сте инсталирали зависимостите на приложението, като изпълните 'composer install' /инсталиране на композитор/в инсталационната директория на приложението под Неуспешно активиране на Pico CMS за Nextcloud: Не можах да намеря „%s“. След това опитайте отново да активирате Pico CMS за Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Уеб сървърът няма право да създава файлове и папки под „%s“. Уверете се, че сте предоставили на уеб сървъра достъп за запис до тази директория, като промените неговите права и собственост на същите като на вашата \"%s\" директория. След това опитайте отново да активирате Pico CMS за Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Уеб сървърът няма право да създава файлове и папки под „%s“. Уверете се, че сте предоставили на уеб сървъра достъп за запис до тази директория, като промените неговите права и собственост на същите като на вашата „%s\" директория. След това опитайте отново да активирате Pico CMS за Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Създавайте и публикувайте свои собствени уеб сайтове - с Pico CMS за Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS за Nextcloud](https://github.com/nextcloud/cms_pico) съчетава силата на [**Pico**](http://picocms.org/) и [**Nextcloud**](https://nextcloud.com/) за да създадете прости, сигурни, споделени и невероятно мощни уеб сайтове само с няколко щраквания. Pico е глупаво проста, невероятно бърза с плосък CMS файл, което прави работата в мрежата лесна.\n\n* Започнете блог\n* Споделете автобиографията си със света\n* Създайте план за световно господство и споделяйте само с правилните приятели\n* Изградете база от знания и оставете умните сред вашите колеги да ви помогнат\n\nИнсталирането на Pico CMS за Nextcloud позволява на вашите потребители да създават и управляват свои собствени уеб сайтове. Създаването на нова страница с Pico не е нищо повече от създаване на обикновен текстов файл във файловете на Nextcloud потребителите. Не се изисква конфигурация, никакви изключително сложни интерфейси за управление - само файлове. Това е идеалното съвпадение с Nextcloud. Сигурно споделяне, сътрудничество, контрол на достъпа - не само за вашите файлове, но и за вашите уеб сайтове, всичко това е възможно от Pico CMS за Nextcloud! Разрушаване на границите между вашите мобилни и настолни устройства и вашия сървър.\n\nУебсайтовете ще бъдат достъпни чрез URL адреси като `https://cloud.example.com/sites/my_site/` и ще се състоят само от куп '.md' файлове в Nextcloud файлове на потребителя. '.md' означава [**Markdown**](https://www.markdownguide.org/) - супер проста и интуитивна маркировка за създаване на заглавия, абзаци, форматиране на текст, списъци, изображения и връзки. Но не се отчайвайте - не е нужно да учите още един език, ако не искате. Помислете за активиране на приложението [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) на Nextcloud, за да направите лесните неща глупаво прости. Моля, имайте предвид, че вграденият текстов редактор на Nextcloud е несъвместим с Pico CMS за Nextcloud. Но какво да кажем за мета данни като заглавие на страница или дата на издаване? Познайте, правилно, всичко е на едно място. В горната част на вашите Markdown файлове можете да поставите блок с такива мета данни - наречен [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter/Предно Съдържание/. Създаването на уебсайтове не може да бъде по-лесно...\n\nНо това не е всичко… Pico CMS за Nextcloud е много адаптивна. Можете да променяте външния вид на Pico, като използвате персонализирани теми и да добавяте нова функционалност, като използвате персонализиранидобавки. От съображения за сигурност потребителите не могат сами да добавят нито персонализирани теми, нито добавки - но вие, като администратор можете. Добавките и темите не са просто нови „скинове“ или „джаджи“, основните технологии са мощни рамки, които можете да използвате, за да направите уеб сайтовете на потребителите си наистина уникални. Въпреки това, с голямата сила идва и голяма отговорност. Pico CMS за Nextcloud прави всичко възможно, за да попречи на потребителите да включват скриптове в уеб сайтове, тъй като това може да носи рискове за сигурността (т.нар. „Кръстосани скриптове“). Тъй като този риск не се отнася за самия Pico, разработчиците на добавки и теми от 3ти страни, може да не са наясно с този проблем - така че бъдете внимателни, когато инсталирате персонализирани добавки и теми.\n\nИскате да научите повече за Pico CMS за Nextcloud? Лесно е! Просто изтеглете и активирайте приложението от [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) и отидете до страницата с настройки на Nextcloud. Като администратор ще намерите две секции „Pico CMS“ във вашите настройки на Nextcloud – една под „Лични“, друга под „Администрация“. Последното ви позволява да добавяте персонализирани теми, добавки и шаблони към Pico, както и да променяте някои разширени настройки. Разделът „Pico CMS“, под „Лични“, съществува за всички потребители на Nextcloud и позволява на човек да създава лични уебсайтове. Просто създайте своя първи личен уеб сайт и изберете \"sample_pico\" като шаблон за уебсайт. Съдържанието за шаблони на Pico ще ви обясни всичко, което трябва да знаете... ", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Добавеяне на персонализирана добавка", "Reload plugins list" : "Презареждане на списъка с добавки", "Compatible plugin." : "Съвместима добавка.", + "Example plugin" : "Примерна добавка", + "Copy example plugin" : "Копиране на примерна добавка", "System plugin" : "Системна добавка", "Custom plugin" : "Персонализирана добавка", "Reload custom plugin" : "Презареждане на персонализирана добавка", "Delete custom plugin" : "Изтриване на на персонализирана добавка", + "Base plugin" : "Основна добавка", + "Plugin name" : "Име на добавката", "Custom templates" : "Персонализирани шаблони", "Make it easier for users to create new websites." : "Улеснете потребителите при създаването на нови уеб сайтове.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Създаването на нови уеб сайтове може да бъде трудно - откъде дори да започнете? Персонализираните шаблони действат като отправна точка за потребителите да създадат нов уеб сайт, използвайки Pico CMS за Nextcloud. Преди да добавите нов персонализиран шаблон с помощта на бутон „Добавяне на персонализиран шаблон“ по-долу, трябва да качите всички файлове на шаблона в папка с данни на вашия екземпляр на Nextcloud. След като качите шаблона, той ще се покаже във формуляра по-долу, за да го добавите към формуляра „Създаване на нов уеб сайт“ на вашите потребители. Ако искате да промените един от добавените по-рано персонализирани шаблони, просто редактирайте съответните файлове в папката с данни на Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Изтриване на персонализиран шаблон", "Base template" : "Основен шаблон", "Template name" : "Име на шаблон", - "Configure your webserver" : "Конфигурирайте вашия уеб сървър", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Активирайте Pico CMS за пълния потенциал на Nextcloud, като конфигурирате вашия уеб сървър по подходящ начин.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимост от конфигурацията на вашия уеб сървър, потребителите могат да имат достъп до своите уеб сайтове, използвайки различни URL адреси. По подразбиране потребителите имат достъп до своите уеб сайтове, използвайки Pico CMS за пълния URL адрес на приложение на Nextcloud. Тези URL адреси обаче са доста дълги и поради това не са много удобни за потребителя. Поради тази причина Pico CMS за Nextcloud също поддържа съкратени URL адреси, използващи виртуалната папка \"sites/\". Използването на тази функция обаче изисква допълнителна конфигурация на уеб сървъра. Ако използвате уеб сървъра Apache, опитайте един от първите два примера, показани по-долу. Ако предпочитате да използвате уеб сървъра nginx, опитайте един от последните два примера. Ако наистина не разбирате какво се случва, свържете се с администратора на сървъра си и му изпратете информацията по-долу. Ако администраторът на вашия сървър ви каже, че това не е възможно, не се отчайвайте – все още можете да използвате Pico CMS за пълните URL адреси на приложенията на Nextcloud, те винаги работят и са готови за използване.", + "Configure your web server" : "Конфигурирайте вашия уеб сървър", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Активирайте Pico CMS за пълния потенциал на Nextcloud, като конфигурирате вашия уеб сървър по подходящ начин.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимост от конфигурацията на вашия уеб сървър, потребителите могат да имат достъп до своите уеб сайтове, използвайки различни URL адреси. По подразбиране потребителите имат достъп до своите уеб сайтове, използвайки Pico CMS за пълния URL адрес на приложение на Nextcloud. Тези URL адреси обаче са доста дълги и поради това не са много удобни за потребителя. Поради тази причина Pico CMS за Nextcloud също поддържа съкратени URL адреси, използващи виртуалната папка \"sites/\". Използването на тази функция обаче изисква допълнителна конфигурация на уеб сървъра. Ако използвате уеб сървъра Apache, опитайте един от първите два примера, показани по-долу. Ако предпочитате да използвате уеб сървъра nginx, опитайте един от последните два примера. Ако наистина не разбирате какво се случва, свържете се с администратора на сървъра си и му изпратете информацията по-долу. Ако администраторът на вашия сървър ви каже, че това не е възможно, не се отчайвайте – все още можете да използвате Pico CMS за пълните URL адреси на приложенията на Nextcloud, те винаги работят и са готови за използване.", "Enable short website URLs" : "Активиране на кратки URL адреси на уеб сайтове", "Full application URLs" : "Пълни URL адреси на приложения", "Short website URLs" : "Кратки URL адреси на уеб сайтове ", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "След като сте конфигурирали вашия уеб сървър да активира съкратени URL адреси, трябва да изберете съответната опция по-горе, за да уведомите потребителите си за тази функция. Не активирайте тази опция, ако все още не сте конфигурирали виртуалната папка \"sites/\", като използвате един от примерите за конфигурация, показани по-долу.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "След като сте конфигурирали вашия уеб сървър да активира съкратени URL адреси, трябва да изберете съответната опция по-горе, за да уведомите потребителите си за тази функция. Не активирайте тази опция, ако все още не сте конфигурирали виртуалната папка \"sites/\", като използвате един от примерите за конфигурация, показани по-долу.", "Using Apache's mod_proxy" : "Използване на mod_proxy на Apache", "Your users' website URLs will look like the following:" : "URL адресите на уеб сайтове на вашите потребители ще изглеждат по следния начин:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf. Преди да направите това, трябва да активирате модулите mod_proxy и mod_proxy_http на Apache. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf. Преди да направите това, трябва да активирате модулите mod_proxy и mod_proxy_http на Apache. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", "Using Apache's mod_rewrite" : "Използване на mod_rewrite на Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Преди да копирате конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf, не забравяйте да активирате модула mod_rewrite на Apache. В противен случай вашият уеб сървър ще откаже да (ре)стартира или ще даде вътрешна грешка 500 в сървъра. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо mod_proxy, показано по-горе.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Преди да копирате конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf, не забравяйте да активирате модула mod_rewrite на Apache. В противен случай вашият уеб сървър ще откаже да (ре)стартира или ще даде вътрешна грешка 500 в сървъра. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо mod_proxy, показано по-горе.", "Using nginx's proxy_pass" : "Използване на proxy_pass на nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в секцията на сървъра на Nextcloud { … } на вашия nginx.conf. Преди да направите това, трябва да активирате модула ngx_http_proxy_module на nginx. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в секцията на сървъра на Nextcloud { … } на вашия nginx.conf. Преди да направите това, трябва да активирате модула ngx_http_proxy_module на nginx. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", "Using nginx's rewrite" : "Използване на nginx пренаписване", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Просто копирайте конфигурационния фрагмент по-горе в секцията {…} на сървъра на Nextcloud на вашия nginx.conf. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо директивата proxy_pass на nginx, показана по-горе.", "Version information" : "Информация за версията", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Създаден", "Go to website" : "Отидете на уеб сайт", "Go to website directory" : "Отидете в директорията на уеб сайт", - "Toggle private website" : "Превключване на частен уеб сайт", + "Edit website name" : "Редактиране на името на уеб сайт", + "Edit private website settings" : "Редактиране на настройките на частния уеб сайт", "Delete website" : "Изтриване на уебсайт", "Actions" : "Действия", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS за Nextcloud поддържа както публични, така и частни уеб сайтове. Всеки има достъп до публични уеб сайтове, независимо дали се е вписан или не е. Ако искате да ограничите достъпа до определена подгрупа потребители, създайте частен уеб сайт. Всички посетители на частен уеб сайт трябва да са се вписали, в противен случай се показва грешка „Достъпът е забранен“. Освен това трябва да бъде изпълнено едно от следните условия: (1) потребителят има достъп до изходните файлове на уеб сайта (т.е. папката източник е споделена с потребителя), (2) потребителят е член на една от групите, изброени по-долу, или (3) потребителят е член на една от групите, посочени в YAML Front Matter на заявената страница, използвайки мета стойността \"достъп\".", + "Website type" : "Тип уеб сайт", + "Public website" : "Публичен уеб сайт", + "The website is publicly accessible and requires no authentication whatsoever." : "Уеб сайтът е публично достъпен и не изисква никакво удостоверяване.", + "Private website" : "Частен уеб сайт", + "The website requires authentication, access is limited to a subset of all users." : "Уеб сайтът изисква удостоверяване, достъпът е ограничен до подмножество от всички потребители.", + "Group access" : "Групов достъп", + "Grant access to all members of the selected groups." : "Предоставяне на достъп на всички членове на избраните групи.", "Reload websites list" : "Презареждане на списъка с уеб сайтове", "Create a new website" : "Създаване на нов уебсайт", "Just fill the form below to create your own personal website." : "Просто попълнете формуляра по-долу, за да създадете свой собствен личен уеб сайт.", diff --git a/l10n/bg.json b/l10n/bg.json index b95e8f08..aee22bfa 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -25,6 +25,7 @@ "Theme exists already." : "Темата вече съществува.", "Website exists." : "Съществуващ уеб сайт.", "No permission." : "Няма право.", + "The value given is invalid." : "Посочената стойност е невалидна.", "Website not found." : "Уеб сайтът не е намерен", "Local (unencrypted)" : "Локален (некриптиран)", "Location" : "Местоположение", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Пътят на уеб сайта се съхранява в нелокално хранилище.", "Parent folder of the website's path not found." : "Родителската папка на пътя на уеб сайта не е намерена.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Не можах да намеря „%s“. Уверете се, че сте инсталирали зависимостите на приложението, като изпълните 'composer install' /инсталиране на композитор/в инсталационната директория на приложението под Неуспешно активиране на Pico CMS за Nextcloud: Не можах да намеря „%s“. След това опитайте отново да активирате Pico CMS за Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Уеб сървърът няма право да създава файлове и папки под „%s“. Уверете се, че сте предоставили на уеб сървъра достъп за запис до тази директория, като промените неговите права и собственост на същите като на вашата \"%s\" директория. След това опитайте отново да активирате Pico CMS за Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Неуспешно активиране на Pico CMS за Nextcloud: Уеб сървърът няма право да създава файлове и папки под „%s“. Уверете се, че сте предоставили на уеб сървъра достъп за запис до тази директория, като промените неговите права и собственост на същите като на вашата „%s\" директория. След това опитайте отново да активирате Pico CMS за Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Създавайте и публикувайте свои собствени уеб сайтове - с Pico CMS за Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS за Nextcloud](https://github.com/nextcloud/cms_pico) съчетава силата на [**Pico**](http://picocms.org/) и [**Nextcloud**](https://nextcloud.com/) за да създадете прости, сигурни, споделени и невероятно мощни уеб сайтове само с няколко щраквания. Pico е глупаво проста, невероятно бърза с плосък CMS файл, което прави работата в мрежата лесна.\n\n* Започнете блог\n* Споделете автобиографията си със света\n* Създайте план за световно господство и споделяйте само с правилните приятели\n* Изградете база от знания и оставете умните сред вашите колеги да ви помогнат\n\nИнсталирането на Pico CMS за Nextcloud позволява на вашите потребители да създават и управляват свои собствени уеб сайтове. Създаването на нова страница с Pico не е нищо повече от създаване на обикновен текстов файл във файловете на Nextcloud потребителите. Не се изисква конфигурация, никакви изключително сложни интерфейси за управление - само файлове. Това е идеалното съвпадение с Nextcloud. Сигурно споделяне, сътрудничество, контрол на достъпа - не само за вашите файлове, но и за вашите уеб сайтове, всичко това е възможно от Pico CMS за Nextcloud! Разрушаване на границите между вашите мобилни и настолни устройства и вашия сървър.\n\nУебсайтовете ще бъдат достъпни чрез URL адреси като `https://cloud.example.com/sites/my_site/` и ще се състоят само от куп '.md' файлове в Nextcloud файлове на потребителя. '.md' означава [**Markdown**](https://www.markdownguide.org/) - супер проста и интуитивна маркировка за създаване на заглавия, абзаци, форматиране на текст, списъци, изображения и връзки. Но не се отчайвайте - не е нужно да учите още един език, ако не искате. Помислете за активиране на приложението [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) на Nextcloud, за да направите лесните неща глупаво прости. Моля, имайте предвид, че вграденият текстов редактор на Nextcloud е несъвместим с Pico CMS за Nextcloud. Но какво да кажем за мета данни като заглавие на страница или дата на издаване? Познайте, правилно, всичко е на едно място. В горната част на вашите Markdown файлове можете да поставите блок с такива мета данни - наречен [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter/Предно Съдържание/. Създаването на уебсайтове не може да бъде по-лесно...\n\nНо това не е всичко… Pico CMS за Nextcloud е много адаптивна. Можете да променяте външния вид на Pico, като използвате персонализирани теми и да добавяте нова функционалност, като използвате персонализиранидобавки. От съображения за сигурност потребителите не могат сами да добавят нито персонализирани теми, нито добавки - но вие, като администратор можете. Добавките и темите не са просто нови „скинове“ или „джаджи“, основните технологии са мощни рамки, които можете да използвате, за да направите уеб сайтовете на потребителите си наистина уникални. Въпреки това, с голямата сила идва и голяма отговорност. Pico CMS за Nextcloud прави всичко възможно, за да попречи на потребителите да включват скриптове в уеб сайтове, тъй като това може да носи рискове за сигурността (т.нар. „Кръстосани скриптове“). Тъй като този риск не се отнася за самия Pico, разработчиците на добавки и теми от 3ти страни, може да не са наясно с този проблем - така че бъдете внимателни, когато инсталирате персонализирани добавки и теми.\n\nИскате да научите повече за Pico CMS за Nextcloud? Лесно е! Просто изтеглете и активирайте приложението от [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) и отидете до страницата с настройки на Nextcloud. Като администратор ще намерите две секции „Pico CMS“ във вашите настройки на Nextcloud – една под „Лични“, друга под „Администрация“. Последното ви позволява да добавяте персонализирани теми, добавки и шаблони към Pico, както и да променяте някои разширени настройки. Разделът „Pico CMS“, под „Лични“, съществува за всички потребители на Nextcloud и позволява на човек да създава лични уебсайтове. Просто създайте своя първи личен уеб сайт и изберете \"sample_pico\" като шаблон за уебсайт. Съдържанието за шаблони на Pico ще ви обясни всичко, което трябва да знаете... ", @@ -99,10 +100,14 @@ "Add custom plugin" : "Добавеяне на персонализирана добавка", "Reload plugins list" : "Презареждане на списъка с добавки", "Compatible plugin." : "Съвместима добавка.", + "Example plugin" : "Примерна добавка", + "Copy example plugin" : "Копиране на примерна добавка", "System plugin" : "Системна добавка", "Custom plugin" : "Персонализирана добавка", "Reload custom plugin" : "Презареждане на персонализирана добавка", "Delete custom plugin" : "Изтриване на на персонализирана добавка", + "Base plugin" : "Основна добавка", + "Plugin name" : "Име на добавката", "Custom templates" : "Персонализирани шаблони", "Make it easier for users to create new websites." : "Улеснете потребителите при създаването на нови уеб сайтове.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Създаването на нови уеб сайтове може да бъде трудно - откъде дори да започнете? Персонализираните шаблони действат като отправна точка за потребителите да създадат нов уеб сайт, използвайки Pico CMS за Nextcloud. Преди да добавите нов персонализиран шаблон с помощта на бутон „Добавяне на персонализиран шаблон“ по-долу, трябва да качите всички файлове на шаблона в папка с данни на вашия екземпляр на Nextcloud. След като качите шаблона, той ще се покаже във формуляра по-долу, за да го добавите към формуляра „Създаване на нов уеб сайт“ на вашите потребители. Ако искате да промените един от добавените по-рано персонализирани шаблони, просто редактирайте съответните файлове в папката с данни на Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Изтриване на персонализиран шаблон", "Base template" : "Основен шаблон", "Template name" : "Име на шаблон", - "Configure your webserver" : "Конфигурирайте вашия уеб сървър", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Активирайте Pico CMS за пълния потенциал на Nextcloud, като конфигурирате вашия уеб сървър по подходящ начин.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимост от конфигурацията на вашия уеб сървър, потребителите могат да имат достъп до своите уеб сайтове, използвайки различни URL адреси. По подразбиране потребителите имат достъп до своите уеб сайтове, използвайки Pico CMS за пълния URL адрес на приложение на Nextcloud. Тези URL адреси обаче са доста дълги и поради това не са много удобни за потребителя. Поради тази причина Pico CMS за Nextcloud също поддържа съкратени URL адреси, използващи виртуалната папка \"sites/\". Използването на тази функция обаче изисква допълнителна конфигурация на уеб сървъра. Ако използвате уеб сървъра Apache, опитайте един от първите два примера, показани по-долу. Ако предпочитате да използвате уеб сървъра nginx, опитайте един от последните два примера. Ако наистина не разбирате какво се случва, свържете се с администратора на сървъра си и му изпратете информацията по-долу. Ако администраторът на вашия сървър ви каже, че това не е възможно, не се отчайвайте – все още можете да използвате Pico CMS за пълните URL адреси на приложенията на Nextcloud, те винаги работят и са готови за използване.", + "Configure your web server" : "Конфигурирайте вашия уеб сървър", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Активирайте Pico CMS за пълния потенциал на Nextcloud, като конфигурирате вашия уеб сървър по подходящ начин.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимост от конфигурацията на вашия уеб сървър, потребителите могат да имат достъп до своите уеб сайтове, използвайки различни URL адреси. По подразбиране потребителите имат достъп до своите уеб сайтове, използвайки Pico CMS за пълния URL адрес на приложение на Nextcloud. Тези URL адреси обаче са доста дълги и поради това не са много удобни за потребителя. Поради тази причина Pico CMS за Nextcloud също поддържа съкратени URL адреси, използващи виртуалната папка \"sites/\". Използването на тази функция обаче изисква допълнителна конфигурация на уеб сървъра. Ако използвате уеб сървъра Apache, опитайте един от първите два примера, показани по-долу. Ако предпочитате да използвате уеб сървъра nginx, опитайте един от последните два примера. Ако наистина не разбирате какво се случва, свържете се с администратора на сървъра си и му изпратете информацията по-долу. Ако администраторът на вашия сървър ви каже, че това не е възможно, не се отчайвайте – все още можете да използвате Pico CMS за пълните URL адреси на приложенията на Nextcloud, те винаги работят и са готови за използване.", "Enable short website URLs" : "Активиране на кратки URL адреси на уеб сайтове", "Full application URLs" : "Пълни URL адреси на приложения", "Short website URLs" : "Кратки URL адреси на уеб сайтове ", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "След като сте конфигурирали вашия уеб сървър да активира съкратени URL адреси, трябва да изберете съответната опция по-горе, за да уведомите потребителите си за тази функция. Не активирайте тази опция, ако все още не сте конфигурирали виртуалната папка \"sites/\", като използвате един от примерите за конфигурация, показани по-долу.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "След като сте конфигурирали вашия уеб сървър да активира съкратени URL адреси, трябва да изберете съответната опция по-горе, за да уведомите потребителите си за тази функция. Не активирайте тази опция, ако все още не сте конфигурирали виртуалната папка \"sites/\", като използвате един от примерите за конфигурация, показани по-долу.", "Using Apache's mod_proxy" : "Използване на mod_proxy на Apache", "Your users' website URLs will look like the following:" : "URL адресите на уеб сайтове на вашите потребители ще изглеждат по следния начин:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf. Преди да направите това, трябва да активирате модулите mod_proxy и mod_proxy_http на Apache. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf. Преди да направите това, трябва да активирате модулите mod_proxy и mod_proxy_http на Apache. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", "Using Apache's mod_rewrite" : "Използване на mod_rewrite на Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Преди да копирате конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf, не забравяйте да активирате модула mod_rewrite на Apache. В противен случай вашият уеб сървър ще откаже да (ре)стартира или ще даде вътрешна грешка 500 в сървъра. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо mod_proxy, показано по-горе.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Преди да копирате конфигурационния фрагмент по-горе в раздел Nextcloud на вашия apache.conf, не забравяйте да активирате модула mod_rewrite на Apache. В противен случай вашият уеб сървър ще откаже да (ре)стартира или ще даде вътрешна грешка 500 в сървъра. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо mod_proxy, показано по-горе.", "Using nginx's proxy_pass" : "Използване на proxy_pass на nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в секцията на сървъра на Nextcloud { … } на вашия nginx.conf. Преди да направите това, трябва да активирате модула ngx_http_proxy_module на nginx. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирайте конфигурационния фрагмент по-горе в секцията на сървъра на Nextcloud { … } на вашия nginx.conf. Преди да направите това, трябва да активирате модула ngx_http_proxy_module на nginx. В противен случай вашият уеб сървър или ще откаже (ре)стартиране или ще изведе вътрешна грешка 500 в сървъра.", "Using nginx's rewrite" : "Използване на nginx пренаписване", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Просто копирайте конфигурационния фрагмент по-горе в секцията {…} на сървъра на Nextcloud на вашия nginx.conf. Моля, имайте предвид, че тази конфигурация всъщност няма да ви позволи да използвате съкратени URL адреси, тя просто пренасочва потребителите от съкратени URL адреси към пълния URL адрес на сайта. По този начин трябва да предпочетете решението, използващо директивата proxy_pass на nginx, показана по-горе.", "Version information" : "Информация за версията", @@ -150,9 +155,18 @@ "Created" : "Създаден", "Go to website" : "Отидете на уеб сайт", "Go to website directory" : "Отидете в директорията на уеб сайт", - "Toggle private website" : "Превключване на частен уеб сайт", + "Edit website name" : "Редактиране на името на уеб сайт", + "Edit private website settings" : "Редактиране на настройките на частния уеб сайт", "Delete website" : "Изтриване на уебсайт", "Actions" : "Действия", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS за Nextcloud поддържа както публични, така и частни уеб сайтове. Всеки има достъп до публични уеб сайтове, независимо дали се е вписан или не е. Ако искате да ограничите достъпа до определена подгрупа потребители, създайте частен уеб сайт. Всички посетители на частен уеб сайт трябва да са се вписали, в противен случай се показва грешка „Достъпът е забранен“. Освен това трябва да бъде изпълнено едно от следните условия: (1) потребителят има достъп до изходните файлове на уеб сайта (т.е. папката източник е споделена с потребителя), (2) потребителят е член на една от групите, изброени по-долу, или (3) потребителят е член на една от групите, посочени в YAML Front Matter на заявената страница, използвайки мета стойността \"достъп\".", + "Website type" : "Тип уеб сайт", + "Public website" : "Публичен уеб сайт", + "The website is publicly accessible and requires no authentication whatsoever." : "Уеб сайтът е публично достъпен и не изисква никакво удостоверяване.", + "Private website" : "Частен уеб сайт", + "The website requires authentication, access is limited to a subset of all users." : "Уеб сайтът изисква удостоверяване, достъпът е ограничен до подмножество от всички потребители.", + "Group access" : "Групов достъп", + "Grant access to all members of the selected groups." : "Предоставяне на достъп на всички членове на избраните групи.", "Reload websites list" : "Презареждане на списъка с уеб сайтове", "Create a new website" : "Създаване на нов уебсайт", "Just fill the form below to create your own personal website." : "Просто попълнете формуляра по-долу, за да създадете свой собствен личен уеб сайт.", diff --git a/l10n/br.js b/l10n/br.js index 9ea05f8a..9c842983 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Copy" : "Eilañ", "Save" : "Enrollañ", + "Location" : "Lec'hiadur", "Access forbidden" : "N'oc'h ket aotreet tremen", "Back to %s" : "Distro da %s", "Internal Server Error" : "Fazi servijour diabazh", diff --git a/l10n/br.json b/l10n/br.json index 0d2d9b7e..af645ee0 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -1,6 +1,7 @@ { "translations": { "Copy" : "Eilañ", "Save" : "Enrollañ", + "Location" : "Lec'hiadur", "Access forbidden" : "N'oc'h ket aotreet tremen", "Back to %s" : "Distro da %s", "Internal Server Error" : "Fazi servijour diabazh", diff --git a/l10n/ca.js b/l10n/ca.js index 54691e90..fd9455a7 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -46,7 +46,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "L'adreça del lloc web s'emmagatzema en un dispositiu extern (no local).", "Parent folder of the website's path not found." : "No s'ha trobat la carpeta per sobre de l'adreça del lloc web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "No s'ha pogut habilitar Pico CMS per Nextcloud: no s'ha trobat \"%s\". Assegure-vos d'instal·lar prèviament les dependències d'aquesta aplicació executant el comandament `composer install` al directori d'instal·lació de l'aplicació a sota de \"%s\". I després intenteu de nou activar Pico CMS.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "No s'ha pogut activar Pico CMS per Nextcloud: el servidor web no té permís per crear fitxers o carpetes a \"%s\". Assegureu-vos de donar permís d'escriptura al servidor a aquest directori canviant els permisos o el propietari del directori \"%s\" . I després intenteu de nou activar Pico CMS.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Creeu i publiqueu els vostres llocs web - amb Pico CMS per Nextcloud!", "Access forbidden" : "Accés prohibit", @@ -74,7 +73,7 @@ OC.L10N.register( "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si no voleu permetre que tots els usuaris creïn llocs web personals, podeu limitar el CMS Pico per Nextcloud a determinats grups. Seleccioneu els grups als que voleu limitar l'accés. Si deixeu aquest camp buit, l'ús no és limitat. No obstant això, la revocació de l'accés per a determinats grups no suprimirà cap dels llocs web d'un usuari.", "Custom themes" : "Temes personalitzats", "Add custom themes for greater individuality and style." : "Afegiu temes personalitzats per a una major individualitat i estil.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Abans d'afegir un tema personalitzat nou, carregui tots els arxius del tema a una carpeta nova en el següent directori. Si voleu editar un dels vostres temes personalitzats, consulteu aquest directori igualment.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Abans d'afegir un tema personalitzat nou, pugeu tots els fitxers del tema a una carpeta nova en la carpeta següent. Si voleu editar un dels vostres temes personalitzats, consulteu aquesta carpeta igualment.", "Loading themes…" : "S'estan carregant els temes…", "Add custom theme" : "Afegeix un tema personalitzat", "Reload themes list" : "Torna a carregar la llista de temes", @@ -114,21 +113,15 @@ OC.L10N.register( "Delete custom template" : "Suprimeix una plantilla personalitzada", "Base template" : "Plantilla base", "Template name" : "Nom de la plantilla", - "Configure your webserver" : "Configura el teu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activeu el CMS Pico amb tot el potencial de Nextcloud configurant el vostre servidor web adequadament.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "En funció de la configuració del servidor web, els usuaris poden accedir als seus llocs web mitjançant URL diferents. De manera predeterminada, els usuaris poden accedir als seus llocs web utilitzant l’URL d’aplicació completa del CMS Pico CMS per a Nextcloud. Tanmateix, aquests URL són força llargs i per tant no gaire fàcils d'usar. Per aquesta raó, el CMS Pico per Nextcloud també és compatible amb URL escurçats que utilitzen la carpeta virtual \"llocs/\". No obstant això, l'ús d'aquesta característica requereix una configuració addicional del servidor web. Si utilitzeu el servidor web Apache, proveu un dels dos primers exemples que es mostren a continuació. Si preferiu utilitzar el servidor web nginx, proveu un dels dos últims exemples. Si realment no entén què està passant, poseu-vos en contacte amb l'administrador del servidor i envieu-li la informació següent. Si l'administrador del servidor us indica que això no és possible, no desespereu: encara podeu utilitzar el CMS Pico per Nextcloud als URL complets de l'aplicació, sempre funcionen per ells mateixos.", "Enable short website URLs" : "Habilita els URL curts del lloc web", "Full application URLs" : "URL d'aplicació complets", "Short website URLs" : "URL web curt", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Després d'haver configurat el servidor web per habilitar els URL escurçats, heu de seleccionar l'opció corresponent anterior per fer saber als usuaris sobre aquesta funció. No habiliteu aquesta opció si no heu configurat la carpeta virtual \"llocs/\" però utilitzant un dels exemples de configuració que es mostren a continuació.", "Using Apache's mod_proxy" : "Ús de mod_proxy de l’Apache", "Your users' website URLs will look like the following:" : "Els URL del lloc web dels usuaris tindran l'aspecte següent:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copieu el fragment de configuració anterior a la secció de Nextcloud del vostre apache.conf. Abans de fer-ho, heu d'habilitar els mòduls mod_proxy i mod_proxy_http d’Apache. En cas contrari, el vostre servidor web es negarà a (tornar a)iniciar o produirà un error intern del servidor 500.", "Using Apache's mod_rewrite" : "Ús de mod_rewrite de l’Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Abans de copiar el fragment de configuració anterior a la secció de Nextcloud del vostre apache.conf, assegureu-vos d'habilitar el mòdul mod_rewrite d’Apache. En cas contrari, el vostre servidor web es negarà a (re)iniciar o produirà un error intern del servidor 500. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així hauríeu de preferir la solució que utilitza mod_proxy mostrada a dalt.", "Using nginx's proxy_pass" : "Ús de proxy_pass de nginx", "Using nginx's rewrite" : "Ús de la reescriptura de nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplement copieu el fragment de configuració anterior a la secció del servidor de Nextcloud { ... } del vostre nginx.conf. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així haurieu de preferir la solució que utilitza la directiva de proxy_pass de nginx mostrada a dalt.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplement copieu el fragment de configuració anterior a la secció del servidor de Nextcloud { … } del vostre nginx.conf. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així haurieu de preferir la solució que utilitza la directiva de proxy_pass de nginx mostrada a dalt.", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "CMS Pico per Nextcloud combina el poder de Pico i Nextcloud per crear llocs web senzills, segurs, compartibles i sorprenentment potents amb només uns pocs clics. Pico és un CMS de fitxers ràpid i pla estúpidament simple, que fa que la web sigui fàcil!", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Iniciar un bloc, compartir el seu currículum vitae amb el món, crear un pla per a la dominació mundial i només compartir-lo amb els amics correctes o construir una base de coneixement i deixar que els més espavilats dels seus col·legues ajudin. El CMS Pico per Nextcloud li permet crear i gestionar els seus propis llocs web. Crear una pàgina nova amb Pico no és més que crear un fitxer de text senzill als fitxers Nextcloud. No es requereix configuració, no hi ha interfícies de gestió molt complexes - només fitxers. Encaixa perfectament amb Nextcloud. Compartició segura, col·laboració, control d’accés - no només per als seus arxius, sinó també els seus llocs web, tot fet possible pel CMS Pico per Nextcloud! Trencant els límits entre els dispositius Mòbils i d'escriptori i el servidor.", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Vols obtenir més informació sobre el CMS Pico per Nextcloud? Fàcil! Només ha de crear el seu primer lloc web personal utilitzant la plantilla \"sample_pico\" . Els continguts de mostra de Pico li explicaran tot el que necessites saber…", @@ -141,7 +134,6 @@ OC.L10N.register( "Created" : "Creat", "Go to website" : "Anar al web", "Go to website directory" : "Anar al directori de llocs web", - "Toggle private website" : "Commuta el lloc web privat", "Delete website" : "Suprimeix el lloc web", "Actions" : "Accions", "Create a new website" : "Creeu un lloc web nou", diff --git a/l10n/ca.json b/l10n/ca.json index 2d875bdb..164ca78e 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -44,7 +44,6 @@ "The website's path is stored on a non-local storage." : "L'adreça del lloc web s'emmagatzema en un dispositiu extern (no local).", "Parent folder of the website's path not found." : "No s'ha trobat la carpeta per sobre de l'adreça del lloc web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "No s'ha pogut habilitar Pico CMS per Nextcloud: no s'ha trobat \"%s\". Assegure-vos d'instal·lar prèviament les dependències d'aquesta aplicació executant el comandament `composer install` al directori d'instal·lació de l'aplicació a sota de \"%s\". I després intenteu de nou activar Pico CMS.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "No s'ha pogut activar Pico CMS per Nextcloud: el servidor web no té permís per crear fitxers o carpetes a \"%s\". Assegureu-vos de donar permís d'escriptura al servidor a aquest directori canviant els permisos o el propietari del directori \"%s\" . I després intenteu de nou activar Pico CMS.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Creeu i publiqueu els vostres llocs web - amb Pico CMS per Nextcloud!", "Access forbidden" : "Accés prohibit", @@ -72,7 +71,7 @@ "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si no voleu permetre que tots els usuaris creïn llocs web personals, podeu limitar el CMS Pico per Nextcloud a determinats grups. Seleccioneu els grups als que voleu limitar l'accés. Si deixeu aquest camp buit, l'ús no és limitat. No obstant això, la revocació de l'accés per a determinats grups no suprimirà cap dels llocs web d'un usuari.", "Custom themes" : "Temes personalitzats", "Add custom themes for greater individuality and style." : "Afegiu temes personalitzats per a una major individualitat i estil.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Abans d'afegir un tema personalitzat nou, carregui tots els arxius del tema a una carpeta nova en el següent directori. Si voleu editar un dels vostres temes personalitzats, consulteu aquest directori igualment.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Abans d'afegir un tema personalitzat nou, pugeu tots els fitxers del tema a una carpeta nova en la carpeta següent. Si voleu editar un dels vostres temes personalitzats, consulteu aquesta carpeta igualment.", "Loading themes…" : "S'estan carregant els temes…", "Add custom theme" : "Afegeix un tema personalitzat", "Reload themes list" : "Torna a carregar la llista de temes", @@ -112,21 +111,15 @@ "Delete custom template" : "Suprimeix una plantilla personalitzada", "Base template" : "Plantilla base", "Template name" : "Nom de la plantilla", - "Configure your webserver" : "Configura el teu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activeu el CMS Pico amb tot el potencial de Nextcloud configurant el vostre servidor web adequadament.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "En funció de la configuració del servidor web, els usuaris poden accedir als seus llocs web mitjançant URL diferents. De manera predeterminada, els usuaris poden accedir als seus llocs web utilitzant l’URL d’aplicació completa del CMS Pico CMS per a Nextcloud. Tanmateix, aquests URL són força llargs i per tant no gaire fàcils d'usar. Per aquesta raó, el CMS Pico per Nextcloud també és compatible amb URL escurçats que utilitzen la carpeta virtual \"llocs/\". No obstant això, l'ús d'aquesta característica requereix una configuració addicional del servidor web. Si utilitzeu el servidor web Apache, proveu un dels dos primers exemples que es mostren a continuació. Si preferiu utilitzar el servidor web nginx, proveu un dels dos últims exemples. Si realment no entén què està passant, poseu-vos en contacte amb l'administrador del servidor i envieu-li la informació següent. Si l'administrador del servidor us indica que això no és possible, no desespereu: encara podeu utilitzar el CMS Pico per Nextcloud als URL complets de l'aplicació, sempre funcionen per ells mateixos.", "Enable short website URLs" : "Habilita els URL curts del lloc web", "Full application URLs" : "URL d'aplicació complets", "Short website URLs" : "URL web curt", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Després d'haver configurat el servidor web per habilitar els URL escurçats, heu de seleccionar l'opció corresponent anterior per fer saber als usuaris sobre aquesta funció. No habiliteu aquesta opció si no heu configurat la carpeta virtual \"llocs/\" però utilitzant un dels exemples de configuració que es mostren a continuació.", "Using Apache's mod_proxy" : "Ús de mod_proxy de l’Apache", "Your users' website URLs will look like the following:" : "Els URL del lloc web dels usuaris tindran l'aspecte següent:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copieu el fragment de configuració anterior a la secció de Nextcloud del vostre apache.conf. Abans de fer-ho, heu d'habilitar els mòduls mod_proxy i mod_proxy_http d’Apache. En cas contrari, el vostre servidor web es negarà a (tornar a)iniciar o produirà un error intern del servidor 500.", "Using Apache's mod_rewrite" : "Ús de mod_rewrite de l’Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Abans de copiar el fragment de configuració anterior a la secció de Nextcloud del vostre apache.conf, assegureu-vos d'habilitar el mòdul mod_rewrite d’Apache. En cas contrari, el vostre servidor web es negarà a (re)iniciar o produirà un error intern del servidor 500. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així hauríeu de preferir la solució que utilitza mod_proxy mostrada a dalt.", "Using nginx's proxy_pass" : "Ús de proxy_pass de nginx", "Using nginx's rewrite" : "Ús de la reescriptura de nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplement copieu el fragment de configuració anterior a la secció del servidor de Nextcloud { ... } del vostre nginx.conf. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així haurieu de preferir la solució que utilitza la directiva de proxy_pass de nginx mostrada a dalt.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplement copieu el fragment de configuració anterior a la secció del servidor de Nextcloud { … } del vostre nginx.conf. Tingueu en compte que aquesta configuració no us permetrà utilitzar URL curts, només redirigeix els usuaris d'URL curts a l'URL complet del lloc. Així haurieu de preferir la solució que utilitza la directiva de proxy_pass de nginx mostrada a dalt.", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "CMS Pico per Nextcloud combina el poder de Pico i Nextcloud per crear llocs web senzills, segurs, compartibles i sorprenentment potents amb només uns pocs clics. Pico és un CMS de fitxers ràpid i pla estúpidament simple, que fa que la web sigui fàcil!", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Iniciar un bloc, compartir el seu currículum vitae amb el món, crear un pla per a la dominació mundial i només compartir-lo amb els amics correctes o construir una base de coneixement i deixar que els més espavilats dels seus col·legues ajudin. El CMS Pico per Nextcloud li permet crear i gestionar els seus propis llocs web. Crear una pàgina nova amb Pico no és més que crear un fitxer de text senzill als fitxers Nextcloud. No es requereix configuració, no hi ha interfícies de gestió molt complexes - només fitxers. Encaixa perfectament amb Nextcloud. Compartició segura, col·laboració, control d’accés - no només per als seus arxius, sinó també els seus llocs web, tot fet possible pel CMS Pico per Nextcloud! Trencant els límits entre els dispositius Mòbils i d'escriptori i el servidor.", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Vols obtenir més informació sobre el CMS Pico per Nextcloud? Fàcil! Només ha de crear el seu primer lloc web personal utilitzant la plantilla \"sample_pico\" . Els continguts de mostra de Pico li explicaran tot el que necessites saber…", @@ -139,7 +132,6 @@ "Created" : "Creat", "Go to website" : "Anar al web", "Go to website directory" : "Anar al directori de llocs web", - "Toggle private website" : "Commuta el lloc web privat", "Delete website" : "Suprimeix el lloc web", "Actions" : "Accions", "Create a new website" : "Creeu un lloc web nou", diff --git a/l10n/cs.js b/l10n/cs.js index 406cd550..4997eb08 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Motiv vzhledu už existuje.", "Website exists." : "Web existuje.", "No permission." : "Žádné oprávnění.", + "The value given is invalid." : "Zadaná hodnota není platná.", "Website not found." : "Web nenalezen.", "Local (unencrypted)" : "Místní (nešifrované)", "Location" : "Umístění", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Popis umístění webu se nachází na vzdáleném úložišti.", "Parent folder of the website's path not found." : "Nadřazená složka v popisu umístění webu nenalezena.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Nepodařilo se najít „%s“. Ověřte že jsou nainstalované součásti, která aplikace potřebuje, spušením „composer install“ v instalačním adresáři aplikace níže „%s“. Pak se pokuste Pico CMS pro Nexcloud zapnout znovu.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Webový server nemá oprávnění vytvářet soubory a složky v „%s“. Zajistěte, aby webový server měl právo zapisovat do této složky změnou oprávnění na něm a vlastnictví na to stejné, jako u adresáře „%s“. Poté zkuste Pico CMS pro Nexcloud zapnout znovu.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Webový server nemá oprávnění vytvářet soubory a složky v „%s“. Zajistěte, aby webový server měl právo zapisovat do této složky změnou oprávnění na něm a vlastnictví na to stejné, jako u adresáře „%s“. Poté zkuste Pico CMS pro Nexcloud zapnout znovu.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Vytvářejte a vydávejte své vlastní weby – s Pico CMS pro Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS pro Nextcloud](https://github.com/nextcloud/cms_pico) kombinuje sílu [**Pico**](http://picocms.org/) a [**Nextcloud**](https://nextcloud.com/) pro vytváření jednoduchých, bezpečných, sdílitelných a překvapivě mocných webů s použitím jen několika kliknutí. Pico je velmi jednoduchý, rychlý, na prostých souborech založený systém pro správu obsahu (CMS) – činící web jednoduchým.\n\n* Založte si blog\n* Sdílejte svůj životopis se světem\n* Vytvořte plán na ovládnutí světa a sdílejte ho pouze s práteli\n* Vytvořte databázi znalostí a nechte kolegy pomoci\n\nNainstalování Pico CMS pro Nextcloud umožňuje vašim uživatelům vytvářet a spravovat jejich vlastní weby. Vytvoření nové stránky pomocí Pico není nic víc než vytvoření jednoduchého textového souboru v Nexcloud souborech uživatele. Není potřeba žádného nastavování, žádná komplexní rozhraní pro správu – pouze soubory. Je to skvělá shoda pro Nextcloud. Zabezpečené sdílení, spolupráce, řízení přístupu – nejen pro soubory, ale také pro weby, vše možné pomocí Pico CMS pro Nextcloud. Boří hranice mezi vašimi mobilními a desktopovými zařízeními a serverem.\n\nWeby budou přístupné prostřednictvím URL adres jako `https://cloud.example.com/sites/moje_stranky/` a sestávat se pouze z několika textových souborů s příponou `.md` v Nexcloud souborech uživatele. `.md` je zkratka pro [**Markdown**](https://www.markdownguide.org/) – super jednoduchý a intuitivní značkovací jazyk pro vytváření nadpisů, odstavců, formátování textu, seznamů, obrázků a odkazů. Ale nebojte, nebudete se muset učit ještě další jazyk, pokud nechcete. Zvažte zapnutí aplikace Nexcloud [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) pro usnadnění. Poznamenejme, že textový editor, vestavěný v Nextcloud není kompatibilní s Pico CMS pro Nextcloud. Ale co metadata jako nadpisy stránky nebo datum vydání? Hádáte správně, je to všechno na jednom místě. Na začátku svých markdown souborů je možné umístit blok s takovými metadaty, zvaný [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Vytváření webů nemůže být snazší…\n\nAle to není vše… Pico CMS pro Nextcloud je velmi přizpůsobitelný. Vzhled Pico je možné změnit použitím uživatelsky určených motivů vzhledu a přidávat nové funkce pomocí uživatelsky určených zásuvných modulů. Z bezpečnostních důvodů uživatelů nemohou přidávat ani vlastní motivy vzhledu, ani zásuvné moduly sami. Ale jako správce můžete. Zásuvné modly a motivy vzhledu nejsou jen nové „vzhledy“ nebo „ovládací prvky“. Technologie, na kterých je založeno jsou mocné aplikační rámce, pomocí kterých je možné učinit weby vašich uživatelů skutečně unikátní. Nicméně, s velkou mocí přichází velká odpovědnost. Pico CMS pro Nextcloud dělá co může aby uživatelé nemohli vkládat do svých webů skripty, protože by toto mohlo představovat bezpečnostní riziko (takzvané „Cross Scripting“). Protože toto bezpečnostní riziko se netýká Pico samotného, vývojáři třetích stran zásuvných modulů a motivů vzhledu si nemusí být tohoto problému vědomi – takže buďte při instalaci uživatelsky určených zásuvných modulů a motivů vzhledu opatrní.\n\nChcete o Pico CMS pro Nextcloud dozvědět víc? Je to snadné – stačí si stáhnout a zapnout aplikaci z [katalogu aplikací pro Nextcloud](https://apps.nextcloud.com/apps/cms_pico) a přejít na stránku nastavení Nextcloud. Jako správce zde naleznete dvě sekce „Pice CMS“ – jednu pod „Osobní“ a druhou pod „Správa“. Druhé jmenovaná umožňuje do Pico přidávat uživatelsky určené motivy vzhjledu, zásuvné moduly a šablony, stejně jako doladit některá pokročilá nastavení. Sekce „Pico CMS“ pod „Osobní“ existuje pro všechny uživatele Nextcloud a umožňuje jim vytvářet osobní weby. Jednoduše vytvořte svůj první osobní web a jako šablonu zvolte „sample_pico“. Ukázkový obsah z Pico vám vysvětlí vše potřebné…", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Přidat uživatelsky určený zásuvný modul", "Reload plugins list" : "Znovu načíst seznam zásuvných modulů", "Compatible plugin." : "Kompatibilní zásuvný modul", + "Example plugin" : "Zásuvný modul pro ukázku", + "Copy example plugin" : "Zkopírovat zásuvný modul pro ukázku", "System plugin" : "Systémový zásuvný modul", "Custom plugin" : "Uživatelsky určený zásuvný modul", "Reload custom plugin" : "Znovu načíst uživatelsky určený zásuvný modul", "Delete custom plugin" : "Smazat uživatelsky určený zásuvný modul", + "Base plugin" : "Základní zásuvný modul", + "Plugin name" : "Název zásuvného modulu", "Custom templates" : "Uživatelsky určené šablony", "Make it easier for users to create new websites." : "Usnadněte uživatelům vytváření jejich webů.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Vytváření nových webů může být těžké – kde vlastně vůbec začít? Uživatelsky určené šablony slouží jako výchozí bod pro uživatele pro vytváření nového webu pomocí Pico CMS pro Nextcloud. Před přidáním nové uživatelsky určené šablony pomocí tlačítka „Přidat uživatelsky určenou šablonu“ níže, je třeba nahrát všechny soubory šablony do složky data vaší instance Nextcloud. Po nahrání šablony se zobrazí v níže uvedeném formuláři, odkud ji půjde přidat do formuláře „Vytvořit nový web“ pro vaše uživatele. Pokud chcete některou z dříve přidaných šablon upravit, stačí upravit příslušné soubory ve složce data.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Smazat uživatelsky určenou šablonu", "Base template" : "Základní šablona", "Template name" : "Název šablony", - "Configure your webserver" : "Nastavit váš webový server", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Využijte celého potenciálu Pico CMS pro Nextcloud příslušným nastavením vašeho webového serveru.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti na nastavení vašeho webového serveru, uživatelé mohou ke svým webům přistupovat prostřednictvím URL adres. Ve výchozím stavu, uživatelé mohou přistupovat ke svým webům pomocí Pico CMS pro Nextcloud úplné URL adresy aplikace. Nicméně, tyto URL adresy jsou dosti dlouhé a proto nepříliš uživatelsky přívětivé. Z tohoto důvodu, Pico CMS pro Nextcloud podporuje také zkrácené URL adresy, s využitím virtuální složky „sites/“. Nicméně použití této funkce vyžaduje dodatečné nastavení webového serveru. Pokud provozujte webový server Apache, zkuste jeden z prvních dvou příkladů, zobrazených níže. Pokud namísto toho používáte webový server nginx, zkuste jeden z posledních dvou příkladů. Pokud skutečně nerozumíte tomu, o co jde, obraťte se na správce vašeho serveru a pošlete mu níže uvedené informace. Pokud vám správce sdělí, že to není možné, nezoufejte, i tak můžete pořád používat Pico CMS pro Nextcloud úplné adresy, ty fungují vždy.", + "Configure your web server" : "Nastavit váš webový server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Využijte celého potenciálu Pico CMS pro Nextcloud příslušným nastavením vašeho webového serveru.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti na nastavení vašeho webového serveru, uživatelé mohou ke svým webům přistupovat prostřednictvím URL adres. Ve výchozím stavu, uživatelé mohou přistupovat ke svým webům pomocí Pico CMS pro Nextcloud úplné URL adresy aplikace. Nicméně, tyto URL adresy jsou dosti dlouhé a proto nepříliš uživatelsky přívětivé. Z tohoto důvodu, Pico CMS pro Nextcloud podporuje také zkrácené URL adresy, s využitím virtuální složky „sites/“. Nicméně použití této funkce vyžaduje dodatečné nastavení webového serveru. Pokud provozujte webový server Apache, zkuste jeden z prvních dvou příkladů, zobrazených níže. Pokud namísto toho používáte webový server nginx, zkuste jeden z posledních dvou příkladů. Pokud skutečně nerozumíte tomu, o co jde, obraťte se na správce vašeho serveru a pošlete mu níže uvedené informace. Pokud vám správce sdělí, že to není možné, nezoufejte, i tak můžete pořád používat Pico CMS pro Nextcloud úplné adresy, ty fungují vždy.", "Enable short website URLs" : "Zapnout krátké URL adresy webu", "Full application URLs" : "Úplné URL adresy aplikace", "Short website URLs" : "Krátké URL adresy webu", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nastavili jste svůj webový server tak, aby zkracoval URL adresy. Měli byste proto vybrat příslušné volby výše a dát tak uživatelům o této funkci vědět. Tuto funkci nezapínejte pokud jste nenastavili virtuální složku „sites/“ pomocí jednoho z příkladů nastavení zobrazeného níže.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nastavili jste svůj webový server tak, aby zkracoval URL adresy. Měli byste proto vybrat příslušné volby výše a dát tak uživatelům o této funkci vědět. Tuto funkci nezapínejte pokud jste nenastavili virtuální složku „sites/“ pomocí jednoho z příkladů nastavení zobrazeného níže.", "Using Apache's mod_proxy" : "Pomocí mod_proxy z Apache", "Your users' website URLs will look like the following:" : "URL adresy vašeho webu budou vypadat nějak takto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený výstřižek z nastavení do sekce Nextcloud's vašeho apache.conf. Než tak uděláte, je třeba zapnout jak mod_proxy, tak mod_proxy_http moduly pro apache. Jinak váš webový server buď odmítne (re)start (re)start nebo bude hlásit 500 vnitřní chyba serveru.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený výstřižek z nastavení do sekce Nextcloud's vašeho apache.conf. Než tak uděláte, je třeba zapnout jak mod_proxy, tak mod_proxy_http moduly pro apache. Jinak váš webový server buď odmítne (re)start (re)start nebo bude hlásit 500 vnitřní chyba serveru.", "Using Apache's mod_rewrite" : "Pomocí mod_rewrite z Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Před zkopírováním výše uvedeného výstřižku z nastavení do sekce Nextcloud vašeho apache.conf zajistěte, aby byl zapnutý také apache modul mod_rewrite. Jinak váš vebový server odmítne (re)start nebo bude vypisovat 500 vnitřní chyba serveru. Poznamenejme, že toto nastavení ve skutečnosti neumožní používat zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit výše ukázané řešení využívající mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Před zkopírováním výše uvedeného výstřižku z nastavení do sekce Nextcloud vašeho apache.conf zajistěte, aby byl zapnutý také apache modul mod_rewrite. Jinak váš vebový server odmítne (re)start nebo bude vypisovat 500 vnitřní chyba serveru. Poznamenejme, že toto nastavení ve skutečnosti neumožní používat zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit výše ukázané řešení využívající mod_proxy.", "Using nginx's proxy_pass" : "Pomocí proxy_pass z nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený fragment nastavení do Nextcloud serveru {…} v sekci nginx.conf. Než tak učiníte, je třeba povolit modul ngx_http_proxy_module. Jinak váš webový server buď odmítne (znovu) spustit, nebo způsobí interní chybu serveru 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený fragment nastavení do Nextcloud serveru {…} v sekci nginx.conf. Než tak učiníte, je třeba povolit modul ngx_http_proxy_module. Jinak váš webový server buď odmítne (znovu) spustit, nebo způsobí interní chybu serveru 500.", "Using nginx's rewrite" : "Pomocí rewrite z nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Stačí zkopírovat výše uvedené výstřižky z nastavení do sekce pro Nextcloud { … } v nginx.conf. Uvědomte si, že toto nastavení ve skutečnosti neumožní použít zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit řešení využívající nginx proxy_pass direktivu, ukázanou výše.", "Version information" : "Informace o verzi", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Vytvořeno", "Go to website" : "Přejít na web", "Go to website directory" : "Přejít do složky webu", - "Toggle private website" : "Vyp/zap. soukromý web", + "Edit website name" : "Upravit název stránky", + "Edit private website settings" : "Upravit nastavení soukromé stránky", "Delete website" : "Smazat webovou stránku", "Actions" : "Akce", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pro Nextcloud podporuje jak veřejné, tak soukromé weby. K veřejným webům může přistupovat kdokoli, ať už je přihlášení nebo ne. Pokud chcete omezit přístup na určitou podmnožinu uživatelů, vytvořte soukromý web. Je třeba, aby všichni návštěvníci soukromého webu byli přihlášení, jinak se jim zobrazí chyba „Přístup odepřen“. Dále je třeba, aby byla splněna jedna z následujících podmínek: (1) uživatel má přístup ke zdrojovým souborům webu (tj. zdrojová složka je uživateli nasdílena), (2) uživatel je členem jedné z níže uvedených skupin, nebo (3) uživatel je členem nějaké ze skupin uvedené v YAML Front Matter požadované stránky pomocí meta hodnoty „access“ (přístup).", + "Website type" : "Typ webu", + "Public website" : "Veřejný web", + "The website is publicly accessible and requires no authentication whatsoever." : "Veřejný web je veřejně přístupný a nevyžaduje žádné ověřování se.", + "Private website" : "Soukromý web", + "The website requires authentication, access is limited to a subset of all users." : "Web vyžaduje ověření se, přístup je omezen na podmnožinu ze všech uživatelů.", + "Group access" : "Přístup skupiny", + "Grant access to all members of the selected groups." : "Udělit přístup všem členům označených skupin.", "Reload websites list" : "Znovu načíst seznam webových stránek", "Create a new website" : "Vytvořit nový web", "Just fill the form below to create your own personal website." : "Pro vytvoření vlastního osobního webu stačí vyplnit níže uvedený formulář.", diff --git a/l10n/cs.json b/l10n/cs.json index cf17f9c8..3f7f3dd0 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -25,6 +25,7 @@ "Theme exists already." : "Motiv vzhledu už existuje.", "Website exists." : "Web existuje.", "No permission." : "Žádné oprávnění.", + "The value given is invalid." : "Zadaná hodnota není platná.", "Website not found." : "Web nenalezen.", "Local (unencrypted)" : "Místní (nešifrované)", "Location" : "Umístění", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Popis umístění webu se nachází na vzdáleném úložišti.", "Parent folder of the website's path not found." : "Nadřazená složka v popisu umístění webu nenalezena.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Nepodařilo se najít „%s“. Ověřte že jsou nainstalované součásti, která aplikace potřebuje, spušením „composer install“ v instalačním adresáři aplikace níže „%s“. Pak se pokuste Pico CMS pro Nexcloud zapnout znovu.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Webový server nemá oprávnění vytvářet soubory a složky v „%s“. Zajistěte, aby webový server měl právo zapisovat do této složky změnou oprávnění na něm a vlastnictví na to stejné, jako u adresáře „%s“. Poté zkuste Pico CMS pro Nexcloud zapnout znovu.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodařilo se zapnout Pico CMS pro Nexcloud: Webový server nemá oprávnění vytvářet soubory a složky v „%s“. Zajistěte, aby webový server měl právo zapisovat do této složky změnou oprávnění na něm a vlastnictví na to stejné, jako u adresáře „%s“. Poté zkuste Pico CMS pro Nexcloud zapnout znovu.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Vytvářejte a vydávejte své vlastní weby – s Pico CMS pro Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS pro Nextcloud](https://github.com/nextcloud/cms_pico) kombinuje sílu [**Pico**](http://picocms.org/) a [**Nextcloud**](https://nextcloud.com/) pro vytváření jednoduchých, bezpečných, sdílitelných a překvapivě mocných webů s použitím jen několika kliknutí. Pico je velmi jednoduchý, rychlý, na prostých souborech založený systém pro správu obsahu (CMS) – činící web jednoduchým.\n\n* Založte si blog\n* Sdílejte svůj životopis se světem\n* Vytvořte plán na ovládnutí světa a sdílejte ho pouze s práteli\n* Vytvořte databázi znalostí a nechte kolegy pomoci\n\nNainstalování Pico CMS pro Nextcloud umožňuje vašim uživatelům vytvářet a spravovat jejich vlastní weby. Vytvoření nové stránky pomocí Pico není nic víc než vytvoření jednoduchého textového souboru v Nexcloud souborech uživatele. Není potřeba žádného nastavování, žádná komplexní rozhraní pro správu – pouze soubory. Je to skvělá shoda pro Nextcloud. Zabezpečené sdílení, spolupráce, řízení přístupu – nejen pro soubory, ale také pro weby, vše možné pomocí Pico CMS pro Nextcloud. Boří hranice mezi vašimi mobilními a desktopovými zařízeními a serverem.\n\nWeby budou přístupné prostřednictvím URL adres jako `https://cloud.example.com/sites/moje_stranky/` a sestávat se pouze z několika textových souborů s příponou `.md` v Nexcloud souborech uživatele. `.md` je zkratka pro [**Markdown**](https://www.markdownguide.org/) – super jednoduchý a intuitivní značkovací jazyk pro vytváření nadpisů, odstavců, formátování textu, seznamů, obrázků a odkazů. Ale nebojte, nebudete se muset učit ještě další jazyk, pokud nechcete. Zvažte zapnutí aplikace Nexcloud [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) pro usnadnění. Poznamenejme, že textový editor, vestavěný v Nextcloud není kompatibilní s Pico CMS pro Nextcloud. Ale co metadata jako nadpisy stránky nebo datum vydání? Hádáte správně, je to všechno na jednom místě. Na začátku svých markdown souborů je možné umístit blok s takovými metadaty, zvaný [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Vytváření webů nemůže být snazší…\n\nAle to není vše… Pico CMS pro Nextcloud je velmi přizpůsobitelný. Vzhled Pico je možné změnit použitím uživatelsky určených motivů vzhledu a přidávat nové funkce pomocí uživatelsky určených zásuvných modulů. Z bezpečnostních důvodů uživatelů nemohou přidávat ani vlastní motivy vzhledu, ani zásuvné moduly sami. Ale jako správce můžete. Zásuvné modly a motivy vzhledu nejsou jen nové „vzhledy“ nebo „ovládací prvky“. Technologie, na kterých je založeno jsou mocné aplikační rámce, pomocí kterých je možné učinit weby vašich uživatelů skutečně unikátní. Nicméně, s velkou mocí přichází velká odpovědnost. Pico CMS pro Nextcloud dělá co může aby uživatelé nemohli vkládat do svých webů skripty, protože by toto mohlo představovat bezpečnostní riziko (takzvané „Cross Scripting“). Protože toto bezpečnostní riziko se netýká Pico samotného, vývojáři třetích stran zásuvných modulů a motivů vzhledu si nemusí být tohoto problému vědomi – takže buďte při instalaci uživatelsky určených zásuvných modulů a motivů vzhledu opatrní.\n\nChcete o Pico CMS pro Nextcloud dozvědět víc? Je to snadné – stačí si stáhnout a zapnout aplikaci z [katalogu aplikací pro Nextcloud](https://apps.nextcloud.com/apps/cms_pico) a přejít na stránku nastavení Nextcloud. Jako správce zde naleznete dvě sekce „Pice CMS“ – jednu pod „Osobní“ a druhou pod „Správa“. Druhé jmenovaná umožňuje do Pico přidávat uživatelsky určené motivy vzhjledu, zásuvné moduly a šablony, stejně jako doladit některá pokročilá nastavení. Sekce „Pico CMS“ pod „Osobní“ existuje pro všechny uživatele Nextcloud a umožňuje jim vytvářet osobní weby. Jednoduše vytvořte svůj první osobní web a jako šablonu zvolte „sample_pico“. Ukázkový obsah z Pico vám vysvětlí vše potřebné…", @@ -99,10 +100,14 @@ "Add custom plugin" : "Přidat uživatelsky určený zásuvný modul", "Reload plugins list" : "Znovu načíst seznam zásuvných modulů", "Compatible plugin." : "Kompatibilní zásuvný modul", + "Example plugin" : "Zásuvný modul pro ukázku", + "Copy example plugin" : "Zkopírovat zásuvný modul pro ukázku", "System plugin" : "Systémový zásuvný modul", "Custom plugin" : "Uživatelsky určený zásuvný modul", "Reload custom plugin" : "Znovu načíst uživatelsky určený zásuvný modul", "Delete custom plugin" : "Smazat uživatelsky určený zásuvný modul", + "Base plugin" : "Základní zásuvný modul", + "Plugin name" : "Název zásuvného modulu", "Custom templates" : "Uživatelsky určené šablony", "Make it easier for users to create new websites." : "Usnadněte uživatelům vytváření jejich webů.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Vytváření nových webů může být těžké – kde vlastně vůbec začít? Uživatelsky určené šablony slouží jako výchozí bod pro uživatele pro vytváření nového webu pomocí Pico CMS pro Nextcloud. Před přidáním nové uživatelsky určené šablony pomocí tlačítka „Přidat uživatelsky určenou šablonu“ níže, je třeba nahrát všechny soubory šablony do složky data vaší instance Nextcloud. Po nahrání šablony se zobrazí v níže uvedeném formuláři, odkud ji půjde přidat do formuláře „Vytvořit nový web“ pro vaše uživatele. Pokud chcete některou z dříve přidaných šablon upravit, stačí upravit příslušné soubory ve složce data.", @@ -118,20 +123,20 @@ "Delete custom template" : "Smazat uživatelsky určenou šablonu", "Base template" : "Základní šablona", "Template name" : "Název šablony", - "Configure your webserver" : "Nastavit váš webový server", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Využijte celého potenciálu Pico CMS pro Nextcloud příslušným nastavením vašeho webového serveru.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti na nastavení vašeho webového serveru, uživatelé mohou ke svým webům přistupovat prostřednictvím URL adres. Ve výchozím stavu, uživatelé mohou přistupovat ke svým webům pomocí Pico CMS pro Nextcloud úplné URL adresy aplikace. Nicméně, tyto URL adresy jsou dosti dlouhé a proto nepříliš uživatelsky přívětivé. Z tohoto důvodu, Pico CMS pro Nextcloud podporuje také zkrácené URL adresy, s využitím virtuální složky „sites/“. Nicméně použití této funkce vyžaduje dodatečné nastavení webového serveru. Pokud provozujte webový server Apache, zkuste jeden z prvních dvou příkladů, zobrazených níže. Pokud namísto toho používáte webový server nginx, zkuste jeden z posledních dvou příkladů. Pokud skutečně nerozumíte tomu, o co jde, obraťte se na správce vašeho serveru a pošlete mu níže uvedené informace. Pokud vám správce sdělí, že to není možné, nezoufejte, i tak můžete pořád používat Pico CMS pro Nextcloud úplné adresy, ty fungují vždy.", + "Configure your web server" : "Nastavit váš webový server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Využijte celého potenciálu Pico CMS pro Nextcloud příslušným nastavením vašeho webového serveru.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti na nastavení vašeho webového serveru, uživatelé mohou ke svým webům přistupovat prostřednictvím URL adres. Ve výchozím stavu, uživatelé mohou přistupovat ke svým webům pomocí Pico CMS pro Nextcloud úplné URL adresy aplikace. Nicméně, tyto URL adresy jsou dosti dlouhé a proto nepříliš uživatelsky přívětivé. Z tohoto důvodu, Pico CMS pro Nextcloud podporuje také zkrácené URL adresy, s využitím virtuální složky „sites/“. Nicméně použití této funkce vyžaduje dodatečné nastavení webového serveru. Pokud provozujte webový server Apache, zkuste jeden z prvních dvou příkladů, zobrazených níže. Pokud namísto toho používáte webový server nginx, zkuste jeden z posledních dvou příkladů. Pokud skutečně nerozumíte tomu, o co jde, obraťte se na správce vašeho serveru a pošlete mu níže uvedené informace. Pokud vám správce sdělí, že to není možné, nezoufejte, i tak můžete pořád používat Pico CMS pro Nextcloud úplné adresy, ty fungují vždy.", "Enable short website URLs" : "Zapnout krátké URL adresy webu", "Full application URLs" : "Úplné URL adresy aplikace", "Short website URLs" : "Krátké URL adresy webu", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nastavili jste svůj webový server tak, aby zkracoval URL adresy. Měli byste proto vybrat příslušné volby výše a dát tak uživatelům o této funkci vědět. Tuto funkci nezapínejte pokud jste nenastavili virtuální složku „sites/“ pomocí jednoho z příkladů nastavení zobrazeného níže.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nastavili jste svůj webový server tak, aby zkracoval URL adresy. Měli byste proto vybrat příslušné volby výše a dát tak uživatelům o této funkci vědět. Tuto funkci nezapínejte pokud jste nenastavili virtuální složku „sites/“ pomocí jednoho z příkladů nastavení zobrazeného níže.", "Using Apache's mod_proxy" : "Pomocí mod_proxy z Apache", "Your users' website URLs will look like the following:" : "URL adresy vašeho webu budou vypadat nějak takto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený výstřižek z nastavení do sekce Nextcloud's vašeho apache.conf. Než tak uděláte, je třeba zapnout jak mod_proxy, tak mod_proxy_http moduly pro apache. Jinak váš webový server buď odmítne (re)start (re)start nebo bude hlásit 500 vnitřní chyba serveru.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený výstřižek z nastavení do sekce Nextcloud's vašeho apache.conf. Než tak uděláte, je třeba zapnout jak mod_proxy, tak mod_proxy_http moduly pro apache. Jinak váš webový server buď odmítne (re)start (re)start nebo bude hlásit 500 vnitřní chyba serveru.", "Using Apache's mod_rewrite" : "Pomocí mod_rewrite z Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Před zkopírováním výše uvedeného výstřižku z nastavení do sekce Nextcloud vašeho apache.conf zajistěte, aby byl zapnutý také apache modul mod_rewrite. Jinak váš vebový server odmítne (re)start nebo bude vypisovat 500 vnitřní chyba serveru. Poznamenejme, že toto nastavení ve skutečnosti neumožní používat zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit výše ukázané řešení využívající mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Před zkopírováním výše uvedeného výstřižku z nastavení do sekce Nextcloud vašeho apache.conf zajistěte, aby byl zapnutý také apache modul mod_rewrite. Jinak váš vebový server odmítne (re)start nebo bude vypisovat 500 vnitřní chyba serveru. Poznamenejme, že toto nastavení ve skutečnosti neumožní používat zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit výše ukázané řešení využívající mod_proxy.", "Using nginx's proxy_pass" : "Pomocí proxy_pass z nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený fragment nastavení do Nextcloud serveru {…} v sekci nginx.conf. Než tak učiníte, je třeba povolit modul ngx_http_proxy_module. Jinak váš webový server buď odmítne (znovu) spustit, nebo způsobí interní chybu serveru 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Zkopírujte výše uvedený fragment nastavení do Nextcloud serveru {…} v sekci nginx.conf. Než tak učiníte, je třeba povolit modul ngx_http_proxy_module. Jinak váš webový server buď odmítne (znovu) spustit, nebo způsobí interní chybu serveru 500.", "Using nginx's rewrite" : "Pomocí rewrite z nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Stačí zkopírovat výše uvedené výstřižky z nastavení do sekce pro Nextcloud { … } v nginx.conf. Uvědomte si, že toto nastavení ve skutečnosti neumožní použít zkrácené URL adresy, jen uživatele přesměruje ze zkrácených URL na ty úplné. Proto byste měli upřednostnit řešení využívající nginx proxy_pass direktivu, ukázanou výše.", "Version information" : "Informace o verzi", @@ -150,9 +155,18 @@ "Created" : "Vytvořeno", "Go to website" : "Přejít na web", "Go to website directory" : "Přejít do složky webu", - "Toggle private website" : "Vyp/zap. soukromý web", + "Edit website name" : "Upravit název stránky", + "Edit private website settings" : "Upravit nastavení soukromé stránky", "Delete website" : "Smazat webovou stránku", "Actions" : "Akce", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pro Nextcloud podporuje jak veřejné, tak soukromé weby. K veřejným webům může přistupovat kdokoli, ať už je přihlášení nebo ne. Pokud chcete omezit přístup na určitou podmnožinu uživatelů, vytvořte soukromý web. Je třeba, aby všichni návštěvníci soukromého webu byli přihlášení, jinak se jim zobrazí chyba „Přístup odepřen“. Dále je třeba, aby byla splněna jedna z následujících podmínek: (1) uživatel má přístup ke zdrojovým souborům webu (tj. zdrojová složka je uživateli nasdílena), (2) uživatel je členem jedné z níže uvedených skupin, nebo (3) uživatel je členem nějaké ze skupin uvedené v YAML Front Matter požadované stránky pomocí meta hodnoty „access“ (přístup).", + "Website type" : "Typ webu", + "Public website" : "Veřejný web", + "The website is publicly accessible and requires no authentication whatsoever." : "Veřejný web je veřejně přístupný a nevyžaduje žádné ověřování se.", + "Private website" : "Soukromý web", + "The website requires authentication, access is limited to a subset of all users." : "Web vyžaduje ověření se, přístup je omezen na podmnožinu ze všech uživatelů.", + "Group access" : "Přístup skupiny", + "Grant access to all members of the selected groups." : "Udělit přístup všem členům označených skupin.", "Reload websites list" : "Znovu načíst seznam webových stránek", "Create a new website" : "Vytvořit nový web", "Just fill the form below to create your own personal website." : "Pro vytvoření vlastního osobního webu stačí vyplnit níže uvedený formulář.", diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js deleted file mode 100644 index 2655a685..00000000 --- a/l10n/cy_GB.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "cms_pico", - { - "Copy" : "Copïo", - "Save" : "Cadw", - "Location" : "Lleoliad", - "Access forbidden" : "Mynediad wedi'i wahardd", - "Not found" : "Heb ei ganfod", - "Name" : "Enw", - "Actions" : "Gweithredoedd", - "Address" : "Cyfeiriad", - "Loading…" : "Yn llwytho…" -}, -"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json deleted file mode 100644 index d21e7d5c..00000000 --- a/l10n/cy_GB.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "Copy" : "Copïo", - "Save" : "Cadw", - "Location" : "Lleoliad", - "Access forbidden" : "Mynediad wedi'i wahardd", - "Not found" : "Heb ei ganfod", - "Name" : "Enw", - "Actions" : "Gweithredoedd", - "Address" : "Cyfeiriad", - "Loading…" : "Yn llwytho…" -},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" -} \ No newline at end of file diff --git a/l10n/da.js b/l10n/da.js index 1cbd5a9b..866a92d9 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -37,6 +37,7 @@ OC.L10N.register( "Actions" : "Handlinger", "Create a new website" : "Opret en hjemmeside", "Address" : "Adresse", + "Template" : "Skabelon", "Loading…" : "Indlæser…" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index c3055f71..101ed1f4 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -35,6 +35,7 @@ "Actions" : "Handlinger", "Create a new website" : "Opret en hjemmeside", "Address" : "Adresse", + "Template" : "Skabelon", "Loading…" : "Indlæser…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index 8995d517..a1510c61 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -2,9 +2,9 @@ OC.L10N.register( "cms_pico", { "Copy" : "Kopieren", - "Confirm website deletion" : "Möchtest Du die Webseite löschen?", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Mit diesem Vorgang wird die Webseite \"{name}\" gelöscht. Die Inhalte der Webseite werden dabei nicht gelöscht und verbleiben in Deiner Nextcloud.", - "Choose website directory" : "Wähle das Verzeichnis Deiner Webseite", + "Confirm website deletion" : "Möchtest du die Webseite löschen?", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Mit diesem Vorgang wird die Webseite \"{name}\" gelöscht. Die Inhalte der Webseite werden dabei nicht gelöscht und verbleiben in deiner Nextcloud.", + "Choose website directory" : "Wähle das Verzeichnis deiner Webseite", "Abort" : "Abbrechen", "Save" : "Speichern", "The requested website could not be found on the server. Maybe the website was deleted?" : "Die angeforderte Webseite konnte nicht gefunden werden. Vielleicht wurde sie zwischenzeitlich gelöscht?", @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Das Design existiert bereits.", "Website exists." : "Die Webseite existiert bereits.", "No permission." : "Keine Berechtigung für diese Aktion.", + "The value given is invalid." : "Der eingegebene Wert ist ungültig", "Website not found." : "Die ausgewählte Webseite existiert nicht.", "Local (unencrypted)" : "Lokal (unverschlüsselt)", "Location" : "Ort", @@ -45,17 +46,17 @@ OC.L10N.register( "The path of the website is invalid." : "Das Verzeichnis der Webseite ist ungültig.", "The website's path is stored on a non-local storage." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, liegt auf einem nicht-lokalen Speicher.", "Parent folder of the website's path not found." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, existiert nicht.", - "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stelle sicher, dass die Abhängigkeiten der App installiert wurden indem Du `composer install` im Installationsverzeichnis der App unter \"%s\" ausführst. Versuche es anschließend erneut.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stelle sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Du dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweist wie die von Nextclouds \"%s\"-Verzeichnis. Versuche es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stelle sicher, dass die Abhängigkeiten der App installiert wurden indem du `composer install` im Installationsverzeichnis der App unter \"%s\" ausführst. Versuche es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stelle sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem du dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweist wie die von Nextclouds \"%s\"-Verzeichnis. Versuche es anschließend erneut.", "Pico CMS" : "Pico CMS", - "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstelle und veröffentliche Deine eigene Webseite - mit Pico CMS for Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Internetseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starte einen Blog\n* Teile Deinen Lebenslauf mit der Welt.\n* Erstelle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Baue eine Wissensdatenbank auf und lasse die Klugen unter Deinen Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es Deinen Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für Deine Dateien, sondern auch für Deine Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinde die Grenzen zwischen Deinen mobilen & Desktop-Geräten und Deinem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifele nicht - Du musst nicht noch eine weitere Sprache lernen, wenn Du nicht willst. Erwäge, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang Deiner Markdown-Dateien kannst Du einen Block mit solchen Metadaten setzen - genannt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Du kannst das Aussehen von Pico ändern, indem Du benutzerdefinierte Designs verwendest und neue Funktionen hinzufügst, indem Du benutzerdefinierte Plugins verwendest. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator kannst Du das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die Du nutzen kannst, um die Websites Deiner Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - sei also vorsichtig, wenn Du benutzerdefinierte Plugins und Themes installierst.\n\nDu möchtest mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Lade einfach die App aus dem [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktiviere sie und navigiere zur Einstellungsseite von Nextcloud. Als Admin findest Du in Deinen Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es dir, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstelle einfach Deine erste persönliche Website und wähle \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was Du wissen musst …", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstelle und veröffentliche deine eigene Webseite - mit Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Internetseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starte einen Blog\n* Teile deinen Lebenslauf mit der Welt.\n* Erstelle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Baue eine Wissensdatenbank auf und lasse die Klugen unter deinen Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es deinen Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für deine Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinde die Grenzen zwischen deinen mobilen & Desktop-Geräten und deinem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifele nicht - Du musst nicht noch eine weitere Sprache lernen, wenn du nicht willst. Erwäge, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang deiner Markdown-Dateien kannst du einen Block mit solchen Metadaten setzen - genannt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Du kannst das Aussehen von Pico ändern, indem du benutzerdefinierte Designs verwendest und neue Funktionen hinzufügst, indem du benutzerdefinierte Plugins verwendest. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator kannst du das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die du nutzen kannst, um die Websites deiner Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - sei also vorsichtig, wenn du benutzerdefinierte Plugins und Themes installierst.\n\nDu möchtest mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Lade einfach die App aus dem [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktiviere sie und navigiere zur Einstellungsseite von Nextcloud. Als Admin findest du in deinen Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es dir, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstelle einfach deine erste persönliche Website und wähle \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was du wissen musst …", "Access forbidden" : "Zugriff verboten", "Back to %s" : "Zurück zu %s", "Not found" : "Nicht gefunden", "Internal Server Error" : "Interner Serverfehler", "The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertigstellen.", - "If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an Deinen Server-Administrator.", + "If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an deinen Server-Administrator.", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfrage-ID: %s", "More details can be found in the server log." : "Weitere Details können im Server-Protokoll gefunden werden.", @@ -67,17 +68,17 @@ OC.L10N.register( "Line: %s" : "Zeile: %s", "Trace" : "Trace", "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Deine Nextcloud-installation ist mit Pico CMS for Nextcloud inkompatibel!", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Einige Deiner Nextcloud-Apps weisen bekannte Inkompatibilitäten mit Pico CMS for Nextcloud auf. Dies ist niemandens Schuld, weder von Nextcloud noch den inkompatiblen Apps. Es handelt sich um eine technische Einschränkung der App-Infrastruktur von Nextcloud, die wir kurzfristig nicht lösen können. Wir arbeiten an einer Lösung! In der Zwischenzeit musst Du die inkompatiblen Apps entfernen. Bekannte inkompatible Apps sind \"Issue Template\" und \"Terms of service\".", - "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Wenn in den Protokollen von Nextcloud der Fehler \"Call to undefined method ParsedownExtra::textElements()\" angezeigt wird, obwohl Du alle inkompatiblen Apps entfernt hast, öffne bitte ein neues Thema auf GitHub mit einer Kopie des Fehlers einschließlich des Stack-Traces und einer vollständige Liste aller installierten Apps.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Einige deiner Nextcloud-Apps weisen bekannte Inkompatibilitäten mit Pico CMS for Nextcloud auf. Dies ist niemandens Schuld, weder von Nextcloud noch den inkompatiblen Apps. Es handelt sich um eine technische Einschränkung der App-Infrastruktur von Nextcloud, die wir kurzfristig nicht lösen können. Wir arbeiten an einer Lösung! In der Zwischenzeit musst du die inkompatiblen Apps entfernen. Bekannte inkompatible Apps sind \"Issue Template\" und \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Wenn in den Protokollen von Nextcloud der Fehler \"Call to undefined method ParsedownExtra::textElements()\" angezeigt wird, obwohl du alle inkompatiblen Apps entfernt hast, öffne bitte ein neues Thema auf GitHub mit einer Kopie des Fehlers einschließlich des Stack-Traces und einer vollständige Liste aller installierten Apps.", "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Verändere das Verhalten von Pico CMS for Nextcloud und verwalte optionale Funktionen.", "Limit to groups" : "Auf Gruppen beschränken", "Loading groups…" : "Lade Gruppen …", - "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Wenn Du nicht allen Benutzern ermöglichen möchtest persönliche Webseiten zu erstellen, kannst Du die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränken. Wähle hierzu in der Liste die Gruppen aus, auf die Du die Nutzung beschränken möchtest. Wenn Du die Liste leer lässt, wird die Nutzung nicht beschränkt. Wenn Du einer Gruppe das Recht zur Nutzung von Pico CMS for Nextcloud entziehst, werden keine Webseiten gelöscht, sie werden lediglich unzugänglich.", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Wenn du nicht allen Benutzern ermöglichen möchtest persönliche Webseiten zu erstellen, kannst du die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränken. Wähle hierzu in der Liste die Gruppen aus, auf die du die Nutzung beschränken möchtest. Wenn du die Liste leer lässt, wird die Nutzung nicht beschränkt. Wenn du einer Gruppe das Recht zur Nutzung von Pico CMS for Nextcloud entziehst, werden keine Webseiten gelöscht, sie werden lediglich unzugänglich.", "Custom themes" : "Benutzerdefinierte Designs", "Add custom themes for greater individuality and style." : "Erstelle benutzerdefinierte Designs für mehr Individualität und Stil.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud ermöglicht es Dir benutzerdefinierte Designs hinzuzufügen, mit denen Du Deinen Webseiten mehr Individualität und Deinen eigenen Stil verpassen kannst. Aufgrund von Sicherheitsbedenken ist es normalen Benutzern allerdings nicht gestattet selbst benutzerdefinierte Designs hinzuzufügen. Wenn Du ein benutzerdefiniertes Design hinzufügen möchtest, musst Du zunächst alle zum Design gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird das Design in der Auswahl unten erscheinen und Du kannst das Design mit einem Klick auf \"Benutzerdefiniertes Design hinzufügen\" zu Deiner Nextcloud hinzufügen. Wenn Du ein zuvor hinzugefügtes benutzerdefiniertes Design anpassen möchtest bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen musst Du aber noch auf das Symbol \"Benutzerdefiniertes Design neu laden\" neben dem betreffenden Design im Formular unten klicken.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Bevor Du ein neues benutzerdefiniertes Design hinzufügen kannst, lade alle Dateien des Designs in einen neuen Ordner im unten genannten Verzeichnis. Wenn Du eines Deiner benutzerdefinierten Designs bearbeiten möchtest, kannst Du auch das in diesem Verzeichnis tun.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud ermöglicht es dir benutzerdefinierte Designs hinzuzufügen, mit denen du deinen Webseiten mehr Individualität und deinen eigenen Stil verpassen kannst. Aufgrund von Sicherheitsbedenken ist es normalen Benutzern allerdings nicht gestattet selbst benutzerdefinierte Designs hinzuzufügen. Wenn du ein benutzerdefiniertes Design hinzufügen möchtest, musst du zunächst alle zum Design gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird das Design in der Auswahl unten erscheinen und du kannst das Design mit einem Klick auf \"Benutzerdefiniertes Design hinzufügen\" zu deiner Nextcloud hinzufügen. Wenn du ein zuvor hinzugefügtes benutzerdefiniertes Design anpassen möchtest bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen musst du aber noch auf das Symbol \"Benutzerdefiniertes Design neu laden\" neben dem betreffenden Design im Formular unten klicken.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Bevor du ein neues benutzerdefiniertes Design hinzufügen kannst, lade alle Dateien des Designs in einen neuen Ordner im unten genannten Verzeichnis. Wenn du eines deiner benutzerdefinierten Designs bearbeiten möchtest, kannst du auch das in diesem Verzeichnis tun.", "Loading themes…" : "Lade Designs …", "Add custom theme" : "Benutzerdefiniertes Design hinzufügen", "Reload themes list" : "Aktualisiere Liste", @@ -90,25 +91,29 @@ OC.L10N.register( "Delete custom theme" : "Benutzerdefiniertes Design löschen", "Base theme" : "Vorlage", "Theme name" : "Name", - "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Es ist ein Fehler bei der Ausführung dieser Aktion aufgetreten. Bitte prüfe das Protokoll von Nextcloud.", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Es ist ein unerwarteter Fehler beim Ausführen dieser Aktion aufgetreten. Bitte prüfe das Protokoll von Nextcloud.", "Error: {error}" : "Fehler: {error}", "Encountered unexpected {exception}: {exceptionMessage}" : "Unerwarteter Ausnahmefehler {exception}: {exceptionMessage}", "Custom plugins" : "Benutzerdefinierte Erweiterungen", "Add custom plugins to reach for Pico's full potential." : "Füge benutzerdefinierte Erweiterungen hinzu um Picos volles Potenzial zu wecken.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud ermöglicht es Dir mit benutzerdefinierten Erweiterungen das volle Potenzial von Pico zu erschließen. Erweiterungen arbeiten auf einer globalen Basis, d.h. wenn Du eine benutzerdefinierte Erweiterung hinzufügst, wird diese auf allen Webseiten aller Benutzer aktiviert. Bevor Du mit einem Klick auf \"Benutzerdefinierte Erweiterung hinzufügen\" eine neue benutzerdefinierte Erweiterung hinzufügen kannst, musst Du alle zur Erweiterung gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird die Erweiterung in der Auswahl unten erscheinen und Du kannst die Erweiterung aktivieren. Wenn Du eine zuvor hinzugefügte benutzerdefinierte Erweiterung aktualisieren möchtest, ersetze einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen, musst Du aber noch auf das Symbol \"Benutzerdefinierte Erweiterung neu laden\" neben der betroffenen Erweiterung im Formular unten klicken.", - "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Bevor Du eine neue benutzerdefinierte Erweiterung hinzufügen kannst, lade alle Dateien der Erweiterung in einen neuen Ordner unter folgendem Pfad. Wenn Du eine Deiner benutzerdefinierten Erweiterungen aktualisieren möchtest kannst Du auch das in diesem Verzeichnis tun. Bitte beachte, dass der Name dieses neuen Ordners exakt mit dem Namen der Erweiterung übereinstimmen muss, andernfalls wirst Du die Erweiterung nicht aktivieren können.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud ermöglicht es dir mit benutzerdefinierten Erweiterungen das volle Potenzial von Pico zu erschließen. Erweiterungen arbeiten auf einer globalen Basis, d.h. wenn du eine benutzerdefinierte Erweiterung hinzufügst, wird diese auf allen Webseiten aller Benutzer aktiviert. Bevor du mit einem Klick auf \"Benutzerdefinierte Erweiterung hinzufügen\" eine neue benutzerdefinierte Erweiterung hinzufügen kannst, musst du alle zur Erweiterung gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird die Erweiterung in der Auswahl unten erscheinen und du kannst die Erweiterung aktivieren. Wenn du eine zuvor hinzugefügte benutzerdefinierte Erweiterung aktualisieren möchtest, ersetze einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen, musst du aber noch auf das Symbol \"Benutzerdefinierte Erweiterung neu laden\" neben der betroffenen Erweiterung im Formular unten klicken.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Bevor du eine neue benutzerdefinierte Erweiterung hinzufügen kannst, lade alle Dateien der Erweiterung in einen neuen Ordner unter folgendem Pfad. Wenn du eine deiner benutzerdefinierten Erweiterungen aktualisieren möchtest kannst du auch das in diesem Verzeichnis tun. Bitte beachte, dass der Name dieses neuen Ordners exakt mit dem Namen der Erweiterung übereinstimmen muss, andernfalls wirst du die Erweiterung nicht aktivieren können.", "Loading plugins…" : "Lade Erweiterungen …", "Add custom plugin" : "Benutzerdefinierte Erweiterung hinzufügen", "Reload plugins list" : "Aktualisiere Liste", "Compatible plugin." : "Erweiterung ist kompatibel.", + "Example plugin" : "Beispiel-Plugin", + "Copy example plugin" : "Beispiel-Plugin kopieren", "System plugin" : "Integrierte Erweiterung", "Custom plugin" : "Benutzerdefinierte Erweiterung", "Reload custom plugin" : "Benutzerdefinierte Erweiterung neu laden", "Delete custom plugin" : "Benutzerdefinierte Erweiterung löschen", + "Base plugin" : "Basis-Plugin", + "Plugin name" : "Plugin-Name", "Custom templates" : "Benutzerdefinierte Vorlagen", "Make it easier for users to create new websites." : "Mache es Benutzern einfacher eine neue Webseite zu erstellen.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn Du eine benutzerdefinierte Vorlage hinzufügen möchtest, musst Du zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und Du kannst die Vorlage mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu Deiner Nextcloud hinzufügen. Wenn Du eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchtest, bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Bevor Du eine neue benutzerdefinierte Vorlage hinzufügen kannst, lade alle Dateien der Vorlage in einen neuen Ordner unter:", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn du eine benutzerdefinierte Vorlage hinzufügen möchtest, musst du zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und du kannst die Vorlage mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu deiner Nextcloud hinzufügen. Wenn du eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchtest, bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Bevor du eine neue benutzerdefinierte Vorlage hinzufügen kannst, lade alle Dateien der Vorlage in einen neuen Ordner unter:", "Loading templates…" : "Lade Vorlagen …", "Add custom template" : "Benutzerdefinierte Vorlage hinzufügen", "Reload templates list" : "Aktualisiere Liste", @@ -120,31 +125,31 @@ OC.L10N.register( "Delete custom template" : "Benutzerdefinierte Vorlage löschen", "Base template" : "Vorlage", "Template name" : "Name", - "Configure your webserver" : "Konfiguriere den Webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Wecke das volle Potenzial von Pico CMS for Nextcloud indem Du Deinen Webserver entsprechend konfigurierst.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig davon wie Du Deinen Webserver konfigurierst, können Benutzer über unterschiedliche Adressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können musst Du Deinen Webserver aber speziell konfigurieren. Wenn Du den Apache Webserver verwendest, versuche eines der ersten beiden Konfigurationsbeispiele unten. Wenn Du stattdessen den nginx Webserver verwendest, versuche eines der beiden letzten Konfigurationsbeispiele. Wenn Du nicht so richtig weißt worum es hier geht, wende Dich an Deinen Server-Administrator und stelle ihm die Informationen hier zur Verfügung. Wenn Dir Dein Server-Administrator mitteilt, dass das leider nicht möglich ist, musst Du Dir keine Sorgen machen. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", + "Configure your web server" : "Konfiguriere den Webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Wecke das volle Potenzial von Pico CMS for Nextcloud indem du deinen Webserver entsprechend konfigurierst.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig davon wie du deinen Webserver konfigurierst, können Benutzer über unterschiedliche Adressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, musst du deinen Webserver aber speziell konfigurieren. Wenn du den Apache Webserver verwendest, versuche eines der ersten beiden Konfigurationsbeispiele unten. Wenn du stattdessen den nginx Webserver verwendest, versuche eines der beiden letzten Konfigurationsbeispiele. Wenn du nicht so richtig weißt worum es hier geht, wende dich an deinen Server-Administrator und stelle ihm die Informationen hier zur Verfügung. Wenn dir dein Server-Administrator mitteilt, dass das leider nicht möglich ist, musst du dir keine Sorgen machen. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", "Enable short website URLs" : "Verkürzte Adressen aktivieren", "Full application URLs" : "Vollständige Adressen", "Short website URLs" : "Verkürzte Adressen", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Du Deinen Webserver entsprechend konfiguriert hast, kannst Du die verkürzten Adressen aktivieren. Sobald Du die entsprechende Option anwählst werden die Benutzer über die verkürzten Adressen informiert. Aktiviere diese Option nicht, wenn Du das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert hast.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem du deinen Webserver entsprechend konfiguriert hast, kannst du die verkürzten Adressen aktivieren. Sobald du die entsprechende Option anwählst werden die Benutzer über die verkürzten Adressen informiert. Aktiviere diese Option nicht, wenn du das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert hast.", "Using Apache's mod_proxy" : "Verwende mod_proxy von Apache", "Your users' website URLs will look like the following:" : "Die Adressen werden wie folgt aussehen:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Deiner apache.conf. Bevor Du das tust, solltest Du aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die Sektion von Nextcloud in deiner apache.conf. Bevor du das tust, solltest du aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using Apache's mod_rewrite" : "Verwende mod_rewrite von Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Du das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Deiner apache.conf kopierst, solltest Du sicherstellen, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest Du die Lösung mit mod_proxy oben vorziehen.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor du das Konfigurationsbeispiel oben in die Sektion von Nextcloud in deiner apache.conf kopierst, solltest du sicherstellen, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest du die Lösung mit mod_proxy oben vorziehen.", "Using nginx's proxy_pass" : "Verwende proxy_pass von nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Deiner nginx.conf. Bevor Du das tust, solltest Du aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht, wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in deiner nginx.conf. Bevor du das tust, solltest du aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht, wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using nginx's rewrite" : "Verwende rewrite von nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiere einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Deiner nginx.conf. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest Du die Lösung mit proxy_pass oben vorziehen.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiere einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in deiner nginx.conf. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest du die Lösung mit proxy_pass oben vorziehen.", "Version information" : "Versionsinformation", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud wurde von Maxence Lange und Daniel Rudolf entwickelt.
Es ist freie und quelloffene Software, die unter der GNU Affero General Public License veröffentlicht wurde.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico wurde von Gilbert Pellegrom und Daniel Rudolf erstellt und wird von der Pico-Community gepflegt.
Es handelt sich um freie und quelloffene Software, die unter der MIT-Lizenz veröffentlicht wird.", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud kombiniert die Stärken von Pico und Nextcloud, womit einfache, sichere und leistungsstarke Webseiten mit nur wenigen Klicks erstellt werden können. Pico ist ein irrsinnig einfaches, blitzschnelles Flat File CMS - \"Making the web easy\".", - "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Starte einen Blog, teile Deinen Lebenslauf mit der Welt, entwickle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden oder erstelle eine Wissensdatenbank und lasse die schlauen Kollegen für dich arbeiten. Mit Pico CMS for Nextcloud kannst D Deine eigenen Webseiten erstellen und verwalten. Eine Seite Deiner Webseite ist nicht mehr als eine einfache Textdatei in Deiner Nextcloud. Keine Konfiguration ist notwendig, es gibt keine übermäßig komplizierte Administrationsoberfläche - nur einfache Textdateien. Die perfekte Kombination mit Nextcloud! Sicheres Teilen, Kollaboration, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für Deine Webseiten - dank Pico CMS for Nextcloud. Die Grenzen zwischen Deinen mobilen Geräten, Deinem PC und dem Server verschwimmen …", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Eine Webseite besteht nur aus einer Reihe von .md Textdateien in Deiner Nextcloud. .md steht für Markdown - eine sehr einfache und intuitive Auszeichnungssprache um Überschriften, Textabsätze, Formatierungen, Listen, Bilder und Links zu definieren. Aber keine Sorge - Du musst keine neue Sprache lernen wenn Du das nicht möchtest. Probiere Nextclouds Markdown Editor App, um das Ganze noch viel einfacher zu gestalten. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Daten wie dem Seitentitel oder dem Veröffentlichungsdatum einer Seite? Auch das kannst Du direkt in der Textdatei angeben. Am Anfang der Datei, im sogenannten YAML Front Matter, kannst Du diese Meta-Informationen festlegen. Eine Webseite zu erstellen war nie einfacher!", - "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Du willst mehr über Pico CMS for Nextcloud erfahren? Das ist ganz einfach! Erstelle jetzt Deine erste persönliche Webseite unter Verwendung der \"sample_pico\"-Vorlage. Diese Beispielinhalte erläutern alles was Du wissen musst…", - "You will be able to access your websites using URLs like the following:" : "Du wirst auf Deine Webseiten über Adressen wie die folgende zugreifen können:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Der Nextcloud Administrator hat die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränkt. Leider hast Du nicht das Recht persönliche Webseiten zu erstellen. Du kannst aber weiterhin auf die Webseiten anderer Benutzer zugreifen, ggf. auch auf private Webseiten. Wenn Du in der Vergangenheit bereits Webseiten erstellt hast, musst Du Dir keine Sorgen um Deine Daten machen: Nichts geht verloren. Allerdings wird niemand mehr auf Deine Webseiten zugreifen können. Stattdessen erscheint ein \"Webseite nicht gefunden\"-Fehler.", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Starte einen Blog, teile deinen Lebenslauf mit der Welt, entwickle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden oder erstelle eine Wissensdatenbank und lasse die schlauen Kollegen für dich arbeiten. Mit Pico CMS for Nextcloud kannst du deine eigenen Webseiten erstellen und verwalten. Eine Seite deiner Webseite ist nicht mehr als eine einfache Textdatei in deiner Nextcloud. Keine Konfiguration ist notwendig, es gibt keine übermäßig komplizierte Administrationsoberfläche - nur einfache Textdateien. Die perfekte Kombination mit Nextcloud! Sicheres Teilen, Kollaboration, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für deine Webseiten - dank Pico CMS for Nextcloud. Die Grenzen zwischen deinen mobilen Geräten, deinem PC und dem Server verschwimmen …", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Eine Webseite besteht nur aus einer Reihe von .md Textdateien in deiner Nextcloud. .md steht für Markdown - eine sehr einfache und intuitive Auszeichnungssprache um Überschriften, Textabsätze, Formatierungen, Listen, Bilder und Links zu definieren. Aber keine Sorge - Du musst keine neue Sprache lernen wenn du das nicht möchtest. Probiere Nextclouds Markdown Editor App, um das Ganze noch viel einfacher zu gestalten. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Daten wie dem Seitentitel oder dem Veröffentlichungsdatum einer Seite? Auch das kannst du direkt in der Textdatei angeben. Am Anfang der Datei, im sogenannten YAML Front Matter, kannst du diese Meta-Informationen festlegen. Eine Webseite zu erstellen war nie einfacher!", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Du willst mehr über Pico CMS for Nextcloud erfahren? Das ist ganz einfach! Erstelle jetzt deine erste persönliche Webseite unter Verwendung der \"sample_pico\"-Vorlage. Diese Beispielinhalte erläutern alles was du wissen musst…", + "You will be able to access your websites using URLs like the following:" : "Du wirst auf deine Webseiten über Adressen wie die folgende zugreifen können:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Der Nextcloud Administrator hat die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränkt. Leider hast du nicht das Recht persönliche Webseiten zu erstellen. Du kannst aber weiterhin auf die Webseiten anderer Benutzer zugreifen, ggf. auch auf private Webseiten. Wenn du in der Vergangenheit bereits Webseiten erstellt hast, musst du dir keine Sorgen um Deine Daten machen: Nichts geht verloren. Allerdings wird niemand mehr auf Deine Webseiten zugreifen können. Stattdessen erscheint ein \"Webseite nicht gefunden\"-Fehler.", "Loading websites…" : "Lade Webseiten …", "Name" : "Name", "Path" : "Verzeichnis", @@ -152,22 +157,31 @@ OC.L10N.register( "Created" : "Erstellt", "Go to website" : "Webseite öffnen", "Go to website directory" : "Verzeichnis der Webseite öffnen", - "Toggle private website" : "Private/Öffentliche Webseite", + "Edit website name" : "Webseite-Name bearbeiten", + "Edit private website settings" : "Private Einstellungen der Webseite bearbeiten", "Delete website" : "Webseite löschen", "Actions" : "Aktionen", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud unterstützt sowohl öffentliche als auch private Webseiten. Jeder kann auf öffentliche Websites zugreifen, unabhängig davon, ob er angemeldet ist oder nicht. Wenn du den Zugang auf eine bestimmte Gruppe von Benutzern beschränken möchtest, erstelle eine private Webseite. Alle Besucher einer privaten Webseite müssen eingeloggt sein, andernfalls wird eine Fehlermeldung \"Zugriff verboten\" angezeigt. Zusätzlich muss eine der folgenden Bedingungen erfüllt sein: (1) der Benutzer hat Zugriff auf die Quelldateien der Webseite (d.h. der Quellordner ist für den Benutzer freigegeben), (2) der Benutzer ist Mitglied einer der unten aufgeführten Gruppen, oder (3) der Benutzer ist Mitglied einer der Gruppen, die im YAML Front Matter der angeforderten Seite über den Meta-Wert \"access\" angegeben sind.", + "Website type" : "Webseite-Typ", + "Public website" : "Öffentliche Webseite", + "The website is publicly accessible and requires no authentication whatsoever." : "Die Webseite ist öffentlich zugänglich und erfordert keinerlei Authentifizierung.", + "Private website" : "Private Webseite", + "The website requires authentication, access is limited to a subset of all users." : "Die Webseite erfordert eine Authentifizierung, der Zugang ist auf eine Teilmenge aller Benutzer beschränkt.", + "Group access" : "Gruppenzugriff", + "Grant access to all members of the selected groups." : "Gewähre allen Mitgliedern der ausgewählten Gruppen Zugang.", "Reload websites list" : "Webseiten neu laden", "Create a new website" : "Neue Webseite erstellen", - "Just fill the form below to create your own personal website." : "Benutze einfach das Formular unten, um Deine eigene persönliche Webseite zu erstellen.", + "Just fill the form below to create your own personal website." : "Benutze einfach das Formular unten, um deine eigene persönliche Webseite zu erstellen.", "My example website" : "Meine Beispiel-Webseite", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Hier kannst Du Deiner Webseite einen Namen geben. Der Name wird meistens als Titel verwendet und wird häufig im Kopf der Webseite angezeigt.", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Hier kannst du deiner Webseite einen Namen geben. Der Name wird meistens als Titel verwendet und wird häufig im Kopf der Webseite angezeigt.", "Identifier" : "Kennung", - "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung Deiner Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung deiner Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", "Address" : "Adresse", - "You will be able to access your website using the address (URL) shown above." : "Über diese Adresse wirst Du auf Deine Webseite zugreifen können.", - "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn Du eine neue Webseite erstellst, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", - "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kannst Deiner Webseite einen etwas anderen Look geben indem Du hier ein Design auswählst. Wenn Du gerne ein anderes Design verwenden möchtest, frage Deinen Nextcloud Administrator - vielleicht fügt er auch Dein Lieblings-Design hinzu.", + "You will be able to access your website using the address (URL) shown above." : "Über diese Adresse wirst du auf deine Webseite zugreifen können.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn du eine neue Webseite erstellst, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kannst deiner Webseite einen etwas anderen Look geben indem du hier ein Design auswählst. Wenn du gerne ein anderes Design verwenden möchtest, frage deinen Nextcloud Administrator - vielleicht fügt er auch dein Lieblings-Design hinzu.", "Template" : "Vorlage", - "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Vorlagen helfen Dir dabei eine neue Webseite zu erstellen. Alle Vorlagen bestehen aus einem \"content\"-Verzeichnis, in dem die Inhalte Deiner Seiten und einem \"assets\"-Verzeichnis, in dem weitere Dateien (bspw. Bilder) abgelegt werden können. Die Dateien der Vorlage werden hierzu in den obigen Ordner Deiner Nextcloud kopiert.", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Vorlagen helfen dir dabei eine neue Webseite zu erstellen. Alle Vorlagen bestehen aus einem \"content\"-Verzeichnis, in dem die Inhalte deiner Seiten und einem \"assets\"-Verzeichnis, in dem weitere Dateien (bspw. Bilder) abgelegt werden können. Die Dateien der Vorlage werden hierzu in den obigen Ordner deiner Nextcloud kopiert.", "Create new website" : "Webseite erstellen", "Loading…" : "Lade …" }, diff --git a/l10n/de.json b/l10n/de.json index b876a9b6..f1948534 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -1,8 +1,8 @@ { "translations": { "Copy" : "Kopieren", - "Confirm website deletion" : "Möchtest Du die Webseite löschen?", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Mit diesem Vorgang wird die Webseite \"{name}\" gelöscht. Die Inhalte der Webseite werden dabei nicht gelöscht und verbleiben in Deiner Nextcloud.", - "Choose website directory" : "Wähle das Verzeichnis Deiner Webseite", + "Confirm website deletion" : "Möchtest du die Webseite löschen?", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Mit diesem Vorgang wird die Webseite \"{name}\" gelöscht. Die Inhalte der Webseite werden dabei nicht gelöscht und verbleiben in deiner Nextcloud.", + "Choose website directory" : "Wähle das Verzeichnis deiner Webseite", "Abort" : "Abbrechen", "Save" : "Speichern", "The requested website could not be found on the server. Maybe the website was deleted?" : "Die angeforderte Webseite konnte nicht gefunden werden. Vielleicht wurde sie zwischenzeitlich gelöscht?", @@ -25,6 +25,7 @@ "Theme exists already." : "Das Design existiert bereits.", "Website exists." : "Die Webseite existiert bereits.", "No permission." : "Keine Berechtigung für diese Aktion.", + "The value given is invalid." : "Der eingegebene Wert ist ungültig", "Website not found." : "Die ausgewählte Webseite existiert nicht.", "Local (unencrypted)" : "Lokal (unverschlüsselt)", "Location" : "Ort", @@ -43,17 +44,17 @@ "The path of the website is invalid." : "Das Verzeichnis der Webseite ist ungültig.", "The website's path is stored on a non-local storage." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, liegt auf einem nicht-lokalen Speicher.", "Parent folder of the website's path not found." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, existiert nicht.", - "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stelle sicher, dass die Abhängigkeiten der App installiert wurden indem Du `composer install` im Installationsverzeichnis der App unter \"%s\" ausführst. Versuche es anschließend erneut.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stelle sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Du dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweist wie die von Nextclouds \"%s\"-Verzeichnis. Versuche es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stelle sicher, dass die Abhängigkeiten der App installiert wurden indem du `composer install` im Installationsverzeichnis der App unter \"%s\" ausführst. Versuche es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stelle sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem du dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweist wie die von Nextclouds \"%s\"-Verzeichnis. Versuche es anschließend erneut.", "Pico CMS" : "Pico CMS", - "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstelle und veröffentliche Deine eigene Webseite - mit Pico CMS for Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Internetseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starte einen Blog\n* Teile Deinen Lebenslauf mit der Welt.\n* Erstelle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Baue eine Wissensdatenbank auf und lasse die Klugen unter Deinen Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es Deinen Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für Deine Dateien, sondern auch für Deine Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinde die Grenzen zwischen Deinen mobilen & Desktop-Geräten und Deinem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifele nicht - Du musst nicht noch eine weitere Sprache lernen, wenn Du nicht willst. Erwäge, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang Deiner Markdown-Dateien kannst Du einen Block mit solchen Metadaten setzen - genannt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Du kannst das Aussehen von Pico ändern, indem Du benutzerdefinierte Designs verwendest und neue Funktionen hinzufügst, indem Du benutzerdefinierte Plugins verwendest. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator kannst Du das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die Du nutzen kannst, um die Websites Deiner Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - sei also vorsichtig, wenn Du benutzerdefinierte Plugins und Themes installierst.\n\nDu möchtest mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Lade einfach die App aus dem [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktiviere sie und navigiere zur Einstellungsseite von Nextcloud. Als Admin findest Du in Deinen Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es dir, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstelle einfach Deine erste persönliche Website und wähle \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was Du wissen musst …", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstelle und veröffentliche deine eigene Webseite - mit Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Internetseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starte einen Blog\n* Teile deinen Lebenslauf mit der Welt.\n* Erstelle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Baue eine Wissensdatenbank auf und lasse die Klugen unter deinen Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es deinen Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für deine Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinde die Grenzen zwischen deinen mobilen & Desktop-Geräten und deinem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifele nicht - Du musst nicht noch eine weitere Sprache lernen, wenn du nicht willst. Erwäge, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang deiner Markdown-Dateien kannst du einen Block mit solchen Metadaten setzen - genannt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Du kannst das Aussehen von Pico ändern, indem du benutzerdefinierte Designs verwendest und neue Funktionen hinzufügst, indem du benutzerdefinierte Plugins verwendest. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator kannst du das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die du nutzen kannst, um die Websites deiner Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - sei also vorsichtig, wenn du benutzerdefinierte Plugins und Themes installierst.\n\nDu möchtest mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Lade einfach die App aus dem [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktiviere sie und navigiere zur Einstellungsseite von Nextcloud. Als Admin findest du in deinen Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es dir, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstelle einfach deine erste persönliche Website und wähle \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was du wissen musst …", "Access forbidden" : "Zugriff verboten", "Back to %s" : "Zurück zu %s", "Not found" : "Nicht gefunden", "Internal Server Error" : "Interner Serverfehler", "The server was unable to complete your request." : "Der Server konnte die Anfrage nicht fertigstellen.", - "If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an Deinen Server-Administrator.", + "If this happens again, please send the technical details below to the server administrator." : "Sollte dies erneut auftreten, sende bitte die nachfolgenden technischen Einzelheiten an deinen Server-Administrator.", "Remote Address: %s" : "Entfernte Adresse: %s", "Request ID: %s" : "Anfrage-ID: %s", "More details can be found in the server log." : "Weitere Details können im Server-Protokoll gefunden werden.", @@ -65,17 +66,17 @@ "Line: %s" : "Zeile: %s", "Trace" : "Trace", "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Deine Nextcloud-installation ist mit Pico CMS for Nextcloud inkompatibel!", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Einige Deiner Nextcloud-Apps weisen bekannte Inkompatibilitäten mit Pico CMS for Nextcloud auf. Dies ist niemandens Schuld, weder von Nextcloud noch den inkompatiblen Apps. Es handelt sich um eine technische Einschränkung der App-Infrastruktur von Nextcloud, die wir kurzfristig nicht lösen können. Wir arbeiten an einer Lösung! In der Zwischenzeit musst Du die inkompatiblen Apps entfernen. Bekannte inkompatible Apps sind \"Issue Template\" und \"Terms of service\".", - "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Wenn in den Protokollen von Nextcloud der Fehler \"Call to undefined method ParsedownExtra::textElements()\" angezeigt wird, obwohl Du alle inkompatiblen Apps entfernt hast, öffne bitte ein neues Thema auf GitHub mit einer Kopie des Fehlers einschließlich des Stack-Traces und einer vollständige Liste aller installierten Apps.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Einige deiner Nextcloud-Apps weisen bekannte Inkompatibilitäten mit Pico CMS for Nextcloud auf. Dies ist niemandens Schuld, weder von Nextcloud noch den inkompatiblen Apps. Es handelt sich um eine technische Einschränkung der App-Infrastruktur von Nextcloud, die wir kurzfristig nicht lösen können. Wir arbeiten an einer Lösung! In der Zwischenzeit musst du die inkompatiblen Apps entfernen. Bekannte inkompatible Apps sind \"Issue Template\" und \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Wenn in den Protokollen von Nextcloud der Fehler \"Call to undefined method ParsedownExtra::textElements()\" angezeigt wird, obwohl du alle inkompatiblen Apps entfernt hast, öffne bitte ein neues Thema auf GitHub mit einer Kopie des Fehlers einschließlich des Stack-Traces und einer vollständige Liste aller installierten Apps.", "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Verändere das Verhalten von Pico CMS for Nextcloud und verwalte optionale Funktionen.", "Limit to groups" : "Auf Gruppen beschränken", "Loading groups…" : "Lade Gruppen …", - "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Wenn Du nicht allen Benutzern ermöglichen möchtest persönliche Webseiten zu erstellen, kannst Du die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränken. Wähle hierzu in der Liste die Gruppen aus, auf die Du die Nutzung beschränken möchtest. Wenn Du die Liste leer lässt, wird die Nutzung nicht beschränkt. Wenn Du einer Gruppe das Recht zur Nutzung von Pico CMS for Nextcloud entziehst, werden keine Webseiten gelöscht, sie werden lediglich unzugänglich.", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Wenn du nicht allen Benutzern ermöglichen möchtest persönliche Webseiten zu erstellen, kannst du die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränken. Wähle hierzu in der Liste die Gruppen aus, auf die du die Nutzung beschränken möchtest. Wenn du die Liste leer lässt, wird die Nutzung nicht beschränkt. Wenn du einer Gruppe das Recht zur Nutzung von Pico CMS for Nextcloud entziehst, werden keine Webseiten gelöscht, sie werden lediglich unzugänglich.", "Custom themes" : "Benutzerdefinierte Designs", "Add custom themes for greater individuality and style." : "Erstelle benutzerdefinierte Designs für mehr Individualität und Stil.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud ermöglicht es Dir benutzerdefinierte Designs hinzuzufügen, mit denen Du Deinen Webseiten mehr Individualität und Deinen eigenen Stil verpassen kannst. Aufgrund von Sicherheitsbedenken ist es normalen Benutzern allerdings nicht gestattet selbst benutzerdefinierte Designs hinzuzufügen. Wenn Du ein benutzerdefiniertes Design hinzufügen möchtest, musst Du zunächst alle zum Design gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird das Design in der Auswahl unten erscheinen und Du kannst das Design mit einem Klick auf \"Benutzerdefiniertes Design hinzufügen\" zu Deiner Nextcloud hinzufügen. Wenn Du ein zuvor hinzugefügtes benutzerdefiniertes Design anpassen möchtest bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen musst Du aber noch auf das Symbol \"Benutzerdefiniertes Design neu laden\" neben dem betreffenden Design im Formular unten klicken.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Bevor Du ein neues benutzerdefiniertes Design hinzufügen kannst, lade alle Dateien des Designs in einen neuen Ordner im unten genannten Verzeichnis. Wenn Du eines Deiner benutzerdefinierten Designs bearbeiten möchtest, kannst Du auch das in diesem Verzeichnis tun.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud ermöglicht es dir benutzerdefinierte Designs hinzuzufügen, mit denen du deinen Webseiten mehr Individualität und deinen eigenen Stil verpassen kannst. Aufgrund von Sicherheitsbedenken ist es normalen Benutzern allerdings nicht gestattet selbst benutzerdefinierte Designs hinzuzufügen. Wenn du ein benutzerdefiniertes Design hinzufügen möchtest, musst du zunächst alle zum Design gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird das Design in der Auswahl unten erscheinen und du kannst das Design mit einem Klick auf \"Benutzerdefiniertes Design hinzufügen\" zu deiner Nextcloud hinzufügen. Wenn du ein zuvor hinzugefügtes benutzerdefiniertes Design anpassen möchtest bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen musst du aber noch auf das Symbol \"Benutzerdefiniertes Design neu laden\" neben dem betreffenden Design im Formular unten klicken.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Bevor du ein neues benutzerdefiniertes Design hinzufügen kannst, lade alle Dateien des Designs in einen neuen Ordner im unten genannten Verzeichnis. Wenn du eines deiner benutzerdefinierten Designs bearbeiten möchtest, kannst du auch das in diesem Verzeichnis tun.", "Loading themes…" : "Lade Designs …", "Add custom theme" : "Benutzerdefiniertes Design hinzufügen", "Reload themes list" : "Aktualisiere Liste", @@ -88,25 +89,29 @@ "Delete custom theme" : "Benutzerdefiniertes Design löschen", "Base theme" : "Vorlage", "Theme name" : "Name", - "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Es ist ein Fehler bei der Ausführung dieser Aktion aufgetreten. Bitte prüfe das Protokoll von Nextcloud.", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Es ist ein unerwarteter Fehler beim Ausführen dieser Aktion aufgetreten. Bitte prüfe das Protokoll von Nextcloud.", "Error: {error}" : "Fehler: {error}", "Encountered unexpected {exception}: {exceptionMessage}" : "Unerwarteter Ausnahmefehler {exception}: {exceptionMessage}", "Custom plugins" : "Benutzerdefinierte Erweiterungen", "Add custom plugins to reach for Pico's full potential." : "Füge benutzerdefinierte Erweiterungen hinzu um Picos volles Potenzial zu wecken.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud ermöglicht es Dir mit benutzerdefinierten Erweiterungen das volle Potenzial von Pico zu erschließen. Erweiterungen arbeiten auf einer globalen Basis, d.h. wenn Du eine benutzerdefinierte Erweiterung hinzufügst, wird diese auf allen Webseiten aller Benutzer aktiviert. Bevor Du mit einem Klick auf \"Benutzerdefinierte Erweiterung hinzufügen\" eine neue benutzerdefinierte Erweiterung hinzufügen kannst, musst Du alle zur Erweiterung gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird die Erweiterung in der Auswahl unten erscheinen und Du kannst die Erweiterung aktivieren. Wenn Du eine zuvor hinzugefügte benutzerdefinierte Erweiterung aktualisieren möchtest, ersetze einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen, musst Du aber noch auf das Symbol \"Benutzerdefinierte Erweiterung neu laden\" neben der betroffenen Erweiterung im Formular unten klicken.", - "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Bevor Du eine neue benutzerdefinierte Erweiterung hinzufügen kannst, lade alle Dateien der Erweiterung in einen neuen Ordner unter folgendem Pfad. Wenn Du eine Deiner benutzerdefinierten Erweiterungen aktualisieren möchtest kannst Du auch das in diesem Verzeichnis tun. Bitte beachte, dass der Name dieses neuen Ordners exakt mit dem Namen der Erweiterung übereinstimmen muss, andernfalls wirst Du die Erweiterung nicht aktivieren können.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud ermöglicht es dir mit benutzerdefinierten Erweiterungen das volle Potenzial von Pico zu erschließen. Erweiterungen arbeiten auf einer globalen Basis, d.h. wenn du eine benutzerdefinierte Erweiterung hinzufügst, wird diese auf allen Webseiten aller Benutzer aktiviert. Bevor du mit einem Klick auf \"Benutzerdefinierte Erweiterung hinzufügen\" eine neue benutzerdefinierte Erweiterung hinzufügen kannst, musst du alle zur Erweiterung gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird die Erweiterung in der Auswahl unten erscheinen und du kannst die Erweiterung aktivieren. Wenn du eine zuvor hinzugefügte benutzerdefinierte Erweiterung aktualisieren möchtest, ersetze einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud. Bevor diese Änderungen Wirkung zeigen, musst du aber noch auf das Symbol \"Benutzerdefinierte Erweiterung neu laden\" neben der betroffenen Erweiterung im Formular unten klicken.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Bevor du eine neue benutzerdefinierte Erweiterung hinzufügen kannst, lade alle Dateien der Erweiterung in einen neuen Ordner unter folgendem Pfad. Wenn du eine deiner benutzerdefinierten Erweiterungen aktualisieren möchtest kannst du auch das in diesem Verzeichnis tun. Bitte beachte, dass der Name dieses neuen Ordners exakt mit dem Namen der Erweiterung übereinstimmen muss, andernfalls wirst du die Erweiterung nicht aktivieren können.", "Loading plugins…" : "Lade Erweiterungen …", "Add custom plugin" : "Benutzerdefinierte Erweiterung hinzufügen", "Reload plugins list" : "Aktualisiere Liste", "Compatible plugin." : "Erweiterung ist kompatibel.", + "Example plugin" : "Beispiel-Plugin", + "Copy example plugin" : "Beispiel-Plugin kopieren", "System plugin" : "Integrierte Erweiterung", "Custom plugin" : "Benutzerdefinierte Erweiterung", "Reload custom plugin" : "Benutzerdefinierte Erweiterung neu laden", "Delete custom plugin" : "Benutzerdefinierte Erweiterung löschen", + "Base plugin" : "Basis-Plugin", + "Plugin name" : "Plugin-Name", "Custom templates" : "Benutzerdefinierte Vorlagen", "Make it easier for users to create new websites." : "Mache es Benutzern einfacher eine neue Webseite zu erstellen.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn Du eine benutzerdefinierte Vorlage hinzufügen möchtest, musst Du zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis Deiner Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und Du kannst die Vorlage mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu Deiner Nextcloud hinzufügen. Wenn Du eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchtest, bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis Deiner Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Bevor Du eine neue benutzerdefinierte Vorlage hinzufügen kannst, lade alle Dateien der Vorlage in einen neuen Ordner unter:", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn du eine benutzerdefinierte Vorlage hinzufügen möchtest, musst du zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis deiner Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und du kannst die Vorlage mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu deiner Nextcloud hinzufügen. Wenn du eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchtest, bearbeite einfach die entsprechenden Dateien im \"data\"-Verzeichnis deiner Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Bevor du eine neue benutzerdefinierte Vorlage hinzufügen kannst, lade alle Dateien der Vorlage in einen neuen Ordner unter:", "Loading templates…" : "Lade Vorlagen …", "Add custom template" : "Benutzerdefinierte Vorlage hinzufügen", "Reload templates list" : "Aktualisiere Liste", @@ -118,31 +123,31 @@ "Delete custom template" : "Benutzerdefinierte Vorlage löschen", "Base template" : "Vorlage", "Template name" : "Name", - "Configure your webserver" : "Konfiguriere den Webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Wecke das volle Potenzial von Pico CMS for Nextcloud indem Du Deinen Webserver entsprechend konfigurierst.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig davon wie Du Deinen Webserver konfigurierst, können Benutzer über unterschiedliche Adressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können musst Du Deinen Webserver aber speziell konfigurieren. Wenn Du den Apache Webserver verwendest, versuche eines der ersten beiden Konfigurationsbeispiele unten. Wenn Du stattdessen den nginx Webserver verwendest, versuche eines der beiden letzten Konfigurationsbeispiele. Wenn Du nicht so richtig weißt worum es hier geht, wende Dich an Deinen Server-Administrator und stelle ihm die Informationen hier zur Verfügung. Wenn Dir Dein Server-Administrator mitteilt, dass das leider nicht möglich ist, musst Du Dir keine Sorgen machen. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", + "Configure your web server" : "Konfiguriere den Webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Wecke das volle Potenzial von Pico CMS for Nextcloud indem du deinen Webserver entsprechend konfigurierst.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig davon wie du deinen Webserver konfigurierst, können Benutzer über unterschiedliche Adressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, musst du deinen Webserver aber speziell konfigurieren. Wenn du den Apache Webserver verwendest, versuche eines der ersten beiden Konfigurationsbeispiele unten. Wenn du stattdessen den nginx Webserver verwendest, versuche eines der beiden letzten Konfigurationsbeispiele. Wenn du nicht so richtig weißt worum es hier geht, wende dich an deinen Server-Administrator und stelle ihm die Informationen hier zur Verfügung. Wenn dir dein Server-Administrator mitteilt, dass das leider nicht möglich ist, musst du dir keine Sorgen machen. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", "Enable short website URLs" : "Verkürzte Adressen aktivieren", "Full application URLs" : "Vollständige Adressen", "Short website URLs" : "Verkürzte Adressen", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Du Deinen Webserver entsprechend konfiguriert hast, kannst Du die verkürzten Adressen aktivieren. Sobald Du die entsprechende Option anwählst werden die Benutzer über die verkürzten Adressen informiert. Aktiviere diese Option nicht, wenn Du das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert hast.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem du deinen Webserver entsprechend konfiguriert hast, kannst du die verkürzten Adressen aktivieren. Sobald du die entsprechende Option anwählst werden die Benutzer über die verkürzten Adressen informiert. Aktiviere diese Option nicht, wenn du das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert hast.", "Using Apache's mod_proxy" : "Verwende mod_proxy von Apache", "Your users' website URLs will look like the following:" : "Die Adressen werden wie folgt aussehen:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Deiner apache.conf. Bevor Du das tust, solltest Du aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die Sektion von Nextcloud in deiner apache.conf. Bevor du das tust, solltest du aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using Apache's mod_rewrite" : "Verwende mod_rewrite von Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Du das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Deiner apache.conf kopierst, solltest Du sicherstellen, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest Du die Lösung mit mod_proxy oben vorziehen.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor du das Konfigurationsbeispiel oben in die Sektion von Nextcloud in deiner apache.conf kopierst, solltest du sicherstellen, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest du die Lösung mit mod_proxy oben vorziehen.", "Using nginx's proxy_pass" : "Verwende proxy_pass von nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Deiner nginx.conf. Bevor Du das tust, solltest Du aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht, wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiere das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in deiner nginx.conf. Bevor du das tust, solltest du aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht, wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using nginx's rewrite" : "Verwende rewrite von nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiere einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Deiner nginx.conf. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest Du die Lösung mit proxy_pass oben vorziehen.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiere einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in deiner nginx.conf. Bitte beachte, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum solltest du die Lösung mit proxy_pass oben vorziehen.", "Version information" : "Versionsinformation", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud wurde von Maxence Lange und Daniel Rudolf entwickelt.
Es ist freie und quelloffene Software, die unter der GNU Affero General Public License veröffentlicht wurde.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico wurde von Gilbert Pellegrom und Daniel Rudolf erstellt und wird von der Pico-Community gepflegt.
Es handelt sich um freie und quelloffene Software, die unter der MIT-Lizenz veröffentlicht wird.", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud kombiniert die Stärken von Pico und Nextcloud, womit einfache, sichere und leistungsstarke Webseiten mit nur wenigen Klicks erstellt werden können. Pico ist ein irrsinnig einfaches, blitzschnelles Flat File CMS - \"Making the web easy\".", - "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Starte einen Blog, teile Deinen Lebenslauf mit der Welt, entwickle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden oder erstelle eine Wissensdatenbank und lasse die schlauen Kollegen für dich arbeiten. Mit Pico CMS for Nextcloud kannst D Deine eigenen Webseiten erstellen und verwalten. Eine Seite Deiner Webseite ist nicht mehr als eine einfache Textdatei in Deiner Nextcloud. Keine Konfiguration ist notwendig, es gibt keine übermäßig komplizierte Administrationsoberfläche - nur einfache Textdateien. Die perfekte Kombination mit Nextcloud! Sicheres Teilen, Kollaboration, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für Deine Webseiten - dank Pico CMS for Nextcloud. Die Grenzen zwischen Deinen mobilen Geräten, Deinem PC und dem Server verschwimmen …", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Eine Webseite besteht nur aus einer Reihe von .md Textdateien in Deiner Nextcloud. .md steht für Markdown - eine sehr einfache und intuitive Auszeichnungssprache um Überschriften, Textabsätze, Formatierungen, Listen, Bilder und Links zu definieren. Aber keine Sorge - Du musst keine neue Sprache lernen wenn Du das nicht möchtest. Probiere Nextclouds Markdown Editor App, um das Ganze noch viel einfacher zu gestalten. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Daten wie dem Seitentitel oder dem Veröffentlichungsdatum einer Seite? Auch das kannst Du direkt in der Textdatei angeben. Am Anfang der Datei, im sogenannten YAML Front Matter, kannst Du diese Meta-Informationen festlegen. Eine Webseite zu erstellen war nie einfacher!", - "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Du willst mehr über Pico CMS for Nextcloud erfahren? Das ist ganz einfach! Erstelle jetzt Deine erste persönliche Webseite unter Verwendung der \"sample_pico\"-Vorlage. Diese Beispielinhalte erläutern alles was Du wissen musst…", - "You will be able to access your websites using URLs like the following:" : "Du wirst auf Deine Webseiten über Adressen wie die folgende zugreifen können:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Der Nextcloud Administrator hat die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränkt. Leider hast Du nicht das Recht persönliche Webseiten zu erstellen. Du kannst aber weiterhin auf die Webseiten anderer Benutzer zugreifen, ggf. auch auf private Webseiten. Wenn Du in der Vergangenheit bereits Webseiten erstellt hast, musst Du Dir keine Sorgen um Deine Daten machen: Nichts geht verloren. Allerdings wird niemand mehr auf Deine Webseiten zugreifen können. Stattdessen erscheint ein \"Webseite nicht gefunden\"-Fehler.", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Starte einen Blog, teile deinen Lebenslauf mit der Welt, entwickle einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden oder erstelle eine Wissensdatenbank und lasse die schlauen Kollegen für dich arbeiten. Mit Pico CMS for Nextcloud kannst du deine eigenen Webseiten erstellen und verwalten. Eine Seite deiner Webseite ist nicht mehr als eine einfache Textdatei in deiner Nextcloud. Keine Konfiguration ist notwendig, es gibt keine übermäßig komplizierte Administrationsoberfläche - nur einfache Textdateien. Die perfekte Kombination mit Nextcloud! Sicheres Teilen, Kollaboration, Zugriffskontrolle - nicht nur für deine Dateien, sondern auch für deine Webseiten - dank Pico CMS for Nextcloud. Die Grenzen zwischen deinen mobilen Geräten, deinem PC und dem Server verschwimmen …", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Eine Webseite besteht nur aus einer Reihe von .md Textdateien in deiner Nextcloud. .md steht für Markdown - eine sehr einfache und intuitive Auszeichnungssprache um Überschriften, Textabsätze, Formatierungen, Listen, Bilder und Links zu definieren. Aber keine Sorge - Du musst keine neue Sprache lernen wenn du das nicht möchtest. Probiere Nextclouds Markdown Editor App, um das Ganze noch viel einfacher zu gestalten. Bitte beachte, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Daten wie dem Seitentitel oder dem Veröffentlichungsdatum einer Seite? Auch das kannst du direkt in der Textdatei angeben. Am Anfang der Datei, im sogenannten YAML Front Matter, kannst du diese Meta-Informationen festlegen. Eine Webseite zu erstellen war nie einfacher!", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Du willst mehr über Pico CMS for Nextcloud erfahren? Das ist ganz einfach! Erstelle jetzt deine erste persönliche Webseite unter Verwendung der \"sample_pico\"-Vorlage. Diese Beispielinhalte erläutern alles was du wissen musst…", + "You will be able to access your websites using URLs like the following:" : "Du wirst auf deine Webseiten über Adressen wie die folgende zugreifen können:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Der Nextcloud Administrator hat die Nutzung von Pico CMS for Nextcloud auf bestimmte Gruppen beschränkt. Leider hast du nicht das Recht persönliche Webseiten zu erstellen. Du kannst aber weiterhin auf die Webseiten anderer Benutzer zugreifen, ggf. auch auf private Webseiten. Wenn du in der Vergangenheit bereits Webseiten erstellt hast, musst du dir keine Sorgen um Deine Daten machen: Nichts geht verloren. Allerdings wird niemand mehr auf Deine Webseiten zugreifen können. Stattdessen erscheint ein \"Webseite nicht gefunden\"-Fehler.", "Loading websites…" : "Lade Webseiten …", "Name" : "Name", "Path" : "Verzeichnis", @@ -150,22 +155,31 @@ "Created" : "Erstellt", "Go to website" : "Webseite öffnen", "Go to website directory" : "Verzeichnis der Webseite öffnen", - "Toggle private website" : "Private/Öffentliche Webseite", + "Edit website name" : "Webseite-Name bearbeiten", + "Edit private website settings" : "Private Einstellungen der Webseite bearbeiten", "Delete website" : "Webseite löschen", "Actions" : "Aktionen", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud unterstützt sowohl öffentliche als auch private Webseiten. Jeder kann auf öffentliche Websites zugreifen, unabhängig davon, ob er angemeldet ist oder nicht. Wenn du den Zugang auf eine bestimmte Gruppe von Benutzern beschränken möchtest, erstelle eine private Webseite. Alle Besucher einer privaten Webseite müssen eingeloggt sein, andernfalls wird eine Fehlermeldung \"Zugriff verboten\" angezeigt. Zusätzlich muss eine der folgenden Bedingungen erfüllt sein: (1) der Benutzer hat Zugriff auf die Quelldateien der Webseite (d.h. der Quellordner ist für den Benutzer freigegeben), (2) der Benutzer ist Mitglied einer der unten aufgeführten Gruppen, oder (3) der Benutzer ist Mitglied einer der Gruppen, die im YAML Front Matter der angeforderten Seite über den Meta-Wert \"access\" angegeben sind.", + "Website type" : "Webseite-Typ", + "Public website" : "Öffentliche Webseite", + "The website is publicly accessible and requires no authentication whatsoever." : "Die Webseite ist öffentlich zugänglich und erfordert keinerlei Authentifizierung.", + "Private website" : "Private Webseite", + "The website requires authentication, access is limited to a subset of all users." : "Die Webseite erfordert eine Authentifizierung, der Zugang ist auf eine Teilmenge aller Benutzer beschränkt.", + "Group access" : "Gruppenzugriff", + "Grant access to all members of the selected groups." : "Gewähre allen Mitgliedern der ausgewählten Gruppen Zugang.", "Reload websites list" : "Webseiten neu laden", "Create a new website" : "Neue Webseite erstellen", - "Just fill the form below to create your own personal website." : "Benutze einfach das Formular unten, um Deine eigene persönliche Webseite zu erstellen.", + "Just fill the form below to create your own personal website." : "Benutze einfach das Formular unten, um deine eigene persönliche Webseite zu erstellen.", "My example website" : "Meine Beispiel-Webseite", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Hier kannst Du Deiner Webseite einen Namen geben. Der Name wird meistens als Titel verwendet und wird häufig im Kopf der Webseite angezeigt.", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Hier kannst du deiner Webseite einen Namen geben. Der Name wird meistens als Titel verwendet und wird häufig im Kopf der Webseite angezeigt.", "Identifier" : "Kennung", - "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung Deiner Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung deiner Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", "Address" : "Adresse", - "You will be able to access your website using the address (URL) shown above." : "Über diese Adresse wirst Du auf Deine Webseite zugreifen können.", - "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn Du eine neue Webseite erstellst, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", - "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kannst Deiner Webseite einen etwas anderen Look geben indem Du hier ein Design auswählst. Wenn Du gerne ein anderes Design verwenden möchtest, frage Deinen Nextcloud Administrator - vielleicht fügt er auch Dein Lieblings-Design hinzu.", + "You will be able to access your website using the address (URL) shown above." : "Über diese Adresse wirst du auf deine Webseite zugreifen können.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn du eine neue Webseite erstellst, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kannst deiner Webseite einen etwas anderen Look geben indem du hier ein Design auswählst. Wenn du gerne ein anderes Design verwenden möchtest, frage deinen Nextcloud Administrator - vielleicht fügt er auch dein Lieblings-Design hinzu.", "Template" : "Vorlage", - "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Vorlagen helfen Dir dabei eine neue Webseite zu erstellen. Alle Vorlagen bestehen aus einem \"content\"-Verzeichnis, in dem die Inhalte Deiner Seiten und einem \"assets\"-Verzeichnis, in dem weitere Dateien (bspw. Bilder) abgelegt werden können. Die Dateien der Vorlage werden hierzu in den obigen Ordner Deiner Nextcloud kopiert.", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Vorlagen helfen dir dabei eine neue Webseite zu erstellen. Alle Vorlagen bestehen aus einem \"content\"-Verzeichnis, in dem die Inhalte deiner Seiten und einem \"assets\"-Verzeichnis, in dem weitere Dateien (bspw. Bilder) abgelegt werden können. Die Dateien der Vorlage werden hierzu in den obigen Ordner deiner Nextcloud kopiert.", "Create new website" : "Webseite erstellen", "Loading…" : "Lade …" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 3911d010..ab7949fd 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Das Design existiert bereits.", "Website exists." : "Die Webseite existiert bereits.", "No permission." : "Keine Berechtigung.", + "The value given is invalid." : "Der eingegebene Wert ist ungültig.", "Website not found." : "Webseite nicht gefunden.", "Local (unencrypted)" : "Lokal (unverschlüsselt)", "Location" : "Ort", @@ -41,12 +42,12 @@ OC.L10N.register( "The name of the website is too long." : "Der Name der Webseite ist zu lang.", "The identifier of the website must be longer." : "Die Kennung der Webseite muss länger sein.", "The identifier of the website is too long." : "Die Kennung der Webseite ist zu lang.", - "The identifier of the website can only contain lowercase alpha numeric chars." : "Die Kennung der Website darf nur kleingeschriebene alphanumerische Zeichen enthalten.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Die Kennung der Webseite darf nur kleingeschriebene alphanumerische Zeichen enthalten.", "The path of the website is invalid." : "Der Pfad der Webseite ist ungültig.", "The website's path is stored on a non-local storage." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, liegt auf einem nicht-lokalen Speicher.", "Parent folder of the website's path not found." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, existiert nicht.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stellen Sie sicher, dass die Abhängigkeiten der App installiert wurden indem Sie `composer install` im Installationsverzeichnis der App unter \"%s\" ausführen. Versuchen Sie es anschließend erneut.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stellen Sie sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Sie dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweisen wie die von Nextclouds \"%s\"-Verzeichnis. Versuchen Sie es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stellen Sie sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Sie dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweisen wie die von Nextclouds \"%s\"-Verzeichnis. Versuchen Sie es anschließend erneut.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstellen und veröffentlichen Sie Ihre eigene Webseite - mit Pico CMS for Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Webseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starten Sie einen Blog\n* Teilen Sie Ihren Lebenslauf mit der Welt.\n* Erstellen Sie einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Bauen Sie eine Wissensdatenbank auf und lassen Sie die Klugen unter Ihren Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es Ihren Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für Ihre Dateien, sondern auch für Ihre Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinden Sie die Grenzen zwischen Ihren mobilen & Desktop-Geräten und Ihrem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifeln Sie nicht - Sie müssen nicht noch eine weitere Sprache lernen, wenn Sie nicht wollen. Erwägen Sie, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachten Sie, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang Ihrer Markdown-Dateien können Sie einen Block mit solchen Metadaten setzen - genannt [**YAML**] (https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Sie können das Aussehen von Pico ändern, indem Sie benutzerdefinierte Designs verwenden und neue Funktionen hinzufügen, indem Sie benutzerdefinierte Plugins verwenden. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator können Sie das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die Sie nutzen können, um die Websites Ihrer Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - seien Sie also vorsichtig, wenn Sie benutzerdefinierte Plugins und Themes installieren.\n\nSie möchten mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Laden Sie einfach die App aus dem [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktivieren Sie sie und navigieren Sie zur Einstellungsseite von Nextcloud. Als Admin finden Sie in Ihren Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es Ihnen, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstellen Sie einfach Ihre erste persönliche Website und wählen Sie \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was Sie wissen müssen…", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Benutzerdefinierte Erweiterung hinzufügen", "Reload plugins list" : "Aktualisiere Liste der Erweiterungen", "Compatible plugin." : "Erweiterung ist kompatibel.", + "Example plugin" : "Beispiel-Plugin", + "Copy example plugin" : "Beispiel-Plugin kopieren", "System plugin" : "Integrierte Erweiterung", "Custom plugin" : "Benutzerdefinierte Erweiterung", "Reload custom plugin" : "Benutzerdefinierte Erweiterung neu laden", "Delete custom plugin" : "Benutzerdefinierte Erweiterung löschen", + "Base plugin" : "Basis-Plugin", + "Plugin name" : "Plugin-Name", "Custom templates" : "Benutzerdefinierte Vorlagen", "Make it easier for users to create new websites." : "Machen Sie es Benutzern einfacher eine neue Webseite zu erstellen.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn Sie eine benutzerdefinierte Vorlage hinzufügen möchten, müssen Sie zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis Ihrer Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und Sie können das Design mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu Ihrer Nextcloud hinzufügen. Wenn Sie eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchten, bearbeiten Sie einfach die entsprechenden Dateien im \"data\"-Verzeichnis Ihrer Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Benutzerdefinierte Vorlage löschen", "Base template" : "Basis-Vorlage", "Template name" : "Name der Vorlage", - "Configure your webserver" : "Konfigurieren Sie Ihren Webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Wecken Sie das volle Potenzial von Pico CMS for Nextcloud indem Sie Ihren Webserver entsprechend konfigurieren.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig von der Konfiguration Ihres Webservers können Benutzer über unterschiedliche Webadressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, müssen Sie Ihren Webserver aber speziell konfigurieren. Wenn Sie den Apache Webserver verwenden, versuchen Sie eines der ersten beiden Konfigurationsbeispiele unten. Wenn Sie stattdessen den nginx Webserver verwenden, versuchen Sie eines der beiden letzten Konfigurationsbeispiele. Wenn Sie nicht so richtig wissen worum es hier geht, wenden Sie sich an Ihren Server-Administrator und stellen Sie ihm die unten stehenden Informationen zur Verfügung. Wenn Ihnen Ihr Server-Administrator mitteilt, dass dies leider nicht möglich ist, ist das kein Problem. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", + "Configure your web server" : "Konfigurieren Sie Ihren Webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Wecken Sie das volle Potenzial von Pico CMS for Nextcloud indem Sie Ihren Webserver entsprechend konfigurieren.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig von der Konfiguration Ihres Webservers können Benutzer über unterschiedliche Webadressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, müssen Sie Ihren Webserver aber speziell konfigurieren. Wenn Sie den Apache Webserver verwenden, versuchen Sie eines der ersten beiden Konfigurationsbeispiele unten. Wenn Sie stattdessen den nginx Webserver verwenden, versuchen Sie eines der beiden letzten Konfigurationsbeispiele. Wenn Sie nicht so richtig wissen worum es hier geht, wenden Sie sich an Ihren Server-Administrator und stellen Sie ihm die unten stehenden Informationen zur Verfügung. Wenn Ihnen Ihr Server-Administrator mitteilt, dass dies leider nicht möglich ist, ist das kein Problem. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", "Enable short website URLs" : "Verkürzte URLs aktivieren", "Full application URLs" : "Vollständige App-URLs", "Short website URLs" : "Verkürzte Website-Adressen", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Sie Ihren Webserver entsprechend konfiguriert haben, können Sie die verkürzten Webadressen aktivieren. Sobald Sie die entsprechende Option anwählen, werden Ihre Benutzer über die verkürzten Adressen informiert. Aktivieren Sie diese Option nicht, wenn Sie das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert haben.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Sie Ihren Webserver entsprechend konfiguriert haben, können Sie die verkürzten Webadressen aktivieren. Sobald Sie die entsprechende Option anwählen, werden Ihre Benutzer über die verkürzten Adressen informiert. Aktivieren Sie diese Option nicht, wenn Sie das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert haben.", "Using Apache's mod_proxy" : "Apaches mod_rewrite verwenden", "Your users' website URLs will look like the following:" : "Die Webadressen Ihres Benutzers werden wie folgt aussehen:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Ihrer apache.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Ihrer apache.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using Apache's mod_rewrite" : "Apaches mod_rewrite verwenden", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Sie das obige Konfigurationsbeispiel in Nextclouds Sektion in Ihrer apache.conf kopieren, stellen Sie sicher, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht (wieder) starten lassen oder den Fehler \"500 Internal Server Error\" melden. Bitte beachten Sie, dass diese Konfiguration nicht tatsächlich die Verwendung verkürzter Adressen erlaubt, sie leitet Benutzer lediglich von den verkürzten zu den vollständigen Adressen weiter. Darum sollten Sie die obige Lösung mittels mod_proxy vorziehen.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Sie das obige Konfigurationsbeispiel in Nextclouds Sektion in Ihrer apache.conf kopieren, stellen Sie sicher, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht (wieder) starten lassen oder den Fehler \"500 Internal Server Error\" melden. Bitte beachten Sie, dass diese Konfiguration nicht tatsächlich die Verwendung verkürzter Adressen erlaubt, sie leitet Benutzer lediglich von den verkürzten zu den vollständigen Adressen weiter. Darum sollten Sie die obige Lösung mittels mod_proxy vorziehen.", "Using nginx's proxy_pass" : "proxy_pass von nginx verwenden", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using nginx's rewrite" : "Rewrite von nginx verwenden", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopieren Sie einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bitte beachten Sie, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum sollten Sie die Lösung mit proxy_pass oben vorziehen.", "Version information" : "Versionsinformation", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Erstellt", "Go to website" : "Webseite öffnen", "Go to website directory" : "Verzeichnis der Webseite öffnen", - "Toggle private website" : "Private/Öffentliche Webseite umschalten", + "Edit website name" : "Webseite-Name bearbeiten", + "Edit private website settings" : "Private Einstellungen der Webseite bearbeiten", "Delete website" : "Webseite löschen", "Actions" : "Aktionen", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud unterstützt sowohl öffentliche als auch private Webseiten. Jeder kann auf öffentliche Websites zugreifen, unabhängig davon, ob er angemeldet ist oder nicht. Wenn Sie den Zugang auf eine bestimmte Gruppe von Benutzern beschränken möchten, erstellen Sie eine private Webseite. Alle Besucher einer privaten Webseite müssen eingeloggt sein, andernfalls wird eine Fehlermeldung \"Zugriff verboten\" angezeigt. Zusätzlich muss eine der folgenden Bedingungen erfüllt sein: (1) der Benutzer hat Zugriff auf die Quelldateien der Webseite (d.h. der Quellordner ist für den Benutzer freigegeben), (2) der Benutzer ist Mitglied einer der unten aufgeführten Gruppen, oder (3) der Benutzer ist Mitglied einer der Gruppen, die im YAML Front Matter der angeforderten Seite über den Meta-Wert \"access\" angegeben sind.", + "Website type" : "Webseite-Typ", + "Public website" : "Öffentliche Webseite", + "The website is publicly accessible and requires no authentication whatsoever." : "Die Webseite ist öffentlich zugänglich und erfordert keinerlei Authentifizierung.", + "Private website" : "Private Webseite", + "The website requires authentication, access is limited to a subset of all users." : "Die Webseite erfordert eine Authentifizierung, der Zugang ist auf eine Teilmenge aller Benutzer beschränkt.", + "Group access" : "Gruppenzugriff", + "Grant access to all members of the selected groups." : "Gewähren Sie allen Mitgliedern der ausgewählten Gruppen Zugang.", "Reload websites list" : "Webseiten neu laden", "Create a new website" : "Neue Webseite erstellen", "Just fill the form below to create your own personal website." : "Benutzen Sie einfach das Formular unten um Ihre eigene persönliche Webseite zu erstellen.", @@ -163,7 +177,7 @@ OC.L10N.register( "Identifier" : "Kennung", "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung Ihrer Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", "Address" : "Adresse", - "You will be able to access your website using the address (URL) shown above." : "Sie können über die oben angegebene Adresse (URL) auf Ihre Website zugreifen.", + "You will be able to access your website using the address (URL) shown above." : "Sie können über die oben angegebene Adresse (URL) auf Ihre Webseite zugreifen.", "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn Sie eine neue Webseite erstellen, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Sie können Ihrer Webseite einen etwas anderen Look geben indem Sie hier ein Design auswählen. Wenn Sie gerne ein anderes Design verwenden möchten, fragen Sie Ihren Nextcloud Administrator - vielleicht fügt er auch Ihr Lieblings-Design hinzu.", "Template" : "Vorlage", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 8dda03ec..eea54bd1 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -25,6 +25,7 @@ "Theme exists already." : "Das Design existiert bereits.", "Website exists." : "Die Webseite existiert bereits.", "No permission." : "Keine Berechtigung.", + "The value given is invalid." : "Der eingegebene Wert ist ungültig.", "Website not found." : "Webseite nicht gefunden.", "Local (unencrypted)" : "Lokal (unverschlüsselt)", "Location" : "Ort", @@ -39,12 +40,12 @@ "The name of the website is too long." : "Der Name der Webseite ist zu lang.", "The identifier of the website must be longer." : "Die Kennung der Webseite muss länger sein.", "The identifier of the website is too long." : "Die Kennung der Webseite ist zu lang.", - "The identifier of the website can only contain lowercase alpha numeric chars." : "Die Kennung der Website darf nur kleingeschriebene alphanumerische Zeichen enthalten.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Die Kennung der Webseite darf nur kleingeschriebene alphanumerische Zeichen enthalten.", "The path of the website is invalid." : "Der Pfad der Webseite ist ungültig.", "The website's path is stored on a non-local storage." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, liegt auf einem nicht-lokalen Speicher.", "Parent folder of the website's path not found." : "Das Verzeichnis, in dem die Webseite gespeichert werden soll, existiert nicht.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Die Datei \"%s\" konnte nicht gefunden werden. Stellen Sie sicher, dass die Abhängigkeiten der App installiert wurden indem Sie `composer install` im Installationsverzeichnis der App unter \"%s\" ausführen. Versuchen Sie es anschließend erneut.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stellen Sie sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Sie dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweisen wie die von Nextclouds \"%s\"-Verzeichnis. Versuchen Sie es anschließend erneut.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Konnte Pico CMS for Nextcloud nicht aktivieren: Der Webserver kann keine Dateien und Ordner unter \"%s\" erstellen. Stellen Sie sicher, dass der Webserver Schreibzugriff auf dieses Verzeichnis hat, indem Sie dem Verzeichnis die selben Eigentums- und Zugriffsrechte zuweisen wie die von Nextclouds \"%s\"-Verzeichnis. Versuchen Sie es anschließend erneut.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Erstellen und veröffentlichen Sie Ihre eigene Webseite - mit Pico CMS for Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombiniert die Stärken von [**Pico**](http://picocms.org/) und [**Nextcloud**](https://nextcloud.com/), um einfache, sichere, teilbare und erstaunlich leistungsstarke Webseiten mit nur wenigen Klicks zu erstellen. Pico ist ein sehr einfaches, schnelles, datenbankloses CMS - das macht das Web einfach!\n\n* Starten Sie einen Blog\n* Teilen Sie Ihren Lebenslauf mit der Welt.\n* Erstellen Sie einen Plan für die Weltherrschaft und teile ihn nur mit den richtigen Freunden.\n* Bauen Sie eine Wissensdatenbank auf und lassen Sie die Klugen unter Ihren Kollegen aushelfen.\n\nDie Installation von Pico CMS for Nextcloud ermöglicht es Ihren Benutzern, ihre eigenen Websites zu erstellen und zu verwalten. Das Erstellen einer neuen Seite mit Pico ist nicht mehr als das Erstellen einer einfachen Textdatei in den Nextcloud. Es ist keine Konfiguration erforderlich, keine äußerst komplexen Verwaltungsoberflächen - nur Dateien. Es ist die perfekte Ergänzung zu Nextcloud. Sichere Freigabe, Zusammenarbeit, Zugriffskontrolle - nicht nur für Ihre Dateien, sondern auch für Ihre Websites, ermöglicht durch Pico CMS for Nextcloud! Überwinden Sie die Grenzen zwischen Ihren mobilen & Desktop-Geräten und Ihrem Server.\n\nWebsites werden über URLs wie `https://cloud.example.com/sites/my_site/` zugänglich sein und bestehen nur aus einer Reihe von `.md` Textdateien in den Nextcloud-Dateien eines Benutzers. `.md` steht für [**Markdown**](https://www.markdownguide.org/) - ein super einfaches und intuitives Markup zum Erstellen von Überschriften, Absätzen, Textformatierungen, Listen, Bildern und Links. Aber verzweifeln Sie nicht - Sie müssen nicht noch eine weitere Sprache lernen, wenn Sie nicht wollen. Erwägen Sie, Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) App zu aktivieren, um einfache Dinge sehr einfach zu machen. Bitte beachten Sie, dass Nextclouds integrierter Text Editor nicht mit Pico CMS for Nextcloud kompatibel ist. Aber was ist mit Metadaten wie dem Titel oder dem Erscheinungsdatum einer Seite? Richtig geschätzt, es ist alles an einem Ort. An den Anfang Ihrer Markdown-Dateien können Sie einen Block mit solchen Metadaten setzen - genannt [**YAML**] (https://en.wikipedia.org/wiki/YAML) Front Matter. Die Erstellung von Websites kann nicht einfacher sein …\n\nAber das war noch nicht alles …\n\nPico CMS for Nextcloud ist sehr anpassungsfähig. Sie können das Aussehen von Pico ändern, indem Sie benutzerdefinierte Designs verwenden und neue Funktionen hinzufügen, indem Sie benutzerdefinierte Plugins verwenden. Aus Sicherheitsgründen können Benutzer weder benutzerdefinierte Designs noch Plugins selbst hinzufügen - aber als Administrator können Sie das. Plugins und Designs sind nicht nur neue \"Skins\" oder \"Widgets\", die zugrunde liegenden Technologien sind leistungsstarke Frameworks, die Sie nutzen können, um die Websites Ihrer Benutzer wirklich einzigartig zu machen. Doch mit großer Macht kommt große Verantwortung. Pico CMS for Nextcloud tut sein Bestes, um zu verhindern, dass Benutzer Skripte in Websites einbinden, da dies Sicherheitsrisiken bergen kann (sog. \"Cross Scripting\"). Da dieses Risiko nicht auf Pico selbst zutrifft, sind sich Drittanbieter von Plugins und Themes dieses Problems möglicherweise nicht bewusst - seien Sie also vorsichtig, wenn Sie benutzerdefinierte Plugins und Themes installieren.\n\nSie möchten mehr über Pico CMS for Nextcloud erfahren? Ganz einfach! Laden Sie einfach die App aus dem [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) herunter, aktivieren Sie sie und navigieren Sie zur Einstellungsseite von Nextcloud. Als Admin finden Sie in Ihren Nextcloud-Einstellungen zwei \"Pico CMS\" Bereiche - einen unter \"Persönlich\", einen weiteren unter \"Administration\". Letzterer erlaubt es Ihnen, eigene Themes, Plugins und Templates zu Pico hinzuzufügen, sowie einige erweiterte Einstellungen vorzunehmen. Der Abschnitt \"Pico CMS\" unter \"Persönlich\" ist für alle Nextcloud-Benutzer vorhanden und erlaubt es, persönliche Webseiten zu erstellen. Erstellen Sie einfach Ihre erste persönliche Website und wählen Sie \"sample_pico\" als Website-Vorlage. Die Beispielinhalte von Pico erklären alles, was Sie wissen müssen…", @@ -99,10 +100,14 @@ "Add custom plugin" : "Benutzerdefinierte Erweiterung hinzufügen", "Reload plugins list" : "Aktualisiere Liste der Erweiterungen", "Compatible plugin." : "Erweiterung ist kompatibel.", + "Example plugin" : "Beispiel-Plugin", + "Copy example plugin" : "Beispiel-Plugin kopieren", "System plugin" : "Integrierte Erweiterung", "Custom plugin" : "Benutzerdefinierte Erweiterung", "Reload custom plugin" : "Benutzerdefinierte Erweiterung neu laden", "Delete custom plugin" : "Benutzerdefinierte Erweiterung löschen", + "Base plugin" : "Basis-Plugin", + "Plugin name" : "Plugin-Name", "Custom templates" : "Benutzerdefinierte Vorlagen", "Make it easier for users to create new websites." : "Machen Sie es Benutzern einfacher eine neue Webseite zu erstellen.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Eine neue Webseiten zu erstellen kann schwierig sein - wo soll man überhaupt starten? Benutzerdefinierte Vorlagen sind ein Startpunkt an dem sich Benutzer orientieren können wenn sie eine neue Webseite erstellen. Wenn Sie eine benutzerdefinierte Vorlage hinzufügen möchten, müssen Sie zunächst alle zur Vorlage gehörenden Dateien ins \"data\"-Verzeichnis Ihrer Nextcloud-Instanz hochladen. Anschließend wird die Vorlage in der Auswahl unten erscheinen und Sie können das Design mit einem Klick auf \"Benutzerdefinierte Vorlage hinzufügen\" zu Ihrer Nextcloud hinzufügen. Wenn Sie eine zuvor hinzugefügte benutzerdefinierte Vorlage bearbeiten möchten, bearbeiten Sie einfach die entsprechenden Dateien im \"data\"-Verzeichnis Ihrer Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Benutzerdefinierte Vorlage löschen", "Base template" : "Basis-Vorlage", "Template name" : "Name der Vorlage", - "Configure your webserver" : "Konfigurieren Sie Ihren Webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Wecken Sie das volle Potenzial von Pico CMS for Nextcloud indem Sie Ihren Webserver entsprechend konfigurieren.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig von der Konfiguration Ihres Webservers können Benutzer über unterschiedliche Webadressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, müssen Sie Ihren Webserver aber speziell konfigurieren. Wenn Sie den Apache Webserver verwenden, versuchen Sie eines der ersten beiden Konfigurationsbeispiele unten. Wenn Sie stattdessen den nginx Webserver verwenden, versuchen Sie eines der beiden letzten Konfigurationsbeispiele. Wenn Sie nicht so richtig wissen worum es hier geht, wenden Sie sich an Ihren Server-Administrator und stellen Sie ihm die unten stehenden Informationen zur Verfügung. Wenn Ihnen Ihr Server-Administrator mitteilt, dass dies leider nicht möglich ist, ist das kein Problem. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", + "Configure your web server" : "Konfigurieren Sie Ihren Webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Wecken Sie das volle Potenzial von Pico CMS for Nextcloud indem Sie Ihren Webserver entsprechend konfigurieren.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Abhängig von der Konfiguration Ihres Webservers können Benutzer über unterschiedliche Webadressen auf ihre Webseiten zugreifen. Standardmäßig wird die vollständige Adresse von Pico CMS for Nextcloud verwendet. Diese Adressen sind allerdings ziemlich lang und dadurch nicht sehr benutzerfreundlich. Aus diesem Grund unterstützt Pico CMS for Nextcloud auch verkürzte Adressen unter Verwendung eines virtuellen \"sites/\"-Verzeichnisses. Um diese Funktion nutzen zu können, müssen Sie Ihren Webserver aber speziell konfigurieren. Wenn Sie den Apache Webserver verwenden, versuchen Sie eines der ersten beiden Konfigurationsbeispiele unten. Wenn Sie stattdessen den nginx Webserver verwenden, versuchen Sie eines der beiden letzten Konfigurationsbeispiele. Wenn Sie nicht so richtig wissen worum es hier geht, wenden Sie sich an Ihren Server-Administrator und stellen Sie ihm die unten stehenden Informationen zur Verfügung. Wenn Ihnen Ihr Server-Administrator mitteilt, dass dies leider nicht möglich ist, ist das kein Problem. Die vollständigen Adressen von Pico CMS for Nextcloud funktionieren in jedem Fall.", "Enable short website URLs" : "Verkürzte URLs aktivieren", "Full application URLs" : "Vollständige App-URLs", "Short website URLs" : "Verkürzte Website-Adressen", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Sie Ihren Webserver entsprechend konfiguriert haben, können Sie die verkürzten Webadressen aktivieren. Sobald Sie die entsprechende Option anwählen, werden Ihre Benutzer über die verkürzten Adressen informiert. Aktivieren Sie diese Option nicht, wenn Sie das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert haben.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nachdem Sie Ihren Webserver entsprechend konfiguriert haben, können Sie die verkürzten Webadressen aktivieren. Sobald Sie die entsprechende Option anwählen, werden Ihre Benutzer über die verkürzten Adressen informiert. Aktivieren Sie diese Option nicht, wenn Sie das virtuelle \"sites/\"-Verzeichnis noch nicht mit einem der Konfigurationsbeispiele unten konfiguriert haben.", "Using Apache's mod_proxy" : "Apaches mod_rewrite verwenden", "Your users' website URLs will look like the following:" : "Die Webadressen Ihres Benutzers werden wie folgt aussehen:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Ihrer apache.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Sektion von Nextcloud in Ihrer apache.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass die Apache-Module mod_proxy und mod_proxy_http aktiviert sind. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using Apache's mod_rewrite" : "Apaches mod_rewrite verwenden", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Sie das obige Konfigurationsbeispiel in Nextclouds Sektion in Ihrer apache.conf kopieren, stellen Sie sicher, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht (wieder) starten lassen oder den Fehler \"500 Internal Server Error\" melden. Bitte beachten Sie, dass diese Konfiguration nicht tatsächlich die Verwendung verkürzter Adressen erlaubt, sie leitet Benutzer lediglich von den verkürzten zu den vollständigen Adressen weiter. Darum sollten Sie die obige Lösung mittels mod_proxy vorziehen.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Bevor Sie das obige Konfigurationsbeispiel in Nextclouds Sektion in Ihrer apache.conf kopieren, stellen Sie sicher, dass das Apache-Modul mod_rewrite aktiviert ist. Andernfalls wird der Webserver sich nicht (wieder) starten lassen oder den Fehler \"500 Internal Server Error\" melden. Bitte beachten Sie, dass diese Konfiguration nicht tatsächlich die Verwendung verkürzter Adressen erlaubt, sie leitet Benutzer lediglich von den verkürzten zu den vollständigen Adressen weiter. Darum sollten Sie die obige Lösung mittels mod_proxy vorziehen.", "Using nginx's proxy_pass" : "proxy_pass von nginx verwenden", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieren Sie das Konfigurationsbeispiel oben in die Server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bevor Sie das tun sollten Sie aber sicherstellen, dass das nginx-Modul ngx_http_proxy_module aktiviert ist. Falls nicht wird der Webserver sich nicht wieder starten lassen oder einen \"500 Internal Server Error\" melden.", "Using nginx's rewrite" : "Rewrite von nginx verwenden", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopieren Sie einfach das Konfigurationsbeispiel oben in die server { … } Sektion von Nextcloud in Ihrer nginx.conf. Bitte beachten Sie, dass die Benutzer durch diese Konfiguration nicht wirklich die kürzeren Adressen verwenden können, sie werden nur zu den längeren Adressen weitergeleitet. Darum sollten Sie die Lösung mit proxy_pass oben vorziehen.", "Version information" : "Versionsinformation", @@ -150,9 +155,18 @@ "Created" : "Erstellt", "Go to website" : "Webseite öffnen", "Go to website directory" : "Verzeichnis der Webseite öffnen", - "Toggle private website" : "Private/Öffentliche Webseite umschalten", + "Edit website name" : "Webseite-Name bearbeiten", + "Edit private website settings" : "Private Einstellungen der Webseite bearbeiten", "Delete website" : "Webseite löschen", "Actions" : "Aktionen", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud unterstützt sowohl öffentliche als auch private Webseiten. Jeder kann auf öffentliche Websites zugreifen, unabhängig davon, ob er angemeldet ist oder nicht. Wenn Sie den Zugang auf eine bestimmte Gruppe von Benutzern beschränken möchten, erstellen Sie eine private Webseite. Alle Besucher einer privaten Webseite müssen eingeloggt sein, andernfalls wird eine Fehlermeldung \"Zugriff verboten\" angezeigt. Zusätzlich muss eine der folgenden Bedingungen erfüllt sein: (1) der Benutzer hat Zugriff auf die Quelldateien der Webseite (d.h. der Quellordner ist für den Benutzer freigegeben), (2) der Benutzer ist Mitglied einer der unten aufgeführten Gruppen, oder (3) der Benutzer ist Mitglied einer der Gruppen, die im YAML Front Matter der angeforderten Seite über den Meta-Wert \"access\" angegeben sind.", + "Website type" : "Webseite-Typ", + "Public website" : "Öffentliche Webseite", + "The website is publicly accessible and requires no authentication whatsoever." : "Die Webseite ist öffentlich zugänglich und erfordert keinerlei Authentifizierung.", + "Private website" : "Private Webseite", + "The website requires authentication, access is limited to a subset of all users." : "Die Webseite erfordert eine Authentifizierung, der Zugang ist auf eine Teilmenge aller Benutzer beschränkt.", + "Group access" : "Gruppenzugriff", + "Grant access to all members of the selected groups." : "Gewähren Sie allen Mitgliedern der ausgewählten Gruppen Zugang.", "Reload websites list" : "Webseiten neu laden", "Create a new website" : "Neue Webseite erstellen", "Just fill the form below to create your own personal website." : "Benutzen Sie einfach das Formular unten um Ihre eigene persönliche Webseite zu erstellen.", @@ -161,7 +175,7 @@ "Identifier" : "Kennung", "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Aus der Kennung Ihrer Webseite ergibt sich sowohl die Adresse (URL) der Webseite, als auch der Name des Ordners in dem die Dateien der Webseite gespeichert werden. Die Kennung darf nur aus Kleinbuchstaben, Zahlen, Bindestrichen und Unterstrichen (a-z, 0-9, - und _) bestehen.", "Address" : "Adresse", - "You will be able to access your website using the address (URL) shown above." : "Sie können über die oben angegebene Adresse (URL) auf Ihre Website zugreifen.", + "You will be able to access your website using the address (URL) shown above." : "Sie können über die oben angegebene Adresse (URL) auf Ihre Webseite zugreifen.", "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Wenn Sie eine neue Webseite erstellen, wird Pico CMS for Nextcloud die unten ausgewählte Vorlage in dieses Verzeichnis kopieren.", "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Sie können Ihrer Webseite einen etwas anderen Look geben indem Sie hier ein Design auswählen. Wenn Sie gerne ein anderes Design verwenden möchten, fragen Sie Ihren Nextcloud Administrator - vielleicht fügt er auch Ihr Lieblings-Design hinzu.", "Template" : "Vorlage", diff --git a/l10n/el.js b/l10n/el.js index bb1c6d4b..efa9c233 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -46,7 +46,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Η διαδρομή του ιστότοπου αποθηκεύεται σε μη τοπικό αποθηκευτικό χώρο.", "Parent folder of the website's path not found." : "Ο γονικός φάκελος της διαδρομής του ιστότοπου δεν βρέθηκε.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Απέτυχε η ενεργοποίηση του Pico CMS για Nextcloud: Δεν βρέθηκε \"%s\". Βεβαιωθείτε ότι έχετε εγκαταστήσει τα απαραίτητα της εφαρμογής εκτελώντας την επιλογή `install composer 'στον παρακάτω κατάλογο εγκατάστασης \"%s\". Μετά δοκιμάστε ξανά να ενεργοποιήσετε το Pico CMS για Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Απέτυχε η ενεργοποίηση του Pico CMS για Nextcloud: Ο διακομιστής ιστότοπου δεν έχει δικαιώματα δημιουργίας αρχείων και φακέλων \"%s\". Σιγουρευτείτε ότι δώσατε πρόσβαση εγγραφής στον κατάλογο αλλάζοντας τα δικαιώματα κατόχου με δικά σας στον κατάλογο \"%s\". Έπειτα δικιμάστε ξανά την ενεργοποίηση του Pico CMS για Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Δημιουργήστε και δημοσιεύστε τον δικό σας ιστότοπο - με το Pice CMS για Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "Το [Pico CMS για Nextcloud] (https://github.com/nextcloud/cms_pico) συνδυάζει τη δύναμη των [** Pico **] (http://picocms.org/) και [** Nextcloud **] (https : //nextcloud.com/) για τη δημιουργία απλών, ασφαλών, κοινοποιήσιμων και εκπληκτικά ισχυρών ιστότοπων με λίγα μόνο κλικ. Το Pico είναι ένα υπερβολικά απλό, γρήγορο, επίπεδο αρχείο CMS - κάνοντας τον ιστότοπο εύκολη υπόθεση. * Ξεκινήστε ένα blog * Μοιραστείτε το βιογραφικό σας με τον κόσμο * Δημιουργήστε ένα σχέδιο για παγκόσμια κυριαρχία και μοιραστείτε το μόνο με τους σωστούς φίλους * Χτίστε μια βάση γνώσης και αφήστε τους έξυπνους μεταξύ των συναδέλφων σας να βοηθήσουν. \nΗ εγκατάσταση του Pico CMS για το Nextcloud επιτρέπει στους χρήστες σας να δημιουργούν και να διαχειρίζονται τους δικούς τους ιστότοπους. Η δημιουργία μιας νέας σελίδας με το Pico δεν είναι παρά η δημιουργία ενός απλού αρχείου κειμένου στα αρχεία Nextcloud ενός χρήστη. Δεν απαιτείται διαμόρφωση, ούτε εντελώς περίπλοκες διεπαφές διαχείρισης - απλά αρχεία. Είναι ο τέλειος συνδυασμός με το Nextcloud. Ασφαλής κοινή χρήση, συνεργασία, έλεγχος πρόσβασης - όχι μόνο για τα αρχεία σας, αλλά και για τις ιστοσελίδες σας, όλα αυτά είναι εφικτά με το Pico CMS για το Nextcloud! \"Σπάζοντας\" τα όρια μεταξύ των κινητών και επιτραπέζιων υπολογιστών σας και του διακομιστή σας. \nΟι ιστότοποι θα είναι προσβάσιμοι μέσω διευθύνσεων URL όπως το «https: // cloud.example.com / sites / my_site / και αποτελούνται από μια δέσμη αρχείων κειμένου «.md» στα αρχεία Nextcloud ενός χρήστη. Το αρχείο «.md` σημαίνει [** Markdown **] (https://www.markdownguide.org/) - μια εξαιρετικά απλή και διαισθητική σήμανση για τη δημιουργία επικεφαλίδων, παραγράφων, μορφοποίησης κειμένου, λιστών, εικόνων και συνδέσμων. \nΑλλά μην απελπίζεστε - δεν χρειάζεται να μάθετε άλλη μία γλώσσα αν δεν θέλετε. Εξετάστε το ενδεχόμενο να ενεργοποιήσετε την εφαρμογή [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) του Nextcloud για να κάνετε απλά πράγματα εύκολα. Σημειώστε ότι ο ενσωματωμένος επεξεργαστής κειμένου του Nextcloud δεν είναι συμβατός με το Pico CMS για το Nextcloud. \nΤι γίνεται όμως με τα μεταδεδομένα όπως ο τίτλος μιας σελίδας ή η ημερομηνία κυκλοφορίας; Σωστά μαντέψατε , είναι όλα σε ένα μέρος. Στην κορυφή των αρχείων Markdown μπορείτε να τοποθετήσετε ένα μπλοκ με τέτοια μεταδεδομένα - που ονομάζεται [** YAML **] (https://en.wikipedia.org/wiki/YAML) Front Matter. Η δημιουργία ιστότοπων δεν μπορεί να είναι ευκολότερη… \nΑλλά δεν είναι μόνο αυτά ... Το Pico CMS για το Nextcloud είναι εξαιρετικά εξατομικεύσιμο. Μπορείτε να αλλάξετε την εμφάνιση του Pico χρησιμοποιώντας εξατομικευμένα θέματα και να προσθέσετε νέες λειτουργίες χρησιμοποιώντας εξατομικευμένες προσθήκες. Για λόγους ασφαλείας, οι χρήστες δεν μπορούν να προσθέσουν μόνοι τους εξατομικευμένα θέματα ή προσθήκες - αλλά ως διαχειριστής μπορείτε. \nΟι προσθήκες και τα θέματα δεν είναι μόνο νέα \"skins\" ή \"widgets\", οι υποκείμενες τεχνολογίες είναι ισχυρά πλαίσια που μπορείτε να αξιοποιήσετε για να κάνετε τους ιστότοπους των χρηστών σας πραγματικά μοναδικούς. Ωστόσο, η μεγάλη δύναμη συνοδεύεται από μεγάλη ευθύνη. \nΤο Pico CMS για το Nextcloud κάνει το καλύτερο δυνατό για να αποτρέψει τους χρήστες να συμπεριλάβουν κώδικα σε ιστότοπους, καθώς αυτό ενδέχεται να φέρει κινδύνους ασφαλείας (το λεγόμενο \"Cross Scripting\"). Επειδή αυτός ο κίνδυνος δεν ισχύει για το ίδιο το Pico, οι συμβαλλόμενοι προγραμματιστές προσθηκών και θεμάτων ενδέχεται να μην είναι ενήμεροι για αυτό το ζήτημα - γι 'αυτό να είστε προσεκτικοί κατά την εγκατάσταση εξατομικευμένων προσθηκών και θεμάτων. Θέλετε να μάθετε περισσότερα για το Pico CMS για το Nextcloud; Εύκολα! Απλώς κατεβάστε και ενεργοποιήστε την εφαρμογή από το [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) και μεταβείτε στη σελίδα ρυθμίσεων του Nextcloud. Ως διαχειριστής θα βρείτε δύο ενότητες \"Pico CMS\" στις ρυθμίσεις του Nextcloud - μία κάτω από το \"Προσωπικό\", μία άλλη κάτω από το \"Διαχείριση\". Η τελευταία σας επιτρέπει να προσθέσετε εξατομικευμένα θέματα, προσθήκες και πρότυπα στο Pico, καθώς και να τροποποιήσετε ορισμένες προηγμένες ρυθμίσεις. Η ενότητα \"Pico CMS\" που βρίσκεται κάτω από το \"Προσωπικό\" υπάρχει για όλους τους χρήστες του Nextcloud και επιτρέπει σε κάποιον να δημιουργήσει προσωπικούς ιστότοπους. Απλώς δημιουργήστε τον πρώτο σας προσωπικό ιστότοπο και επιλέξτε \"sample_pico\" ως πρότυπο ιστότοπου. Τα δείγματα περιεχομένων του Pico θα σας εξηγήσουν όλα όσα πρέπει να γνωρίζετε…", @@ -97,10 +96,14 @@ OC.L10N.register( "Add custom plugin" : "Προσθήκη προσαρμοσμένης επέκτασης", "Reload plugins list" : "Επαναφόρτωση λίστας επεκτάσεων", "Compatible plugin." : "Συμβατή επέκταση.", + "Example plugin" : "Παράδειγμα πρόσθετου", + "Copy example plugin" : "Αντιγραφή παραδείγματος πρόσθετου", "System plugin" : "Επέκταση συστήματος", "Custom plugin" : "Προσαρμοσμένη επέκταση", "Reload custom plugin" : "Επαναφόρτωση προσαρμοσμένης επέκτασης", "Delete custom plugin" : "Διαγραφή προσαρμοσμένης επέκτασης", + "Base plugin" : "Βασικό πρόσθετο", + "Plugin name" : "Όνομα πρόσθετου", "Custom templates" : "Προσαρμοσμένα θέματα", "Make it easier for users to create new websites." : "Διευκολύνετε τους χρήστες να δημιουργούν νέους ιστότοπους.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Η δημιουργία νέων ιστοσελίδων μπορεί να είναι δύσκολη - πού να ξεκινήσετε; Τα προσαρμοσμένα πρότυπα λειτουργούν ως σημείο εκκίνησης για τους χρήστες που θέλουν να δημιουργήσουν νέο ιστότοπο χρησιμοποιώντας το Pico CMS για το Nextcloud. Πριν προσθέσετε ένα νέο πρότυπο χρησιμοποιώντας το κουμπί \"Προσθήκη προσαρμοσμένου προτύπου\" παρακάτω, πρέπει να μεταφορτώσετε όλα τα αρχεία του προτύπου στο φάκελο δεδομένων της εμφάνισής σας Nextcloud. Μετά τη φόρτωση του προτύπου θα εμφανιστεί στη παρακάτω φόρμα για να την προσθέσετε στην φόρμα \"Δημιουργία νέου ιστότοπου\" των χρηστών σας. Εάν θέλετε να τροποποιήσετε ένα από τα προσαρμοσμένα πρότυπα που έχετε προσθέσει στο παρελθόν, απλώς επεξεργαστείτε τα αντίστοιχα αρχεία στο φάκελο δεδομένων του Nextcloud.", @@ -116,20 +119,13 @@ OC.L10N.register( "Delete custom template" : "Διαγραφή τρέχοντος προτύπου", "Base template" : "Βασικό πρότυπο", "Template name" : "Όνομα προτύπου", - "Configure your webserver" : "Ρύθμιση διακομιστή ιστού", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ενεργοποιήστε το Pico CMS με πλήρες δυνατότητες για το Nextcloud ρυθμίζοντας κατάλληλα τον ιστότοπό σας.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ανάλογα με τη διαμόρφωση του διακομιστή σας, οι χρήστες μπορούν να έχουν πρόσβαση στις ιστοσελίδες τους χρησιμοποιώντας διαφορετικές διευθύνσεις URL. Από προεπιλογή, οι χρήστες μπορούν να έχουν πρόσβαση στους ιστότοπούς τους χρησιμοποιώντας το Pico CMS με πλήρη διεύθυνση URL μέσω του Nextcloud. Ωστόσο, αυτές οι διευθύνσεις URL είναι αρκετά μεγάλες και συνεπώς δεν είναι πολύ φιλικές προς το χρήστη. Για το λόγο αυτό, το Pico CMS για το Nextcloud υποστηρίζει επίσης συντομευμένες διευθύνσεις URL που χρησιμοποιούν τον εικονικό φάκελο \"sites /\". Ωστόσο, η χρήση αυτής της λειτουργίας απαιτεί κάποια πρόσθετη ρύθμιση παραμέτρων του διακομιστή ιστού. Εάν χρησιμοποιείτε τον διακομιστή ιστού Apache, δοκιμάστε ένα από τα δύο πρώτα παραδείγματα που εμφανίζονται παρακάτω. Εάν προτιμάτε να χρησιμοποιήσετε το nginx webserver, δοκιμάστε ένα από τα δύο τελευταία παραδείγματα. Αν δεν καταλαβαίνετε τι συμβαίνει, επικοινωνήστε με τον διαχειριστή του διακομιστή και στείλτε τις παρακάτω πληροφορίες. Εάν ο διαχειριστής του διακομιστή σας πει ότι αυτό δεν είναι δυνατό, μην απελπίζεστε - μπορείτε ακόμα να χρησιμοποιήσετε το Pico CMS για τις διευθύνσεις URL του Nextcloud για τις εφαρμογές, που πάντα λειτουργούν εκτός πλαισίου.", "Enable short website URLs" : "Ενεργοποίηση φιλικού URLs ιστοσελίδας", "Full application URLs" : "Πλήρη εφαρμογή URLs", "Short website URLs" : "Ιστοσελίδα με φιλικό URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Αφού ρυθμίσετε τον διακομιστή ιστού σας για χρήση σύντομων διευθύνσεων URL, θα πρέπει να επιλέξετε την αντίστοιχη παραπάνω επιλογή για να ενημερώσετε τους χρήστες σας σχετικά με αυτήν τη λειτουργία. Μην ενεργοποιήσετε αυτήν την επιλογή εάν δεν έχετε διαμορφώσει τον εικονικό φάκελο \"sites /\" ακόμη χρησιμοποιώντας ένα από τα παραδείγματα διαμόρφωσης που εμφανίζονται παρακάτω.", "Using Apache's mod_proxy" : "Χρήση Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Τα URLs ιστοσελίδων χρηστών μοιάζουν όπως:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Αντιγράψτε το κομμάτι ρυθμίσεων παραπάνω του Nextcloud του αρχείου apache.conf. Πριν κάνετε κάτι τέτοιο, πρέπει να ενεργοποιήσετε τις λειτουργικές μονάδες mod_proxy και mod_proxy_http του Apache. Διαφορετικά, ο διακομιστής ιστού σας είτε θα αρνηθεί (εκ νέου) την εκκίνηση είτε θα δώσει σφάλμα 500 εσωτερικού διακομιστή.", "Using Apache's mod_rewrite" : "Χρήση Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Πρίν αντιγράψεψε το κομμάτι ρυθμίσεων παραπάνω του Nextcloud του αρχείου apache.conf, σιγουρευτείτε ότι ενεργοποιήσατε τις λειτουργίες Apache's mod_rewrite. Διαφορετικά, ο διακομιστής ιστού σας είτε θα αρνηθεί (εκ νέου) την εκκίνηση είτε θα δώσει σφάλμα 500 εσωτερικού διακομιστή. Λάβετε υπόψη ότι αυτή η ρύθμιση δεν θα σας αφήσει να χρησιμοποιήσετε συντομευμένες διευθύνσεις URL, αλλά απλώς ανακατευθύνει τους χρήστες από συντομευμένες διευθύνσεις URL στην πλήρη διεύθυνση URL του ιστότοπου. Επομένως, θα πρέπει να προτιμάτε τη λύση χρησιμοποιώντας το mod_proxy που εμφανίζεται παραπάνω.", "Using nginx's proxy_pass" : "Χρήση nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Αντιγράψτε το παραπάνω απόσπασμα διαμόρφωσης στην ενότητα διακομιστή του Nextcloud {…} του nginx.conf. Πριν το κάνετε, πρέπει να ενεργοποιήσετε τη μονάδα ngx_http_proxy_module του nginx. Διαφορετικά, ο διακομιστής σας ιστότοπου θα αρνηθεί είτε να ξεκινήσει είτε να επανεκκινήσει είτε θα αποδώσει 500 Εσωτερικό σφάλμα διακομιστή.", "Using nginx's rewrite" : "Χρήση nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Απλά αντιγράψτε το κομμάτι ρυθμίσεων παραπάνω στην ενότητα { ... } του διακομιστή Nextcloud του nginx.conf. Λάβετε υπόψη ότι αυτή η ρύθμιση δεν θα σας αφήσει να χρησιμοποιήσετε συντομευμένες διευθύνσεις URL, αλλά απλώς ανακατευθύνει τους χρήστες στην πλήρη διεύθυνση URL του ιστότοπου. Έτσι θα πρέπει να προτιμάτε τη λύση χρησιμοποιώντας την οδηγία proxy_pass του nginx που φαίνεται παραπάνω.", "Version information" : "Πληροφορίες έκδοσης", @@ -147,7 +143,6 @@ OC.L10N.register( "Created" : "Δημιουργήθηκε", "Go to website" : "Μετάβαση στον ιστότοπο", "Go to website directory" : "Κατάλογος ιστοσελίδας", - "Toggle private website" : "Εναλλαγή σε ιδιωτική ιστοσελίδα", "Delete website" : "Διαγραφή ιστότοπου", "Actions" : "Ενέργειες", "Reload websites list" : "Επαναφόρτωση λίστας ιστοτόπων", diff --git a/l10n/el.json b/l10n/el.json index 4dc7de7a..0a455149 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -44,7 +44,6 @@ "The website's path is stored on a non-local storage." : "Η διαδρομή του ιστότοπου αποθηκεύεται σε μη τοπικό αποθηκευτικό χώρο.", "Parent folder of the website's path not found." : "Ο γονικός φάκελος της διαδρομής του ιστότοπου δεν βρέθηκε.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Απέτυχε η ενεργοποίηση του Pico CMS για Nextcloud: Δεν βρέθηκε \"%s\". Βεβαιωθείτε ότι έχετε εγκαταστήσει τα απαραίτητα της εφαρμογής εκτελώντας την επιλογή `install composer 'στον παρακάτω κατάλογο εγκατάστασης \"%s\". Μετά δοκιμάστε ξανά να ενεργοποιήσετε το Pico CMS για Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Απέτυχε η ενεργοποίηση του Pico CMS για Nextcloud: Ο διακομιστής ιστότοπου δεν έχει δικαιώματα δημιουργίας αρχείων και φακέλων \"%s\". Σιγουρευτείτε ότι δώσατε πρόσβαση εγγραφής στον κατάλογο αλλάζοντας τα δικαιώματα κατόχου με δικά σας στον κατάλογο \"%s\". Έπειτα δικιμάστε ξανά την ενεργοποίηση του Pico CMS για Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Δημιουργήστε και δημοσιεύστε τον δικό σας ιστότοπο - με το Pice CMS για Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "Το [Pico CMS για Nextcloud] (https://github.com/nextcloud/cms_pico) συνδυάζει τη δύναμη των [** Pico **] (http://picocms.org/) και [** Nextcloud **] (https : //nextcloud.com/) για τη δημιουργία απλών, ασφαλών, κοινοποιήσιμων και εκπληκτικά ισχυρών ιστότοπων με λίγα μόνο κλικ. Το Pico είναι ένα υπερβολικά απλό, γρήγορο, επίπεδο αρχείο CMS - κάνοντας τον ιστότοπο εύκολη υπόθεση. * Ξεκινήστε ένα blog * Μοιραστείτε το βιογραφικό σας με τον κόσμο * Δημιουργήστε ένα σχέδιο για παγκόσμια κυριαρχία και μοιραστείτε το μόνο με τους σωστούς φίλους * Χτίστε μια βάση γνώσης και αφήστε τους έξυπνους μεταξύ των συναδέλφων σας να βοηθήσουν. \nΗ εγκατάσταση του Pico CMS για το Nextcloud επιτρέπει στους χρήστες σας να δημιουργούν και να διαχειρίζονται τους δικούς τους ιστότοπους. Η δημιουργία μιας νέας σελίδας με το Pico δεν είναι παρά η δημιουργία ενός απλού αρχείου κειμένου στα αρχεία Nextcloud ενός χρήστη. Δεν απαιτείται διαμόρφωση, ούτε εντελώς περίπλοκες διεπαφές διαχείρισης - απλά αρχεία. Είναι ο τέλειος συνδυασμός με το Nextcloud. Ασφαλής κοινή χρήση, συνεργασία, έλεγχος πρόσβασης - όχι μόνο για τα αρχεία σας, αλλά και για τις ιστοσελίδες σας, όλα αυτά είναι εφικτά με το Pico CMS για το Nextcloud! \"Σπάζοντας\" τα όρια μεταξύ των κινητών και επιτραπέζιων υπολογιστών σας και του διακομιστή σας. \nΟι ιστότοποι θα είναι προσβάσιμοι μέσω διευθύνσεων URL όπως το «https: // cloud.example.com / sites / my_site / και αποτελούνται από μια δέσμη αρχείων κειμένου «.md» στα αρχεία Nextcloud ενός χρήστη. Το αρχείο «.md` σημαίνει [** Markdown **] (https://www.markdownguide.org/) - μια εξαιρετικά απλή και διαισθητική σήμανση για τη δημιουργία επικεφαλίδων, παραγράφων, μορφοποίησης κειμένου, λιστών, εικόνων και συνδέσμων. \nΑλλά μην απελπίζεστε - δεν χρειάζεται να μάθετε άλλη μία γλώσσα αν δεν θέλετε. Εξετάστε το ενδεχόμενο να ενεργοποιήσετε την εφαρμογή [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) του Nextcloud για να κάνετε απλά πράγματα εύκολα. Σημειώστε ότι ο ενσωματωμένος επεξεργαστής κειμένου του Nextcloud δεν είναι συμβατός με το Pico CMS για το Nextcloud. \nΤι γίνεται όμως με τα μεταδεδομένα όπως ο τίτλος μιας σελίδας ή η ημερομηνία κυκλοφορίας; Σωστά μαντέψατε , είναι όλα σε ένα μέρος. Στην κορυφή των αρχείων Markdown μπορείτε να τοποθετήσετε ένα μπλοκ με τέτοια μεταδεδομένα - που ονομάζεται [** YAML **] (https://en.wikipedia.org/wiki/YAML) Front Matter. Η δημιουργία ιστότοπων δεν μπορεί να είναι ευκολότερη… \nΑλλά δεν είναι μόνο αυτά ... Το Pico CMS για το Nextcloud είναι εξαιρετικά εξατομικεύσιμο. Μπορείτε να αλλάξετε την εμφάνιση του Pico χρησιμοποιώντας εξατομικευμένα θέματα και να προσθέσετε νέες λειτουργίες χρησιμοποιώντας εξατομικευμένες προσθήκες. Για λόγους ασφαλείας, οι χρήστες δεν μπορούν να προσθέσουν μόνοι τους εξατομικευμένα θέματα ή προσθήκες - αλλά ως διαχειριστής μπορείτε. \nΟι προσθήκες και τα θέματα δεν είναι μόνο νέα \"skins\" ή \"widgets\", οι υποκείμενες τεχνολογίες είναι ισχυρά πλαίσια που μπορείτε να αξιοποιήσετε για να κάνετε τους ιστότοπους των χρηστών σας πραγματικά μοναδικούς. Ωστόσο, η μεγάλη δύναμη συνοδεύεται από μεγάλη ευθύνη. \nΤο Pico CMS για το Nextcloud κάνει το καλύτερο δυνατό για να αποτρέψει τους χρήστες να συμπεριλάβουν κώδικα σε ιστότοπους, καθώς αυτό ενδέχεται να φέρει κινδύνους ασφαλείας (το λεγόμενο \"Cross Scripting\"). Επειδή αυτός ο κίνδυνος δεν ισχύει για το ίδιο το Pico, οι συμβαλλόμενοι προγραμματιστές προσθηκών και θεμάτων ενδέχεται να μην είναι ενήμεροι για αυτό το ζήτημα - γι 'αυτό να είστε προσεκτικοί κατά την εγκατάσταση εξατομικευμένων προσθηκών και θεμάτων. Θέλετε να μάθετε περισσότερα για το Pico CMS για το Nextcloud; Εύκολα! Απλώς κατεβάστε και ενεργοποιήστε την εφαρμογή από το [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) και μεταβείτε στη σελίδα ρυθμίσεων του Nextcloud. Ως διαχειριστής θα βρείτε δύο ενότητες \"Pico CMS\" στις ρυθμίσεις του Nextcloud - μία κάτω από το \"Προσωπικό\", μία άλλη κάτω από το \"Διαχείριση\". Η τελευταία σας επιτρέπει να προσθέσετε εξατομικευμένα θέματα, προσθήκες και πρότυπα στο Pico, καθώς και να τροποποιήσετε ορισμένες προηγμένες ρυθμίσεις. Η ενότητα \"Pico CMS\" που βρίσκεται κάτω από το \"Προσωπικό\" υπάρχει για όλους τους χρήστες του Nextcloud και επιτρέπει σε κάποιον να δημιουργήσει προσωπικούς ιστότοπους. Απλώς δημιουργήστε τον πρώτο σας προσωπικό ιστότοπο και επιλέξτε \"sample_pico\" ως πρότυπο ιστότοπου. Τα δείγματα περιεχομένων του Pico θα σας εξηγήσουν όλα όσα πρέπει να γνωρίζετε…", @@ -95,10 +94,14 @@ "Add custom plugin" : "Προσθήκη προσαρμοσμένης επέκτασης", "Reload plugins list" : "Επαναφόρτωση λίστας επεκτάσεων", "Compatible plugin." : "Συμβατή επέκταση.", + "Example plugin" : "Παράδειγμα πρόσθετου", + "Copy example plugin" : "Αντιγραφή παραδείγματος πρόσθετου", "System plugin" : "Επέκταση συστήματος", "Custom plugin" : "Προσαρμοσμένη επέκταση", "Reload custom plugin" : "Επαναφόρτωση προσαρμοσμένης επέκτασης", "Delete custom plugin" : "Διαγραφή προσαρμοσμένης επέκτασης", + "Base plugin" : "Βασικό πρόσθετο", + "Plugin name" : "Όνομα πρόσθετου", "Custom templates" : "Προσαρμοσμένα θέματα", "Make it easier for users to create new websites." : "Διευκολύνετε τους χρήστες να δημιουργούν νέους ιστότοπους.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Η δημιουργία νέων ιστοσελίδων μπορεί να είναι δύσκολη - πού να ξεκινήσετε; Τα προσαρμοσμένα πρότυπα λειτουργούν ως σημείο εκκίνησης για τους χρήστες που θέλουν να δημιουργήσουν νέο ιστότοπο χρησιμοποιώντας το Pico CMS για το Nextcloud. Πριν προσθέσετε ένα νέο πρότυπο χρησιμοποιώντας το κουμπί \"Προσθήκη προσαρμοσμένου προτύπου\" παρακάτω, πρέπει να μεταφορτώσετε όλα τα αρχεία του προτύπου στο φάκελο δεδομένων της εμφάνισής σας Nextcloud. Μετά τη φόρτωση του προτύπου θα εμφανιστεί στη παρακάτω φόρμα για να την προσθέσετε στην φόρμα \"Δημιουργία νέου ιστότοπου\" των χρηστών σας. Εάν θέλετε να τροποποιήσετε ένα από τα προσαρμοσμένα πρότυπα που έχετε προσθέσει στο παρελθόν, απλώς επεξεργαστείτε τα αντίστοιχα αρχεία στο φάκελο δεδομένων του Nextcloud.", @@ -114,20 +117,13 @@ "Delete custom template" : "Διαγραφή τρέχοντος προτύπου", "Base template" : "Βασικό πρότυπο", "Template name" : "Όνομα προτύπου", - "Configure your webserver" : "Ρύθμιση διακομιστή ιστού", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ενεργοποιήστε το Pico CMS με πλήρες δυνατότητες για το Nextcloud ρυθμίζοντας κατάλληλα τον ιστότοπό σας.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ανάλογα με τη διαμόρφωση του διακομιστή σας, οι χρήστες μπορούν να έχουν πρόσβαση στις ιστοσελίδες τους χρησιμοποιώντας διαφορετικές διευθύνσεις URL. Από προεπιλογή, οι χρήστες μπορούν να έχουν πρόσβαση στους ιστότοπούς τους χρησιμοποιώντας το Pico CMS με πλήρη διεύθυνση URL μέσω του Nextcloud. Ωστόσο, αυτές οι διευθύνσεις URL είναι αρκετά μεγάλες και συνεπώς δεν είναι πολύ φιλικές προς το χρήστη. Για το λόγο αυτό, το Pico CMS για το Nextcloud υποστηρίζει επίσης συντομευμένες διευθύνσεις URL που χρησιμοποιούν τον εικονικό φάκελο \"sites /\". Ωστόσο, η χρήση αυτής της λειτουργίας απαιτεί κάποια πρόσθετη ρύθμιση παραμέτρων του διακομιστή ιστού. Εάν χρησιμοποιείτε τον διακομιστή ιστού Apache, δοκιμάστε ένα από τα δύο πρώτα παραδείγματα που εμφανίζονται παρακάτω. Εάν προτιμάτε να χρησιμοποιήσετε το nginx webserver, δοκιμάστε ένα από τα δύο τελευταία παραδείγματα. Αν δεν καταλαβαίνετε τι συμβαίνει, επικοινωνήστε με τον διαχειριστή του διακομιστή και στείλτε τις παρακάτω πληροφορίες. Εάν ο διαχειριστής του διακομιστή σας πει ότι αυτό δεν είναι δυνατό, μην απελπίζεστε - μπορείτε ακόμα να χρησιμοποιήσετε το Pico CMS για τις διευθύνσεις URL του Nextcloud για τις εφαρμογές, που πάντα λειτουργούν εκτός πλαισίου.", "Enable short website URLs" : "Ενεργοποίηση φιλικού URLs ιστοσελίδας", "Full application URLs" : "Πλήρη εφαρμογή URLs", "Short website URLs" : "Ιστοσελίδα με φιλικό URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Αφού ρυθμίσετε τον διακομιστή ιστού σας για χρήση σύντομων διευθύνσεων URL, θα πρέπει να επιλέξετε την αντίστοιχη παραπάνω επιλογή για να ενημερώσετε τους χρήστες σας σχετικά με αυτήν τη λειτουργία. Μην ενεργοποιήσετε αυτήν την επιλογή εάν δεν έχετε διαμορφώσει τον εικονικό φάκελο \"sites /\" ακόμη χρησιμοποιώντας ένα από τα παραδείγματα διαμόρφωσης που εμφανίζονται παρακάτω.", "Using Apache's mod_proxy" : "Χρήση Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Τα URLs ιστοσελίδων χρηστών μοιάζουν όπως:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Αντιγράψτε το κομμάτι ρυθμίσεων παραπάνω του Nextcloud του αρχείου apache.conf. Πριν κάνετε κάτι τέτοιο, πρέπει να ενεργοποιήσετε τις λειτουργικές μονάδες mod_proxy και mod_proxy_http του Apache. Διαφορετικά, ο διακομιστής ιστού σας είτε θα αρνηθεί (εκ νέου) την εκκίνηση είτε θα δώσει σφάλμα 500 εσωτερικού διακομιστή.", "Using Apache's mod_rewrite" : "Χρήση Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Πρίν αντιγράψεψε το κομμάτι ρυθμίσεων παραπάνω του Nextcloud του αρχείου apache.conf, σιγουρευτείτε ότι ενεργοποιήσατε τις λειτουργίες Apache's mod_rewrite. Διαφορετικά, ο διακομιστής ιστού σας είτε θα αρνηθεί (εκ νέου) την εκκίνηση είτε θα δώσει σφάλμα 500 εσωτερικού διακομιστή. Λάβετε υπόψη ότι αυτή η ρύθμιση δεν θα σας αφήσει να χρησιμοποιήσετε συντομευμένες διευθύνσεις URL, αλλά απλώς ανακατευθύνει τους χρήστες από συντομευμένες διευθύνσεις URL στην πλήρη διεύθυνση URL του ιστότοπου. Επομένως, θα πρέπει να προτιμάτε τη λύση χρησιμοποιώντας το mod_proxy που εμφανίζεται παραπάνω.", "Using nginx's proxy_pass" : "Χρήση nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Αντιγράψτε το παραπάνω απόσπασμα διαμόρφωσης στην ενότητα διακομιστή του Nextcloud {…} του nginx.conf. Πριν το κάνετε, πρέπει να ενεργοποιήσετε τη μονάδα ngx_http_proxy_module του nginx. Διαφορετικά, ο διακομιστής σας ιστότοπου θα αρνηθεί είτε να ξεκινήσει είτε να επανεκκινήσει είτε θα αποδώσει 500 Εσωτερικό σφάλμα διακομιστή.", "Using nginx's rewrite" : "Χρήση nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Απλά αντιγράψτε το κομμάτι ρυθμίσεων παραπάνω στην ενότητα { ... } του διακομιστή Nextcloud του nginx.conf. Λάβετε υπόψη ότι αυτή η ρύθμιση δεν θα σας αφήσει να χρησιμοποιήσετε συντομευμένες διευθύνσεις URL, αλλά απλώς ανακατευθύνει τους χρήστες στην πλήρη διεύθυνση URL του ιστότοπου. Έτσι θα πρέπει να προτιμάτε τη λύση χρησιμοποιώντας την οδηγία proxy_pass του nginx που φαίνεται παραπάνω.", "Version information" : "Πληροφορίες έκδοσης", @@ -145,7 +141,6 @@ "Created" : "Δημιουργήθηκε", "Go to website" : "Μετάβαση στον ιστότοπο", "Go to website directory" : "Κατάλογος ιστοσελίδας", - "Toggle private website" : "Εναλλαγή σε ιδιωτική ιστοσελίδα", "Delete website" : "Διαγραφή ιστότοπου", "Actions" : "Ενέργειες", "Reload websites list" : "Επαναφόρτωση λίστας ιστοτόπων", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index ca43f4b6..aee0edf2 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Theme exists already.", "Website exists." : "Website exists.", "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", "Website not found." : "Website not found.", "Local (unencrypted)" : "Local (unencrypted)", "Location" : "Location", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Add custom plugin", "Reload plugins list" : "Reload plugins list", "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", "System plugin" : "System plugin", "Custom plugin" : "Custom plugin", "Reload custom plugin" : "Reload custom plugin", "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", "Custom templates" : "Custom templates", "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Delete custom template", "Base template" : "Base template", "Template name" : "Template name", - "Configure your webserver" : "Configure your webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", "Enable short website URLs" : "Enable short website URLs", "Full application URLs" : "Full application URLs", "Short website URLs" : "Short website URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", "Using Apache's mod_proxy" : "Using Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", "Using nginx's proxy_pass" : "Using nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", "Using nginx's rewrite" : "Using nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", "Version information" : "Version information", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Created", "Go to website" : "Go to website", "Go to website directory" : "Go to website directory", - "Toggle private website" : "Toggle private website", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", "Delete website" : "Delete website", "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to selected users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", "Reload websites list" : "Reload websites list", "Create a new website" : "Create a new website", "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index ad143079..d4ef3e37 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -25,6 +25,7 @@ "Theme exists already." : "Theme exists already.", "Website exists." : "Website exists.", "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", "Website not found." : "Website not found.", "Local (unencrypted)" : "Local (unencrypted)", "Location" : "Location", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", @@ -99,10 +100,14 @@ "Add custom plugin" : "Add custom plugin", "Reload plugins list" : "Reload plugins list", "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", "System plugin" : "System plugin", "Custom plugin" : "Custom plugin", "Reload custom plugin" : "Reload custom plugin", "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", "Custom templates" : "Custom templates", "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", @@ -118,20 +123,20 @@ "Delete custom template" : "Delete custom template", "Base template" : "Base template", "Template name" : "Template name", - "Configure your webserver" : "Configure your webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", "Enable short website URLs" : "Enable short website URLs", "Full application URLs" : "Full application URLs", "Short website URLs" : "Short website URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", "Using Apache's mod_proxy" : "Using Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", "Using nginx's proxy_pass" : "Using nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", "Using nginx's rewrite" : "Using nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", "Version information" : "Version information", @@ -150,9 +155,18 @@ "Created" : "Created", "Go to website" : "Go to website", "Go to website directory" : "Go to website directory", - "Toggle private website" : "Toggle private website", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", "Delete website" : "Delete website", "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to selected users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", "Reload websites list" : "Reload websites list", "Create a new website" : "Create a new website", "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", diff --git a/l10n/eo.js b/l10n/eo.js index 9116050d..75f55c46 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -23,6 +23,7 @@ OC.L10N.register( "Limit to groups" : "Limigi al grupoj", "Name" : "Nomo", "Path" : "Vojo", + "Theme" : "Etoso", "Created" : "Kreita", "Actions" : "Agoj", "Address" : "Adreso", diff --git a/l10n/eo.json b/l10n/eo.json index f2291b94..14842c8c 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -21,6 +21,7 @@ "Limit to groups" : "Limigi al grupoj", "Name" : "Nomo", "Path" : "Vojo", + "Theme" : "Etoso", "Created" : "Kreita", "Actions" : "Agoj", "Address" : "Adreso", diff --git a/l10n/es.js b/l10n/es.js index b3391d36..8e1d27fa 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "El tema ya existe.", "Website exists." : "Existe el sitio web.", "No permission." : "No tienes permiso.", + "The value given is invalid." : "El valor indicado no es válido.", "Website not found." : "Sitio web no encontrado.", "Local (unencrypted)" : "Local (sin cifrar)", "Location" : "Localización", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "La ruta al sitio web está almacenada en un almacenamiento no local.", "Parent folder of the website's path not found." : "No se ha encontrado la carpeta superior de la ruta del sitio web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud: No se ha podido encontrar \"%s\". Asegúrate de instalar las dependencias de la app ejecutando 'composer install' en el directorio de instalación de la app que aparece a continuación \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud. El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de dar al servidor acceso de escritura en este directorio cambiando sus permisos y propietario a lo mismo que tu directorio \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud. El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de dar al servidor acceso de escritura en este directorio cambiando sus permisos y propietario a lo mismo que tu directorio \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea y publica tus propios sitios web con Pico CMS para Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combina la potencia de [**Pico**](http://picocms.org/) y [**Nextcloud**](https://nextcloud.com/) para crear sitios web sencillos, seguros, compartibles e increíblemente potentes, sólo con unos pocos pasos. ¡Pico es un CMS notablemente sencillo, tremendamente rápido, para hacer la web fácil!\n\n* Crear un blog\n* Compartir su currículum con el mundo\n* Crear un plan para dominar el mundo y compartirlo únicamente con los amigos adecuados\n* Construir una base de conocimientos y dejar que el más listo de sus colegas le ayude en la tarea\n\nLa instalación de \"Pico CMS for Nextcloud\" permite a sus usuarios crear y gestionar sus propios sitios web. Crear una nueva página con Pico es tan sencillo como añadir un simple archivo de texto dentro de los ficheros del usuario en Nextcloud. No se necesita ninguna configuración, ni pasar por complejos interfaces de gestión; simplemente archivos. La pareja perfecta de Nextcloud. ¡Compartir de forma segura, realizar Colaboración y llevar Control de accesos, no sólo para los ficheros, sino también para los sitios web todo ellos es posible con Pico CMS for Nextcloud! Rompiendo los límites entre su móvil o equipo de sobremesa y su servidor.\n\nLos sitios web son accesibles a través de URLs como `https://cloud.example.com/sites/mi_sitio/` y consisten en un conjunto de archivos de texto `.md` almacenados dentro de las carpetas Nextcloud del usuario. La extensión `.md` corresponde a [**Markdown**](https://www.markdownguide.org/), un etiquetado super sencillo e intuitivo para crear títulos, párrafos, formateo de texto, listas, así como insertar imágenes y enlaces. Pero, no se preocupe, no necesita aprender otro lenguaje si no lo desea. En su lugar considere añadir la app de Nextcloud [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), para hacer la tarea increíblemente sencilla. Observe también que el editor integrado Text es compatible con Pico CMS for Nextcloud. Pero ¿qué ocurre con los metadatos como el título de una página o la fecha de publicación? Acertó, ya que todo está en un solo sitio. Al principio de sus archivos Markdown se puede situar un bloque con estos metadatos, con una introducción denominada, [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. La creación de sitios web no puede ser más sencilla.\n\nPero esto no es todo... \"Pico CMS for Nextcloud\" es altamente personalizable. Podrá cambiar la apariencia de Pico mediante el empleo de temas personalizados y añadir nuevos funcionalidades a través de plugins adicionales. Por razones de seguridad, los usuarios no pueden añadir ni temas personalizados ni plugins adicionales por sí mismos, pero como administrador sí que puede. Los plugins y temas no son únicamente nuevos \"aspectos\" o \"complementos\", ya que las tecnologías subyacentes son potentes estructuras que favorecen la creación de sitios web de sus usuarios totalmente únicos. Sin embargo, un gran poder implica una gran responsabilidad. \"Pico CMS for Nextcloud\" hace hace todo lo posible para evitar que los usuarios incluyan scripts en sus sitios web, ya que esto comporta un grave riesgo de seguridad (el denominado \"Cross Scripting\"). Dado que el riego no se aplica al propio Pico, los desarrolladores de plugins y temas de terceros pueden no estar al tanto de esto, por lo que deberá tener especial cuidado cuando instale temas y plugins personalizados.\n\n¿Desea saber más acerca de \"Pico CMS for Nextcloud\"? ¡Fácil! Sólo necesita descargar y activar la app desde [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) y navegar por la página de ajustes de Nextcloud. Como administrador, encontrará dos secciones \"Pico CMS\" en sus ajustes de Nextcloud, uno bajo \"Personal\" y otro bajo \"Administración\". Este último le permite añadir temas personalizados, plugins y plantillas a Pico, así como retocar algunos ajustes avanzados. La sección \"Personal\" bajo \"Pico CMS\" existe para todos los usuarios de Nextcloud y permite a cada uno crear sus páginas personales. Simplemente hay que crear su primer sitio web personal y elegir \"sample_pico\" como plantilla para el sitio web. El contenido de ejemplo de Pico le explicará todo lo que necesita saber...", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Añadir plugin personalizado", "Reload plugins list" : "Volver a cargar lista de plugins", "Compatible plugin." : "Plugin compatible.", + "Example plugin" : "Ejemplo de plugin", + "Copy example plugin" : "Copiar ejemplo de plugin", "System plugin" : "Plugin de sistema", "Custom plugin" : "Plugin personalizado", "Reload custom plugin" : "Volver a cargar plugin personalizado", "Delete custom plugin" : "Eliminar plugin personalizado", + "Base plugin" : "Plugin base", + "Plugin name" : "Nombre del Plugin", "Custom templates" : "Plantillas personalizadas", "Make it easier for users to create new websites." : "Facilita a los usuarios crear nuevos sitios web.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Crear nuevos sitios web puede ser difícil, ¿por dónde empezar? Las plantillas personalizadas actúan como punto de partida para que los usuarios creen un nuevo sitio web utilizando Pico CMS para Nextcloud. Antes de añadir una nueva plantilla personalizada mediante el botón \"Add custom template\" (Añadir plantilla personalizada) que aparece a continuación, debe subir todos los archivos de la plantilla a la carpeta de datos de su instancia de Nextcloud. Después de subir la plantilla, ésta se mostrará en el formulario que aparece a continuación para que pueda ser añadida al formulario \"Crear un nuevo sitio web\" de sus usuarios. Si quieres modificar una de tus plantillas personalizadas previamente añadidas, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud.", @@ -120,22 +125,22 @@ OC.L10N.register( "Delete custom template" : "Eliminar plantilla personalizada", "Base template" : "Plantilla base", "Template name" : "Nombre de la plantilla", - "Configure your webserver" : "Configura tu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activa todo el potencial de Pico CMS para Nextcloud configurando de forma apropiada el servidor web.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de su servidor web, los usuarios pueden acceder a sus sitios web usando diferentes URLs. Por omisión, los usuarios acceden a sus sitios web usando Pico CMS para Nextcloud con la URL completa. Sin embargo, esta URL es bastante larga y, por lo tanto, no es muy amigable. Por esta razón, Pico CMS para Nextcloud también admite una URL abreviadas usando la carpeta \"sites/\". Sin embargo, para usar esta característica, se requieren ajustes adicionales del servidor web. Si emplea un servidor web Apache, pruebe con uno de los dos primeros ejemplos mostrados abajo. Si usa un servidor de tipo Nginx, intente con alguno de los dos últimos. Si no comprende realmente lo que significan estos cambios, contacte con su administrador web y envíele la información indicada arriba. Si su administrador le indica que no es posible, no se desespere. Siempre podrá usar las URLs completas en Pico CMS para Nextcloud, que funcionan para todos los casos.", + "Configure your web server" : "Configura tu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activa todo el potencial de Pico CMS para Nextcloud configurando de forma apropiada el servidor web.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de su servidor web, los usuarios pueden acceder a sus sitios web usando diferentes URLs. Por omisión, los usuarios acceden a sus sitios web usando Pico CMS para Nextcloud con la URL completa. Sin embargo, esta URL es bastante larga y, por lo tanto, no es muy amigable. Por esta razón, Pico CMS para Nextcloud también admite una URL abreviadas usando la carpeta \"sites/\". Sin embargo, para usar esta característica, se requieren ajustes adicionales del servidor web. Si emplea un servidor web Apache, pruebe con uno de los dos primeros ejemplos mostrados abajo. Si usa un servidor de tipo Nginx, intente con alguno de los dos últimos. Si no comprende realmente lo que significan estos cambios, contacte con su administrador web y envíele la información indicada arriba. Si su administrador le indica que no es posible, no se desespere. Siempre podrá usar las URLs completas en Pico CMS para Nextcloud, que funcionan para todos los casos.", "Enable short website URLs" : "Activar URL cortas de los sitios web", "Full application URLs" : "URL completas de la aplicación", "Short website URLs" : "URL cortas de los sitios web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Una vez que haya configurado su servidor web para permitir URL abreviadas, debe seleccionar la opción correspondiente encima que permite a los usuarios conocer esta carácter´ìstica. No habilite esta opción si no ha configurado todavía la carpeta virtual de \"sitios/\", usando alguno de los ejemplos mostrados debajo.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Una vez que haya configurado su servidor web para permitir URL abreviadas, debe seleccionar la opción correspondiente encima que permite a los usuarios conocer esta carácter´ìstica. No habilite esta opción si no ha configurado todavía la carpeta virtual de \"sitios/\", usando alguno de los ejemplos mostrados debajo.", "Using Apache's mod_proxy" : "Usando el mod_proxy de Apache", "Your users' website URLs will look like the following:" : "Las direcciones URL de sus usuarios serán del tipo:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Usando el mod_rewrite de Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el trozo de código de encima para la sección de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el retazo de código de encima para la sección de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.", "Using nginx's proxy_pass" : "Usando el proxy_pass de nginx.", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", "Using nginx's rewrite" : "Usando rewrite de nginx.", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el trozo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el retazo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.", "Version information" : "Informacińo de la versión", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud hecha por Maxence Lange y Daniel Rudolf.
Es software libre de código abierto publicado bajo la Licencia Pública General GNU Affero.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico fue hecho por Gilbert Pellegrom y Daniel Rudolf y es mantenido por la comunidad Pico.
Es software libre de código abierto publicado bajo la licencia MIT.", @@ -152,14 +157,23 @@ OC.L10N.register( "Created" : "Creado", "Go to website" : "Ir al sitio web", "Go to website directory" : "Ir al directorio del sitio web", - "Toggle private website" : "Alternar sitio web privado", + "Edit website name" : "Editar el nombre del sitio web", + "Edit private website settings" : "Editar la configuración del sitio web privado", "Delete website" : "Eliminar sitio web", "Actions" : "Acciones", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos y privados. Todo el mundo puede acceder a los sitios web públicos, sin importar si están conectados o no. Si desea limitar el acceso a un determinado subconjunto de usuarios, cree un sitio web privado. Todos los visitantes de un sitio web privado deben estar conectados, de lo contrario se mostrará un error de \"Acceso prohibido\". Además, debe cumplirse una de las siguientes condiciones (1) el usuario tiene acceso a los archivos de origen del sitio web (es decir, la carpeta de origen se comparte con el usuario), (2) el usuario es miembro de uno de los grupos que se enumeran a continuación, o (3) el usuario es miembro de uno de los grupos especificados en el Front Matter YAML de la página solicitada utilizando el metavalor \"access\".", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "El sitio web es de acceso público y no requiere ningún tipo de autentificación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "El sitio web requiere autenticación, el acceso está limitado a un subconjunto de todos los usuarios.", + "Group access" : "Acceso a grupos", + "Grant access to all members of the selected groups." : "Conceder acceso a todos los miembros de los grupos seleccionados.", "Reload websites list" : "Volver a cargar lista de sitios web", "Create a new website" : "Crear un nuevo sitio web", "Just fill the form below to create your own personal website." : "Complete el formulario debajo para crear su propio sitio web personal.", "My example website" : "Mi sitio web de ejemplo", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puede identificar el nombre del su sitio web personal. El nombre de su sitio web será empleado como título de su sitio web, mostrado a menudo como cabecera del sitio web.", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puede identificar el nombre del su sitio web personal. El nombre de su sitio web será empleado como título de su sitio web, mostrado a menudo como encabezado del sitio web.", "Identifier" : "Identificador", "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "El identificador de su sitio web establece tanto la dirección (URL) del sitio como el nombre del directorio donde se almacenarán sus archivos (tanto páginas como activos). Un identificador de sitio web debe consistir únicamente en caracteres alfanuméricos en minúsculas, guiones y guiones bajos (a-z, 0-9, - y _).", "Address" : "Dirección", @@ -171,4 +185,4 @@ OC.L10N.register( "Create new website" : "Crear un nuevo sitio web", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index 2cb6dbf5..a1e9e957 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -25,6 +25,7 @@ "Theme exists already." : "El tema ya existe.", "Website exists." : "Existe el sitio web.", "No permission." : "No tienes permiso.", + "The value given is invalid." : "El valor indicado no es válido.", "Website not found." : "Sitio web no encontrado.", "Local (unencrypted)" : "Local (sin cifrar)", "Location" : "Localización", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "La ruta al sitio web está almacenada en un almacenamiento no local.", "Parent folder of the website's path not found." : "No se ha encontrado la carpeta superior de la ruta del sitio web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud: No se ha podido encontrar \"%s\". Asegúrate de instalar las dependencias de la app ejecutando 'composer install' en el directorio de instalación de la app que aparece a continuación \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud. El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de dar al servidor acceso de escritura en este directorio cambiando sus permisos y propietario a lo mismo que tu directorio \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Fallo al activar Pico CMS para Nextcloud. El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de dar al servidor acceso de escritura en este directorio cambiando sus permisos y propietario a lo mismo que tu directorio \"%s\". Después, vuelve a intentar activar Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea y publica tus propios sitios web con Pico CMS para Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combina la potencia de [**Pico**](http://picocms.org/) y [**Nextcloud**](https://nextcloud.com/) para crear sitios web sencillos, seguros, compartibles e increíblemente potentes, sólo con unos pocos pasos. ¡Pico es un CMS notablemente sencillo, tremendamente rápido, para hacer la web fácil!\n\n* Crear un blog\n* Compartir su currículum con el mundo\n* Crear un plan para dominar el mundo y compartirlo únicamente con los amigos adecuados\n* Construir una base de conocimientos y dejar que el más listo de sus colegas le ayude en la tarea\n\nLa instalación de \"Pico CMS for Nextcloud\" permite a sus usuarios crear y gestionar sus propios sitios web. Crear una nueva página con Pico es tan sencillo como añadir un simple archivo de texto dentro de los ficheros del usuario en Nextcloud. No se necesita ninguna configuración, ni pasar por complejos interfaces de gestión; simplemente archivos. La pareja perfecta de Nextcloud. ¡Compartir de forma segura, realizar Colaboración y llevar Control de accesos, no sólo para los ficheros, sino también para los sitios web todo ellos es posible con Pico CMS for Nextcloud! Rompiendo los límites entre su móvil o equipo de sobremesa y su servidor.\n\nLos sitios web son accesibles a través de URLs como `https://cloud.example.com/sites/mi_sitio/` y consisten en un conjunto de archivos de texto `.md` almacenados dentro de las carpetas Nextcloud del usuario. La extensión `.md` corresponde a [**Markdown**](https://www.markdownguide.org/), un etiquetado super sencillo e intuitivo para crear títulos, párrafos, formateo de texto, listas, así como insertar imágenes y enlaces. Pero, no se preocupe, no necesita aprender otro lenguaje si no lo desea. En su lugar considere añadir la app de Nextcloud [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), para hacer la tarea increíblemente sencilla. Observe también que el editor integrado Text es compatible con Pico CMS for Nextcloud. Pero ¿qué ocurre con los metadatos como el título de una página o la fecha de publicación? Acertó, ya que todo está en un solo sitio. Al principio de sus archivos Markdown se puede situar un bloque con estos metadatos, con una introducción denominada, [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. La creación de sitios web no puede ser más sencilla.\n\nPero esto no es todo... \"Pico CMS for Nextcloud\" es altamente personalizable. Podrá cambiar la apariencia de Pico mediante el empleo de temas personalizados y añadir nuevos funcionalidades a través de plugins adicionales. Por razones de seguridad, los usuarios no pueden añadir ni temas personalizados ni plugins adicionales por sí mismos, pero como administrador sí que puede. Los plugins y temas no son únicamente nuevos \"aspectos\" o \"complementos\", ya que las tecnologías subyacentes son potentes estructuras que favorecen la creación de sitios web de sus usuarios totalmente únicos. Sin embargo, un gran poder implica una gran responsabilidad. \"Pico CMS for Nextcloud\" hace hace todo lo posible para evitar que los usuarios incluyan scripts en sus sitios web, ya que esto comporta un grave riesgo de seguridad (el denominado \"Cross Scripting\"). Dado que el riego no se aplica al propio Pico, los desarrolladores de plugins y temas de terceros pueden no estar al tanto de esto, por lo que deberá tener especial cuidado cuando instale temas y plugins personalizados.\n\n¿Desea saber más acerca de \"Pico CMS for Nextcloud\"? ¡Fácil! Sólo necesita descargar y activar la app desde [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) y navegar por la página de ajustes de Nextcloud. Como administrador, encontrará dos secciones \"Pico CMS\" en sus ajustes de Nextcloud, uno bajo \"Personal\" y otro bajo \"Administración\". Este último le permite añadir temas personalizados, plugins y plantillas a Pico, así como retocar algunos ajustes avanzados. La sección \"Personal\" bajo \"Pico CMS\" existe para todos los usuarios de Nextcloud y permite a cada uno crear sus páginas personales. Simplemente hay que crear su primer sitio web personal y elegir \"sample_pico\" como plantilla para el sitio web. El contenido de ejemplo de Pico le explicará todo lo que necesita saber...", @@ -99,10 +100,14 @@ "Add custom plugin" : "Añadir plugin personalizado", "Reload plugins list" : "Volver a cargar lista de plugins", "Compatible plugin." : "Plugin compatible.", + "Example plugin" : "Ejemplo de plugin", + "Copy example plugin" : "Copiar ejemplo de plugin", "System plugin" : "Plugin de sistema", "Custom plugin" : "Plugin personalizado", "Reload custom plugin" : "Volver a cargar plugin personalizado", "Delete custom plugin" : "Eliminar plugin personalizado", + "Base plugin" : "Plugin base", + "Plugin name" : "Nombre del Plugin", "Custom templates" : "Plantillas personalizadas", "Make it easier for users to create new websites." : "Facilita a los usuarios crear nuevos sitios web.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Crear nuevos sitios web puede ser difícil, ¿por dónde empezar? Las plantillas personalizadas actúan como punto de partida para que los usuarios creen un nuevo sitio web utilizando Pico CMS para Nextcloud. Antes de añadir una nueva plantilla personalizada mediante el botón \"Add custom template\" (Añadir plantilla personalizada) que aparece a continuación, debe subir todos los archivos de la plantilla a la carpeta de datos de su instancia de Nextcloud. Después de subir la plantilla, ésta se mostrará en el formulario que aparece a continuación para que pueda ser añadida al formulario \"Crear un nuevo sitio web\" de sus usuarios. Si quieres modificar una de tus plantillas personalizadas previamente añadidas, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud.", @@ -118,22 +123,22 @@ "Delete custom template" : "Eliminar plantilla personalizada", "Base template" : "Plantilla base", "Template name" : "Nombre de la plantilla", - "Configure your webserver" : "Configura tu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activa todo el potencial de Pico CMS para Nextcloud configurando de forma apropiada el servidor web.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de su servidor web, los usuarios pueden acceder a sus sitios web usando diferentes URLs. Por omisión, los usuarios acceden a sus sitios web usando Pico CMS para Nextcloud con la URL completa. Sin embargo, esta URL es bastante larga y, por lo tanto, no es muy amigable. Por esta razón, Pico CMS para Nextcloud también admite una URL abreviadas usando la carpeta \"sites/\". Sin embargo, para usar esta característica, se requieren ajustes adicionales del servidor web. Si emplea un servidor web Apache, pruebe con uno de los dos primeros ejemplos mostrados abajo. Si usa un servidor de tipo Nginx, intente con alguno de los dos últimos. Si no comprende realmente lo que significan estos cambios, contacte con su administrador web y envíele la información indicada arriba. Si su administrador le indica que no es posible, no se desespere. Siempre podrá usar las URLs completas en Pico CMS para Nextcloud, que funcionan para todos los casos.", + "Configure your web server" : "Configura tu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activa todo el potencial de Pico CMS para Nextcloud configurando de forma apropiada el servidor web.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de su servidor web, los usuarios pueden acceder a sus sitios web usando diferentes URLs. Por omisión, los usuarios acceden a sus sitios web usando Pico CMS para Nextcloud con la URL completa. Sin embargo, esta URL es bastante larga y, por lo tanto, no es muy amigable. Por esta razón, Pico CMS para Nextcloud también admite una URL abreviadas usando la carpeta \"sites/\". Sin embargo, para usar esta característica, se requieren ajustes adicionales del servidor web. Si emplea un servidor web Apache, pruebe con uno de los dos primeros ejemplos mostrados abajo. Si usa un servidor de tipo Nginx, intente con alguno de los dos últimos. Si no comprende realmente lo que significan estos cambios, contacte con su administrador web y envíele la información indicada arriba. Si su administrador le indica que no es posible, no se desespere. Siempre podrá usar las URLs completas en Pico CMS para Nextcloud, que funcionan para todos los casos.", "Enable short website URLs" : "Activar URL cortas de los sitios web", "Full application URLs" : "URL completas de la aplicación", "Short website URLs" : "URL cortas de los sitios web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Una vez que haya configurado su servidor web para permitir URL abreviadas, debe seleccionar la opción correspondiente encima que permite a los usuarios conocer esta carácter´ìstica. No habilite esta opción si no ha configurado todavía la carpeta virtual de \"sitios/\", usando alguno de los ejemplos mostrados debajo.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Una vez que haya configurado su servidor web para permitir URL abreviadas, debe seleccionar la opción correspondiente encima que permite a los usuarios conocer esta carácter´ìstica. No habilite esta opción si no ha configurado todavía la carpeta virtual de \"sitios/\", usando alguno de los ejemplos mostrados debajo.", "Using Apache's mod_proxy" : "Usando el mod_proxy de Apache", "Your users' website URLs will look like the following:" : "Las direcciones URL de sus usuarios serán del tipo:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Usando el mod_rewrite de Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el trozo de código de encima para la sección de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el retazo de código de encima para la sección de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.", "Using nginx's proxy_pass" : "Usando el proxy_pass de nginx.", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.", "Using nginx's rewrite" : "Usando rewrite de nginx.", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el trozo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el retazo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.", "Version information" : "Informacińo de la versión", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud hecha por Maxence Lange y Daniel Rudolf.
Es software libre de código abierto publicado bajo la Licencia Pública General GNU Affero.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico fue hecho por Gilbert Pellegrom y Daniel Rudolf y es mantenido por la comunidad Pico.
Es software libre de código abierto publicado bajo la licencia MIT.", @@ -150,14 +155,23 @@ "Created" : "Creado", "Go to website" : "Ir al sitio web", "Go to website directory" : "Ir al directorio del sitio web", - "Toggle private website" : "Alternar sitio web privado", + "Edit website name" : "Editar el nombre del sitio web", + "Edit private website settings" : "Editar la configuración del sitio web privado", "Delete website" : "Eliminar sitio web", "Actions" : "Acciones", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos y privados. Todo el mundo puede acceder a los sitios web públicos, sin importar si están conectados o no. Si desea limitar el acceso a un determinado subconjunto de usuarios, cree un sitio web privado. Todos los visitantes de un sitio web privado deben estar conectados, de lo contrario se mostrará un error de \"Acceso prohibido\". Además, debe cumplirse una de las siguientes condiciones (1) el usuario tiene acceso a los archivos de origen del sitio web (es decir, la carpeta de origen se comparte con el usuario), (2) el usuario es miembro de uno de los grupos que se enumeran a continuación, o (3) el usuario es miembro de uno de los grupos especificados en el Front Matter YAML de la página solicitada utilizando el metavalor \"access\".", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "El sitio web es de acceso público y no requiere ningún tipo de autentificación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "El sitio web requiere autenticación, el acceso está limitado a un subconjunto de todos los usuarios.", + "Group access" : "Acceso a grupos", + "Grant access to all members of the selected groups." : "Conceder acceso a todos los miembros de los grupos seleccionados.", "Reload websites list" : "Volver a cargar lista de sitios web", "Create a new website" : "Crear un nuevo sitio web", "Just fill the form below to create your own personal website." : "Complete el formulario debajo para crear su propio sitio web personal.", "My example website" : "Mi sitio web de ejemplo", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puede identificar el nombre del su sitio web personal. El nombre de su sitio web será empleado como título de su sitio web, mostrado a menudo como cabecera del sitio web.", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puede identificar el nombre del su sitio web personal. El nombre de su sitio web será empleado como título de su sitio web, mostrado a menudo como encabezado del sitio web.", "Identifier" : "Identificador", "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "El identificador de su sitio web establece tanto la dirección (URL) del sitio como el nombre del directorio donde se almacenarán sus archivos (tanto páginas como activos). Un identificador de sitio web debe consistir únicamente en caracteres alfanuméricos en minúsculas, guiones y guiones bajos (a-z, 0-9, - y _).", "Address" : "Dirección", @@ -168,5 +182,5 @@ "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Las plantillas resultan un punto de partida para crear un nuevo sitio web. Todas las plantillas consisten en un directorio de \"contenido\" (para su páginas) y un directorio de \"activos\" (los activos de su sitio web), que serán copiados en la carpeta antes indicada de su Nextcloud.", "Create new website" : "Crear un nuevo sitio web", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_419.js b/l10n/es_419.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_419.json b/l10n/es_419.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 47566cbd..f3bfe33e 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -36,4 +36,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando…" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 6889b47c..d7d53aef 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -33,5 +33,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando…" -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js index 2d8f7f7c..859fd9e3 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -2,11 +2,58 @@ OC.L10N.register( "cms_pico", { "Copy" : "Copiar", + "Confirm website deletion" : "Confirmar eliminación del sitio web", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Esta operación eliminará el sitio web \"{name}\". Sin embargo, todos sus contenidos seguirán estando disponibles en tu Nextcloud.", + "Choose website directory" : "Elegir directorio del sitio web", "Abort" : "Abortar", "Save" : "Guardar", + "The requested website could not be found on the server. Maybe the website was deleted?" : "No se pudo encontrar el sitio web solicitado en el servidor. ¿Quizás el sitio web fue eliminado?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "La estructura de archivos y directorios de este sitio web parece estar dañada y, por lo tanto, no se puede acceder a ella.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "No tienes acceso a este sitio web privado. ¿Quizás la compartición fue eliminada o ha caducado?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Este sitio web está alojado en un almacenamiento no local y, por lo tanto, no se puede acceder a él.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Este sitio web utiliza un tema que no se pudo encontrar en el servidor y, por lo tanto, no se pudo construir.", + "This website uses a incompatible theme and thus could not be built." : "Este sitio web utiliza un tema incompatible y, por lo tanto, no se pudo construir.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "No se pudo encontrar la página de sitio web solicitada en el servidor. ¿Quizás la página fue eliminada?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "No tienes acceso a esta página del sitio web. ¿Quizás la compartición fue eliminada o ha caducado?", + "The requested website page could not be built, so that the server was unable to complete your request." : "No se pudo construir la página de sitio web solicitada, por lo que el servidor no pudo completar tu solicitud.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "La estructura de archivos y directorios de este sitio web parece estar dañada y, por lo tanto, no se puede acceder a ella.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "No se pudo encontrar el recurso del sitio web solicitado en el servidor. ¿Quizás el recurso fue eliminado?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "No tienes acceso a este recurso del sitio web. ¿Quizás la compartición fue eliminada o ha caducado?", + "Plugin not found." : "Plugin no encontrado.", + "Plugin exists already." : "El plugin ya existe.", + "Template not found." : "Plantilla no encontrada.", + "Template exists already." : "La plantilla ya existe.", + "Theme not found." : "Tema no encontrado.", + "Theme exists already." : "El tema ya existe.", + "Website exists." : "El sitio web ya existe.", + "No permission." : "Sin permisos.", + "The value given is invalid." : "El valor proporcionado no es válido.", + "Website not found." : "No se encontró el sitio web.", + "Local (unencrypted)" : "Local (sin cifrado)", "Location" : "Ubicación", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Plugin incompatible: No se encontró el archivo del plugin \"{file}\".", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Plugin incompatible: Error de análisis PHP en el archivo \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Plugin incompatible: No se encontró la clase del plugin \"{class}\".", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Plugin incompatible: Los plugins para Pico CMS para Nextcloud deben usar una de las versiones de API {compatApiVersions}, pero este plugin usa la versión de API {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Plantilla incompatible: No se encontró el directorio requerido \"{file}\".", + "Incompatible theme: Twig template \"{file}\" not found." : "Tema incompatible: No se encontró la plantilla Twig \"{file}\".", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema incompatible: Los temas para Pico CMS para Nextcloud deben usar una de las versiones de API {compatApiVersions}, pero este tema usa la versión de API {apiVersion}.", + "The name of the website must be longer." : "El nombre del sitio web debe ser más largo.", + "The name of the website is too long." : "El nombre del sitio web es demasiado largo.", + "The identifier of the website must be longer." : "El identificador del sitio web debe ser más largo.", + "The identifier of the website is too long." : "El identificador del sitio web es demasiado largo.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "El identificador del sitio web solo puede contener caracteres alfanuméricos en minúsculas.", + "The path of the website is invalid." : "La ruta del sitio web no es válida.", + "The website's path is stored on a non-local storage." : "La ruta del sitio web se encuentra en un almacenamiento no local.", + "Parent folder of the website's path not found." : "No se encontró la carpeta principal de la ruta del sitio web.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Error al habilitar Pico CMS para Nextcloud: No se encontró \"%s\". Asegúrate de instalar las dependencias de la aplicación ejecutando `composer install` en el directorio de instalación de la aplicación en \"%s\". Luego, intenta habilitar Pico CMS para Nextcloud nuevamente.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Error al habilitar Pico CMS para Nextcloud: El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de darle al servidor web permiso de escritura en este directorio cambiando sus permisos y propiedad para que sean iguales a los de tu directorio \"%s\". Luego, intenta habilitar Pico CMS para Nextcloud nuevamente.", "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "¡Crea y publica tus propios sitios web con Pico CMS para Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina el poder de [**Pico**](http://picocms.org/) y [**Nextcloud**](https://nextcloud.com/) para crear sitios web simples, seguros, compartibles e increíblemente poderosos con solo unos pocos clics. Pico es un CMS de archivos planos, extremadamente sencillo y rápido, que facilita la web.\n \n * Comienza un blog\n * Comparte tu currículum con el mundo\n * Crea un plan para la dominación mundial y compártelo solo con los amigos adecuados\n * Crea una base de conocimiento y permite que los compañeros inteligentes te ayuden\n \n Instalar Pico CMS para Nextcloud permite a tus usuarios crear y gestionar sus propios sitios web. Crear una nueva página con Pico no es más que crear un archivo de texto simple en los archivos de Nextcloud de los usuarios. No se requiere configuración, ni interfaces de gestión extremadamente complejas; solo archivos. Es la combinación perfecta con Nextcloud. Compartición segura, colaboración, control de acceso, no solo para tus archivos, sino también para tus sitios web, todo gracias a Pico CMS para Nextcloud. Rompiendo las barreras entre tus dispositivos móviles y de escritorio y tu servidor.\n \n Los sitios web serán accesibles a través de URL como `https://cloud.example.com/sites/mi_sitio/` y constarán de solo unos archivos de texto `.md` en los archivos de Nextcloud de un usuario. `.md` significa [**Markdown**](https://www.markdownguide.org/): una sintaxis de marcado súper simple e intuitiva para crear encabezados, párrafos, formatos de texto, listas, imágenes y enlaces. Pero no te preocupes, no tienes que aprender otro lenguaje si no quieres. Considera habilitar la aplicación [Editor de Markdown](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud para hacer las cosas fáciles y extremadamente simples. Ten en cuenta que el editor de texto integrado de Nextcloud es incompatible con Pico CMS para Nextcloud. ¿Y qué pasa con los metadatos, como el título o la fecha de publicación de una página? Adivina, todo está en un solo lugar. En la parte superior de tus archivos Markdown puedes colocar un bloque con esos metadatos, llamado [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Crear sitios web no puede ser más fácil...\n \n Pero eso no es todo... Pico CMS para Nextcloud es altamente personalizable. Puedes cambiar la apariencia de Pico utilizando temas personalizados y agregar nuevas funcionalidades utilizando complementos personalizados. Por razones de seguridad, los usuarios no pueden agregar temas ni complementos personalizados por sí mismos, pero como administrador tú puedes hacerlo. Los complementos y temas no son solo nuevas \"apariencias\" o \"widgets\", las tecnologías subyacentes son frameworks poderosos que puedes aprovechar para hacer que los sitios web de tus usuarios sean realmente únicos. Sin embargo, con un gran poder viene una gran responsabilidad. Pico CMS para Nextcloud hace todo lo posible para evitar que los usuarios incluyan scripts en los sitios web, ya que esto podría representar riesgos de seguridad (denominados \"Cross Scripting\"). Dado que este riesgo no se aplica a Pico en sí, los desarrolladores de complementos y temas de terceros pueden no ser conscientes de este problema, así que ten cuidado al instalar complementos y temas personalizados.\n \n ¿Quieres obtener más información sobre Pico CMS para Nextcloud? ¡Es fácil! Simplemente descarga y habilita la aplicación desde [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) y navega hasta la página de configuración de Nextcloud. Como administrador, encontrarás dos secciones de \"Pico CMS\" en la página de configuración de Nextcloud: una debajo de \"Personal\" y otra debajo de \"Administración\". La segunda te permite agregar temas, complementos y plantillas personalizados a Pico, así como ajustar algunas configuraciones avanzadas. La sección \"Pico CMS\" debajo de \"Personal\" existe para todos los usuarios de Nextcloud y les permite crear sitios web personales. Simplemente crea tu primer sitio web personal y elige \"sample_pico\" como plantilla del sitio web. El contenido de ejemplo de Pico te explicará todo lo que necesitas saber...", "Access forbidden" : "Acceso prohibido", + "Back to %s" : "Volver a %s", + "Not found" : "No encontrado", "Internal Server Error" : "Error Interno del Servidor", "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", @@ -20,21 +67,122 @@ OC.L10N.register( "File: %s" : "Archivo: %s", "Line: %s" : "Línea: %s", "Trace" : "Rastrear", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "¡Tu instalación de Nextcloud es incompatible con Pico CMS para Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunas de tus aplicaciones de Nextcloud tienen incompatibilidades conocidas con Pico CMS para Nextcloud. No es culpa de nadie, ni de Nextcloud ni de las aplicaciones en conflicto, es simplemente una limitación técnica de la infraestructura de aplicaciones de Nextcloud que no podemos resolver a corto plazo. ¡Estamos trabajando en una solución! Mientras tanto, debes eliminar las aplicaciones en conflicto. Las aplicaciones conocidas en conflicto son \"Issue Template\" y \"Terms of Service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Si ves el error \"Call to undefined method ParsedownExtra::textElements()\" en los registros de Nextcloud, incluso después de haber eliminado todas las aplicaciones en conflicto, no dudes en abrir un nuevo problema en GitHub con una copia del error, incluido su seguimiento de pila y una lista completa de todas las aplicaciones instaladas.", + "Pico CMS for Nextcloud" : "Pico CMS para Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Cambia el comportamiento de Pico CMS para Nextcloud y administra funciones opcionales.", "Limit to groups" : "Limitar a grupos", + "Loading groups…" : "Cargando grupos...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si no deseas permitir que todos tus usuarios creen sitios web personales, puedes limitar el acceso de Pico CMS para Nextcloud a ciertos grupos. Selecciona los grupos a los que deseas limitar el acceso. Si dejas este campo vacío, el uso no estará limitado. Revocar el acceso a ciertos grupos no eliminará ninguno de los sitios web de un usuario, pero se volverán inaccesibles.", "Custom themes" : "Temas personalizados", + "Add custom themes for greater individuality and style." : "Agregar temas personalizados para mayor individualidad y estilo.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud te permite agregar temas personalizados para mayor individualidad y estilo. Sin embargo, por razones de seguridad, los usuarios no pueden agregar temas personalizados por sí mismos. Antes de poder agregar un nuevo tema personalizado utilizando el botón \"Agregar tema personalizado\" a continuación, debes cargar todos sus archivos en la carpeta de datos de tu instancia de Nextcloud. Después de cargar el tema, aparecerá en el formulario a continuación para permitir que los usuarios realmente lo utilicen. Si deseas modificar uno de tus temas personalizados previamente agregados, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud. Para que los cambios surtan efecto, debes hacer clic en el botón \"Recargar tema personalizado\" junto al tema editado en el formulario a continuación.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Antes de agregar un nuevo tema personalizado, carga todos los archivos del tema en una nueva carpeta en el siguiente directorio. Si deseas editar uno de tus temas personalizados, consulta este directorio de la misma manera.", + "Loading themes…" : "Cargando temas...", "Add custom theme" : "Agregar tema personalizado", + "Reload themes list" : "Recargar lista de temas", + "Compatible theme." : "Tema compatible.", + "System theme" : "Tema del sistema", + "Copy system theme" : "Copiar tema del sistema", + "Custom theme" : "Tema personalizado", + "Reload custom theme" : "Recargar tema personalizado", + "Copy custom theme" : "Copiar tema personalizado", "Delete custom theme" : "Borra tema personalizado", + "Base theme" : "Tema base", + "Theme name" : "Nombre del tema", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Se produjo un error inesperado al realizar esta acción. Por favor, revisa los registros de Nextcloud.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Error inesperado {exception}: {exceptionMessage}", + "Custom plugins" : "Complementos personalizados", + "Add custom plugins to reach for Pico's full potential." : "Agrega complementos personalizados para aprovechar al máximo el potencial de Pico.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud te permite agregar complementos personalizados para utilizar realmente todo el poder de Pico. Los complementos funcionan a nivel global, es decir, agregar un complemento personalizado lo habilitará para todos los sitios web de tus usuarios. Antes de agregar un nuevo complemento personalizado utilizando el botón \"Agregar complemento personalizado\" a continuación, debes cargar todos los archivos del complemento en la carpeta de datos de tu instancia de Nextcloud. Después de cargar el complemento, aparecerá en el formulario a continuación para permitir que los usuarios lo habiliten. Si deseas actualizar uno de tus complementos personalizados previamente agregados, simplemente reemplaza los archivos del complemento en la carpeta de datos de Nextcloud. Para que los cambios surtan efecto, debes hacer clic en el botón \"Recargar complemento personalizado\" junto al complemento actualizado en el formulario a continuación.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Antes de agregar un nuevo complemento personalizado, carga todos los archivos del complemento en una nueva carpeta en el siguiente directorio. Si deseas actualizar uno de tus complementos personalizados, consulta este directorio de la misma manera. Ten en cuenta que el nombre de la carpeta del complemento debe coincidir estrictamente con el nombre del complemento, de lo contrario, Pico se negará a habilitar el complemento.", + "Loading plugins…" : "Cargando complementos...", + "Add custom plugin" : "Agregar complemento personalizado", + "Reload plugins list" : "Recargar lista de complementos", + "Compatible plugin." : "Complemento compatible.", + "Example plugin" : "Ejemplo de plugin", + "Copy example plugin" : "Copiar plugin de ejemplo", + "System plugin" : "Plugin del sistema", + "Custom plugin" : "Plugin personalizado", + "Reload custom plugin" : "Recargar plugin personalizado", + "Delete custom plugin" : "Eliminar plugin personalizado", + "Base plugin" : "Plugin base", + "Plugin name" : "Nombre del plugin", "Custom templates" : "Plantillas personalizadas", + "Make it easier for users to create new websites." : "Facilita a los usuarios la creación de nuevos sitios web.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Crear nuevos sitios web puede ser difícil, ¿por dónde empezar? Las plantillas personalizadas actúan como punto de partida para que los usuarios creen un nuevo sitio web utilizando Pico CMS para Nextcloud. Antes de agregar una nueva plantilla personalizada utilizando el botón \"Agregar plantilla personalizada\" a continuación, debes cargar todos los archivos de la plantilla en la carpeta de datos de tu instancia de Nextcloud. Después de cargar la plantilla, aparecerá en el formulario a continuación para agregarla al formulario \"Crear un nuevo sitio web\" de tus usuarios. Si deseas modificar una de las plantillas personalizadas que agregaste previamente, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de agregar una nueva plantilla personalizada, carga todos los archivos de la plantilla en una nueva carpeta en el siguiente directorio:", + "Loading templates…" : "Cargando plantillas...", "Add custom template" : "Agregar una plantilla personalizada", + "Reload templates list" : "Recargar lista de plantillas", + "Compatible template." : "Plantilla compatible.", + "System template" : "Plantilla del sistema", + "Copy system template" : "Copiar plantilla del sistema", + "Custom template" : "Plantilla personalizada", + "Copy custom template" : "Copiar plantilla personalizada", "Delete custom template" : "Borrar la plantilla personalizada", + "Base template" : "Plantilla base", + "Template name" : "Nombre de la plantilla", + "Configure your web server" : "Configura tu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Habilita todo el potencial de Pico CMS para Nextcloud configurando adecuadamente tu servidor web.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de tu servidor web, los usuarios pueden acceder a sus sitios web utilizando diferentes URLs. De forma predeterminada, los usuarios pueden acceder a sus sitios web utilizando la URL completa de Pico CMS para Nextcloud. Sin embargo, estas URLs son bastante largas y no son muy amigables para el usuario. Por esta razón, Pico CMS para Nextcloud también admite URLs acortadas utilizando la carpeta virtual \"sites/\". Sin embargo, para utilizar esta función se requiere alguna configuración adicional en el servidor web. Si estás utilizando el servidor web Apache, prueba uno de los dos primeros ejemplos que se muestran a continuación. Si estás utilizando el servidor web nginx, prueba uno de los dos últimos ejemplos. Si no comprendes realmente lo que está sucediendo, comunícate con el administrador de tu servidor y envíale la siguiente información. Si el administrador de tu servidor te dice que esto no es posible, no te preocupes, aún puedes usar las URLs completas de la aplicación de Pico CMS para Nextcloud, siempre funcionan de inmediato.", + "Enable short website URLs" : "Habilitar URLs cortas de sitios web", + "Full application URLs" : "URLs completas de la aplicación", + "Short website URLs" : "URLs cortas de sitios web", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Después de haber configurado tu servidor web para habilitar URLs acortadas, debes seleccionar la opción correspondiente arriba para informar a tus usuarios sobre esta función. No habilites esta opción si no has configurado la carpeta virtual \"sites/\" aún utilizando uno de los ejemplos de configuración que se muestran a continuación.", + "Using Apache's mod_proxy" : "Utilizando mod_proxy de Apache", + "Your users' website URLs will look like the following:" : "Las URLs de los sitios web de tus usuarios se verán así:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia el fragmento de configuración anterior en la sección de tu archivo apache.conf de Nextcloud. Antes de hacer esto, debes habilitar los módulos mod_proxy y mod_proxy_http de Apache. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Utilizando mod_rewrite de Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el fragmento de configuración anterior en la sección de tu archivo apache.conf de Nextcloud, asegúrate de habilitar el módulo mod_rewrite de Apache. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error. Ten en cuenta que esta configuración no te permitirá utilizar URLs acortadas, simplemente redirige a los usuarios desde las URLs acortadas a la URL completa del sitio. Por lo tanto, deberías preferir la solución que utiliza mod_proxy que se muestra arriba.", + "Using nginx's proxy_pass" : "Utilizando proxy_pass de nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia el fragmento de configuración anterior en la sección server { ... } de tu archivo nginx.conf de Nextcloud. Antes de hacer esto, debes habilitar el módulo ngx_http_proxy_module de nginx. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error.", + "Using nginx's rewrite" : "Utilizando rewrite de nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Sencillamente copia el fragmento de configuración anterior en la sección server { ... } de tu archivo nginx.conf de Nextcloud. Ten en cuenta que esta configuración no te permitirá utilizar URLs acortadas, simplemente redirige a los usuarios desde las URLs acortadas a la URL completa del sitio. Por lo tanto, deberías preferir la solución que utiliza la directiva proxy_pass de nginx que se muestra arriba.", + "Version information" : "Información de la versión", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud fue creado por Maxence Lange y Daniel Rudolf. Es un software de código abierto y gratuito lanzado bajo la Licencia Pública General Affero de GNU.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico fue creado por Gilbert Pellegrom y Daniel Rudolf y es mantenido por La comunidad de Pico. Es un software de código abierto y gratuito lanzado bajo la licencia MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina el poder de Pico y Nextcloud para crear sitios web simples, seguros, compartibles e increíblemente poderosos con solo unos pocos clics. Pico es un CMS plano extremadamente simple y rápido, que hace que la web sea fácil.", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Empieza un blog, comparte tu currículum con el mundo, crea un plan para dominar el mundo y compártelo solo con los amigos adecuados, o construye una base de conocimientos y permite que los más inteligentes de tus colegas te ayuden. Pico CMS para Nextcloud te permite crear y administrar tus propios sitios web. Crear una nueva página con Pico no es más que crear un simple archivo de texto en tus archivos de Nextcloud. No se requiere configuración, no hay interfaces de administración extremadamente complejas, solo archivos. Es la combinación perfecta con Nextcloud. Compartir seguro, colaboración, control de acceso: no solo para tus archivos, sino también para tus sitios web, todo esto es posible gracias a Pico CMS para Nextcloud. Rompe las barreras entre tus dispositivos móviles y de escritorio y tu servidor.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consiste en un conjunto de archivos de texto con la extensión .md en tus archivos de Nextcloud. .md significa Markdown, que es una sintaxis de marcado simple e intuitiva para crear encabezados, párrafos, formato de texto, listas, imágenes y enlaces. Pero no te preocupes, no tienes que aprender otro lenguaje si no quieres. Prueba la aplicación Editor de Markdown de Nextcloud para simplificar las cosas. Ten en cuenta que el editor de texto integrado de Nextcloud no es compatible con Pico CMS para Nextcloud. Pero, ¿qué pasa con los metadatos como el título de una página o la fecha de publicación? Adivina, todo está en un solo lugar. En la parte superior de tus archivos Markdown, puedes agregar un bloque con los metadatos, llamado YAML Front Matter. La creación de sitios web no puede ser más fácil...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "¿Quieres obtener más información sobre Pico CMS para Nextcloud? ¡Es fácil! Simplemente crea tu primer sitio web personal utilizando la plantilla \"sample_pico\". El contenido de ejemplo de Pico te explicará todo lo que necesitas saber...", + "You will be able to access your websites using URLs like the following:" : "Puedes acceder a tus sitios web utilizando URLs como las siguientes:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "El administrador de Nextcloud limitó el acceso de Pico CMS para Nextcloud a ciertos grupos. Desafortunadamente, no tienes permiso para crear sitios web personales. Aún puedes acceder a los sitios web de otros usuarios, posiblemente incluidos sitios web privados. Si tenías permiso para crear sitios web en el pasado, no tienes que preocuparte por tus datos: no se ha perdido nada. Sin embargo, nadie podrá acceder a tus sitios web privados y se mostrará un error de \"Sitio web no encontrado\".", + "Loading websites…" : "Cargando sitios web...", "Name" : "Nombre", "Path" : "Ruta", "Theme" : "Tema", "Created" : "Creado", + "Go to website" : "Ir al sitio web", + "Go to website directory" : "Ir al directorio del sitio web", + "Edit website name" : "Editar nombre del sitio web", + "Edit private website settings" : "Editar configuración del sitio web privado", "Delete website" : "Borrar el sitio web", "Actions" : "Acciones", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos y privados. Cualquier persona puede acceder a los sitios web públicos, sin importar si ha iniciado sesión o no. Si deseas limitar el acceso a un subconjunto específico de usuarios, crea un sitio web privado. Todos los visitantes de un sitio web privado deben iniciar sesión, de lo contrario se mostrará un error de \"Acceso denegado\". Además, se deben cumplir una de las siguientes condiciones: (1) el usuario tiene acceso a los archivos fuente del sitio web (es decir, la carpeta de origen está compartida con el usuario), (2) el usuario es miembro de uno de los grupos enumerados a continuación o (3) el usuario es miembro de uno de los grupos especificados en el YAML Front Matter de la página solicitada mediante el valor de \"access\".", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "El sitio web es de acceso público y no requiere autenticación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "El sitio web requiere autenticación y el acceso está limitado a un subconjunto de todos los usuarios.", + "Group access" : "Acceso de grupo", + "Grant access to all members of the selected groups." : "Concede acceso a todos los miembros de los grupos seleccionados.", + "Reload websites list" : "Recargar lista de sitios web", "Create a new website" : "Crear un nuevo sitio web", + "Just fill the form below to create your own personal website." : "Solo completa el formulario a continuación para crear tu propio sitio web personal.", + "My example website" : "Mi sitio web de ejemplo", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puedes especificar el nombre de tu sitio web personal. El nombre de tu sitio web se utilizará como título del sitio, que a menudo se muestra en el encabezado del sitio web.", + "Identifier" : "Identificador", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "El identificador de tu sitio web prescribe tanto la dirección (URL) de tu sitio web como el nombre del directorio en el que se almacenarán los archivos de tu sitio web (tanto las páginas como los activos). El identificador de un sitio web debe consistir únicamente en caracteres alfanuméricos en minúsculas, guiones y guiones bajos (a-z, 0-9, - y _).", "Address" : "Dirección", + "You will be able to access your website using the address (URL) shown above." : "Puedes acceder a tu sitio web utilizando la dirección (URL) que se muestra arriba.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Al crear un nuevo sitio web, Pico CMS para Nextcloud copia la plantilla del sitio web al siguiente directorio nuevo en tu Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Puedes usar uno de los temas proporcionados para tener mayor individualidad y estilo. Si deseas utilizar otro tema, consulta con tu administrador de Nextcloud, ¡es posible que también se pueda agregar tu tema favorito!", + "Template" : "Plantilla", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Las plantillas actúan como punto de partida al crear un nuevo sitio web. Todas las plantillas constan de un directorio \"content\" (para tus páginas) y un directorio \"assets\" (para los activos de tu sitio web), que se copiarán en la carpeta anterior en tu Nextcloud.", + "Create new website" : "Crear nuevo sitio web", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 7635e2d9..70f83033 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,10 +1,57 @@ { "translations": { "Copy" : "Copiar", + "Confirm website deletion" : "Confirmar eliminación del sitio web", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Esta operación eliminará el sitio web \"{name}\". Sin embargo, todos sus contenidos seguirán estando disponibles en tu Nextcloud.", + "Choose website directory" : "Elegir directorio del sitio web", "Abort" : "Abortar", "Save" : "Guardar", + "The requested website could not be found on the server. Maybe the website was deleted?" : "No se pudo encontrar el sitio web solicitado en el servidor. ¿Quizás el sitio web fue eliminado?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "La estructura de archivos y directorios de este sitio web parece estar dañada y, por lo tanto, no se puede acceder a ella.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "No tienes acceso a este sitio web privado. ¿Quizás la compartición fue eliminada o ha caducado?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Este sitio web está alojado en un almacenamiento no local y, por lo tanto, no se puede acceder a él.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Este sitio web utiliza un tema que no se pudo encontrar en el servidor y, por lo tanto, no se pudo construir.", + "This website uses a incompatible theme and thus could not be built." : "Este sitio web utiliza un tema incompatible y, por lo tanto, no se pudo construir.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "No se pudo encontrar la página de sitio web solicitada en el servidor. ¿Quizás la página fue eliminada?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "No tienes acceso a esta página del sitio web. ¿Quizás la compartición fue eliminada o ha caducado?", + "The requested website page could not be built, so that the server was unable to complete your request." : "No se pudo construir la página de sitio web solicitada, por lo que el servidor no pudo completar tu solicitud.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "La estructura de archivos y directorios de este sitio web parece estar dañada y, por lo tanto, no se puede acceder a ella.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "No se pudo encontrar el recurso del sitio web solicitado en el servidor. ¿Quizás el recurso fue eliminado?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "No tienes acceso a este recurso del sitio web. ¿Quizás la compartición fue eliminada o ha caducado?", + "Plugin not found." : "Plugin no encontrado.", + "Plugin exists already." : "El plugin ya existe.", + "Template not found." : "Plantilla no encontrada.", + "Template exists already." : "La plantilla ya existe.", + "Theme not found." : "Tema no encontrado.", + "Theme exists already." : "El tema ya existe.", + "Website exists." : "El sitio web ya existe.", + "No permission." : "Sin permisos.", + "The value given is invalid." : "El valor proporcionado no es válido.", + "Website not found." : "No se encontró el sitio web.", + "Local (unencrypted)" : "Local (sin cifrado)", "Location" : "Ubicación", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Plugin incompatible: No se encontró el archivo del plugin \"{file}\".", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Plugin incompatible: Error de análisis PHP en el archivo \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Plugin incompatible: No se encontró la clase del plugin \"{class}\".", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Plugin incompatible: Los plugins para Pico CMS para Nextcloud deben usar una de las versiones de API {compatApiVersions}, pero este plugin usa la versión de API {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Plantilla incompatible: No se encontró el directorio requerido \"{file}\".", + "Incompatible theme: Twig template \"{file}\" not found." : "Tema incompatible: No se encontró la plantilla Twig \"{file}\".", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema incompatible: Los temas para Pico CMS para Nextcloud deben usar una de las versiones de API {compatApiVersions}, pero este tema usa la versión de API {apiVersion}.", + "The name of the website must be longer." : "El nombre del sitio web debe ser más largo.", + "The name of the website is too long." : "El nombre del sitio web es demasiado largo.", + "The identifier of the website must be longer." : "El identificador del sitio web debe ser más largo.", + "The identifier of the website is too long." : "El identificador del sitio web es demasiado largo.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "El identificador del sitio web solo puede contener caracteres alfanuméricos en minúsculas.", + "The path of the website is invalid." : "La ruta del sitio web no es válida.", + "The website's path is stored on a non-local storage." : "La ruta del sitio web se encuentra en un almacenamiento no local.", + "Parent folder of the website's path not found." : "No se encontró la carpeta principal de la ruta del sitio web.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Error al habilitar Pico CMS para Nextcloud: No se encontró \"%s\". Asegúrate de instalar las dependencias de la aplicación ejecutando `composer install` en el directorio de instalación de la aplicación en \"%s\". Luego, intenta habilitar Pico CMS para Nextcloud nuevamente.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Error al habilitar Pico CMS para Nextcloud: El servidor web no tiene permiso para crear archivos y carpetas en \"%s\". Asegúrate de darle al servidor web permiso de escritura en este directorio cambiando sus permisos y propiedad para que sean iguales a los de tu directorio \"%s\". Luego, intenta habilitar Pico CMS para Nextcloud nuevamente.", "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "¡Crea y publica tus propios sitios web con Pico CMS para Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina el poder de [**Pico**](http://picocms.org/) y [**Nextcloud**](https://nextcloud.com/) para crear sitios web simples, seguros, compartibles e increíblemente poderosos con solo unos pocos clics. Pico es un CMS de archivos planos, extremadamente sencillo y rápido, que facilita la web.\n \n * Comienza un blog\n * Comparte tu currículum con el mundo\n * Crea un plan para la dominación mundial y compártelo solo con los amigos adecuados\n * Crea una base de conocimiento y permite que los compañeros inteligentes te ayuden\n \n Instalar Pico CMS para Nextcloud permite a tus usuarios crear y gestionar sus propios sitios web. Crear una nueva página con Pico no es más que crear un archivo de texto simple en los archivos de Nextcloud de los usuarios. No se requiere configuración, ni interfaces de gestión extremadamente complejas; solo archivos. Es la combinación perfecta con Nextcloud. Compartición segura, colaboración, control de acceso, no solo para tus archivos, sino también para tus sitios web, todo gracias a Pico CMS para Nextcloud. Rompiendo las barreras entre tus dispositivos móviles y de escritorio y tu servidor.\n \n Los sitios web serán accesibles a través de URL como `https://cloud.example.com/sites/mi_sitio/` y constarán de solo unos archivos de texto `.md` en los archivos de Nextcloud de un usuario. `.md` significa [**Markdown**](https://www.markdownguide.org/): una sintaxis de marcado súper simple e intuitiva para crear encabezados, párrafos, formatos de texto, listas, imágenes y enlaces. Pero no te preocupes, no tienes que aprender otro lenguaje si no quieres. Considera habilitar la aplicación [Editor de Markdown](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud para hacer las cosas fáciles y extremadamente simples. Ten en cuenta que el editor de texto integrado de Nextcloud es incompatible con Pico CMS para Nextcloud. ¿Y qué pasa con los metadatos, como el título o la fecha de publicación de una página? Adivina, todo está en un solo lugar. En la parte superior de tus archivos Markdown puedes colocar un bloque con esos metadatos, llamado [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Crear sitios web no puede ser más fácil...\n \n Pero eso no es todo... Pico CMS para Nextcloud es altamente personalizable. Puedes cambiar la apariencia de Pico utilizando temas personalizados y agregar nuevas funcionalidades utilizando complementos personalizados. Por razones de seguridad, los usuarios no pueden agregar temas ni complementos personalizados por sí mismos, pero como administrador tú puedes hacerlo. Los complementos y temas no son solo nuevas \"apariencias\" o \"widgets\", las tecnologías subyacentes son frameworks poderosos que puedes aprovechar para hacer que los sitios web de tus usuarios sean realmente únicos. Sin embargo, con un gran poder viene una gran responsabilidad. Pico CMS para Nextcloud hace todo lo posible para evitar que los usuarios incluyan scripts en los sitios web, ya que esto podría representar riesgos de seguridad (denominados \"Cross Scripting\"). Dado que este riesgo no se aplica a Pico en sí, los desarrolladores de complementos y temas de terceros pueden no ser conscientes de este problema, así que ten cuidado al instalar complementos y temas personalizados.\n \n ¿Quieres obtener más información sobre Pico CMS para Nextcloud? ¡Es fácil! Simplemente descarga y habilita la aplicación desde [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) y navega hasta la página de configuración de Nextcloud. Como administrador, encontrarás dos secciones de \"Pico CMS\" en la página de configuración de Nextcloud: una debajo de \"Personal\" y otra debajo de \"Administración\". La segunda te permite agregar temas, complementos y plantillas personalizados a Pico, así como ajustar algunas configuraciones avanzadas. La sección \"Pico CMS\" debajo de \"Personal\" existe para todos los usuarios de Nextcloud y les permite crear sitios web personales. Simplemente crea tu primer sitio web personal y elige \"sample_pico\" como plantilla del sitio web. El contenido de ejemplo de Pico te explicará todo lo que necesitas saber...", "Access forbidden" : "Acceso prohibido", + "Back to %s" : "Volver a %s", + "Not found" : "No encontrado", "Internal Server Error" : "Error Interno del Servidor", "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", @@ -18,21 +65,122 @@ "File: %s" : "Archivo: %s", "Line: %s" : "Línea: %s", "Trace" : "Rastrear", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "¡Tu instalación de Nextcloud es incompatible con Pico CMS para Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunas de tus aplicaciones de Nextcloud tienen incompatibilidades conocidas con Pico CMS para Nextcloud. No es culpa de nadie, ni de Nextcloud ni de las aplicaciones en conflicto, es simplemente una limitación técnica de la infraestructura de aplicaciones de Nextcloud que no podemos resolver a corto plazo. ¡Estamos trabajando en una solución! Mientras tanto, debes eliminar las aplicaciones en conflicto. Las aplicaciones conocidas en conflicto son \"Issue Template\" y \"Terms of Service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Si ves el error \"Call to undefined method ParsedownExtra::textElements()\" en los registros de Nextcloud, incluso después de haber eliminado todas las aplicaciones en conflicto, no dudes en abrir un nuevo problema en GitHub con una copia del error, incluido su seguimiento de pila y una lista completa de todas las aplicaciones instaladas.", + "Pico CMS for Nextcloud" : "Pico CMS para Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Cambia el comportamiento de Pico CMS para Nextcloud y administra funciones opcionales.", "Limit to groups" : "Limitar a grupos", + "Loading groups…" : "Cargando grupos...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si no deseas permitir que todos tus usuarios creen sitios web personales, puedes limitar el acceso de Pico CMS para Nextcloud a ciertos grupos. Selecciona los grupos a los que deseas limitar el acceso. Si dejas este campo vacío, el uso no estará limitado. Revocar el acceso a ciertos grupos no eliminará ninguno de los sitios web de un usuario, pero se volverán inaccesibles.", "Custom themes" : "Temas personalizados", + "Add custom themes for greater individuality and style." : "Agregar temas personalizados para mayor individualidad y estilo.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud te permite agregar temas personalizados para mayor individualidad y estilo. Sin embargo, por razones de seguridad, los usuarios no pueden agregar temas personalizados por sí mismos. Antes de poder agregar un nuevo tema personalizado utilizando el botón \"Agregar tema personalizado\" a continuación, debes cargar todos sus archivos en la carpeta de datos de tu instancia de Nextcloud. Después de cargar el tema, aparecerá en el formulario a continuación para permitir que los usuarios realmente lo utilicen. Si deseas modificar uno de tus temas personalizados previamente agregados, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud. Para que los cambios surtan efecto, debes hacer clic en el botón \"Recargar tema personalizado\" junto al tema editado en el formulario a continuación.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Antes de agregar un nuevo tema personalizado, carga todos los archivos del tema en una nueva carpeta en el siguiente directorio. Si deseas editar uno de tus temas personalizados, consulta este directorio de la misma manera.", + "Loading themes…" : "Cargando temas...", "Add custom theme" : "Agregar tema personalizado", + "Reload themes list" : "Recargar lista de temas", + "Compatible theme." : "Tema compatible.", + "System theme" : "Tema del sistema", + "Copy system theme" : "Copiar tema del sistema", + "Custom theme" : "Tema personalizado", + "Reload custom theme" : "Recargar tema personalizado", + "Copy custom theme" : "Copiar tema personalizado", "Delete custom theme" : "Borra tema personalizado", + "Base theme" : "Tema base", + "Theme name" : "Nombre del tema", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Se produjo un error inesperado al realizar esta acción. Por favor, revisa los registros de Nextcloud.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Error inesperado {exception}: {exceptionMessage}", + "Custom plugins" : "Complementos personalizados", + "Add custom plugins to reach for Pico's full potential." : "Agrega complementos personalizados para aprovechar al máximo el potencial de Pico.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud te permite agregar complementos personalizados para utilizar realmente todo el poder de Pico. Los complementos funcionan a nivel global, es decir, agregar un complemento personalizado lo habilitará para todos los sitios web de tus usuarios. Antes de agregar un nuevo complemento personalizado utilizando el botón \"Agregar complemento personalizado\" a continuación, debes cargar todos los archivos del complemento en la carpeta de datos de tu instancia de Nextcloud. Después de cargar el complemento, aparecerá en el formulario a continuación para permitir que los usuarios lo habiliten. Si deseas actualizar uno de tus complementos personalizados previamente agregados, simplemente reemplaza los archivos del complemento en la carpeta de datos de Nextcloud. Para que los cambios surtan efecto, debes hacer clic en el botón \"Recargar complemento personalizado\" junto al complemento actualizado en el formulario a continuación.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Antes de agregar un nuevo complemento personalizado, carga todos los archivos del complemento en una nueva carpeta en el siguiente directorio. Si deseas actualizar uno de tus complementos personalizados, consulta este directorio de la misma manera. Ten en cuenta que el nombre de la carpeta del complemento debe coincidir estrictamente con el nombre del complemento, de lo contrario, Pico se negará a habilitar el complemento.", + "Loading plugins…" : "Cargando complementos...", + "Add custom plugin" : "Agregar complemento personalizado", + "Reload plugins list" : "Recargar lista de complementos", + "Compatible plugin." : "Complemento compatible.", + "Example plugin" : "Ejemplo de plugin", + "Copy example plugin" : "Copiar plugin de ejemplo", + "System plugin" : "Plugin del sistema", + "Custom plugin" : "Plugin personalizado", + "Reload custom plugin" : "Recargar plugin personalizado", + "Delete custom plugin" : "Eliminar plugin personalizado", + "Base plugin" : "Plugin base", + "Plugin name" : "Nombre del plugin", "Custom templates" : "Plantillas personalizadas", + "Make it easier for users to create new websites." : "Facilita a los usuarios la creación de nuevos sitios web.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Crear nuevos sitios web puede ser difícil, ¿por dónde empezar? Las plantillas personalizadas actúan como punto de partida para que los usuarios creen un nuevo sitio web utilizando Pico CMS para Nextcloud. Antes de agregar una nueva plantilla personalizada utilizando el botón \"Agregar plantilla personalizada\" a continuación, debes cargar todos los archivos de la plantilla en la carpeta de datos de tu instancia de Nextcloud. Después de cargar la plantilla, aparecerá en el formulario a continuación para agregarla al formulario \"Crear un nuevo sitio web\" de tus usuarios. Si deseas modificar una de las plantillas personalizadas que agregaste previamente, simplemente edita los archivos correspondientes en la carpeta de datos de Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de agregar una nueva plantilla personalizada, carga todos los archivos de la plantilla en una nueva carpeta en el siguiente directorio:", + "Loading templates…" : "Cargando plantillas...", "Add custom template" : "Agregar una plantilla personalizada", + "Reload templates list" : "Recargar lista de plantillas", + "Compatible template." : "Plantilla compatible.", + "System template" : "Plantilla del sistema", + "Copy system template" : "Copiar plantilla del sistema", + "Custom template" : "Plantilla personalizada", + "Copy custom template" : "Copiar plantilla personalizada", "Delete custom template" : "Borrar la plantilla personalizada", + "Base template" : "Plantilla base", + "Template name" : "Nombre de la plantilla", + "Configure your web server" : "Configura tu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Habilita todo el potencial de Pico CMS para Nextcloud configurando adecuadamente tu servidor web.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependiendo de la configuración de tu servidor web, los usuarios pueden acceder a sus sitios web utilizando diferentes URLs. De forma predeterminada, los usuarios pueden acceder a sus sitios web utilizando la URL completa de Pico CMS para Nextcloud. Sin embargo, estas URLs son bastante largas y no son muy amigables para el usuario. Por esta razón, Pico CMS para Nextcloud también admite URLs acortadas utilizando la carpeta virtual \"sites/\". Sin embargo, para utilizar esta función se requiere alguna configuración adicional en el servidor web. Si estás utilizando el servidor web Apache, prueba uno de los dos primeros ejemplos que se muestran a continuación. Si estás utilizando el servidor web nginx, prueba uno de los dos últimos ejemplos. Si no comprendes realmente lo que está sucediendo, comunícate con el administrador de tu servidor y envíale la siguiente información. Si el administrador de tu servidor te dice que esto no es posible, no te preocupes, aún puedes usar las URLs completas de la aplicación de Pico CMS para Nextcloud, siempre funcionan de inmediato.", + "Enable short website URLs" : "Habilitar URLs cortas de sitios web", + "Full application URLs" : "URLs completas de la aplicación", + "Short website URLs" : "URLs cortas de sitios web", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Después de haber configurado tu servidor web para habilitar URLs acortadas, debes seleccionar la opción correspondiente arriba para informar a tus usuarios sobre esta función. No habilites esta opción si no has configurado la carpeta virtual \"sites/\" aún utilizando uno de los ejemplos de configuración que se muestran a continuación.", + "Using Apache's mod_proxy" : "Utilizando mod_proxy de Apache", + "Your users' website URLs will look like the following:" : "Las URLs de los sitios web de tus usuarios se verán así:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia el fragmento de configuración anterior en la sección de tu archivo apache.conf de Nextcloud. Antes de hacer esto, debes habilitar los módulos mod_proxy y mod_proxy_http de Apache. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Utilizando mod_rewrite de Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el fragmento de configuración anterior en la sección de tu archivo apache.conf de Nextcloud, asegúrate de habilitar el módulo mod_rewrite de Apache. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error. Ten en cuenta que esta configuración no te permitirá utilizar URLs acortadas, simplemente redirige a los usuarios desde las URLs acortadas a la URL completa del sitio. Por lo tanto, deberías preferir la solución que utiliza mod_proxy que se muestra arriba.", + "Using nginx's proxy_pass" : "Utilizando proxy_pass de nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia el fragmento de configuración anterior en la sección server { ... } de tu archivo nginx.conf de Nextcloud. Antes de hacer esto, debes habilitar el módulo ngx_http_proxy_module de nginx. De lo contrario, tu servidor web se negará a (re)iniciarse o mostrará un error 500 Internal Server Error.", + "Using nginx's rewrite" : "Utilizando rewrite de nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Sencillamente copia el fragmento de configuración anterior en la sección server { ... } de tu archivo nginx.conf de Nextcloud. Ten en cuenta que esta configuración no te permitirá utilizar URLs acortadas, simplemente redirige a los usuarios desde las URLs acortadas a la URL completa del sitio. Por lo tanto, deberías preferir la solución que utiliza la directiva proxy_pass de nginx que se muestra arriba.", + "Version information" : "Información de la versión", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud fue creado por Maxence Lange y Daniel Rudolf. Es un software de código abierto y gratuito lanzado bajo la Licencia Pública General Affero de GNU.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico fue creado por Gilbert Pellegrom y Daniel Rudolf y es mantenido por La comunidad de Pico. Es un software de código abierto y gratuito lanzado bajo la licencia MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina el poder de Pico y Nextcloud para crear sitios web simples, seguros, compartibles e increíblemente poderosos con solo unos pocos clics. Pico es un CMS plano extremadamente simple y rápido, que hace que la web sea fácil.", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Empieza un blog, comparte tu currículum con el mundo, crea un plan para dominar el mundo y compártelo solo con los amigos adecuados, o construye una base de conocimientos y permite que los más inteligentes de tus colegas te ayuden. Pico CMS para Nextcloud te permite crear y administrar tus propios sitios web. Crear una nueva página con Pico no es más que crear un simple archivo de texto en tus archivos de Nextcloud. No se requiere configuración, no hay interfaces de administración extremadamente complejas, solo archivos. Es la combinación perfecta con Nextcloud. Compartir seguro, colaboración, control de acceso: no solo para tus archivos, sino también para tus sitios web, todo esto es posible gracias a Pico CMS para Nextcloud. Rompe las barreras entre tus dispositivos móviles y de escritorio y tu servidor.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consiste en un conjunto de archivos de texto con la extensión .md en tus archivos de Nextcloud. .md significa Markdown, que es una sintaxis de marcado simple e intuitiva para crear encabezados, párrafos, formato de texto, listas, imágenes y enlaces. Pero no te preocupes, no tienes que aprender otro lenguaje si no quieres. Prueba la aplicación Editor de Markdown de Nextcloud para simplificar las cosas. Ten en cuenta que el editor de texto integrado de Nextcloud no es compatible con Pico CMS para Nextcloud. Pero, ¿qué pasa con los metadatos como el título de una página o la fecha de publicación? Adivina, todo está en un solo lugar. En la parte superior de tus archivos Markdown, puedes agregar un bloque con los metadatos, llamado YAML Front Matter. La creación de sitios web no puede ser más fácil...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "¿Quieres obtener más información sobre Pico CMS para Nextcloud? ¡Es fácil! Simplemente crea tu primer sitio web personal utilizando la plantilla \"sample_pico\". El contenido de ejemplo de Pico te explicará todo lo que necesitas saber...", + "You will be able to access your websites using URLs like the following:" : "Puedes acceder a tus sitios web utilizando URLs como las siguientes:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "El administrador de Nextcloud limitó el acceso de Pico CMS para Nextcloud a ciertos grupos. Desafortunadamente, no tienes permiso para crear sitios web personales. Aún puedes acceder a los sitios web de otros usuarios, posiblemente incluidos sitios web privados. Si tenías permiso para crear sitios web en el pasado, no tienes que preocuparte por tus datos: no se ha perdido nada. Sin embargo, nadie podrá acceder a tus sitios web privados y se mostrará un error de \"Sitio web no encontrado\".", + "Loading websites…" : "Cargando sitios web...", "Name" : "Nombre", "Path" : "Ruta", "Theme" : "Tema", "Created" : "Creado", + "Go to website" : "Ir al sitio web", + "Go to website directory" : "Ir al directorio del sitio web", + "Edit website name" : "Editar nombre del sitio web", + "Edit private website settings" : "Editar configuración del sitio web privado", "Delete website" : "Borrar el sitio web", "Actions" : "Acciones", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos y privados. Cualquier persona puede acceder a los sitios web públicos, sin importar si ha iniciado sesión o no. Si deseas limitar el acceso a un subconjunto específico de usuarios, crea un sitio web privado. Todos los visitantes de un sitio web privado deben iniciar sesión, de lo contrario se mostrará un error de \"Acceso denegado\". Además, se deben cumplir una de las siguientes condiciones: (1) el usuario tiene acceso a los archivos fuente del sitio web (es decir, la carpeta de origen está compartida con el usuario), (2) el usuario es miembro de uno de los grupos enumerados a continuación o (3) el usuario es miembro de uno de los grupos especificados en el YAML Front Matter de la página solicitada mediante el valor de \"access\".", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "El sitio web es de acceso público y no requiere autenticación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "El sitio web requiere autenticación y el acceso está limitado a un subconjunto de todos los usuarios.", + "Group access" : "Acceso de grupo", + "Grant access to all members of the selected groups." : "Concede acceso a todos los miembros de los grupos seleccionados.", + "Reload websites list" : "Recargar lista de sitios web", "Create a new website" : "Crear un nuevo sitio web", + "Just fill the form below to create your own personal website." : "Solo completa el formulario a continuación para crear tu propio sitio web personal.", + "My example website" : "Mi sitio web de ejemplo", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Aquí puedes especificar el nombre de tu sitio web personal. El nombre de tu sitio web se utilizará como título del sitio, que a menudo se muestra en el encabezado del sitio web.", + "Identifier" : "Identificador", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "El identificador de tu sitio web prescribe tanto la dirección (URL) de tu sitio web como el nombre del directorio en el que se almacenarán los archivos de tu sitio web (tanto las páginas como los activos). El identificador de un sitio web debe consistir únicamente en caracteres alfanuméricos en minúsculas, guiones y guiones bajos (a-z, 0-9, - y _).", "Address" : "Dirección", + "You will be able to access your website using the address (URL) shown above." : "Puedes acceder a tu sitio web utilizando la dirección (URL) que se muestra arriba.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Al crear un nuevo sitio web, Pico CMS para Nextcloud copia la plantilla del sitio web al siguiente directorio nuevo en tu Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Puedes usar uno de los temas proporcionados para tener mayor individualidad y estilo. Si deseas utilizar otro tema, consulta con tu administrador de Nextcloud, ¡es posible que también se pueda agregar tu tema favorito!", + "Template" : "Plantilla", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Las plantillas actúan como punto de partida al crear un nuevo sitio web. Todas las plantillas constan de un directorio \"content\" (para tus páginas) y un directorio \"assets\" (para los activos de tu sitio web), que se copiarán en la carpeta anterior en tu Nextcloud.", + "Create new website" : "Crear nuevo sitio web", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 2d8f7f7c..01ca7348 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -7,6 +7,8 @@ OC.L10N.register( "Location" : "Ubicación", "Pico CMS" : "Pico CMS", "Access forbidden" : "Acceso prohibido", + "Back to %s" : "Volver a %s", + "Not found" : "No encontrado", "Internal Server Error" : "Error Interno del Servidor", "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", @@ -24,6 +26,7 @@ OC.L10N.register( "Custom themes" : "Temas personalizados", "Add custom theme" : "Agregar tema personalizado", "Delete custom theme" : "Borra tema personalizado", + "Error: {error}" : "Error: {error}", "Custom templates" : "Plantillas personalizadas", "Add custom template" : "Agregar una plantilla personalizada", "Delete custom template" : "Borrar la plantilla personalizada", @@ -34,7 +37,8 @@ OC.L10N.register( "Delete website" : "Borrar el sitio web", "Actions" : "Acciones", "Create a new website" : "Crear un nuevo sitio web", + "Identifier" : "Identificador", "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 7635e2d9..ca33195a 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -5,6 +5,8 @@ "Location" : "Ubicación", "Pico CMS" : "Pico CMS", "Access forbidden" : "Acceso prohibido", + "Back to %s" : "Volver a %s", + "Not found" : "No encontrado", "Internal Server Error" : "Error Interno del Servidor", "The server was unable to complete your request." : "El servidor no pudo completar tu solicitud.", "If this happens again, please send the technical details below to the server administrator." : "Si esto vuelve a suceder, por favor envia los detalles tecnicos siguientes al adminsitrador del sistema.", @@ -22,6 +24,7 @@ "Custom themes" : "Temas personalizados", "Add custom theme" : "Agregar tema personalizado", "Delete custom theme" : "Borra tema personalizado", + "Error: {error}" : "Error: {error}", "Custom templates" : "Plantillas personalizadas", "Add custom template" : "Agregar una plantilla personalizada", "Delete custom template" : "Borrar la plantilla personalizada", @@ -32,7 +35,8 @@ "Delete website" : "Borrar el sitio web", "Actions" : "Acciones", "Create a new website" : "Crear un nuevo sitio web", + "Identifier" : "Identificador", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js index 2d8f7f7c..cce6731c 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -37,4 +37,4 @@ OC.L10N.register( "Address" : "Dirección", "Loading…" : "Cargando..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json index 7635e2d9..8ccb2257 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -34,5 +34,5 @@ "Create a new website" : "Crear un nuevo sitio web", "Address" : "Dirección", "Loading…" : "Cargando..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 063a289d..869b282b 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -25,6 +25,7 @@ OC.L10N.register( "Delete custom template" : "Kustuta kohandatud mall", "Name" : "Nimi", "Path" : "Asukoht", + "Theme" : "Teema", "Created" : "Loodud", "Delete website" : "Kustuta veebisait", "Actions" : "Tegevused", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 9d282921..2d3f73f1 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -23,6 +23,7 @@ "Delete custom template" : "Kustuta kohandatud mall", "Name" : "Nimi", "Path" : "Asukoht", + "Theme" : "Teema", "Created" : "Loodud", "Delete website" : "Kustuta veebisait", "Actions" : "Tegevused", diff --git a/l10n/eu.js b/l10n/eu.js index 746f6f76..11c3fb02 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Gaia existitzen da dagoeneko.", "Website exists." : "Webgunea existizen da.", "No permission." : "Baimenik gabe.", + "The value given is invalid." : "Emandako balioa baliogabea da.", "Website not found." : "Webgunea ez da aurkitu.", "Local (unencrypted)" : "Lokala (deszifratua)", "Location" : "Kokapena", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Webgune honen bide-izena lokala ez den biltegi batean dago.", "Parent folder of the website's path not found." : "Webgunearen bide-izenaren karpeta nagusia ez da aurkitu.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: ezin izan da \"%s\" aurkitu. Ziurtatu aplikazioaren menpekotasunak instalatzen dituzula `composer install` exekutatuz, aplikazioaren instalazio direktorioan, \"%s\" azpian. Then try again enabling Pico CMS for Nextcloud. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: web-zerbitzariak ez du baimenik fitxategiak eta karpetak sortzeko \"%s\" azpian. Ziurtatu web-zerbitzariari direktorio honetan idazteko baimena ematen diozula, baimenak eta jabetza aldatuz \"%s\" direktorioko berdinak izan daitezen. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: web-zerbitzariak ez du baimenik fitxategiak eta karpetak sortzeko \"%s\" azpian. Ziurtatu web-zerbitzariari direktorio honetan idazteko baimena ematen diozula, baimenak eta jabetza aldatuz \"%s\" direktorioko berdinak izan daitezen. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Sortu eta argitaratu zeure webguneak - Nextclouderako Pico CMS erabiliz! ", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextclouderako Pico CMS-k](https://github.com/nextcloud/cms_pico) konbinatu egiten ditu [**Pico**](http://picocms.org/) eta [**Nextcloud**](https://nextcloud.com/) tresnen gaitasunak webgune sinple, seguru, partekagarri eta izugarri sendoak sortzeko klik gutxi batzuekin. Pico guztiz sinplea eta tximista bezain azkarra den CMS fitxategi soil bat da - sarea lan erraz bihurtuz.\n\n* Abiatu blog bat\n* Partekatu zure lana munduarekin\n* Planifikatu iraultza globala eta partekatu lagun egokiekin bakarrik\n* Eraiki ezagutza base bat eta utzi zure lankide azkarrenei laguntzen\n\nNextclouderako Pico CMS instalatzeak erabiltzaileei beraien webguneak sortu eta kudeatzea ahalbidetzen die. Pico erabiliz orri bat sortzea, erabiltzaileak Nextcloud fitxategietan dokumentu bat sortzea bezain erraza da. Ez da konfiguraziorik behar, ez dago interfaze konplexurik - fitxategiak baino ez. Nextcloudekin bikain lotzen da. Partekatze segurua, lankidetza, atzitze kontrola - ez zure fitxategiena bakarrik, baita zure webguneena ere, Nextcloud-erako Pico CMS-ri esker! Zure mugikorrak edo mahaigaineko gailuak eta zerbitzariaren arteko muga apurtuz.\n\nWebguneak irisgarri egongo dira `https://cloud.example.com/sites/my_site/` bezalako URL bidez eta Nextcloud erabiltzaile baten `.md` dokumentu fitxategi soil batzuez osatuta egongo dira. `.md` horren esanahia [**Markdown**](https://www.markdownguide.org/) da - goiburuak, paragrafoak, testu formatuak, zerrendak, irudiak eta estekak sortzeko marka super sinple eta intuitiboa. Baina ez larritu, ez duzu beste hizkuntza bat ikasi beharrik. Kontsideratu [Text](https://apps.nextcloud.com/apps/text) edo [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) aplikazioak gaitzea, gauzak sinple-sinple bihurtzeko. Kontuan izan Nextcloudek berez integraturik dakarren testu editorea ez dela Pico CMSrekin bateragarria. Eta orrien tituluak eta argitaratze datei buruzko metadatuak, zer? Hori da, guztia leku berean. Zure Markdown fitxategien goiko aldean bloke bat jar dezakezu halako metadatuekin - [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter izena duena. Webguneak sortzea ezin da errazagoa izan…\n\nBaina hori ez da dena... Nextclouderako Pico CMS oso pertsonalizagarria da. Picorekin itxura erraz molda dezakezu gai pertsonalizatuekin eta funtzionaltasunak gehitu plugin pertsonalizatuekin. Segurtasunagatik, erabiltzaileek ezin dute gai edo plugin pertsonalizaturik gehitu, baina zuk administratzaile gisa bai. Pluginak eta gaiak ez dira \"azal\" edo \"trepeta\" soilak, atzean daukaten teknologia boteretsuan baliatu ditzakezun markoak daude, zure erabiltzaileen webguneak zinez bereziak izan daitezen. Baina botere handiak ardura handia dakar. Nextclouderako Pico CMS gogor saiatzen da erabiltzaileek webguneetan skriptik sartu ez dezaten, segurtasun arazoak ekar ditzake eta (\"Cross Scripting\" deiturikoak). Arrisku hori Picoz bestekoa izanik, baliteke plugin eta gaien hirugarren garatzaileek arazo honen berri ez izatea - beraz, kontuz ibili plugin eta gai pertsonalizatuak instalatzerakoan.\n\nNextclouderako Pico CMS-ri buruz gehiago jakin nahi? Erraza da! Deskargatu eta gaitu aplikazioa [Nextclouden App Storetik](https://apps.nextcloud.com/apps/cms_pico) eta zoaz Nextclouden ezarpenen orrira. Administratzaile gisa bi \"Pico CMS\" atal ikusiko dituzu zure Nextcloud ezarpenetan- bat \"Pertsonala\" atalaren azpian, beste bat \"Administrazioa\" azpian. Bigarren horrek ahalbidetzen dizu gaiak, pluginak eta txantiloiak gehitzen Picori, eta baita ezarpen aurreratu batzuei begiratua ematea ere. \"Pertsonala\" azpian dagoen \"Pico CMS\" atala Nextcloud erabiltzaile guztiek daukate eta webguneak sortzea ahalbidetzen du. Besterik gabe, sortu zure lehen webgunea eta aukeratu \"sample_pico\" webgune txantiloi gisa. Pico ereduko edukiak azalduko dizu jakin behar duzun guztia...", @@ -77,7 +78,7 @@ OC.L10N.register( "Custom themes" : "Pertsonalizatu gaiak", "Add custom themes for greater individuality and style." : "Gehitu gai pertsonalizatuak nortasun eta estilo gehiago izateko.", "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextclouderako Pico CMS-k aukera ematen du gaiak pertsonalizatuz indibidualtasun eta estilo gehiago lortzeko. Hala ere, segurtasun kontuengatik, erabiltzaileek ezin dituzte beraien kabuz gai pertsonalizatuak gehitu. \"Gehitu gai pertsonalizatua\" botoia erabili aurretik, bere fitxategi guztiak igo beharko dituzu zure Nextcloud instantziako datuen karpetara. Gaia igo ondoren, behean ikusten den bezala agertuko da, erabiltzaileek aukeratu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak kargatu ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak igo ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo.", "Loading themes…" : "Gaiak kargatzen...", "Add custom theme" : "Gehitu gai pertsonalizatua", "Reload themes list" : "Kargatu berriro gaien zerrenda", @@ -95,16 +96,20 @@ OC.L10N.register( "Encountered unexpected {exception}: {exceptionMessage}" : "Aurkitu da ustegabeko {exception}: {exceptionMessage}", "Custom plugins" : "Pertsonalizatu pluginak", "Add custom plugins to reach for Pico's full potential." : "Gehitu plugin pertsonalizatuak, Picoren potentzial osoa baliatzeko.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextclouderako Pico CMS bidez plugin pertsonalizatuak gehitu ditzakezu, Picoren potentzial osoa baliatzeko. Pluginek eragin globala dute, plugin bat gehitzen duzunean erabiltzaile guztien webguneentzat gaituko da. \"Gehitu plugin pertsonalizatua\" botoiarekin plugin bat gehitu aurretik, pluginaren fitxategi guztiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Plugina gehitu ondoren, behean ikusten den bezala bistaratuko da, erabat gaitu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", - "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak kargatu ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo. Kontuan izan pluginaren izen berbera eduki behar duela pluginaren karpetak, bestela Picok ez du plugina gaituko.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextclouderako Pico CMS bidez plugin pertsonalizatuak gehitu ditzakezu, Picoren potentzial osoa baliatzeko. Pluginek eragin globala dute, plugin bat gehitzen duzunean erabiltzaile guztien webguneentzat gaituko da. \"Gehitu plugin pertsonalizatua\" botoiarekin plugin bat gehitu aurretik, pluginaren fitxategi guztiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Plugina igo ondoren, behean ikusten den bezala bistaratuko da, erabat gaitu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak igo ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo. Kontuan izan pluginaren izen berbera eduki behar duela pluginaren karpetak, bestela Picok ez du plugina gaituko.", "Loading plugins…" : "Pluginak kargatzen...", "Add custom plugin" : "Gehitu plugin pertsonalizatua", "Reload plugins list" : "Kargatu berriro pluginen zerrenda", "Compatible plugin." : "Plugin bateragarria.", + "Example plugin" : "Adibide plugina", + "Copy example plugin" : "Kopiatu adibide plugina", "System plugin" : "Sistemako plugina", "Custom plugin" : "Plugin pertsonalizatua", "Reload custom plugin" : "Kargatu berriro plugin pertsonalizatua", "Delete custom plugin" : "Ezabatu plugin pertsonalizatua", + "Base plugin" : "Oinarri plugina", + "Plugin name" : "Plugin izena", "Custom templates" : "Txantiloi pertsonalizatuak", "Make it easier for users to create new websites." : "Erraztu erabiltzaileei webgune berriak sortzea.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Webgune berriak sortzea zaila izan daiteke, nondik hasi? Txantiloi pertsonalizatuek abiapuntu bat eskaintzen diete erabiltzaileei, Nextclouderako Pico CMS erabiliz webguneak sortzeko. \"Gehitu txantiloi pertsonalizatua\" botoiarekin txantiloia gehitu aurretik, txantiloiaren fitxategiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Txantiloia igo ondoren beheko inprimakian bistaratuko da, erabat gaitzeko prest, zure erabiltzaileek \"Sortu webgune berria\" inprimakian izan dezaten. Aurretik gehituta zenuen txantiloi bat eguneratu nahi baduzu, Nextcloudeko datu karpetan txantiloi horri dagozkion fitxategiak aldatu besterik ez duzu. ", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Ezabatu txantiloi pertsonalizatua", "Base template" : "Oinarrizko txantiloia", "Template name" : "Txantiloi berria", - "Configure your webserver" : "Konfiguratu web-zerbitzaria", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Gaitu Nextclouderako Pico CMS-ren potentzial osoa, web-zerbitzaria egoki konfiguratuz.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Zure web-zerbitzariaren arabera, erabiltzaileek URL ezberdinak erabiliz atzitu ahalko dituzte beraien webguneak. Modu lehenetsian, erabiltzailek Nextclouderako Pico CMS aplikazioaren URL osoa erabiliz atzitu ditzakete beraien webguneak. Hala ere, URL hauek oso luzeak dira eta ondorioz ez dira oso atseginak erabiltzaileentzat. Horregatik, Nextclouderako Pico CMSk URL laburrak ere onartzen ditu, \"sites/\" karpeta birtuala baliatuz. Hala ere, eginbide hau erabiltzeko web-zerbitzarian konfigurazio bat egin behar da. Apache web-zerbitzaria erabiltzen ari bazara, egin proba beheko azken bi adibideekin. Ez baduzu ongi ulertzen zeri buruz ari garen, jarri harremanetan zure zerbitzari administratzailearekin eta bidal iezaiozu beheko informazioa. Zure zerbitzari administratzaileak ezin dela esaten badizu, lasai - Nextclouderako Pico CMS aplikazioaren URL osoa erabiltzeko aukera duzu oraindik, beti dabiltza ondo.", + "Configure your web server" : "Konfiguratu zure web zerbitzaria", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Gaitu Nextclouderako Pico CMS-ren potentzial osoa, web-zerbitzaria egoki konfiguratuz.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Zure web-zerbitzariaren arabera, erabiltzaileek URL ezberdinak erabiliz atzitu ahalko dituzte beraien webguneak. Modu lehenetsian, erabiltzailek Nextclouderako Pico CMS aplikazioaren URL osoa erabiliz atzitu ditzakete beraien webguneak. Hala ere, URL hauek oso luzeak dira eta ondorioz ez dira oso atseginak erabiltzaileentzat. Horregatik, Nextclouderako Pico CMSk URL laburrak ere onartzen ditu, \"sites/\" karpeta birtuala baliatuz. Hala ere, eginbide hau erabiltzeko web-zerbitzarian konfigurazio bat egin behar da. Apache web-zerbitzaria erabiltzen ari bazara, egin proba beheko azken bi adibideekin. Ez baduzu ongi ulertzen zeri buruz ari garen, jarri harremanetan zure zerbitzari administratzailearekin eta bidal iezaiozu beheko informazioa. Zure zerbitzari administratzaileak ezin dela esaten badizu, lasai - Nextclouderako Pico CMS aplikazioaren URL osoa erabiltzeko aukera duzu oraindik, beti dabiltza ondo.", "Enable short website URLs" : "Gaitu webguneen URL laburrak", "Full application URLs" : "Aplikazioen URL osoak", "Short website URLs" : "Webguneen URL laburrak", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web-zerbitzaria URL laburrak gaitzeko konfiguratu ondoren, horri dagokion aukera hautatu behar zenuke goiko aldean, zure erabiltzaileek eginbide horren berri izan dezaten. Ez gaitu aukera hori oraindik ez baduzu \"sites/\" karpeta birtuala konfiguratu, behean erakusten den konfigurazio adibideren bat erabiliz.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web-zerbitzaria URL laburrak gaitzeko konfiguratu ondoren, horri dagokion aukera hautatu behar zenuke goiko aldean, zure erabiltzaileek eginbide horren berri izan dezaten. Ez gaitu aukera hori oraindik ez baduzu \"sites/\" karpeta birtuala konfiguratu, behean erakusten den konfigurazio adibideren bat erabiliz.", "Using Apache's mod_proxy" : "Apacheren mod_proxy erabiltzen", "Your users' website URLs will look like the following:" : "Zure erabiltzaileen webgune URL-ek itxura hau izango dute:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera. Hori egin aurretik, Apache-ren mod_proxy and mod_proxy_http moduluak gaitu behar dituzu. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera. Hori egin aurretik, Apache-ren mod_proxy and mod_proxy_http moduluak gaitu behar dituzu. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman.", "Using Apache's mod_rewrite" : "Apacheren mod_rewrite erabiltzen", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera kopiatu aurretik, ziurtatu mod_rewrite modulua gaituta daukazula. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu goian erakutsitako proxy_pass baliatzea.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera kopiatu aurretik, ziurtatu mod_rewrite modulua gaituta daukazula. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu goian erakutsitako proxy_pass baliatzea.", "Using nginx's proxy_pass" : "Nginx-en proxy_pass erabiltzen", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Hori egin aurretik, nginx-en ngx_http_proxy_module modulua gaitu behar duzu. Bestela, zure zerbitzariak hasteari edo berrabiarazteari uko egingo dio, edo 500 Internal Server errorea eman.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Hori egin aurretik, nginx-en ngx_http_proxy_module modulua gaitu behar duzu. Bestela, zure zerbitzariak hasteari edo berrabiarazteari uko egingo dio, edo 500 Internal Server errorea eman.", "Using nginx's rewrite" : "Nginx-en rewrite erabiltzen", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu nginx's proxy_pass direktiba baliatzen duen konponbidea, goian erakusten dena.", "Version information" : "Bertsio honen informazioa", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Sortua", "Go to website" : "Joan webgunera", "Go to website directory" : "Joan webgunearen direktoriora", - "Toggle private website" : "Txandakatu webgune pribatua", + "Edit website name" : "Editatu webgunearen izena", + "Edit private website settings" : "Editatu webgune pribatuaren aukerak", "Delete website" : "Ezabatu webgunea", "Actions" : "Ekintzak", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud-erako Pico CMS-k webgune publikoak zein pribatuak onartzen ditu. Pertsona oro sar daiteke webgune publikoetara, saioa hasita egon ala ez. Erabiltzaileen azpimultzo jakin bati sarbidea mugatu nahi badiozu, sortu webgune pribatu bat. Webgune pribatu bateko bisitari guztiek saioa hasi behar dute, bestela \"Sarbidea debekatuta\" errorea agertzen da. Gainera, baldintza hauetako bat bete behar da: (1) erabiltzaileak webguneko iturburu-fitxategietara sarbidea izatea (hau da, iturburu-karpeta erabiltzailearekin partekatzen da), (2) erabiltzailea behean zerrendatutako taldeetako bateko kidea da, edo (3) erabiltzailea eskatutako orrialdeko YAML Front Matter-en zehaztutako taldeetako bateko kidea da \"access\" meta-balioa erabiliz.", + "Website type" : "Webgune mota", + "Public website" : "Webgune publikoa", + "The website is publicly accessible and requires no authentication whatsoever." : "Webgunea publikoki eskuragarri dago eta ez du inolako autentifikaziorik behar.", + "Private website" : "Webgune pribatua", + "The website requires authentication, access is limited to a subset of all users." : "Webguneak autentifikazioa behar du, sarbidea erabiltzaile guztien azpimultzo batera mugatuta dago.", + "Group access" : "Talde sarbidea", + "Grant access to all members of the selected groups." : "Eman sarbidea aukeratutako taldeetako kide guztiei.", "Reload websites list" : "Berriro kargatu webguneen zerrenda", "Create a new website" : "Sortu webgune berria", "Just fill the form below to create your own personal website." : "Bete beheko inprimakia zure webgune pertsonala sortzeko.", diff --git a/l10n/eu.json b/l10n/eu.json index df0be90c..191342a9 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -25,6 +25,7 @@ "Theme exists already." : "Gaia existitzen da dagoeneko.", "Website exists." : "Webgunea existizen da.", "No permission." : "Baimenik gabe.", + "The value given is invalid." : "Emandako balioa baliogabea da.", "Website not found." : "Webgunea ez da aurkitu.", "Local (unencrypted)" : "Lokala (deszifratua)", "Location" : "Kokapena", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Webgune honen bide-izena lokala ez den biltegi batean dago.", "Parent folder of the website's path not found." : "Webgunearen bide-izenaren karpeta nagusia ez da aurkitu.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: ezin izan da \"%s\" aurkitu. Ziurtatu aplikazioaren menpekotasunak instalatzen dituzula `composer install` exekutatuz, aplikazioaren instalazio direktorioan, \"%s\" azpian. Then try again enabling Pico CMS for Nextcloud. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: web-zerbitzariak ez du baimenik fitxategiak eta karpetak sortzeko \"%s\" azpian. Ziurtatu web-zerbitzariari direktorio honetan idazteko baimena ematen diozula, baimenak eta jabetza aldatuz \"%s\" direktorioko berdinak izan daitezen. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextclouderako Pico CMS gaitzeak huts egin du: web-zerbitzariak ez du baimenik fitxategiak eta karpetak sortzeko \"%s\" azpian. Ziurtatu web-zerbitzariari direktorio honetan idazteko baimena ematen diozula, baimenak eta jabetza aldatuz \"%s\" direktorioko berdinak izan daitezen. Ondoren saiatu berriro Nextclouderako Pico CMS gaitzen.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Sortu eta argitaratu zeure webguneak - Nextclouderako Pico CMS erabiliz! ", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextclouderako Pico CMS-k](https://github.com/nextcloud/cms_pico) konbinatu egiten ditu [**Pico**](http://picocms.org/) eta [**Nextcloud**](https://nextcloud.com/) tresnen gaitasunak webgune sinple, seguru, partekagarri eta izugarri sendoak sortzeko klik gutxi batzuekin. Pico guztiz sinplea eta tximista bezain azkarra den CMS fitxategi soil bat da - sarea lan erraz bihurtuz.\n\n* Abiatu blog bat\n* Partekatu zure lana munduarekin\n* Planifikatu iraultza globala eta partekatu lagun egokiekin bakarrik\n* Eraiki ezagutza base bat eta utzi zure lankide azkarrenei laguntzen\n\nNextclouderako Pico CMS instalatzeak erabiltzaileei beraien webguneak sortu eta kudeatzea ahalbidetzen die. Pico erabiliz orri bat sortzea, erabiltzaileak Nextcloud fitxategietan dokumentu bat sortzea bezain erraza da. Ez da konfiguraziorik behar, ez dago interfaze konplexurik - fitxategiak baino ez. Nextcloudekin bikain lotzen da. Partekatze segurua, lankidetza, atzitze kontrola - ez zure fitxategiena bakarrik, baita zure webguneena ere, Nextcloud-erako Pico CMS-ri esker! Zure mugikorrak edo mahaigaineko gailuak eta zerbitzariaren arteko muga apurtuz.\n\nWebguneak irisgarri egongo dira `https://cloud.example.com/sites/my_site/` bezalako URL bidez eta Nextcloud erabiltzaile baten `.md` dokumentu fitxategi soil batzuez osatuta egongo dira. `.md` horren esanahia [**Markdown**](https://www.markdownguide.org/) da - goiburuak, paragrafoak, testu formatuak, zerrendak, irudiak eta estekak sortzeko marka super sinple eta intuitiboa. Baina ez larritu, ez duzu beste hizkuntza bat ikasi beharrik. Kontsideratu [Text](https://apps.nextcloud.com/apps/text) edo [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) aplikazioak gaitzea, gauzak sinple-sinple bihurtzeko. Kontuan izan Nextcloudek berez integraturik dakarren testu editorea ez dela Pico CMSrekin bateragarria. Eta orrien tituluak eta argitaratze datei buruzko metadatuak, zer? Hori da, guztia leku berean. Zure Markdown fitxategien goiko aldean bloke bat jar dezakezu halako metadatuekin - [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter izena duena. Webguneak sortzea ezin da errazagoa izan…\n\nBaina hori ez da dena... Nextclouderako Pico CMS oso pertsonalizagarria da. Picorekin itxura erraz molda dezakezu gai pertsonalizatuekin eta funtzionaltasunak gehitu plugin pertsonalizatuekin. Segurtasunagatik, erabiltzaileek ezin dute gai edo plugin pertsonalizaturik gehitu, baina zuk administratzaile gisa bai. Pluginak eta gaiak ez dira \"azal\" edo \"trepeta\" soilak, atzean daukaten teknologia boteretsuan baliatu ditzakezun markoak daude, zure erabiltzaileen webguneak zinez bereziak izan daitezen. Baina botere handiak ardura handia dakar. Nextclouderako Pico CMS gogor saiatzen da erabiltzaileek webguneetan skriptik sartu ez dezaten, segurtasun arazoak ekar ditzake eta (\"Cross Scripting\" deiturikoak). Arrisku hori Picoz bestekoa izanik, baliteke plugin eta gaien hirugarren garatzaileek arazo honen berri ez izatea - beraz, kontuz ibili plugin eta gai pertsonalizatuak instalatzerakoan.\n\nNextclouderako Pico CMS-ri buruz gehiago jakin nahi? Erraza da! Deskargatu eta gaitu aplikazioa [Nextclouden App Storetik](https://apps.nextcloud.com/apps/cms_pico) eta zoaz Nextclouden ezarpenen orrira. Administratzaile gisa bi \"Pico CMS\" atal ikusiko dituzu zure Nextcloud ezarpenetan- bat \"Pertsonala\" atalaren azpian, beste bat \"Administrazioa\" azpian. Bigarren horrek ahalbidetzen dizu gaiak, pluginak eta txantiloiak gehitzen Picori, eta baita ezarpen aurreratu batzuei begiratua ematea ere. \"Pertsonala\" azpian dagoen \"Pico CMS\" atala Nextcloud erabiltzaile guztiek daukate eta webguneak sortzea ahalbidetzen du. Besterik gabe, sortu zure lehen webgunea eta aukeratu \"sample_pico\" webgune txantiloi gisa. Pico ereduko edukiak azalduko dizu jakin behar duzun guztia...", @@ -75,7 +76,7 @@ "Custom themes" : "Pertsonalizatu gaiak", "Add custom themes for greater individuality and style." : "Gehitu gai pertsonalizatuak nortasun eta estilo gehiago izateko.", "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextclouderako Pico CMS-k aukera ematen du gaiak pertsonalizatuz indibidualtasun eta estilo gehiago lortzeko. Hala ere, segurtasun kontuengatik, erabiltzaileek ezin dituzte beraien kabuz gai pertsonalizatuak gehitu. \"Gehitu gai pertsonalizatua\" botoia erabili aurretik, bere fitxategi guztiak igo beharko dituzu zure Nextcloud instantziako datuen karpetara. Gaia igo ondoren, behean ikusten den bezala agertuko da, erabiltzaileek aukeratu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", - "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak kargatu ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak igo ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo.", "Loading themes…" : "Gaiak kargatzen...", "Add custom theme" : "Gehitu gai pertsonalizatua", "Reload themes list" : "Kargatu berriro gaien zerrenda", @@ -93,16 +94,20 @@ "Encountered unexpected {exception}: {exceptionMessage}" : "Aurkitu da ustegabeko {exception}: {exceptionMessage}", "Custom plugins" : "Pertsonalizatu pluginak", "Add custom plugins to reach for Pico's full potential." : "Gehitu plugin pertsonalizatuak, Picoren potentzial osoa baliatzeko.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextclouderako Pico CMS bidez plugin pertsonalizatuak gehitu ditzakezu, Picoren potentzial osoa baliatzeko. Pluginek eragin globala dute, plugin bat gehitzen duzunean erabiltzaile guztien webguneentzat gaituko da. \"Gehitu plugin pertsonalizatua\" botoiarekin plugin bat gehitu aurretik, pluginaren fitxategi guztiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Plugina gehitu ondoren, behean ikusten den bezala bistaratuko da, erabat gaitu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", - "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak kargatu ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo. Kontuan izan pluginaren izen berbera eduki behar duela pluginaren karpetak, bestela Picok ez du plugina gaituko.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextclouderako Pico CMS bidez plugin pertsonalizatuak gehitu ditzakezu, Picoren potentzial osoa baliatzeko. Pluginek eragin globala dute, plugin bat gehitzen duzunean erabiltzaile guztien webguneentzat gaituko da. \"Gehitu plugin pertsonalizatua\" botoiarekin plugin bat gehitu aurretik, pluginaren fitxategi guztiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Plugina igo ondoren, behean ikusten den bezala bistaratuko da, erabat gaitu ahal izateko. Aurretik gehituta zenuen gai bat eguneratu nahi baduzu, Nextcloudeko datu karpetan gai horri dagozkion fitxategiak aldatu besterik ez duzu. Aldaketek eragina izan dezaten, aldatutako gaiaren ondoan dagoen \"Kargatu berriro gai pertsonalizatua\" botoia sakatu behar da.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Gai pertsonalizatu berria gehitzeko, karpeta berri batean gaiaren fitxategi guztiak igo ondorengo direktorioan. Gai pertsonalizatu bat editatu nahi baduzu, halaber, direktorio horretara jo. Kontuan izan pluginaren izen berbera eduki behar duela pluginaren karpetak, bestela Picok ez du plugina gaituko.", "Loading plugins…" : "Pluginak kargatzen...", "Add custom plugin" : "Gehitu plugin pertsonalizatua", "Reload plugins list" : "Kargatu berriro pluginen zerrenda", "Compatible plugin." : "Plugin bateragarria.", + "Example plugin" : "Adibide plugina", + "Copy example plugin" : "Kopiatu adibide plugina", "System plugin" : "Sistemako plugina", "Custom plugin" : "Plugin pertsonalizatua", "Reload custom plugin" : "Kargatu berriro plugin pertsonalizatua", "Delete custom plugin" : "Ezabatu plugin pertsonalizatua", + "Base plugin" : "Oinarri plugina", + "Plugin name" : "Plugin izena", "Custom templates" : "Txantiloi pertsonalizatuak", "Make it easier for users to create new websites." : "Erraztu erabiltzaileei webgune berriak sortzea.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Webgune berriak sortzea zaila izan daiteke, nondik hasi? Txantiloi pertsonalizatuek abiapuntu bat eskaintzen diete erabiltzaileei, Nextclouderako Pico CMS erabiliz webguneak sortzeko. \"Gehitu txantiloi pertsonalizatua\" botoiarekin txantiloia gehitu aurretik, txantiloiaren fitxategiak igo behar dituzu zure Nextcloud instantziako datuen karpetara. Txantiloia igo ondoren beheko inprimakian bistaratuko da, erabat gaitzeko prest, zure erabiltzaileek \"Sortu webgune berria\" inprimakian izan dezaten. Aurretik gehituta zenuen txantiloi bat eguneratu nahi baduzu, Nextcloudeko datu karpetan txantiloi horri dagozkion fitxategiak aldatu besterik ez duzu. ", @@ -118,20 +123,20 @@ "Delete custom template" : "Ezabatu txantiloi pertsonalizatua", "Base template" : "Oinarrizko txantiloia", "Template name" : "Txantiloi berria", - "Configure your webserver" : "Konfiguratu web-zerbitzaria", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Gaitu Nextclouderako Pico CMS-ren potentzial osoa, web-zerbitzaria egoki konfiguratuz.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Zure web-zerbitzariaren arabera, erabiltzaileek URL ezberdinak erabiliz atzitu ahalko dituzte beraien webguneak. Modu lehenetsian, erabiltzailek Nextclouderako Pico CMS aplikazioaren URL osoa erabiliz atzitu ditzakete beraien webguneak. Hala ere, URL hauek oso luzeak dira eta ondorioz ez dira oso atseginak erabiltzaileentzat. Horregatik, Nextclouderako Pico CMSk URL laburrak ere onartzen ditu, \"sites/\" karpeta birtuala baliatuz. Hala ere, eginbide hau erabiltzeko web-zerbitzarian konfigurazio bat egin behar da. Apache web-zerbitzaria erabiltzen ari bazara, egin proba beheko azken bi adibideekin. Ez baduzu ongi ulertzen zeri buruz ari garen, jarri harremanetan zure zerbitzari administratzailearekin eta bidal iezaiozu beheko informazioa. Zure zerbitzari administratzaileak ezin dela esaten badizu, lasai - Nextclouderako Pico CMS aplikazioaren URL osoa erabiltzeko aukera duzu oraindik, beti dabiltza ondo.", + "Configure your web server" : "Konfiguratu zure web zerbitzaria", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Gaitu Nextclouderako Pico CMS-ren potentzial osoa, web-zerbitzaria egoki konfiguratuz.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Zure web-zerbitzariaren arabera, erabiltzaileek URL ezberdinak erabiliz atzitu ahalko dituzte beraien webguneak. Modu lehenetsian, erabiltzailek Nextclouderako Pico CMS aplikazioaren URL osoa erabiliz atzitu ditzakete beraien webguneak. Hala ere, URL hauek oso luzeak dira eta ondorioz ez dira oso atseginak erabiltzaileentzat. Horregatik, Nextclouderako Pico CMSk URL laburrak ere onartzen ditu, \"sites/\" karpeta birtuala baliatuz. Hala ere, eginbide hau erabiltzeko web-zerbitzarian konfigurazio bat egin behar da. Apache web-zerbitzaria erabiltzen ari bazara, egin proba beheko azken bi adibideekin. Ez baduzu ongi ulertzen zeri buruz ari garen, jarri harremanetan zure zerbitzari administratzailearekin eta bidal iezaiozu beheko informazioa. Zure zerbitzari administratzaileak ezin dela esaten badizu, lasai - Nextclouderako Pico CMS aplikazioaren URL osoa erabiltzeko aukera duzu oraindik, beti dabiltza ondo.", "Enable short website URLs" : "Gaitu webguneen URL laburrak", "Full application URLs" : "Aplikazioen URL osoak", "Short website URLs" : "Webguneen URL laburrak", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web-zerbitzaria URL laburrak gaitzeko konfiguratu ondoren, horri dagokion aukera hautatu behar zenuke goiko aldean, zure erabiltzaileek eginbide horren berri izan dezaten. Ez gaitu aukera hori oraindik ez baduzu \"sites/\" karpeta birtuala konfiguratu, behean erakusten den konfigurazio adibideren bat erabiliz.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web-zerbitzaria URL laburrak gaitzeko konfiguratu ondoren, horri dagokion aukera hautatu behar zenuke goiko aldean, zure erabiltzaileek eginbide horren berri izan dezaten. Ez gaitu aukera hori oraindik ez baduzu \"sites/\" karpeta birtuala konfiguratu, behean erakusten den konfigurazio adibideren bat erabiliz.", "Using Apache's mod_proxy" : "Apacheren mod_proxy erabiltzen", "Your users' website URLs will look like the following:" : "Zure erabiltzaileen webgune URL-ek itxura hau izango dute:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera. Hori egin aurretik, Apache-ren mod_proxy and mod_proxy_http moduluak gaitu behar dituzu. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera. Hori egin aurretik, Apache-ren mod_proxy and mod_proxy_http moduluak gaitu behar dituzu. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman.", "Using Apache's mod_rewrite" : "Apacheren mod_rewrite erabiltzen", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera kopiatu aurretik, ziurtatu mod_rewrite modulua gaituta daukazula. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu goian erakutsitako proxy_pass baliatzea.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Goiko konfigurazio zatia zure apache.conf-eko Nextcloud-en atalera kopiatu aurretik, ziurtatu mod_rewrite modulua gaituta daukazula. Bestela, zure web-zerbitzariak hasteari edo berrabiarazteari uko egin diezaioke, edo 500 Internal Server errorea eman. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu goian erakutsitako proxy_pass baliatzea.", "Using nginx's proxy_pass" : "Nginx-en proxy_pass erabiltzen", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Hori egin aurretik, nginx-en ngx_http_proxy_module modulua gaitu behar duzu. Bestela, zure zerbitzariak hasteari edo berrabiarazteari uko egingo dio, edo 500 Internal Server errorea eman.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Hori egin aurretik, nginx-en ngx_http_proxy_module modulua gaitu behar duzu. Bestela, zure zerbitzariak hasteari edo berrabiarazteari uko egingo dio, edo 500 Internal Server errorea eman.", "Using nginx's rewrite" : "Nginx-en rewrite erabiltzen", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopiatu goiko konfigurazio zatia zure nginx.conf-eko { … } atalera Nextcloud zerbitzarian. Kontuan izan konfigurazio honek ez dizula URL laburtuak erabiltzea ahalbidetuko, erabiltzaileak URL laburretatik webgunearen URL osora birbideratu baino ez du egiten. Beraz, akaso nahiago duzu nginx's proxy_pass direktiba baliatzen duen konponbidea, goian erakusten dena.", "Version information" : "Bertsio honen informazioa", @@ -150,9 +155,18 @@ "Created" : "Sortua", "Go to website" : "Joan webgunera", "Go to website directory" : "Joan webgunearen direktoriora", - "Toggle private website" : "Txandakatu webgune pribatua", + "Edit website name" : "Editatu webgunearen izena", + "Edit private website settings" : "Editatu webgune pribatuaren aukerak", "Delete website" : "Ezabatu webgunea", "Actions" : "Ekintzak", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud-erako Pico CMS-k webgune publikoak zein pribatuak onartzen ditu. Pertsona oro sar daiteke webgune publikoetara, saioa hasita egon ala ez. Erabiltzaileen azpimultzo jakin bati sarbidea mugatu nahi badiozu, sortu webgune pribatu bat. Webgune pribatu bateko bisitari guztiek saioa hasi behar dute, bestela \"Sarbidea debekatuta\" errorea agertzen da. Gainera, baldintza hauetako bat bete behar da: (1) erabiltzaileak webguneko iturburu-fitxategietara sarbidea izatea (hau da, iturburu-karpeta erabiltzailearekin partekatzen da), (2) erabiltzailea behean zerrendatutako taldeetako bateko kidea da, edo (3) erabiltzailea eskatutako orrialdeko YAML Front Matter-en zehaztutako taldeetako bateko kidea da \"access\" meta-balioa erabiliz.", + "Website type" : "Webgune mota", + "Public website" : "Webgune publikoa", + "The website is publicly accessible and requires no authentication whatsoever." : "Webgunea publikoki eskuragarri dago eta ez du inolako autentifikaziorik behar.", + "Private website" : "Webgune pribatua", + "The website requires authentication, access is limited to a subset of all users." : "Webguneak autentifikazioa behar du, sarbidea erabiltzaile guztien azpimultzo batera mugatuta dago.", + "Group access" : "Talde sarbidea", + "Grant access to all members of the selected groups." : "Eman sarbidea aukeratutako taldeetako kide guztiei.", "Reload websites list" : "Berriro kargatu webguneen zerrenda", "Create a new website" : "Sortu webgune berria", "Just fill the form below to create your own personal website." : "Bete beheko inprimakia zure webgune pertsonala sortzeko.", diff --git a/l10n/fa.js b/l10n/fa.js index c108f89f..668d8595 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -3,12 +3,56 @@ OC.L10N.register( { "Copy" : "کپی کردن", "Confirm website deletion" : "تایید حذف وب‌سایت", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud.", "Choose website directory" : "انتخاب پوشه وب‌سایت", "Abort" : "صرف نظر", "Save" : "ذخیره", + "The requested website could not be found on the server. Maybe the website was deleted?" : "The requested website could not be found on the server. Maybe the website was deleted?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "The file and directory structure of this website appears to be broken and thus could not be accessed.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "You don't have access to this private website. Maybe the share was deleted or has expired?", + "This website is hosted on a non-local storage and thus could not be accessed." : "This website is hosted on a non-local storage and thus could not be accessed.", + "This website uses a theme that could not be found on the server and thus could not be built." : "This website uses a theme that could not be found on the server and thus could not be built.", + "This website uses a incompatible theme and thus could not be built." : "This website uses a incompatible theme and thus could not be built.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "The requested website page could not be found on the server. Maybe the page was deleted?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "You don't have access to this website page. Maybe the share was deleted or has expired?", + "The requested website page could not be built, so that the server was unable to complete your request." : "The requested website page could not be built, so that the server was unable to complete your request.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "The file and directory structure of this website appears to be broken und thus could not be accessed.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "The requested website asset could not be found on the server. Maybe the asset was deleted?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "You don't have access to this website asset. Maybe the share was deleted or has expired?", "Plugin not found." : "افزونه یافت نشد.", - "Location" : "محل", + "Plugin exists already." : "Plugin exists already.", + "Template not found." : "Template not found.", + "Template exists already." : "Template exists already.", + "Theme not found." : "Theme not found.", + "Theme exists already." : "Theme exists already.", + "Website exists." : "Website exists.", + "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", + "Website not found." : "Website not found.", + "Local (unencrypted)" : "Local (unencrypted)", + "Location" : "مکان", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Incompatible plugin: Plugin file \"{file}\" not found.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Incompatible plugin: PHP parse error in file \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Incompatible plugin: Plugin class \"{class}\" not found.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Incompatible template: Required directory \"{file}\" not found.", + "Incompatible theme: Twig template \"{file}\" not found." : "Incompatible theme: Twig template \"{file}\" not found.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}.", + "The name of the website must be longer." : "The name of the website must be longer.", + "The name of the website is too long." : "The name of the website is too long.", + "The identifier of the website must be longer." : "The identifier of the website must be longer.", + "The identifier of the website is too long." : "The identifier of the website is too long.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "The identifier of the website can only contain lowercase alpha numeric chars.", + "The path of the website is invalid." : "The path of the website is invalid.", + "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", + "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", + "Back to %s" : "Back to %s", "Not found" : "پیدا نشد", "Internal Server Error" : "خطای داخلی سرور", "The server was unable to complete your request." : "سرور قادر به تکمیل درخواست شما نبود.", @@ -23,13 +67,122 @@ OC.L10N.register( "File: %s" : "فایل : %s", "Line: %s" : "خط: %s", "Trace" : "ردیابی", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Change Pico CMS for Nextcloud's behavior and manage optional features.", "Limit to groups" : "محدود کردن به گروه ها", + "Loading groups…" : "Loading groups…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible.", + "Custom themes" : "Custom themes", + "Add custom themes for greater individuality and style." : "Add custom themes for greater individuality and style.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise.", + "Loading themes…" : "Loading themes…", + "Add custom theme" : "Add custom theme", + "Reload themes list" : "Reload themes list", + "Compatible theme." : "Compatible theme.", + "System theme" : "System theme", + "Copy system theme" : "Copy system theme", + "Custom theme" : "Custom theme", + "Reload custom theme" : "Reload custom theme", + "Copy custom theme" : "Copy custom theme", + "Delete custom theme" : "Delete custom theme", + "Base theme" : "Base theme", + "Theme name" : "Theme name", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "An unexpected error occurred while performing this action. Please check Nextcloud's logs.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Encountered unexpected {exception}: {exceptionMessage}", + "Custom plugins" : "Custom plugins", + "Add custom plugins to reach for Pico's full potential." : "Add custom plugins to reach for Pico's full potential.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin.", + "Loading plugins…" : "Loading plugins…", + "Add custom plugin" : "Add custom plugin", + "Reload plugins list" : "Reload plugins list", + "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", + "System plugin" : "System plugin", + "Custom plugin" : "Custom plugin", + "Reload custom plugin" : "Reload custom plugin", + "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", + "Custom templates" : "Custom templates", + "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:", + "Loading templates…" : "Loading templates…", + "Add custom template" : "Add custom template", + "Reload templates list" : "Reload templates list", + "Compatible template." : "Compatible template.", + "System template" : "System template", + "Copy system template" : "Copy system template", + "Custom template" : "Custom template", + "Copy custom template" : "Copy custom template", + "Delete custom template" : "Delete custom template", + "Base template" : "Base template", + "Template name" : "Template name", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Enable short website URLs" : "Enable short website URLs", + "Full application URLs" : "Full application URLs", + "Short website URLs" : "Short website URLs", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "Using Apache's mod_proxy" : "Using Apache's mod_proxy", + "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Using nginx's proxy_pass" : "Using nginx's proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using nginx's rewrite" : "Using nginx's rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", + "Version information" : "Version information", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…", + "You will be able to access your websites using URLs like the following:" : "You will be able to access your websites using URLs like the following:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead.", + "Loading websites…" : "Loading websites…", "Name" : "نام", "Path" : "مسیر", "Theme" : "زمینه", "Created" : "ایجاد شده", + "Go to website" : "Go to website", + "Go to website directory" : "Go to website directory", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", + "Delete website" : "Delete website", "Actions" : "فعالیت ها", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to a subset of all users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", + "Reload websites list" : "Reload websites list", + "Create a new website" : "Create a new website", + "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", + "My example website" : "My example website", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header.", + "Identifier" : "Identifier", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only.", "Address" : "آدرس", + "You will be able to access your website using the address (URL) shown above." : "You will be able to access your website using the address (URL) shown above.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!", + "Template" : "Template", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud.", + "Create new website" : "Create new website", "Loading…" : "بار کردن…" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index ddd8330d..01954fe7 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -1,12 +1,56 @@ { "translations": { "Copy" : "کپی کردن", "Confirm website deletion" : "تایید حذف وب‌سایت", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud.", "Choose website directory" : "انتخاب پوشه وب‌سایت", "Abort" : "صرف نظر", "Save" : "ذخیره", + "The requested website could not be found on the server. Maybe the website was deleted?" : "The requested website could not be found on the server. Maybe the website was deleted?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "The file and directory structure of this website appears to be broken and thus could not be accessed.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "You don't have access to this private website. Maybe the share was deleted or has expired?", + "This website is hosted on a non-local storage and thus could not be accessed." : "This website is hosted on a non-local storage and thus could not be accessed.", + "This website uses a theme that could not be found on the server and thus could not be built." : "This website uses a theme that could not be found on the server and thus could not be built.", + "This website uses a incompatible theme and thus could not be built." : "This website uses a incompatible theme and thus could not be built.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "The requested website page could not be found on the server. Maybe the page was deleted?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "You don't have access to this website page. Maybe the share was deleted or has expired?", + "The requested website page could not be built, so that the server was unable to complete your request." : "The requested website page could not be built, so that the server was unable to complete your request.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "The file and directory structure of this website appears to be broken und thus could not be accessed.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "The requested website asset could not be found on the server. Maybe the asset was deleted?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "You don't have access to this website asset. Maybe the share was deleted or has expired?", "Plugin not found." : "افزونه یافت نشد.", - "Location" : "محل", + "Plugin exists already." : "Plugin exists already.", + "Template not found." : "Template not found.", + "Template exists already." : "Template exists already.", + "Theme not found." : "Theme not found.", + "Theme exists already." : "Theme exists already.", + "Website exists." : "Website exists.", + "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", + "Website not found." : "Website not found.", + "Local (unencrypted)" : "Local (unencrypted)", + "Location" : "مکان", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Incompatible plugin: Plugin file \"{file}\" not found.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Incompatible plugin: PHP parse error in file \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Incompatible plugin: Plugin class \"{class}\" not found.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Incompatible template: Required directory \"{file}\" not found.", + "Incompatible theme: Twig template \"{file}\" not found." : "Incompatible theme: Twig template \"{file}\" not found.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}.", + "The name of the website must be longer." : "The name of the website must be longer.", + "The name of the website is too long." : "The name of the website is too long.", + "The identifier of the website must be longer." : "The identifier of the website must be longer.", + "The identifier of the website is too long." : "The identifier of the website is too long.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "The identifier of the website can only contain lowercase alpha numeric chars.", + "The path of the website is invalid." : "The path of the website is invalid.", + "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", + "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", + "Back to %s" : "Back to %s", "Not found" : "پیدا نشد", "Internal Server Error" : "خطای داخلی سرور", "The server was unable to complete your request." : "سرور قادر به تکمیل درخواست شما نبود.", @@ -21,13 +65,122 @@ "File: %s" : "فایل : %s", "Line: %s" : "خط: %s", "Trace" : "ردیابی", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Change Pico CMS for Nextcloud's behavior and manage optional features.", "Limit to groups" : "محدود کردن به گروه ها", + "Loading groups…" : "Loading groups…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible.", + "Custom themes" : "Custom themes", + "Add custom themes for greater individuality and style." : "Add custom themes for greater individuality and style.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise.", + "Loading themes…" : "Loading themes…", + "Add custom theme" : "Add custom theme", + "Reload themes list" : "Reload themes list", + "Compatible theme." : "Compatible theme.", + "System theme" : "System theme", + "Copy system theme" : "Copy system theme", + "Custom theme" : "Custom theme", + "Reload custom theme" : "Reload custom theme", + "Copy custom theme" : "Copy custom theme", + "Delete custom theme" : "Delete custom theme", + "Base theme" : "Base theme", + "Theme name" : "Theme name", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "An unexpected error occurred while performing this action. Please check Nextcloud's logs.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Encountered unexpected {exception}: {exceptionMessage}", + "Custom plugins" : "Custom plugins", + "Add custom plugins to reach for Pico's full potential." : "Add custom plugins to reach for Pico's full potential.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin.", + "Loading plugins…" : "Loading plugins…", + "Add custom plugin" : "Add custom plugin", + "Reload plugins list" : "Reload plugins list", + "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", + "System plugin" : "System plugin", + "Custom plugin" : "Custom plugin", + "Reload custom plugin" : "Reload custom plugin", + "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", + "Custom templates" : "Custom templates", + "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:", + "Loading templates…" : "Loading templates…", + "Add custom template" : "Add custom template", + "Reload templates list" : "Reload templates list", + "Compatible template." : "Compatible template.", + "System template" : "System template", + "Copy system template" : "Copy system template", + "Custom template" : "Custom template", + "Copy custom template" : "Copy custom template", + "Delete custom template" : "Delete custom template", + "Base template" : "Base template", + "Template name" : "Template name", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Enable short website URLs" : "Enable short website URLs", + "Full application URLs" : "Full application URLs", + "Short website URLs" : "Short website URLs", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "Using Apache's mod_proxy" : "Using Apache's mod_proxy", + "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Using nginx's proxy_pass" : "Using nginx's proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using nginx's rewrite" : "Using nginx's rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", + "Version information" : "Version information", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…", + "You will be able to access your websites using URLs like the following:" : "You will be able to access your websites using URLs like the following:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead.", + "Loading websites…" : "Loading websites…", "Name" : "نام", "Path" : "مسیر", "Theme" : "زمینه", "Created" : "ایجاد شده", + "Go to website" : "Go to website", + "Go to website directory" : "Go to website directory", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", + "Delete website" : "Delete website", "Actions" : "فعالیت ها", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to a subset of all users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", + "Reload websites list" : "Reload websites list", + "Create a new website" : "Create a new website", + "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", + "My example website" : "My example website", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header.", + "Identifier" : "Identifier", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only.", "Address" : "آدرس", + "You will be able to access your website using the address (URL) shown above." : "You will be able to access your website using the address (URL) shown above.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!", + "Template" : "Template", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud.", + "Create new website" : "Create new website", "Loading…" : "بار کردن…" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index b9f1fa31..95f5be68 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -58,6 +58,7 @@ OC.L10N.register( "Delete custom theme" : "Poista mukautettu teema", "Base theme" : "Pohjateema", "Theme name" : "Teeman nimi", + "Error: {error}" : "Virhe: {error}", "Custom plugins" : "Mukautetut liitännäiset", "Add custom plugins to reach for Pico's full potential." : "Lisää mukautettuja liitännäisiä ja koe Picon todelliset mahdollisuudet.", "Loading plugins…" : "Ladataan liitännäisiä…", @@ -68,6 +69,7 @@ OC.L10N.register( "Custom plugin" : "Mukautettu liitännäinen", "Reload custom plugin" : "Lataa uudelleen mukautettu liitännäinen", "Delete custom plugin" : "Poista mukautettu liitännäinen", + "Plugin name" : "Liitännäisen nimi", "Custom templates" : "Mukautetut mallipohjat", "Loading templates…" : "Ladataan malleja…", "Add custom template" : "Lisää mukautettu mallipohja", @@ -80,7 +82,6 @@ OC.L10N.register( "Delete custom template" : "Poista mukautettu mallipohja", "Base template" : "Pohjamalli", "Template name" : "Mallin nimi", - "Configure your webserver" : "Määritä web-palvelimen asetukset", "Enable short website URLs" : "Käytä lyhyitä verkkosivustojen URL:iä", "Full application URLs" : "Täydet sovelluksen URL:t", "Short website URLs" : "Lyhyet verkkosivuston URL:t", @@ -96,8 +97,12 @@ OC.L10N.register( "Created" : "Luotu", "Go to website" : "Siirry verkkosivustolle", "Go to website directory" : "Mene sivustohakemistoon", + "Edit website name" : "Muokkaa verkkosivun nimeä", "Delete website" : "Poista verkkosivu", "Actions" : "Toiminnot", + "Website type" : "Verkkosivun tyyppi", + "Public website" : "Julkinen verkkosivusto", + "Private website" : "Yksityinen verkkosivusto", "Create a new website" : "Luo uusi verkkosivu", "Just fill the form below to create your own personal website." : "Täytä alla oleva lomake luodaksesi oman verkkosivuston.", "My example website" : "Esimerkkisivusto", diff --git a/l10n/fi.json b/l10n/fi.json index f9ec22f7..ec76d0db 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -56,6 +56,7 @@ "Delete custom theme" : "Poista mukautettu teema", "Base theme" : "Pohjateema", "Theme name" : "Teeman nimi", + "Error: {error}" : "Virhe: {error}", "Custom plugins" : "Mukautetut liitännäiset", "Add custom plugins to reach for Pico's full potential." : "Lisää mukautettuja liitännäisiä ja koe Picon todelliset mahdollisuudet.", "Loading plugins…" : "Ladataan liitännäisiä…", @@ -66,6 +67,7 @@ "Custom plugin" : "Mukautettu liitännäinen", "Reload custom plugin" : "Lataa uudelleen mukautettu liitännäinen", "Delete custom plugin" : "Poista mukautettu liitännäinen", + "Plugin name" : "Liitännäisen nimi", "Custom templates" : "Mukautetut mallipohjat", "Loading templates…" : "Ladataan malleja…", "Add custom template" : "Lisää mukautettu mallipohja", @@ -78,7 +80,6 @@ "Delete custom template" : "Poista mukautettu mallipohja", "Base template" : "Pohjamalli", "Template name" : "Mallin nimi", - "Configure your webserver" : "Määritä web-palvelimen asetukset", "Enable short website URLs" : "Käytä lyhyitä verkkosivustojen URL:iä", "Full application URLs" : "Täydet sovelluksen URL:t", "Short website URLs" : "Lyhyet verkkosivuston URL:t", @@ -94,8 +95,12 @@ "Created" : "Luotu", "Go to website" : "Siirry verkkosivustolle", "Go to website directory" : "Mene sivustohakemistoon", + "Edit website name" : "Muokkaa verkkosivun nimeä", "Delete website" : "Poista verkkosivu", "Actions" : "Toiminnot", + "Website type" : "Verkkosivun tyyppi", + "Public website" : "Julkinen verkkosivusto", + "Private website" : "Yksityinen verkkosivusto", "Create a new website" : "Luo uusi verkkosivu", "Just fill the form below to create your own personal website." : "Täytä alla oleva lomake luodaksesi oman verkkosivuston.", "My example website" : "Esimerkkisivusto", diff --git a/l10n/fr.js b/l10n/fr.js index 0e2f73b1..0c9de670 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Le thème existe déjà.", "Website exists." : "Le site web existe.", "No permission." : "Aucun droit.", + "The value given is invalid." : "La valeur fournie n'est pas valide.", "Website not found." : "Site web non trouvé.", "Local (unencrypted)" : "Local (non chiffré)", "Location" : "Emplacement", @@ -34,7 +35,7 @@ OC.L10N.register( "Incompatible plugin: PHP parse error in file \"{file}\"." : "Plug-in incompatible: erreur d'analyse PHP dans le fichier \"{file}\".", "Incompatible plugin: Plugin class \"{class}\" not found." : "Plug-in incompatible: classe de plug-in \"{class}\" introuvable.", "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Plug-in incompatible: les plugins pour Pico CMS pour Nextcloud doivent utiliser l'une des versions d'API {compatApiVersions}, mais ce plugin utilise la version d'API {apiVersion}.", - "Incompatible template: Required directory \"{file}\" not found." : "Modèle incompatible: répertoire obligatoire \"{fichier}\" introuvable.", + "Incompatible template: Required directory \"{file}\" not found." : "Modèle incompatible : répertoire obligatoire \"{fichier}\" introuvable.", "Incompatible theme: Twig template \"{file}\" not found." : "Thème incompatible: le modèle Twig \"{file}\" est introuvable.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Thème incompatible: les thèmes pour Pico CMS pour Nextcloud doivent utiliser l'une des versions d'API {compatApiVersions}, mais ce thème utilise la version d'API {apiVersion}.", "The name of the website must be longer." : "Le nom du site doit être plus long.", @@ -46,10 +47,10 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Le chemin du site Web est stocké dans un emplacement non local.", "Parent folder of the website's path not found." : "Dossier parent du chemin du site Web introuvable.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Impossible d’activer Pico CMS pour Nextcloud : impossible de trouver \"%s\". Assurez-vous d'avoir installé les dépendances de l'application en exécutant `composer install` dans le dossier d'installation de l'application sous \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Échec de l'activation de Pico CMS pour Nextcloud : le serveur Web n'est pas autorisé à créer des fichiers et des dossiers sous \"%s\". Assurez-vous de donner au serveur Web un accès en écriture à ce dossier en modifiant ses autorisations et sa propriété de la même manière que celle de votre dossier \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Échec de l'activation de Pico CMS pour Nextcloud : le serveur Web n'est pas autorisé à créer des fichiers et des dossiers sous \"%s\". Assurez-vous de donner au serveur Web un accès en écriture à ce dossier en modifiant ses autorisations et sa propriété de la même manière que celle de votre dossier \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Créez et publiez vos propres sites Web - avec Pico CMS pour Nextcloud !", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combine la puissance de [**Pico**](http://picocms.org/) et de [**Nextcloud**](https://nextcloud.com/) pour créer des sites web simples, sécurisés, partageables et étonnamment puissants en quelques clics seulement. Pico est un CMS à fichiers plats, stupidement simple et ultra-rapide, qui rend le web facile.\n\n* Démarrer un blog\n* Partagez votre CV avec le monde entier\n* Créer un plan de domination du monde et ne le partager qu'avec les bons amis\n* Construisez une base de connaissances et laissez les plus intelligents de vos collègues vous aider\n\nL'installation de Pico CMS for Nextcloud permet à vos utilisateurs de créer et de gérer leurs propres sites web. Créer une nouvelle page avec Pico n'est pas plus que de créer un simple fichier texte dans les fichiers Nextcloud d'un utilisateur. Aucune configuration n'est nécessaire, aucune interface de gestion complexe, juste des fichiers. C'est la combinaison parfaite avec le Nextcloud. Partage, collaboration et contrôle d'accès sécurisés - non seulement pour vos fichiers, mais aussi pour vos sites web, le tout rendu possible par le CMS Pico pour le Nextcloud ! Dépassez les limites entre vos appareils mobiles et de bureau et votre serveur.\n\nLes sites Web seront accessibles par des URL comme https://cloud.example.com/sites/my_site/ et ne seront constitués que d'un tas de fichiers texte .md dans les fichiers Nextcloud de l'utilisateur. .md' signifie [**Markdown**](https://www.markdownguide.org/) - un balisage très simple et intuitif pour créer des titres, des paragraphes, des mises en forme de texte, des listes, des images et des liens. Mais ne désespérez pas - vous n'avez pas besoin d'apprendre une autre langue si vous ne le souhaitez pas. Pensez à activer l'application [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pour rendre les choses stupidement simples. Veuillez noter que l'éditeur de texte intégré de Nextcloud est incompatible avec le CMS Pico pour Nextcloud. Mais qu'en est-il des méta-données comme le titre d'une page ou la date de publication ? Je suppose que oui, tout est au même endroit. En haut de vos fichiers Markdown, vous pouvez placer un bloc avec ces méta-données - appelé le [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Créer des sites web ne peut pas être plus facile...\n\nMais ce n'était pas tout... Le CMS Pico pour Nextcloud est hautement personnalisable. Vous pouvez modifier l'apparence de Pico en utilisant des thèmes personnalisés et ajouter de nouvelles fonctionnalités en utilisant des plugins personnalisés. Pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés ni de plugins de leur propre chef - mais en tant qu'administrateur, vous le pouvez. Les plugins et les thèmes ne sont pas seulement de nouveaux \"skins\" ou \"widgets\", les technologies sous-jacentes sont des cadres puissants que vous pouvez exploiter pour rendre les sites web de vos utilisateurs vraiment uniques. Cependant, une grande puissance s'accompagne d'une grande responsabilité. Le CMS Pico pour Nextcloud fait de son mieux pour empêcher les utilisateurs d'inclure des scripts dans les sites web, car cela pourrait comporter des risques de sécurité (ce qu'on appelle le \"Cross Scripting\"). Ce risque ne s'appliquant pas à Pico lui-même, les développeurs de plugins et de thèmes tiers peuvent ne pas être conscients de ce problème - soyez donc prudent lorsque vous installez des plugins et des thèmes personnalisés.\n\nVous voulez en savoir plus sur le CMS Pico pour Nextcloud ? Rien de plus simple ! Il vous suffit de télécharger et d'activer l'application sur [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) et de vous rendre sur la page des paramètres de Nextcloud. En tant qu'administrateur, vous trouverez deux sections \"Pico CMS\" dans vos paramètres Nextcloud - une sous \"Personal\", une autre sous \"Administration\". Cette dernière vous permet d'ajouter des thèmes, des plugins et des modèles personnalisés à Pico, ainsi que de modifier certains paramètres avancés. La section \"Pico CMS\" sous \"Personal\" existe pour tous les utilisateurs du Nextcloud et permet de créer des sites web personnels. Il suffit de créer votre premier site web personnel et de choisir \"sample_pico\" comme modèle de site web. Le contenu de l'exemple de Pico vous expliquera tout ce que vous devez savoir...", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combine la puissance de [**Pico**](http://picocms.org/) et de [**Nextcloud**](https://nextcloud.com/) pour créer des sites web simples, sécurisés, partageables et étonnamment puissants en quelques clics seulement. Pico est un CMS à fichiers plats, stupidement simple et ultra-rapide, qui rend le web facile.\n\n* Démarrer un blog\n* Partagez votre CV avec le monde entier\n* Créer un plan de domination du monde et ne le partager qu'avec les bons amis\n* Construisez une base de connaissances et laissez les plus intelligents de vos collègues vous aider\n\nL'installation de Pico CMS for Nextcloud permet à vos utilisateurs de créer et de gérer leurs propres sites web. Créer une nouvelle page avec Pico n'est pas plus que de créer un simple fichier texte dans les fichiers Nextcloud d'un utilisateur. Aucune configuration n'est nécessaire, aucune interface de gestion complexe, juste des fichiers. C'est la combinaison parfaite avec le Nextcloud. Partage, collaboration et contrôle d'accès sécurisés - non seulement pour vos fichiers, mais aussi pour vos sites web, le tout rendu possible par le CMS Pico pour le Nextcloud ! Dépassez les limites entre vos appareils mobiles et de bureau et votre serveur.\n\nLes sites Web seront accessibles par des URL comme https://cloud.example.com/sites/my_site/ et ne seront constitués que d'un tas de fichiers texte .md dans les fichiers Nextcloud de l'utilisateur. .md' signifie [**Markdown**](https://www.markdownguide.org/) - un balisage très simple et intuitif pour créer des titres, des paragraphes, des mises en forme de texte, des listes, des images et des liens. Mais ne désespérez pas - vous n'avez pas besoin d'apprendre une autre langue si vous ne le souhaitez pas. Pensez à activer l'application [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pour rendre les choses stupidement simples. Veuillez noter que l'éditeur de texte intégré de Nextcloud est incompatible avec le CMS Pico pour Nextcloud. Mais qu'en est-il des méta-données comme le titre d'une page ou la date de publication ? Je suppose que oui, tout est au même endroit. En haut de vos fichiers Markdown, vous pouvez placer un bloc avec ces méta-données - appelé le [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Créer des sites web ne peut pas être plus facile...\n\nMais ce n'était pas tout... Le CMS Pico pour Nextcloud est hautement personnalisable. Vous pouvez modifier l'apparence de Pico en utilisant des thèmes personnalisés et ajouter de nouvelles fonctionnalités en utilisant des plugins personnalisés. Pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés ni de plugins de leur propre chef - mais en tant qu'administrateur, vous le pouvez. Les plugins et les thèmes ne sont pas seulement de nouveaux \"skins\" ou \"widgets\", les technologies sous-jacentes sont des cadres puissants que vous pouvez exploiter pour rendre les sites web de vos utilisateurs vraiment uniques. Cependant, une grande puissance s'accompagne d'une grande responsabilité. Le CMS Pico pour Nextcloud fait de son mieux pour empêcher les utilisateurs d'inclure des scripts dans les sites web, car cela pourrait comporter des risques de sécurité (ce qu'on appelle le \"Cross Scripting\"). Ce risque ne s'appliquant pas à Pico lui-même, les développeurs de plugins et de thèmes tiers peuvent ne pas être conscients de ce problème - soyez donc prudent lorsque vous installez des plugins et des thèmes personnalisés.\n\nVous voulez en savoir plus sur le CMS Pico pour Nextcloud ? Rien de plus simple ! Il vous suffit de télécharger et d'activer l'application depuis le [magasin d'applications Nextcloud] (https://apps.nextcloud.com/apps/cms_pico) et de vous rendre sur la page des paramètres de Nextcloud. En tant qu'administrateur, vous trouverez deux sections \"Pico CMS\" dans vos paramètres Nextcloud - une sous \"Personal\", une autre sous \"Administration\". Cette dernière vous permet d'ajouter des thèmes, des plugins et des modèles personnalisés à Pico, ainsi que de modifier certains paramètres avancés. La section \"Pico CMS\" sous \"Personal\" existe pour tous les utilisateurs du Nextcloud et permet de créer des sites web personnels. Il suffit de créer votre premier site web personnel et de choisir \"sample_pico\" comme modèle de site web. Le contenu de l'exemple de Pico vous expliquera tout ce que vous devez savoir...", "Access forbidden" : "Accès non autorisé", "Back to %s" : "Retourner à %s", "Not found" : "Non trouvé", @@ -76,7 +77,7 @@ OC.L10N.register( "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si vous ne souhaitez pas permettre à tous vos utilisateurs de créer des sites Web personnels, vous pouvez limiter Pico CMS pour Nextcloud à certains groupes. Sélectionnez les groupes pour lesquels vous souhaitez restreindre l'accès. Si vous laissez ce champ vide, l'utilisation n'est pas limitée. La révocation de l'accès pour certains groupes ne supprimera aucun des sites Web créés par les utilisateurs. Cependant, ces sites deviendront inaccessibles.", "Custom themes" : "Thèmes personnalisés", "Add custom themes for greater individuality and style." : "Ajoutez des thèmes personnalisés pour plus d'individualité et de style.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS pour Nextcloud vous permet d'ajouter des thèmes pour plus de personnalisation et de style. Cependant, pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés par eux-mêmes. Avant de pouvoir ajouter un nouveau thème personnalisé à l'aide du bouton ci-dessous \"Ajouter un thème personnalisé\", vous devrez télécharger tous ses fichiers dans le dossier de données de votre instance Nextcloud. Après avoir téléchargé le thème, il apparaîtra dans le formulaire ci-dessous pour permettre aux utilisateurs d'utiliser le thème personnalisé. Si vous souhaitez modifier l'un de vos thèmes personnalisés précédemment ajoutés, il suffit de modifier les fichiers correspondants dans le dossier de données de Nextcloud. Pour que les changements prennent effet, vous devez cliquer sur le bouton \"Recharger le thème personnalisé\" à côté du thème modifié dans le formulaire ci-dessous.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS pour Nextcloud vous permet d'ajouter des thèmes pour plus de personnalisation et de style. Cependant, pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés par eux-mêmes. Avant de pouvoir ajouter un nouveau thème personnalisé à l'aide du bouton ci-dessous \"Ajouter un thème personnalisé\", vous devrez téléverser tous ses fichiers dans le dossier de données de votre instance Nextcloud. Après avoir téléversé le thème, il apparaîtra dans le formulaire ci-dessous pour permettre aux utilisateurs d'utiliser le thème personnalisé. Si vous souhaitez modifier l'un de vos thèmes personnalisés précédemment ajoutés, il suffit de modifier les fichiers correspondants dans le dossier de données de Nextcloud. Pour que les changements prennent effet, vous devez cliquer sur le bouton \"Recharger le thème personnalisé\" à côté du thème modifié dans le formulaire ci-dessous.", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Avant d'ajouter un nouveau thème personnalisé, envoyez tous les fichiers du thème dans un nouveau dossier dans le dossier suivant. Si vous voulez modifier un de vos thèmes personnalisés, référez vous également à ce dossier.", "Loading themes…" : "Chargement des thèmes …", "Add custom theme" : "Ajouter un thème personnalisé", @@ -101,14 +102,18 @@ OC.L10N.register( "Add custom plugin" : "Ajouter une extension personnalisée", "Reload plugins list" : "Recharger la liste des extensions", "Compatible plugin." : "Extension compatible.", + "Example plugin" : "Extension exemple", + "Copy example plugin" : "Copier l'extension exemple", "System plugin" : "Extension système", "Custom plugin" : "Extension personnalisée", "Reload custom plugin" : "Recharger l'extension personnalisée", "Delete custom plugin" : "Supprimer l’extension personnalisée", + "Base plugin" : "Extension de base", + "Plugin name" : "Nom de l'extension", "Custom templates" : "Modèles personnalisés", "Make it easier for users to create new websites." : "Faciliter la création de sites Web par les utilisateurs.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "La création de nouveaux sites Web peut être difficile - par où commencer ? Les modèles personnalisés servent de point de départ aux utilisateurs pour créer un nouveau site Web à l'aide de Pico CMS pour Nextcloud. Avant d'ajouter un nouveau modèle personnalisé à l'aide du bouton \"Ajouter un modèle personnalisé\" ci-dessous, vous devez télécharger tous les fichiers du modèle dans le dossier de données de votre instance Nextcloud. Après avoir téléchargé le modèle, il s'affichera dans le formulaire ci-dessous pour l'ajouter réellement au formulaire \"Créer un nouveau site Web\" de vos utilisateurs. Si vous souhaitez modifier l'un de vos modèles personnalisés ajouté précédemment, modifiez simplement les fichiers correspondants dans le dossier de données de Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Avant d'ajouter un nouveau modèle personnalisé, téléchargez tous les fichiers du modèle dans un nouveau dossier du répertoire suivant :", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Avant d'ajouter un nouveau modèle personnalisé, téléversez tous les fichiers de modèles dans un nouveau dossier dans le répertoire suivant :", "Loading templates…" : "Chargement des modèles …", "Add custom template" : "Ajouter le modèle personnalisé", "Reload templates list" : "Recharger la liste des modèles", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Supprimer le modèle personnalisé", "Base template" : "Modèle de base", "Template name" : "Nom du modèle", - "Configure your webserver" : "Paramétrer votre serveur web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activez le plein potentiel de Pico CMS pour Nextcloud en paramétrant votre serveur Web de manière appropriée.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Selon la configuration de votre serveur Web, les utilisateurs peuvent accéder à leurs sites Web à l'aide de différentes URL. Par défaut, les utilisateurs peuvent accéder à leurs sites Web à l'aide de l'URL complète de l'application Pico CMS pour Nextcloud. Cependant, ces URL sont assez longues et donc peu conviviales. Pour cette raison, Pico CMS pour Nextcloud prend également en charge les URL raccourcies utilisant le dossier virtuel \"sites/\". Cependant, l'utilisation de cette fonctionnalité nécessite une configuration supplémentaire du serveur Web. Si vous utilisez le serveur Web Apache, essayez l’un des deux premiers exemples ci-dessous. Si vous utilisez plutôt le serveur Web nginx, essayez l'un des deux derniers exemples. Si vous ne comprenez pas vraiment ce qui se passe, contactez votre administrateur de serveur et envoyez-lui les informations ci-dessous. Si votre administrateur de serveur vous dit que cela n'est pas possible, ne désespérez pas. Vous pouvez toujours utiliser Pico CMS pour les URL d'application complètes de Nextcloud. Elles fonctionnent toujours telles quelles.", + "Configure your web server" : "Configurer votre serveur web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activez le plein potentiel de Pico CMS pour Nextcloud en paramétrant votre serveur Web de manière appropriée.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Selon la configuration de votre serveur Web, les utilisateurs peuvent accéder à leurs sites Web à l'aide de différentes URL. Par défaut, les utilisateurs peuvent accéder à leurs sites Web à l'aide de l'URL complète de l'application Pico CMS pour Nextcloud. Cependant, ces URL sont assez longues et donc peu conviviales. Pour cette raison, Pico CMS pour Nextcloud prend également en charge les URL raccourcies utilisant le dossier virtuel \"sites/\". Cependant, l'utilisation de cette fonctionnalité nécessite une configuration supplémentaire du serveur Web. Si vous utilisez le serveur Web Apache, essayez l’un des deux premiers exemples ci-dessous. Si vous utilisez plutôt le serveur Web nginx, essayez l'un des deux derniers exemples. Si vous ne comprenez pas vraiment ce qui se passe, contactez votre administrateur de serveur et envoyez-lui les informations ci-dessous. Si votre administrateur de serveur vous dit que cela n'est pas possible, ne désespérez pas. Vous pouvez toujours utiliser Pico CMS pour les URL d'application complètes de Nextcloud. Elles fonctionnent toujours telles quelles.", "Enable short website URLs" : "Activer les URL de site Web raccourcies", "Full application URLs" : "URL d'application complètes", "Short website URLs" : "URL de site Web raccourcies", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Une fois que vous aurez paramétré votre serveur Web pour activer les URL raccourcies, vous devrez sélectionner l'option correspondante ci-dessus pour informer vos utilisateurs de cette fonctionnalité. N'activez pas cette option si vous n'avez pas encore paramétré le dossier virtuel \"sites/\" à l'aide de l'un des exemples de configuration présentés ci-dessous.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Une fois que vous aurez paramétré votre serveur Web pour activer les URL raccourcies, vous devrez sélectionner l'option correspondante ci-dessus pour informer vos utilisateurs de cette fonctionnalité. N'activez pas cette option si vous n'avez pas encore paramétré le dossier virtuel \"sites/\" à l'aide de l'un des exemples de configuration présentés ci-dessous.", "Using Apache's mod_proxy" : "Utilisation du mod_proxy d'Apache", "Your users' website URLs will look like the following:" : "Les URL des sites Web de vos utilisateurs se présenteront comme suit :", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de paramétrage ci-dessus dans la section Nextcloud de votre apache.conf. Avant de le faire, vous devez activer les modules mod_proxy et mod_proxy_http d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur de type serveur interne 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de paramétrage ci-dessus dans la section Nextcloud de votre apache.conf. Avant de le faire, vous devez activer les modules mod_proxy et mod_proxy_http d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur de type serveur interne 500.", "Using Apache's mod_rewrite" : "Utilisation du mod_rewrite d'Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Avant de copier le segment de configuration ci-dessus dans la section Nextcloud de votre fichier apache.conf, assurez-vous d'activer le module mod_rewrite d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur type serveur interne 500. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant mod_proxy décrite ci-dessus.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Avant de copier le segment de configuration ci-dessus dans la section Nextcloud de votre fichier apache.conf, assurez-vous d'activer le module mod_rewrite d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur type serveur interne 500. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant mod_proxy décrite ci-dessus.", "Using nginx's proxy_pass" : "Utiliser le proxy_pass de nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de configuration ci-dessus dans la section { ... } du serveur Nextcloud de votre nginx.conf. Avant de le faire, vous devez activer le module ngx_http_proxy_module de nginx. Sinon, votre serveur web refusera de (re)démarrer ou produira une erreur de serveur interne de 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de configuration ci-dessus dans la section { ... } du serveur Nextcloud de votre nginx.conf. Avant de le faire, vous devez activer le module ngx_http_proxy_module de nginx. Sinon, votre serveur web refusera de (re)démarrer ou produira une erreur de serveur interne de 500.", "Using nginx's rewrite" : "Utilisation de la réécriture de nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copiez simplement l'extrait de configuration ci-dessus dans la section Nextcloud's server {…} de votre fichier nginx.conf. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant la directive proxy_pass de nginx présentée ci-dessus.", "Version information" : "Informations de version ", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Créé", "Go to website" : "Aller au site web", "Go to website directory" : "Aller au dossier du site", - "Toggle private website" : "Basculer vers un site web privé", + "Edit website name" : "Modifier le nom du site web", + "Edit private website settings" : "Modifier les paramètres du site web privé", "Delete website" : "Supprimer le site web", "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pour Nextcloud prend en charge les sites publics et privés. Tout le monde peut accéder à des sites publics, qu'ils soient connectés ou non. Si vous voulez limiter l'accès à certains utilisateurs, créer un site privé. Tous les visiteurs doivent se connecter, autrement une erreur \"Accès refusé\" sera affiché. Également, l'une des conditions suivantes doit être remplie : (1) l'utilisateur a accès aux fichiers source du site (c'est-à-dire que le dossier source est partagé avec l'utilisateur), (2) l'utilisateur est membre de l'un des groupes listés ci-dessous ou (3) l'utilisateur est un membre de l'un des groupes spécifiés dans le YAML Front Matter de la page demandée en utilisant la métadonnée \"access\".", + "Website type" : "Type de site web", + "Public website" : "Site web public", + "The website is publicly accessible and requires no authentication whatsoever." : "Le site web est publiquement accessible et ne requiert aucune authentification.", + "Private website" : "Site web privé", + "The website requires authentication, access is limited to a subset of all users." : "Le site web requiert une authentification, l'accès est limité à un petit nombre d'utilisateurs.", + "Group access" : "Accorder l'accès", + "Grant access to all members of the selected groups." : "Accorder l'accès à tous les membres des groupes sélectionnés.", "Reload websites list" : "Recharger la liste des sites", "Create a new website" : "Créer un nouveau site web", "Just fill the form below to create your own personal website." : "Remplissez simplement le formulaire ci-dessous pour créer votre site web personnel.", @@ -171,4 +185,4 @@ OC.L10N.register( "Create new website" : "Créer un nouveau site", "Loading…" : "Chargement..." }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index 67b8441f..55defc80 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -25,6 +25,7 @@ "Theme exists already." : "Le thème existe déjà.", "Website exists." : "Le site web existe.", "No permission." : "Aucun droit.", + "The value given is invalid." : "La valeur fournie n'est pas valide.", "Website not found." : "Site web non trouvé.", "Local (unencrypted)" : "Local (non chiffré)", "Location" : "Emplacement", @@ -32,7 +33,7 @@ "Incompatible plugin: PHP parse error in file \"{file}\"." : "Plug-in incompatible: erreur d'analyse PHP dans le fichier \"{file}\".", "Incompatible plugin: Plugin class \"{class}\" not found." : "Plug-in incompatible: classe de plug-in \"{class}\" introuvable.", "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Plug-in incompatible: les plugins pour Pico CMS pour Nextcloud doivent utiliser l'une des versions d'API {compatApiVersions}, mais ce plugin utilise la version d'API {apiVersion}.", - "Incompatible template: Required directory \"{file}\" not found." : "Modèle incompatible: répertoire obligatoire \"{fichier}\" introuvable.", + "Incompatible template: Required directory \"{file}\" not found." : "Modèle incompatible : répertoire obligatoire \"{fichier}\" introuvable.", "Incompatible theme: Twig template \"{file}\" not found." : "Thème incompatible: le modèle Twig \"{file}\" est introuvable.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Thème incompatible: les thèmes pour Pico CMS pour Nextcloud doivent utiliser l'une des versions d'API {compatApiVersions}, mais ce thème utilise la version d'API {apiVersion}.", "The name of the website must be longer." : "Le nom du site doit être plus long.", @@ -44,10 +45,10 @@ "The website's path is stored on a non-local storage." : "Le chemin du site Web est stocké dans un emplacement non local.", "Parent folder of the website's path not found." : "Dossier parent du chemin du site Web introuvable.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Impossible d’activer Pico CMS pour Nextcloud : impossible de trouver \"%s\". Assurez-vous d'avoir installé les dépendances de l'application en exécutant `composer install` dans le dossier d'installation de l'application sous \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Échec de l'activation de Pico CMS pour Nextcloud : le serveur Web n'est pas autorisé à créer des fichiers et des dossiers sous \"%s\". Assurez-vous de donner au serveur Web un accès en écriture à ce dossier en modifiant ses autorisations et sa propriété de la même manière que celle de votre dossier \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Échec de l'activation de Pico CMS pour Nextcloud : le serveur Web n'est pas autorisé à créer des fichiers et des dossiers sous \"%s\". Assurez-vous de donner au serveur Web un accès en écriture à ce dossier en modifiant ses autorisations et sa propriété de la même manière que celle de votre dossier \"%s\". Puis réessayez d’activer Pico CMS pour Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Créez et publiez vos propres sites Web - avec Pico CMS pour Nextcloud !", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combine la puissance de [**Pico**](http://picocms.org/) et de [**Nextcloud**](https://nextcloud.com/) pour créer des sites web simples, sécurisés, partageables et étonnamment puissants en quelques clics seulement. Pico est un CMS à fichiers plats, stupidement simple et ultra-rapide, qui rend le web facile.\n\n* Démarrer un blog\n* Partagez votre CV avec le monde entier\n* Créer un plan de domination du monde et ne le partager qu'avec les bons amis\n* Construisez une base de connaissances et laissez les plus intelligents de vos collègues vous aider\n\nL'installation de Pico CMS for Nextcloud permet à vos utilisateurs de créer et de gérer leurs propres sites web. Créer une nouvelle page avec Pico n'est pas plus que de créer un simple fichier texte dans les fichiers Nextcloud d'un utilisateur. Aucune configuration n'est nécessaire, aucune interface de gestion complexe, juste des fichiers. C'est la combinaison parfaite avec le Nextcloud. Partage, collaboration et contrôle d'accès sécurisés - non seulement pour vos fichiers, mais aussi pour vos sites web, le tout rendu possible par le CMS Pico pour le Nextcloud ! Dépassez les limites entre vos appareils mobiles et de bureau et votre serveur.\n\nLes sites Web seront accessibles par des URL comme https://cloud.example.com/sites/my_site/ et ne seront constitués que d'un tas de fichiers texte .md dans les fichiers Nextcloud de l'utilisateur. .md' signifie [**Markdown**](https://www.markdownguide.org/) - un balisage très simple et intuitif pour créer des titres, des paragraphes, des mises en forme de texte, des listes, des images et des liens. Mais ne désespérez pas - vous n'avez pas besoin d'apprendre une autre langue si vous ne le souhaitez pas. Pensez à activer l'application [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pour rendre les choses stupidement simples. Veuillez noter que l'éditeur de texte intégré de Nextcloud est incompatible avec le CMS Pico pour Nextcloud. Mais qu'en est-il des méta-données comme le titre d'une page ou la date de publication ? Je suppose que oui, tout est au même endroit. En haut de vos fichiers Markdown, vous pouvez placer un bloc avec ces méta-données - appelé le [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Créer des sites web ne peut pas être plus facile...\n\nMais ce n'était pas tout... Le CMS Pico pour Nextcloud est hautement personnalisable. Vous pouvez modifier l'apparence de Pico en utilisant des thèmes personnalisés et ajouter de nouvelles fonctionnalités en utilisant des plugins personnalisés. Pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés ni de plugins de leur propre chef - mais en tant qu'administrateur, vous le pouvez. Les plugins et les thèmes ne sont pas seulement de nouveaux \"skins\" ou \"widgets\", les technologies sous-jacentes sont des cadres puissants que vous pouvez exploiter pour rendre les sites web de vos utilisateurs vraiment uniques. Cependant, une grande puissance s'accompagne d'une grande responsabilité. Le CMS Pico pour Nextcloud fait de son mieux pour empêcher les utilisateurs d'inclure des scripts dans les sites web, car cela pourrait comporter des risques de sécurité (ce qu'on appelle le \"Cross Scripting\"). Ce risque ne s'appliquant pas à Pico lui-même, les développeurs de plugins et de thèmes tiers peuvent ne pas être conscients de ce problème - soyez donc prudent lorsque vous installez des plugins et des thèmes personnalisés.\n\nVous voulez en savoir plus sur le CMS Pico pour Nextcloud ? Rien de plus simple ! Il vous suffit de télécharger et d'activer l'application sur [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) et de vous rendre sur la page des paramètres de Nextcloud. En tant qu'administrateur, vous trouverez deux sections \"Pico CMS\" dans vos paramètres Nextcloud - une sous \"Personal\", une autre sous \"Administration\". Cette dernière vous permet d'ajouter des thèmes, des plugins et des modèles personnalisés à Pico, ainsi que de modifier certains paramètres avancés. La section \"Pico CMS\" sous \"Personal\" existe pour tous les utilisateurs du Nextcloud et permet de créer des sites web personnels. Il suffit de créer votre premier site web personnel et de choisir \"sample_pico\" comme modèle de site web. Le contenu de l'exemple de Pico vous expliquera tout ce que vous devez savoir...", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combine la puissance de [**Pico**](http://picocms.org/) et de [**Nextcloud**](https://nextcloud.com/) pour créer des sites web simples, sécurisés, partageables et étonnamment puissants en quelques clics seulement. Pico est un CMS à fichiers plats, stupidement simple et ultra-rapide, qui rend le web facile.\n\n* Démarrer un blog\n* Partagez votre CV avec le monde entier\n* Créer un plan de domination du monde et ne le partager qu'avec les bons amis\n* Construisez une base de connaissances et laissez les plus intelligents de vos collègues vous aider\n\nL'installation de Pico CMS for Nextcloud permet à vos utilisateurs de créer et de gérer leurs propres sites web. Créer une nouvelle page avec Pico n'est pas plus que de créer un simple fichier texte dans les fichiers Nextcloud d'un utilisateur. Aucune configuration n'est nécessaire, aucune interface de gestion complexe, juste des fichiers. C'est la combinaison parfaite avec le Nextcloud. Partage, collaboration et contrôle d'accès sécurisés - non seulement pour vos fichiers, mais aussi pour vos sites web, le tout rendu possible par le CMS Pico pour le Nextcloud ! Dépassez les limites entre vos appareils mobiles et de bureau et votre serveur.\n\nLes sites Web seront accessibles par des URL comme https://cloud.example.com/sites/my_site/ et ne seront constitués que d'un tas de fichiers texte .md dans les fichiers Nextcloud de l'utilisateur. .md' signifie [**Markdown**](https://www.markdownguide.org/) - un balisage très simple et intuitif pour créer des titres, des paragraphes, des mises en forme de texte, des listes, des images et des liens. Mais ne désespérez pas - vous n'avez pas besoin d'apprendre une autre langue si vous ne le souhaitez pas. Pensez à activer l'application [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pour rendre les choses stupidement simples. Veuillez noter que l'éditeur de texte intégré de Nextcloud est incompatible avec le CMS Pico pour Nextcloud. Mais qu'en est-il des méta-données comme le titre d'une page ou la date de publication ? Je suppose que oui, tout est au même endroit. En haut de vos fichiers Markdown, vous pouvez placer un bloc avec ces méta-données - appelé le [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Créer des sites web ne peut pas être plus facile...\n\nMais ce n'était pas tout... Le CMS Pico pour Nextcloud est hautement personnalisable. Vous pouvez modifier l'apparence de Pico en utilisant des thèmes personnalisés et ajouter de nouvelles fonctionnalités en utilisant des plugins personnalisés. Pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés ni de plugins de leur propre chef - mais en tant qu'administrateur, vous le pouvez. Les plugins et les thèmes ne sont pas seulement de nouveaux \"skins\" ou \"widgets\", les technologies sous-jacentes sont des cadres puissants que vous pouvez exploiter pour rendre les sites web de vos utilisateurs vraiment uniques. Cependant, une grande puissance s'accompagne d'une grande responsabilité. Le CMS Pico pour Nextcloud fait de son mieux pour empêcher les utilisateurs d'inclure des scripts dans les sites web, car cela pourrait comporter des risques de sécurité (ce qu'on appelle le \"Cross Scripting\"). Ce risque ne s'appliquant pas à Pico lui-même, les développeurs de plugins et de thèmes tiers peuvent ne pas être conscients de ce problème - soyez donc prudent lorsque vous installez des plugins et des thèmes personnalisés.\n\nVous voulez en savoir plus sur le CMS Pico pour Nextcloud ? Rien de plus simple ! Il vous suffit de télécharger et d'activer l'application depuis le [magasin d'applications Nextcloud] (https://apps.nextcloud.com/apps/cms_pico) et de vous rendre sur la page des paramètres de Nextcloud. En tant qu'administrateur, vous trouverez deux sections \"Pico CMS\" dans vos paramètres Nextcloud - une sous \"Personal\", une autre sous \"Administration\". Cette dernière vous permet d'ajouter des thèmes, des plugins et des modèles personnalisés à Pico, ainsi que de modifier certains paramètres avancés. La section \"Pico CMS\" sous \"Personal\" existe pour tous les utilisateurs du Nextcloud et permet de créer des sites web personnels. Il suffit de créer votre premier site web personnel et de choisir \"sample_pico\" comme modèle de site web. Le contenu de l'exemple de Pico vous expliquera tout ce que vous devez savoir...", "Access forbidden" : "Accès non autorisé", "Back to %s" : "Retourner à %s", "Not found" : "Non trouvé", @@ -74,7 +75,7 @@ "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Si vous ne souhaitez pas permettre à tous vos utilisateurs de créer des sites Web personnels, vous pouvez limiter Pico CMS pour Nextcloud à certains groupes. Sélectionnez les groupes pour lesquels vous souhaitez restreindre l'accès. Si vous laissez ce champ vide, l'utilisation n'est pas limitée. La révocation de l'accès pour certains groupes ne supprimera aucun des sites Web créés par les utilisateurs. Cependant, ces sites deviendront inaccessibles.", "Custom themes" : "Thèmes personnalisés", "Add custom themes for greater individuality and style." : "Ajoutez des thèmes personnalisés pour plus d'individualité et de style.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS pour Nextcloud vous permet d'ajouter des thèmes pour plus de personnalisation et de style. Cependant, pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés par eux-mêmes. Avant de pouvoir ajouter un nouveau thème personnalisé à l'aide du bouton ci-dessous \"Ajouter un thème personnalisé\", vous devrez télécharger tous ses fichiers dans le dossier de données de votre instance Nextcloud. Après avoir téléchargé le thème, il apparaîtra dans le formulaire ci-dessous pour permettre aux utilisateurs d'utiliser le thème personnalisé. Si vous souhaitez modifier l'un de vos thèmes personnalisés précédemment ajoutés, il suffit de modifier les fichiers correspondants dans le dossier de données de Nextcloud. Pour que les changements prennent effet, vous devez cliquer sur le bouton \"Recharger le thème personnalisé\" à côté du thème modifié dans le formulaire ci-dessous.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS pour Nextcloud vous permet d'ajouter des thèmes pour plus de personnalisation et de style. Cependant, pour des raisons de sécurité, les utilisateurs ne peuvent pas ajouter de thèmes personnalisés par eux-mêmes. Avant de pouvoir ajouter un nouveau thème personnalisé à l'aide du bouton ci-dessous \"Ajouter un thème personnalisé\", vous devrez téléverser tous ses fichiers dans le dossier de données de votre instance Nextcloud. Après avoir téléversé le thème, il apparaîtra dans le formulaire ci-dessous pour permettre aux utilisateurs d'utiliser le thème personnalisé. Si vous souhaitez modifier l'un de vos thèmes personnalisés précédemment ajoutés, il suffit de modifier les fichiers correspondants dans le dossier de données de Nextcloud. Pour que les changements prennent effet, vous devez cliquer sur le bouton \"Recharger le thème personnalisé\" à côté du thème modifié dans le formulaire ci-dessous.", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Avant d'ajouter un nouveau thème personnalisé, envoyez tous les fichiers du thème dans un nouveau dossier dans le dossier suivant. Si vous voulez modifier un de vos thèmes personnalisés, référez vous également à ce dossier.", "Loading themes…" : "Chargement des thèmes …", "Add custom theme" : "Ajouter un thème personnalisé", @@ -99,14 +100,18 @@ "Add custom plugin" : "Ajouter une extension personnalisée", "Reload plugins list" : "Recharger la liste des extensions", "Compatible plugin." : "Extension compatible.", + "Example plugin" : "Extension exemple", + "Copy example plugin" : "Copier l'extension exemple", "System plugin" : "Extension système", "Custom plugin" : "Extension personnalisée", "Reload custom plugin" : "Recharger l'extension personnalisée", "Delete custom plugin" : "Supprimer l’extension personnalisée", + "Base plugin" : "Extension de base", + "Plugin name" : "Nom de l'extension", "Custom templates" : "Modèles personnalisés", "Make it easier for users to create new websites." : "Faciliter la création de sites Web par les utilisateurs.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "La création de nouveaux sites Web peut être difficile - par où commencer ? Les modèles personnalisés servent de point de départ aux utilisateurs pour créer un nouveau site Web à l'aide de Pico CMS pour Nextcloud. Avant d'ajouter un nouveau modèle personnalisé à l'aide du bouton \"Ajouter un modèle personnalisé\" ci-dessous, vous devez télécharger tous les fichiers du modèle dans le dossier de données de votre instance Nextcloud. Après avoir téléchargé le modèle, il s'affichera dans le formulaire ci-dessous pour l'ajouter réellement au formulaire \"Créer un nouveau site Web\" de vos utilisateurs. Si vous souhaitez modifier l'un de vos modèles personnalisés ajouté précédemment, modifiez simplement les fichiers correspondants dans le dossier de données de Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Avant d'ajouter un nouveau modèle personnalisé, téléchargez tous les fichiers du modèle dans un nouveau dossier du répertoire suivant :", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Avant d'ajouter un nouveau modèle personnalisé, téléversez tous les fichiers de modèles dans un nouveau dossier dans le répertoire suivant :", "Loading templates…" : "Chargement des modèles …", "Add custom template" : "Ajouter le modèle personnalisé", "Reload templates list" : "Recharger la liste des modèles", @@ -118,20 +123,20 @@ "Delete custom template" : "Supprimer le modèle personnalisé", "Base template" : "Modèle de base", "Template name" : "Nom du modèle", - "Configure your webserver" : "Paramétrer votre serveur web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activez le plein potentiel de Pico CMS pour Nextcloud en paramétrant votre serveur Web de manière appropriée.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Selon la configuration de votre serveur Web, les utilisateurs peuvent accéder à leurs sites Web à l'aide de différentes URL. Par défaut, les utilisateurs peuvent accéder à leurs sites Web à l'aide de l'URL complète de l'application Pico CMS pour Nextcloud. Cependant, ces URL sont assez longues et donc peu conviviales. Pour cette raison, Pico CMS pour Nextcloud prend également en charge les URL raccourcies utilisant le dossier virtuel \"sites/\". Cependant, l'utilisation de cette fonctionnalité nécessite une configuration supplémentaire du serveur Web. Si vous utilisez le serveur Web Apache, essayez l’un des deux premiers exemples ci-dessous. Si vous utilisez plutôt le serveur Web nginx, essayez l'un des deux derniers exemples. Si vous ne comprenez pas vraiment ce qui se passe, contactez votre administrateur de serveur et envoyez-lui les informations ci-dessous. Si votre administrateur de serveur vous dit que cela n'est pas possible, ne désespérez pas. Vous pouvez toujours utiliser Pico CMS pour les URL d'application complètes de Nextcloud. Elles fonctionnent toujours telles quelles.", + "Configure your web server" : "Configurer votre serveur web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activez le plein potentiel de Pico CMS pour Nextcloud en paramétrant votre serveur Web de manière appropriée.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Selon la configuration de votre serveur Web, les utilisateurs peuvent accéder à leurs sites Web à l'aide de différentes URL. Par défaut, les utilisateurs peuvent accéder à leurs sites Web à l'aide de l'URL complète de l'application Pico CMS pour Nextcloud. Cependant, ces URL sont assez longues et donc peu conviviales. Pour cette raison, Pico CMS pour Nextcloud prend également en charge les URL raccourcies utilisant le dossier virtuel \"sites/\". Cependant, l'utilisation de cette fonctionnalité nécessite une configuration supplémentaire du serveur Web. Si vous utilisez le serveur Web Apache, essayez l’un des deux premiers exemples ci-dessous. Si vous utilisez plutôt le serveur Web nginx, essayez l'un des deux derniers exemples. Si vous ne comprenez pas vraiment ce qui se passe, contactez votre administrateur de serveur et envoyez-lui les informations ci-dessous. Si votre administrateur de serveur vous dit que cela n'est pas possible, ne désespérez pas. Vous pouvez toujours utiliser Pico CMS pour les URL d'application complètes de Nextcloud. Elles fonctionnent toujours telles quelles.", "Enable short website URLs" : "Activer les URL de site Web raccourcies", "Full application URLs" : "URL d'application complètes", "Short website URLs" : "URL de site Web raccourcies", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Une fois que vous aurez paramétré votre serveur Web pour activer les URL raccourcies, vous devrez sélectionner l'option correspondante ci-dessus pour informer vos utilisateurs de cette fonctionnalité. N'activez pas cette option si vous n'avez pas encore paramétré le dossier virtuel \"sites/\" à l'aide de l'un des exemples de configuration présentés ci-dessous.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Une fois que vous aurez paramétré votre serveur Web pour activer les URL raccourcies, vous devrez sélectionner l'option correspondante ci-dessus pour informer vos utilisateurs de cette fonctionnalité. N'activez pas cette option si vous n'avez pas encore paramétré le dossier virtuel \"sites/\" à l'aide de l'un des exemples de configuration présentés ci-dessous.", "Using Apache's mod_proxy" : "Utilisation du mod_proxy d'Apache", "Your users' website URLs will look like the following:" : "Les URL des sites Web de vos utilisateurs se présenteront comme suit :", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de paramétrage ci-dessus dans la section Nextcloud de votre apache.conf. Avant de le faire, vous devez activer les modules mod_proxy et mod_proxy_http d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur de type serveur interne 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de paramétrage ci-dessus dans la section Nextcloud de votre apache.conf. Avant de le faire, vous devez activer les modules mod_proxy et mod_proxy_http d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur de type serveur interne 500.", "Using Apache's mod_rewrite" : "Utilisation du mod_rewrite d'Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Avant de copier le segment de configuration ci-dessus dans la section Nextcloud de votre fichier apache.conf, assurez-vous d'activer le module mod_rewrite d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur type serveur interne 500. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant mod_proxy décrite ci-dessus.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Avant de copier le segment de configuration ci-dessus dans la section Nextcloud de votre fichier apache.conf, assurez-vous d'activer le module mod_rewrite d'Apache. Sinon, votre serveur Web refusera de (re)démarrer ou générera une erreur type serveur interne 500. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant mod_proxy décrite ci-dessus.", "Using nginx's proxy_pass" : "Utiliser le proxy_pass de nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de configuration ci-dessus dans la section { ... } du serveur Nextcloud de votre nginx.conf. Avant de le faire, vous devez activer le module ngx_http_proxy_module de nginx. Sinon, votre serveur web refusera de (re)démarrer ou produira une erreur de serveur interne de 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copiez l'extrait de configuration ci-dessus dans la section { ... } du serveur Nextcloud de votre nginx.conf. Avant de le faire, vous devez activer le module ngx_http_proxy_module de nginx. Sinon, votre serveur web refusera de (re)démarrer ou produira une erreur de serveur interne de 500.", "Using nginx's rewrite" : "Utilisation de la réécriture de nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copiez simplement l'extrait de configuration ci-dessus dans la section Nextcloud's server {…} de votre fichier nginx.conf. Veuillez noter que cette configuration ne vous permettra pas réellement d'utiliser des URL raccourcies, elle redirige simplement les utilisateurs d'URL raccourcies vers l'URL complète du site. Ainsi, vous devriez préférer la solution utilisant la directive proxy_pass de nginx présentée ci-dessus.", "Version information" : "Informations de version ", @@ -150,9 +155,18 @@ "Created" : "Créé", "Go to website" : "Aller au site web", "Go to website directory" : "Aller au dossier du site", - "Toggle private website" : "Basculer vers un site web privé", + "Edit website name" : "Modifier le nom du site web", + "Edit private website settings" : "Modifier les paramètres du site web privé", "Delete website" : "Supprimer le site web", "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pour Nextcloud prend en charge les sites publics et privés. Tout le monde peut accéder à des sites publics, qu'ils soient connectés ou non. Si vous voulez limiter l'accès à certains utilisateurs, créer un site privé. Tous les visiteurs doivent se connecter, autrement une erreur \"Accès refusé\" sera affiché. Également, l'une des conditions suivantes doit être remplie : (1) l'utilisateur a accès aux fichiers source du site (c'est-à-dire que le dossier source est partagé avec l'utilisateur), (2) l'utilisateur est membre de l'un des groupes listés ci-dessous ou (3) l'utilisateur est un membre de l'un des groupes spécifiés dans le YAML Front Matter de la page demandée en utilisant la métadonnée \"access\".", + "Website type" : "Type de site web", + "Public website" : "Site web public", + "The website is publicly accessible and requires no authentication whatsoever." : "Le site web est publiquement accessible et ne requiert aucune authentification.", + "Private website" : "Site web privé", + "The website requires authentication, access is limited to a subset of all users." : "Le site web requiert une authentification, l'accès est limité à un petit nombre d'utilisateurs.", + "Group access" : "Accorder l'accès", + "Grant access to all members of the selected groups." : "Accorder l'accès à tous les membres des groupes sélectionnés.", "Reload websites list" : "Recharger la liste des sites", "Create a new website" : "Créer un nouveau site web", "Just fill the form below to create your own personal website." : "Remplissez simplement le formulaire ci-dessous pour créer votre site web personnel.", @@ -168,5 +182,5 @@ "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Les modèles servent de point de départ lors de la création d'un nouveau site Web. Tous les modèles consistent en un répertoire \"content\" (pour vos pages) et un répertoire \"assets\" (pour les ressources de votre site Web), qui seront copiés dans le dossier ci-dessus dans votre Nextcloud.", "Create new website" : "Créer un nouveau site", "Loading…" : "Chargement..." -},"pluralForm" :"nplurals=2; plural=(n > 1);" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ga.js b/l10n/ga.js new file mode 100644 index 00000000..3fbba1bd --- /dev/null +++ b/l10n/ga.js @@ -0,0 +1,188 @@ +OC.L10N.register( + "cms_pico", + { + "Copy" : "Cóipeáil", + "Confirm website deletion" : "Deimhnigh scriosadh an tsuímh Ghréasáin", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Scriosfaidh an oibríocht seo an suíomh Gréasáin \"{name}\". Mar sin féin, beidh a inneachar go léir fós ar fáil i do Nextcloud.", + "Choose website directory" : "Roghnaigh eolaire láithreán gréasáin", + "Abort" : "ginmhilleadh", + "Save" : "Sábháil", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Níorbh fhéidir an suíomh Gréasáin iarrtha a fháil ar an bhfreastalaí. B'fhéidir gur scriosadh an suíomh Gréasáin?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Is cosúil go bhfuil struchtúr comhaid agus eolaire an tsuímh Ghréasáin seo briste agus mar sin níorbh fhéidir rochtain a fháil air.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar an suíomh Gréasáin príobháideach seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Tá an suíomh Gréasáin seo á óstáil ar stór neamháitiúil agus mar sin ní raibh rochtain air.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Úsáideann an suíomh Gréasáin seo téama nach bhféadfaí a fháil ar an bhfreastalaí agus mar sin níorbh fhéidir é a thógáil.", + "This website uses a incompatible theme and thus could not be built." : "Úsáideann an suíomh Gréasáin seo téama neamh-chomhoiriúnach agus mar sin níorbh fhéidir é a thógáil.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Níorbh fhéidir an leathanach gréasáin iarrtha a aimsiú ar an bhfreastalaí. B'fhéidir gur scriosadh an leathanach?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar leathanach an tsuímh Ghréasáin seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Níorbh fhéidir leathanach an tsuímh Ghréasáin iarrtha a thógáil, mar sin ní raibh an freastalaí in ann d'iarratas a chomhlánú.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Is cosúil go bhfuil struchtúr comhaid agus eolaire an tsuímh Ghréasáin seo briste agus mar sin níorbh fhéidir rochtain a fháil air.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Níorbh fhéidir an tsócmhainn láithreáin ghréasáin iarrtha a aimsiú ar an bhfreastalaí. B'fhéidir gur scriosadh an tsócmhainn?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar an tsócmhainn suíomh Gréasáin seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "Plugin not found." : "Níor aimsíodh an breiseán.", + "Plugin exists already." : "Tá an breiseán ann cheana.", + "Template not found." : "Teimpléad gan aimsiú.", + "Template exists already." : "Teimpléad ann cheana.", + "Theme not found." : "Níor aimsíodh téama.", + "Theme exists already." : "Tá téama ann cheana féin.", + "Website exists." : "Tá suíomh Gréasáin ann.", + "No permission." : "Gan cead.", + "The value given is invalid." : "Tá an luach a thugtar neamhbhailí.", + "Website not found." : "Suíomh Gréasáin gan aimsiú.", + "Local (unencrypted)" : "Áitiúil (gan chriptiú)", + "Location" : "Suíomh", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Breiseán neamh-chomhoiriúnach: Níor aimsíodh an comhad breiseán \"{file}\".", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Breiseán neamh-chomhoiriúnach: Earráid pharsála PHP sa chomhad \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Breiseán neamh-chomhoiriúnach: Níor aimsíodh aicme breiseán \"{class}\".", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Breiseán neamh-chomhoiriúnach: Ní mór do bhreiseáin Pico CMS do Nextcloud ceann de na leaganacha API {compatApiVersions} a úsáid, ach úsáideann an breiseán seo leagan API {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Teimpléad neamh-chomhoiriúnach: níor aimsíodh an t-eolaire riachtanach \"{file}\".", + "Incompatible theme: Twig template \"{file}\" not found." : "Téama neamh-chomhoiriúnach: Teimpléad craobhóg \"{file}\" gan aimsiú.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Téama neamh-chomhoiriúnach: Ní mór do théamaí Pico CMS do Nextcloud ceann de na leaganacha API {compatApiVersions} a úsáid, ach úsáideann an téama seo leagan API {apiVersion}.", + "The name of the website must be longer." : "Caithfidh ainm an tsuímh Ghréasáin a bheith níos faide.", + "The name of the website is too long." : "Tá ainm an tsuímh Ghréasáin ró-fhada.", + "The identifier of the website must be longer." : "Caithfidh aitheantóir an tsuímh Ghréasáin a bheith níos faide.", + "The identifier of the website is too long." : "Tá aitheantóir an láithreáin ghréasáin rófhada.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Ní féidir ach carachtair alfa-uimhriúla beaga a bheith in aitheantóir an tsuímh Ghréasáin.", + "The path of the website is invalid." : "Tá cosán an láithreáin ghréasáin neamhbhailí.", + "The website's path is stored on a non-local storage." : "Stóráiltear cosán an tsuímh Ghréasáin ar stóras neamháitiúil.", + "Parent folder of the website's path not found." : "Níor aimsíodh fillteán tuismitheora de chonair an tsuímh Ghréasáin.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Theip ar Pico CMS a chumasú do Nextcloud: Níorbh fhéidir \"%s\" a aimsiú. Cinntigh go suiteálann tú spleáchais na haipe trí `composer install` a chur i gcomhadlann suiteála na haipe faoi \"%s\". Ansin bain triail eile as Pico CMS a chumasú do Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Theip ar Pico CMS a chumasú do Nextcloud: Níl cead ag an bhfreastalaí Gréasáin comhaid agus fillteáin a chruthú faoi bhun \"%s\". Cinntigh go dtabharfaidh an freastalaí Gréasáin rochtain scríofa ar an gcomhadlann seo ach a cheadanna agus a úinéireacht a athrú go dtí an rud céanna le do chomhadlann \"%s\". Ansin bain triail eile as Pico CMS a chumasú do Nextcloud.", + "Pico CMS" : "CMS Pico", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Cruthaigh agus foilsigh do shuímh Ghréasáin féin - le Pico CMS do Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "Comhcheanglaíonn [Pico CMS do Nextcloud](https://github.com/nextcloud/cms_pico) cumhacht [**Pico**](http://picocms.org/) agus [**Nextcloud**](https://nextcloud.com/) chun láithreáin ghréasáin shimplí, shlána, inroinnte agus thar a bheith cumhachtach a chruthú gan ach cúpla cad a tharlaíonn. Is CMS comhad cothrom simplí, blazing tapa, é Pico - rud a fhágann go bhfuil an gréasán éasca.\n\n* Tosaigh blag\n* Roinn do atosú leis an domhan\n* Cruthaigh plean le haghaidh forlámhas an domhain agus gan é a roinnt leis na cairde cearta\n* Tóg bonn eolais agus lig do na cinn chliste i measc do chomhghleacaithe cabhrú leat\n\nLigeann suiteáil Pico CMS do Nextcloud d’úsáideoirí a láithreáin ghréasáin féin a chruthú agus a bhainistiú. Níl i gceist ach leathanach nua a chruthú le Pico ná comhad téacs simplí a chruthú i gcomhaid Nextcloud úsáideoirí. Níl aon chumraíocht ag teastáil, níl aon chomhéadain bhainistíochta casta go hiomlán - díreach comhaid. Is é an cluiche foirfe é le Nextcloud. Comhroinnt Slán, Comhoibriú, Rialú Rochtana - ní hamháin do do chuid comhad, ach do láithreáin ghréasáin freisin, iad seo ar fad indéanta ag Pico CMS do Nextcloud! Na teorainneacha idir do ghléasanna Soghluaiste & Deisce agus do Fhreastalaí a bhriseadh.\n\nBeidh rochtain ar shuíomhanna Gréasáin trí URLanna mar `https://cloud.example.com/sites/my_site/` agus ní bheidh iontu ach dornán de chomhaid téacs `.md` i gcomhaid Nextcloud úsáideora. Seasann `.md` do [**Markdown**](https://www.markdownguide.org/) - marcáil thar a bheith simplí agus iomasach chun ceannteidil, ailt, formáidiú téacs, liostaí, íomhánna agus naisc a chruthú. Ach ná bíodh éadóchas ort - ní gá duit teanga eile a fhoghlaim mura bhfuil tú ag iarraidh. Smaoinigh ar aip [Eagarthóir Markdown] (https://apps.nextcloud.com/apps/files_markdown) Nextcloud a chumasú chun rudaí simplí a dhéanamh dúr. Tabhair faoi deara le do thoil nach bhfuil eagarthóir Téacs ionsuite Nextcloud ag luí le Pico CMS do Nextcloud. Ach cad faoi mheiteashonraí mar theideal leathanaigh nó dáta eisiúna? Buille faoi thuairim ceart, tá sé ar fad in aon áit amháin. Ag barr do chomhaid Markdown is féidir leat bloc a chur le sonraí meite den sórt sin - ar a dtugtar an [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Ní féidir a bheith níos éasca suíomhanna gréasáin a chruthú…\n\nAch ní hé sin gach rud… Tá Pico CMS do Nextcloud an-inoiriúnaithe. Is féidir leat cuma Pico a athrú trí théamaí saincheaptha a úsáid agus feidhmiúlacht nua a chur leis trí fhorlíontáin saincheaptha a úsáid. Ar chúiseanna slándála ní féidir le húsáideoirí téamaí saincheaptha ná forlíontáin a chur leis ina n-aonar - ach is féidir leat mar riarthóir. Ní “craicne” nó “giuirléidí” nua amháin iad forlíontáin agus téamaí, is creataí cumhachtacha iad na teicneolaíochtaí bunúsacha is féidir leat a ghiaráil chun láithreáin ghréasáin d’úsáideoirí a dhéanamh fíor-uathúil. Mar sin féin, le cumhacht mhór tagann freagracht mhór. Déanann Pico CMS do Nextcloud a dhícheall chun cosc ​​a chur ar úsáideoirí scripteanna a chur isteach ar shuíomhanna Gréasáin, toisc go bhféadfadh rioscaí slándála a bheith i gceist leis seo (ar a dtugtar \"Cross Scripting\"). Ós rud é nach mbaineann an riosca seo le Pico féin, seans nach mbeadh forbróirí 3ú páirtí breiseán agus téamaí ar an eolas faoin gceist seo - mar sin bí cúramach agus tú ag suiteáil forlíontáin agus téamaí saincheaptha.\n\nBa mhaith leat níos mó a fhoghlaim faoi Pico CMS do Nextcloud? Éasca! Níl le déanamh ach an aip a íoslódáil agus a chumasú ó [Siopa Aip Nextcloud](https://apps.nextcloud.com/apps/cms_pico) agus nascleanúint go leathanach socruithe Nextcloud. Mar riarthóir gheobhaidh tú dhá chuid \"Pico CMS\" i do shocruithe Nextcloud - ceann faoi \"Pearsanta\", ceann eile faoi \"Riarachán\". Ligeann an dara ceann duit téamaí saincheaptha, forlíontáin agus teimpléid a chur le Pico, chomh maith le roinnt socruithe chun cinn a athrú. Tá an chuid \"Pico CMS\" thíos \"Pearsanta\" ann do gach úsáideoir Nextcloud agus ligeann sé do dhuine láithreáin ghréasáin pearsanta a chruthú. Níl ort ach do chéad láithreán gréasáin pearsanta a chruthú agus roghnaigh \"sample_pico\" mar theimpléad láithreán gréasáin. Míneoidh ábhar samplach Pico gach rud atá uait…", + "Access forbidden" : "Rochtain toirmiscthe", + "Back to %s" : "Ar ais go dtí %s", + "Not found" : "Ní bhfuarthas", + "Internal Server Error" : "Earráid Freastalaí Inmheánach", + "The server was unable to complete your request." : "Níorbh fhéidir leis an bhfreastalaí d'iarratas a chomhlánú.", + "If this happens again, please send the technical details below to the server administrator." : "Má tharlaíonn sé seo arís, seol na sonraí teicniúla thíos chuig riarthóir an fhreastalaí.", + "Remote Address: %s" : "Seoladh cianda: %s", + "Request ID: %s" : "Iarratas aitheantais:%s", + "More details can be found in the server log." : "Is féidir tuilleadh sonraí a fháil i loga an fhreastalaí.", + "Technical details" : "Sonraí teicniúla", + "Type: %s" : "Cineál: %s", + "Code: %s" : "Cód: %s", + "Message: %s" : "Teachtaireacht: %s", + "File: %s" : "Comhad: %s", + "Line: %s" : "Líne: %s", + "Trace" : "Rian", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Níl do shuiteáil Nextcloud ag luí le Pico CMS do Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Bhí neamh-chomhoiriúnacht ar eolas ag cuid de do chuid apps Nextcloud le Pico CMS do Nextcloud. Níl an locht ar éinne, níl an locht ar Nextcloud ná ar na haipeanna contrártha, níl anseo ach teorainn theicniúil éigin ar bhonneagar aipeanna Nextcloud nach féidir linn a réiteach sa ghearrthéarma. Táimid ag obair ar réiteach! Idir an dá linn ní mór duit na apps salach ar a chéile a bhaint. Is iad \"Teimpléad Eisiúint\" agus \"Téarmaí seirbhíse\" iad aipeanna contrártha aitheanta.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Má fheiceann tú an earráid\"Call to undefined method ParsedownExtra::textElements()\" i logaí Nextcloud cé gur bhain tú gach feidhmchlár contrártha, ná bíodh aon leisce ort Eagrán nua a oscailt ar GitHub le cóip den earráid lena n-áirítear a rian cruachta agus liosta iomlán de na apps go léir atá suiteáilte le do thoil.", + "Pico CMS for Nextcloud" : "Pico CMS do Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Athraigh Pico CMS le haghaidh iompar Nextcloud agus bainistigh gnéithe roghnacha.", + "Limit to groups" : "Teorainn do ghrúpaí", + "Loading groups…" : "Grúpaí á lódáil…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Más mian leat gan do chuid úsáideoirí go léir a chumasú chun láithreáin ghréasáin phearsanta a chruthú, is féidir leat Pico CMS do Nextcloud a theorannú do ghrúpaí áirithe. Roghnaigh na grúpaí is mian leat rochtain a theorannú orthu. Má fhágann tú an réimse seo folamh, níl teorainn le húsáid. Ní scriosfar aon cheann de shuímh Ghréasáin úsáideora má dhéantar rochtain a chúlghairm do ghrúpaí áirithe, áfach, níl rochtain orthu.", + "Custom themes" : "Téamaí saincheaptha", + "Add custom themes for greater individuality and style." : "Cuir téamaí saincheaptha leis le haghaidh indibhidiúlacht agus stíl níos fearr.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Ligeann Pico CMS do Nextcloud leat téamaí saincheaptha a chur leis le haghaidh indibhidiúlacht agus stíl níos fearr. Mar sin féin, ar chúiseanna slándála, ní féidir le húsáideoirí téamaí saincheaptha a chur leis ina n-aonar. Sular féidir leat téama saincheaptha nua a chur leis ag baint úsáide as an gcnaipe \"Cuir téama saincheaptha\" thíos, beidh ort a chuid comhad go léir a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis an téama a uaslódáil, taispeánfar é san fhoirm thíos chun ligean d'úsáideoirí an téama saincheaptha a úsáid. Más mian leat ceann de na téamaí saincheaptha a cuireadh leis roimhe seo a mhodhnú, níl le déanamh ach na comhaid chomhfhreagracha i bhfillteán sonraí Nextcloud a chur in eagar. Chun na hathruithe a chur i bhfeidhm ní mór duit an cnaipe \"Athlódáil téama saincheaptha\" a bhualadh in aice leis an téama curtha in eagar san fhoirm thíos.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Sula gcuirfear téama nua saincheaptha leis, uaslódáil comhaid uile an téama chuig fillteán nua san eolaire seo a leanas. Más mian leat ceann de do théamaí saincheaptha a chur in eagar, déan tagairt don eolaire seo mar an gcéanna.", + "Loading themes…" : "Téamaí á lódáil…", + "Add custom theme" : "Cuir téama saincheaptha leis", + "Reload themes list" : "Íosluchtaigh téamaí liosta", + "Compatible theme." : "Téama comhoiriúnach.", + "System theme" : "Téama córais", + "Copy system theme" : "Cóipeáil téama an chórais", + "Custom theme" : "Téama saincheaptha", + "Reload custom theme" : "Athlódáil téama saincheaptha", + "Copy custom theme" : "Cóipeáil téama saincheaptha", + "Delete custom theme" : "Scrios téama saincheaptha", + "Base theme" : "Buntéama", + "Theme name" : "Ainm an téama", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Tharla earráid gan choinne agus an gníomh seo á dhéanamh. Seiceáil le do thoil logaí Nextcloud.", + "Error: {error}" : "Earráid: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Tharla {exception} gan choinne: {exceptionMessage}", + "Custom plugins" : "Breiseáin saincheaptha", + "Add custom plugins to reach for Pico's full potential." : "Cuir breiseáin saincheaptha leis chun cumas iomlán Pico a bhaint amach.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Ligeann Pico CMS do Nextcloud duit forlíontáin saincheaptha a chur leis chun úsáid iomlán a bhaint as cumhacht Pico. Oibríonn breiseán ar bhonn domhanda, i.e. trí bhreiseán saincheaptha a chur leis beidh sé ar chumas do shuímh Ghréasáin uile d’úsáideoirí é. Sula gcuirfidh tú breiseán saincheaptha nua leis ag baint úsáide as an gcnaipe \"Cuir breiseán saincheaptha\" thíos, ní mór duit comhaid uile an bhreiseáin a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis duit an breiseán a uaslódáil, taispeánfar é san fhoirm thíos chun é a chumasú i ndáiríre. Más mian leat ceann de na forlíontáin saincheaptha a cuireadh leis roimhe seo a nuashonrú, níl le déanamh ach comhaid an bhreiseáin a athsholáthar i bhfillteán sonraí Nextcloud. Chun na hathruithe a chur i bhfeidhm ní mór duit an cnaipe \"Athlódáil breiseán saincheaptha\" a bhualadh in aice leis an mbreiseán nuashonraithe san fhoirm thíos.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Sula gcuirfear breiseán saincheaptha nua leis, uaslódáil comhaid uile an bhreiseáin chuig fillteán nua san eolaire seo a leanas. Más mian leat ceann de do chuid breiseán saincheaptha a nuashonrú, déan tagairt don eolaire seo mar an gcéanna. Tabhair faoi deara le do thoil nach mór d'ainm fillteán breiseán a bheith ag teacht go docht le hainm an bhreiseáin, nó diúltóidh Pico an breiseán a chumasú.", + "Loading plugins…" : "Breiseáin á lódáil…", + "Add custom plugin" : "Cuir breiseán saincheaptha leis", + "Reload plugins list" : "Athlódáil liosta breiseán", + "Compatible plugin." : "Breiseán comhoiriúnach.", + "Example plugin" : "Sampla breiseán", + "Copy example plugin" : "Cóipeáil breiseán sampla", + "System plugin" : "Breiseán córais", + "Custom plugin" : "Breiseán saincheaptha", + "Reload custom plugin" : "Athlódáil breiseán saincheaptha", + "Delete custom plugin" : "Scrios breiseán saincheaptha", + "Base plugin" : "Bunús breiseán", + "Plugin name" : "Ainm an bhreiseáin", + "Custom templates" : "Teimpléid saincheaptha", + "Make it easier for users to create new websites." : "Déan é níos fusa d’úsáideoirí láithreáin ghréasáin nua a chruthú.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Is féidir le láithreáin ghréasáin nua a chruthú a bheith deacair - cá háit le tosú fiú? Feidhmíonn teimpléid saincheaptha mar phointe tosaigh d’úsáideoirí chun suíomh Gréasáin nua a chruthú ag baint úsáide as Pico CMS do Nextcloud. Sula gcuirfidh tú teimpléad saincheaptha nua leis ag baint úsáide as an gcnaipe \"Cuir teimpléad saincheaptha\" thíos, ní mór duit comhaid uile an teimpléid a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis duit an teimpléad a uaslódáil taispeánfar é san fhoirm thíos chun é a chur leis an bhfoirm \"Cruthaigh suíomh Gréasáin nua\" de do chuid úsáideoirí. Más mian leat ceann de na teimpléid saincheaptha a cuireadh leis roimhe seo a mhodhnú, níl le déanamh ach na comhaid chomhfhreagracha i bhfillteán sonraí Nextcloud a chur in eagar.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Sula gcuirtear teimpléad saincheaptha nua leis, uaslódáil comhaid uile an teimpléid chuig fillteán nua san eolaire seo a leanas:", + "Loading templates…" : "Teimpléid á lódáil…", + "Add custom template" : "Cuir teimpléad saincheaptha leis", + "Reload templates list" : "Athlódáil liosta teimpléid", + "Compatible template." : "Teimpléad comhoiriúnach.", + "System template" : "Teimpléad córais", + "Copy system template" : "Cóipeáil teimpléad córais", + "Custom template" : "Teimpléad saincheaptha", + "Copy custom template" : "Cóipeáil teimpléad saincheaptha", + "Delete custom template" : "Scrios teimpléad saincheaptha", + "Base template" : "Teimpléad bonn", + "Template name" : "Ainm teimpléad", + "Configure your web server" : "Cumraigh do fhreastalaí gréasáin", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Cumasaigh Pico CMS le haghaidh lánacmhainneacht Nextcloud trí do fhreastalaí gréasáin a chumrú go cuí.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ag brath ar chumraíocht do fhreastalaí gréasáin, is féidir le húsáideoirí rochtain a fháil ar a láithreáin ghréasáin ag baint úsáide as URLanna éagsúla. De réir réamhshocraithe, is féidir le húsáideoirí rochtain a fháil ar a láithreáin ghréasáin ag baint úsáide as Pico CMS le haghaidh URL iarratais iomlán Nextcloud. Mar sin féin, tá na URLanna seo fada go leor agus mar sin níl siad an-éasca le húsáid. Ar an gcúis seo, tacaíonn Pico CMS do Nextcloud le URLanna giorraithe freisin ag baint úsáide as an bhfillteán fíorúil \"suíomhanna /\". Mar sin féin, teastaíonn roinnt cumraíochta freastalaí gréasáin breise chun an ghné seo a úsáid. Má tá freastalaí gréasáin Apache á úsáid agat, bain triail as ceann amháin den chéad dá shampla a thaispeántar thíos. Más fearr leat an freastalaí gréasáin nginx a úsáid, bain triail as ceann amháin den dá shampla dheireanacha. Mura dtuigeann tú i ndáiríre cad atá ar siúl, déan teagmháil le riarthóir do fhreastalaí agus seol an fhaisnéis thíos chuige. Má insíonn do riarthóir freastalaí duit nach féidir é seo a dhéanamh, ná bíodh éadóchas ort - is féidir leat Pico CMS a úsáid fós le haghaidh URLanna feidhmchláir iomlána Nextcloud, oibríonn siad as an mbosca i gcónaí.", + "Enable short website URLs" : "Cumasaigh URLanna gairide láithreáin ghréasáin", + "Full application URLs" : "URLanna iarratais iomlána", + "Short website URLs" : "URLanna láithreán gréasáin gearr", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Tar éis duit do fhreastalaí gréasáin a chumrú chun URLanna giorraithe a chumasú, ba cheart duit an rogha comhfhreagrach thuas a roghnú chun do chuid úsáideoirí a chur ar an eolas faoin ngné seo. Ná cumasaigh an rogha seo mura bhfuil an fillteán fíorúil \"suíomhanna/\" cumraithe agat fós ag baint úsáide as ceann de na samplaí cumraíochta a thaispeántar thíos.", + "Using Apache's mod_proxy" : "Ag baint úsáide as mod_proxy Apache", + "Your users' website URLs will look like the following:" : "Beidh cuma mar seo a leanas ar URLanna láithreáin ghréasáin d’úsáideoirí:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Cóipeáil an t-alt cumraíochta thuas chuig an rannán de do apache.conf ag Nextcloud. Sula ndéanann tú amhlaidh ní mór duit mod_proxy Apache agus mod_proxy_http araon a chumasú. Seachas sin diúltóidh do fhreastalaí gréasáin Earráid Freastalaí Inmheánach 500 a thosú (ath)thosú nó a thabhairt.", + "Using Apache's mod_rewrite" : "Ag baint úsáide as mod_rewrite Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Sula ndéanann tú an t-alt cumraíochta thuas a chóipeáil go dtí an roinn de do apache.conf de Nextcloud, déan cinnte modúl mod_rewrite Apache a chumasú. Seachas sin, diúltóidh do fhreastalaí gréasáin (ath)tús a chur nó Earráid Fhreastalaí Inmheánach 500 a thabhairt ar ais. Tabhair faoi deara nach ligfidh an chumraíocht seo duit URLanna giorraithe a úsáid, ní dhéanann sé ach úsáideoirí a atreorú ó URLanna giorraithe go URL iomlán an tsuímh. Mar sin, ba cheart go mb'fhearr leat an réiteach ag baint úsáide as mod_proxy a thaispeántar thuas.", + "Using nginx's proxy_pass" : "Ag baint úsáide as seachfhreastalaí nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Cóipeáil an blúire cumraíochta thuas chuig an rannóg freastalaí Nextcloud { … } de do nginx.conf. Sula ndéanann tú é sin ní mór duit modúl ngx_http_proxy_module nginx a chumasú. Seachas sin diúltóidh do fhreastalaí gréasáin Earráid Freastalaí Inmheánach 500 a thosú (ath)thosú nó a thabhairt.", + "Using nginx's rewrite" : "Ag baint úsáide as athscríobh nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Níl le déanamh ag ach an t-alt cumraíochta thuas a chóipeáil go dtí an chuid freastalaí Nextcloud { … } de do nginx.conf. Tabhair faoi deara nach ligfidh an cumraíocht seo duit URLanna giorraithe a úsáid, ní dhéanann sé ach úsáideoirí a atreorú ó URLanna giorraithe go URL iomlán an tsuímh. Mar sin ba cheart go mb'fhearr leat an réiteach ag baint úsáide as treoir seachfhreastalaí nginx a thaispeántar thuas.", + "Version information" : "Eolas faoin leagan", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Rinne Maxence Lange agus Daniel RudolfPico CMS do Nextcloud é.
Is bogearraí foinse oscailte saor in aisce é a eisítear faoiCheadúnas Poiblí Ginearálta GNU Affero..", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Rinne Gilbert Pellegrom agus Daniel Rudolf Pico agus tá sé á chothabháil ag An Comhphobal Pico.
Is bogearraí foinse oscailte saor in aisce é a eisítear faoin gceadúnasCeadúnas MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "ComhcheanglaíonnPico CMS do Nextcloudcumhacht Pico agus Nextcloud chun suíomhanna gréasáin simplí, slán, inroinnte agus iontach cumhachtach a chruthú gan ach cúpla cad a tharlaíonn. Is CMS comhad cothrom simplí, blazing tapa, é Pico - rud a fhágann go bhfuil an gréasán éasca!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Tosaigh blag, roinn do atosú leis an domhan, cruthaigh plean le haghaidh forlámhas an domhain agus ná déan é a roinnt ach leis na cairde cearta nó tóg bonn eolais agus lig do na cinn chliste i measc do chomhghleacaithe cabhrú leat. Ligeann Pico CMS do Nextcloud duit do shuíomhanna Gréasáin féin a chruthú agus a bhainistiú. Níl i gceist ach leathanach nua a chruthú le Pico ná comhad téacs simplí a chruthú i do chomhaid Nextcloud. Níl aon chumraíocht ag teastáil, níl aon chomhéadain bhainistíochta casta go hiomlán - díreach comhaid. Is é an cluiche foirfe é le Nextcloud. Comhroinnt Slán, Comhoibriú, Rialú Rochtana - ní hamháin do do chuid comhad, ach do láithreáin ghréasáin freisin, iad seo ar fad indéanta ag Pico CMS do Nextcloud! Na teorainneacha idir do ghléasanna Soghluaiste & Deisce agus do Fhreastalaí a bhriseadh.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Níl i suíomh Gréasáin ach dornán de chomhaid téacs.md i do chomhaid Nextcloud. Seasann.md doMarkdown - marcáil thar a bheith simplí agus iomasach chun ceannteidil, ailt, formáidiú téacs, liostaí, íomhánna agus naisc a chruthú. Ach ná bíodh éadóchas ort - ní gá duit teanga eile a fhoghlaim mura bhfuil tú ag iarraidh. Bain triail as aip Markdown Editor Nextcloud chun rudaí éasca a dhéanamh dúr simplí. Tabhair faoi deara le do thoil nach bhfuil eagarthóir Téacs ionsuite Nextcloud ag luí le Pico CMS do Nextcloud. Ach cad faoi mheiteashonraí mar theideal leathanaigh nó dáta eisiúna? Buille faoi thuairim ceart, tá sé ar fad in aon áit amháin. Ag barr do chomhaid Markdown is féidir leat bloc a chur le sonraí meite den sórt sin - ar a dtugtar YAML Front Matter. Ní féidir a bheith níos éasca suíomhanna gréasáin a chruthú…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Ba mhaith leat níos mó a fhoghlaim faoi Pico CMS do Nextcloud? Éasca! Cruthaigh do chéad láithreán gréasáin pearsanta ag baint úsáide as an teimpléad \"sample_pico\". Míneoidh ábhar samplach Pico gach rud atá uait…", + "You will be able to access your websites using URLs like the following:" : "Beidh tú in ann rochtain a fháil ar do shuímh Ghréasáin trí úsáid a bhaint as URLanna mar seo a leanas:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Chuir admin Nextcloud teorainn le rochtain Pico CMS do Nextcloud do ghrúpaí áirithe. Ar an drochuair, níl cead agat suíomhanna gréasáin pearsanta a chruthú. Is féidir leat rochtain a fháil fós ar shuíomhanna Gréasáin úsáideoirí eile, b’fhéidir láithreáin ghréasáin phríobháideacha a áireamh. Má bhí cead agat láithreáin ghréasáin a chruthú san am atá caite, ní gá duit a bheith buartha faoi do shonraí: Níl aon rud caillte. Ní bheidh aon duine in ann rochtain a fháil ar do shuímh Ghréasáin phríobháideacha, áfach, agus taispeántar earráid “Ní bhfuarthas an suíomh Gréasáin” ina ionad sin.", + "Loading websites…" : "Láithreáin Ghréasáin á lódáil…", + "Name" : "Ainm", + "Path" : "Cosán", + "Theme" : "Téama", + "Created" : "Cruthaithe", + "Go to website" : "Téigh go dtí an suíomh Gréasáin", + "Go to website directory" : "Téigh go dtí eolaire láithreán gréasáin", + "Edit website name" : "Cuir ainm an tsuímh Ghréasáin in eagar", + "Edit private website settings" : "Cuir socruithe príobháideacha láithreán gréasáin in eagar", + "Delete website" : "Scrios an láithreán gréasáin", + "Actions" : "Gníomhartha", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Tacaíonn Pico CMS do Nextcloud le láithreáin ghréasáin phoiblí agus phríobháideacha araon. Is féidir le gach duine rochtain a fháil ar láithreáin ghréasáin phoiblí, is cuma má tá siad logáilte isteach nó nach bhfuil. Más mian leat rochtain ar fho-thacar áirithe úsáideoirí a theorannú, cruthaigh suíomh Gréasáin príobháideach. Ní mór do gach cuairteoir ar shuíomh Gréasáin príobháideach a bheith logáilte isteach, nó taispeántar earráid \"Rochtain toirmiscthe\". Ina theannta sin ní mór ceann de na coinníollacha seo a leanas a chomhlíonadh: (1) tá rochtain ag an úsáideoir ar bhunchomhaid an tsuímh Ghréasáin (i.e. roinntear an fillteán foinse leis an úsáideoir), (2) tá an t-úsáideoir ina bhall de cheann de na grúpaí atá liostaithe thíos, nó (3) go bhfuil an t-úsáideoir ina bhall de cheann de na grúpaí atá sonraithe in Ábhar Tosaigh YAML ar an leathanach iarrtha ag baint úsáide as an meiteluach \"rochtain\".", + "Website type" : "Cineál láithreán gréasáin", + "Public website" : "Láithreán gréasáin poiblí", + "The website is publicly accessible and requires no authentication whatsoever." : "Tá rochtain ag an bpobal ar an suíomh Gréasáin agus níl aon fhíordheimhniú ag teastáil uaidh.", + "Private website" : "Láithreán gréasáin príobháideach", + "The website requires authentication, access is limited to a subset of all users." : "Teastaíonn fíordheimhniú ón suíomh Gréasáin, tá rochtain teoranta d’fhothacar de gach úsáideoir.", + "Group access" : "Rochtain ghrúpa", + "Grant access to all members of the selected groups." : "Tabhair rochtain do gach ball de na grúpaí roghnaithe.", + "Reload websites list" : "Íoslódáil liosta de na láithreáin ghréasáin", + "Create a new website" : "Cruthaigh suíomh gréasáin nua", + "Just fill the form below to create your own personal website." : "Níl le déanamh ach an fhoirm thíos a líonadh chun do shuíomh Gréasáin pearsanta féin a chruthú.", + "My example website" : "Mo láithreán gréasáin teimpléad", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Anseo is féidir leat ainm do shuíomh Gréasáin pearsanta a shonrú. Úsáidfear ainm do shuíomh Gréasáin mar theideal an tsuímh Ghréasáin, a léirítear go minic i gceanntásc do shuíomh Gréasáin.", + "Identifier" : "Aitheantóir", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Forordaíonn aitheantóir do shuímh Ghréasáin seoladh do tsuímh Ghréasáin (URL) agus ainm an eolaire a stórálfar comhaid do tsuímh Ghréasáin (idir leathanach agus sócmhainní) ann. Ní mór carachtair alfa-uimhriúla beaga a bheith in aitheantóir an tsuímh Ghréasáin, daiseanna agus scóir (a-z, 0). -9, - agus _) amháin.", + "Address" : "Seoladh", + "You will be able to access your website using the address (URL) shown above." : "Beidh tú in ann rochtain a fháil ar do shuíomh Gréasáin ag baint úsáide as an seoladh (URL) a thaispeántar thuas.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Agus suíomh Gréasáin nua á chruthú, cóipeann Pico CMS do Nextcloud an teimpléad láithreán gréasáin chuig an eolaire nua seo a leanas i do Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Is féidir leat ceann de na téamaí a chuirtear ar fáil a úsáid le haghaidh indibhidiúlacht agus stíl níos fearr. Más mian leat téama eile a úsáid, cuir ceist ar do riarthóir Nextcloud - b'fhéidir go bhféadfaí an téama is fearr leat a chur leis freisin!", + "Template" : "Teimpléad", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Feidhmíonn teimpléid mar phointe tosaigh nuair a chruthaítear suíomh Gréasáin nua. Is éard atá i ngach teimpléad ná eolaire \"ábhar\" (do do leathanaigh) agus eolaire \"sócmhainní\" (do shócmhainní do láithreán gréasáin), a chóipeáilfear chuig an bhfillteán thuas i do Nextcloud.", + "Create new website" : "Cruthaigh suíomh gréasáin nua", + "Loading…" : "Á lódáil…" +}, +"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/l10n/ga.json b/l10n/ga.json new file mode 100644 index 00000000..b41d92fb --- /dev/null +++ b/l10n/ga.json @@ -0,0 +1,186 @@ +{ "translations": { + "Copy" : "Cóipeáil", + "Confirm website deletion" : "Deimhnigh scriosadh an tsuímh Ghréasáin", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Scriosfaidh an oibríocht seo an suíomh Gréasáin \"{name}\". Mar sin féin, beidh a inneachar go léir fós ar fáil i do Nextcloud.", + "Choose website directory" : "Roghnaigh eolaire láithreán gréasáin", + "Abort" : "ginmhilleadh", + "Save" : "Sábháil", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Níorbh fhéidir an suíomh Gréasáin iarrtha a fháil ar an bhfreastalaí. B'fhéidir gur scriosadh an suíomh Gréasáin?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Is cosúil go bhfuil struchtúr comhaid agus eolaire an tsuímh Ghréasáin seo briste agus mar sin níorbh fhéidir rochtain a fháil air.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar an suíomh Gréasáin príobháideach seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Tá an suíomh Gréasáin seo á óstáil ar stór neamháitiúil agus mar sin ní raibh rochtain air.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Úsáideann an suíomh Gréasáin seo téama nach bhféadfaí a fháil ar an bhfreastalaí agus mar sin níorbh fhéidir é a thógáil.", + "This website uses a incompatible theme and thus could not be built." : "Úsáideann an suíomh Gréasáin seo téama neamh-chomhoiriúnach agus mar sin níorbh fhéidir é a thógáil.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Níorbh fhéidir an leathanach gréasáin iarrtha a aimsiú ar an bhfreastalaí. B'fhéidir gur scriosadh an leathanach?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar leathanach an tsuímh Ghréasáin seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Níorbh fhéidir leathanach an tsuímh Ghréasáin iarrtha a thógáil, mar sin ní raibh an freastalaí in ann d'iarratas a chomhlánú.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Is cosúil go bhfuil struchtúr comhaid agus eolaire an tsuímh Ghréasáin seo briste agus mar sin níorbh fhéidir rochtain a fháil air.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Níorbh fhéidir an tsócmhainn láithreáin ghréasáin iarrtha a aimsiú ar an bhfreastalaí. B'fhéidir gur scriosadh an tsócmhainn?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Níl rochtain agat ar an tsócmhainn suíomh Gréasáin seo. B'fhéidir gur scriosadh an sciar nó go bhfuil sé imithe in éag?", + "Plugin not found." : "Níor aimsíodh an breiseán.", + "Plugin exists already." : "Tá an breiseán ann cheana.", + "Template not found." : "Teimpléad gan aimsiú.", + "Template exists already." : "Teimpléad ann cheana.", + "Theme not found." : "Níor aimsíodh téama.", + "Theme exists already." : "Tá téama ann cheana féin.", + "Website exists." : "Tá suíomh Gréasáin ann.", + "No permission." : "Gan cead.", + "The value given is invalid." : "Tá an luach a thugtar neamhbhailí.", + "Website not found." : "Suíomh Gréasáin gan aimsiú.", + "Local (unencrypted)" : "Áitiúil (gan chriptiú)", + "Location" : "Suíomh", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Breiseán neamh-chomhoiriúnach: Níor aimsíodh an comhad breiseán \"{file}\".", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Breiseán neamh-chomhoiriúnach: Earráid pharsála PHP sa chomhad \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Breiseán neamh-chomhoiriúnach: Níor aimsíodh aicme breiseán \"{class}\".", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Breiseán neamh-chomhoiriúnach: Ní mór do bhreiseáin Pico CMS do Nextcloud ceann de na leaganacha API {compatApiVersions} a úsáid, ach úsáideann an breiseán seo leagan API {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Teimpléad neamh-chomhoiriúnach: níor aimsíodh an t-eolaire riachtanach \"{file}\".", + "Incompatible theme: Twig template \"{file}\" not found." : "Téama neamh-chomhoiriúnach: Teimpléad craobhóg \"{file}\" gan aimsiú.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Téama neamh-chomhoiriúnach: Ní mór do théamaí Pico CMS do Nextcloud ceann de na leaganacha API {compatApiVersions} a úsáid, ach úsáideann an téama seo leagan API {apiVersion}.", + "The name of the website must be longer." : "Caithfidh ainm an tsuímh Ghréasáin a bheith níos faide.", + "The name of the website is too long." : "Tá ainm an tsuímh Ghréasáin ró-fhada.", + "The identifier of the website must be longer." : "Caithfidh aitheantóir an tsuímh Ghréasáin a bheith níos faide.", + "The identifier of the website is too long." : "Tá aitheantóir an láithreáin ghréasáin rófhada.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Ní féidir ach carachtair alfa-uimhriúla beaga a bheith in aitheantóir an tsuímh Ghréasáin.", + "The path of the website is invalid." : "Tá cosán an láithreáin ghréasáin neamhbhailí.", + "The website's path is stored on a non-local storage." : "Stóráiltear cosán an tsuímh Ghréasáin ar stóras neamháitiúil.", + "Parent folder of the website's path not found." : "Níor aimsíodh fillteán tuismitheora de chonair an tsuímh Ghréasáin.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Theip ar Pico CMS a chumasú do Nextcloud: Níorbh fhéidir \"%s\" a aimsiú. Cinntigh go suiteálann tú spleáchais na haipe trí `composer install` a chur i gcomhadlann suiteála na haipe faoi \"%s\". Ansin bain triail eile as Pico CMS a chumasú do Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Theip ar Pico CMS a chumasú do Nextcloud: Níl cead ag an bhfreastalaí Gréasáin comhaid agus fillteáin a chruthú faoi bhun \"%s\". Cinntigh go dtabharfaidh an freastalaí Gréasáin rochtain scríofa ar an gcomhadlann seo ach a cheadanna agus a úinéireacht a athrú go dtí an rud céanna le do chomhadlann \"%s\". Ansin bain triail eile as Pico CMS a chumasú do Nextcloud.", + "Pico CMS" : "CMS Pico", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Cruthaigh agus foilsigh do shuímh Ghréasáin féin - le Pico CMS do Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "Comhcheanglaíonn [Pico CMS do Nextcloud](https://github.com/nextcloud/cms_pico) cumhacht [**Pico**](http://picocms.org/) agus [**Nextcloud**](https://nextcloud.com/) chun láithreáin ghréasáin shimplí, shlána, inroinnte agus thar a bheith cumhachtach a chruthú gan ach cúpla cad a tharlaíonn. Is CMS comhad cothrom simplí, blazing tapa, é Pico - rud a fhágann go bhfuil an gréasán éasca.\n\n* Tosaigh blag\n* Roinn do atosú leis an domhan\n* Cruthaigh plean le haghaidh forlámhas an domhain agus gan é a roinnt leis na cairde cearta\n* Tóg bonn eolais agus lig do na cinn chliste i measc do chomhghleacaithe cabhrú leat\n\nLigeann suiteáil Pico CMS do Nextcloud d’úsáideoirí a láithreáin ghréasáin féin a chruthú agus a bhainistiú. Níl i gceist ach leathanach nua a chruthú le Pico ná comhad téacs simplí a chruthú i gcomhaid Nextcloud úsáideoirí. Níl aon chumraíocht ag teastáil, níl aon chomhéadain bhainistíochta casta go hiomlán - díreach comhaid. Is é an cluiche foirfe é le Nextcloud. Comhroinnt Slán, Comhoibriú, Rialú Rochtana - ní hamháin do do chuid comhad, ach do láithreáin ghréasáin freisin, iad seo ar fad indéanta ag Pico CMS do Nextcloud! Na teorainneacha idir do ghléasanna Soghluaiste & Deisce agus do Fhreastalaí a bhriseadh.\n\nBeidh rochtain ar shuíomhanna Gréasáin trí URLanna mar `https://cloud.example.com/sites/my_site/` agus ní bheidh iontu ach dornán de chomhaid téacs `.md` i gcomhaid Nextcloud úsáideora. Seasann `.md` do [**Markdown**](https://www.markdownguide.org/) - marcáil thar a bheith simplí agus iomasach chun ceannteidil, ailt, formáidiú téacs, liostaí, íomhánna agus naisc a chruthú. Ach ná bíodh éadóchas ort - ní gá duit teanga eile a fhoghlaim mura bhfuil tú ag iarraidh. Smaoinigh ar aip [Eagarthóir Markdown] (https://apps.nextcloud.com/apps/files_markdown) Nextcloud a chumasú chun rudaí simplí a dhéanamh dúr. Tabhair faoi deara le do thoil nach bhfuil eagarthóir Téacs ionsuite Nextcloud ag luí le Pico CMS do Nextcloud. Ach cad faoi mheiteashonraí mar theideal leathanaigh nó dáta eisiúna? Buille faoi thuairim ceart, tá sé ar fad in aon áit amháin. Ag barr do chomhaid Markdown is féidir leat bloc a chur le sonraí meite den sórt sin - ar a dtugtar an [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Ní féidir a bheith níos éasca suíomhanna gréasáin a chruthú…\n\nAch ní hé sin gach rud… Tá Pico CMS do Nextcloud an-inoiriúnaithe. Is féidir leat cuma Pico a athrú trí théamaí saincheaptha a úsáid agus feidhmiúlacht nua a chur leis trí fhorlíontáin saincheaptha a úsáid. Ar chúiseanna slándála ní féidir le húsáideoirí téamaí saincheaptha ná forlíontáin a chur leis ina n-aonar - ach is féidir leat mar riarthóir. Ní “craicne” nó “giuirléidí” nua amháin iad forlíontáin agus téamaí, is creataí cumhachtacha iad na teicneolaíochtaí bunúsacha is féidir leat a ghiaráil chun láithreáin ghréasáin d’úsáideoirí a dhéanamh fíor-uathúil. Mar sin féin, le cumhacht mhór tagann freagracht mhór. Déanann Pico CMS do Nextcloud a dhícheall chun cosc ​​a chur ar úsáideoirí scripteanna a chur isteach ar shuíomhanna Gréasáin, toisc go bhféadfadh rioscaí slándála a bheith i gceist leis seo (ar a dtugtar \"Cross Scripting\"). Ós rud é nach mbaineann an riosca seo le Pico féin, seans nach mbeadh forbróirí 3ú páirtí breiseán agus téamaí ar an eolas faoin gceist seo - mar sin bí cúramach agus tú ag suiteáil forlíontáin agus téamaí saincheaptha.\n\nBa mhaith leat níos mó a fhoghlaim faoi Pico CMS do Nextcloud? Éasca! Níl le déanamh ach an aip a íoslódáil agus a chumasú ó [Siopa Aip Nextcloud](https://apps.nextcloud.com/apps/cms_pico) agus nascleanúint go leathanach socruithe Nextcloud. Mar riarthóir gheobhaidh tú dhá chuid \"Pico CMS\" i do shocruithe Nextcloud - ceann faoi \"Pearsanta\", ceann eile faoi \"Riarachán\". Ligeann an dara ceann duit téamaí saincheaptha, forlíontáin agus teimpléid a chur le Pico, chomh maith le roinnt socruithe chun cinn a athrú. Tá an chuid \"Pico CMS\" thíos \"Pearsanta\" ann do gach úsáideoir Nextcloud agus ligeann sé do dhuine láithreáin ghréasáin pearsanta a chruthú. Níl ort ach do chéad láithreán gréasáin pearsanta a chruthú agus roghnaigh \"sample_pico\" mar theimpléad láithreán gréasáin. Míneoidh ábhar samplach Pico gach rud atá uait…", + "Access forbidden" : "Rochtain toirmiscthe", + "Back to %s" : "Ar ais go dtí %s", + "Not found" : "Ní bhfuarthas", + "Internal Server Error" : "Earráid Freastalaí Inmheánach", + "The server was unable to complete your request." : "Níorbh fhéidir leis an bhfreastalaí d'iarratas a chomhlánú.", + "If this happens again, please send the technical details below to the server administrator." : "Má tharlaíonn sé seo arís, seol na sonraí teicniúla thíos chuig riarthóir an fhreastalaí.", + "Remote Address: %s" : "Seoladh cianda: %s", + "Request ID: %s" : "Iarratas aitheantais:%s", + "More details can be found in the server log." : "Is féidir tuilleadh sonraí a fháil i loga an fhreastalaí.", + "Technical details" : "Sonraí teicniúla", + "Type: %s" : "Cineál: %s", + "Code: %s" : "Cód: %s", + "Message: %s" : "Teachtaireacht: %s", + "File: %s" : "Comhad: %s", + "Line: %s" : "Líne: %s", + "Trace" : "Rian", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Níl do shuiteáil Nextcloud ag luí le Pico CMS do Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Bhí neamh-chomhoiriúnacht ar eolas ag cuid de do chuid apps Nextcloud le Pico CMS do Nextcloud. Níl an locht ar éinne, níl an locht ar Nextcloud ná ar na haipeanna contrártha, níl anseo ach teorainn theicniúil éigin ar bhonneagar aipeanna Nextcloud nach féidir linn a réiteach sa ghearrthéarma. Táimid ag obair ar réiteach! Idir an dá linn ní mór duit na apps salach ar a chéile a bhaint. Is iad \"Teimpléad Eisiúint\" agus \"Téarmaí seirbhíse\" iad aipeanna contrártha aitheanta.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Má fheiceann tú an earráid\"Call to undefined method ParsedownExtra::textElements()\" i logaí Nextcloud cé gur bhain tú gach feidhmchlár contrártha, ná bíodh aon leisce ort Eagrán nua a oscailt ar GitHub le cóip den earráid lena n-áirítear a rian cruachta agus liosta iomlán de na apps go léir atá suiteáilte le do thoil.", + "Pico CMS for Nextcloud" : "Pico CMS do Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Athraigh Pico CMS le haghaidh iompar Nextcloud agus bainistigh gnéithe roghnacha.", + "Limit to groups" : "Teorainn do ghrúpaí", + "Loading groups…" : "Grúpaí á lódáil…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Más mian leat gan do chuid úsáideoirí go léir a chumasú chun láithreáin ghréasáin phearsanta a chruthú, is féidir leat Pico CMS do Nextcloud a theorannú do ghrúpaí áirithe. Roghnaigh na grúpaí is mian leat rochtain a theorannú orthu. Má fhágann tú an réimse seo folamh, níl teorainn le húsáid. Ní scriosfar aon cheann de shuímh Ghréasáin úsáideora má dhéantar rochtain a chúlghairm do ghrúpaí áirithe, áfach, níl rochtain orthu.", + "Custom themes" : "Téamaí saincheaptha", + "Add custom themes for greater individuality and style." : "Cuir téamaí saincheaptha leis le haghaidh indibhidiúlacht agus stíl níos fearr.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Ligeann Pico CMS do Nextcloud leat téamaí saincheaptha a chur leis le haghaidh indibhidiúlacht agus stíl níos fearr. Mar sin féin, ar chúiseanna slándála, ní féidir le húsáideoirí téamaí saincheaptha a chur leis ina n-aonar. Sular féidir leat téama saincheaptha nua a chur leis ag baint úsáide as an gcnaipe \"Cuir téama saincheaptha\" thíos, beidh ort a chuid comhad go léir a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis an téama a uaslódáil, taispeánfar é san fhoirm thíos chun ligean d'úsáideoirí an téama saincheaptha a úsáid. Más mian leat ceann de na téamaí saincheaptha a cuireadh leis roimhe seo a mhodhnú, níl le déanamh ach na comhaid chomhfhreagracha i bhfillteán sonraí Nextcloud a chur in eagar. Chun na hathruithe a chur i bhfeidhm ní mór duit an cnaipe \"Athlódáil téama saincheaptha\" a bhualadh in aice leis an téama curtha in eagar san fhoirm thíos.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Sula gcuirfear téama nua saincheaptha leis, uaslódáil comhaid uile an téama chuig fillteán nua san eolaire seo a leanas. Más mian leat ceann de do théamaí saincheaptha a chur in eagar, déan tagairt don eolaire seo mar an gcéanna.", + "Loading themes…" : "Téamaí á lódáil…", + "Add custom theme" : "Cuir téama saincheaptha leis", + "Reload themes list" : "Íosluchtaigh téamaí liosta", + "Compatible theme." : "Téama comhoiriúnach.", + "System theme" : "Téama córais", + "Copy system theme" : "Cóipeáil téama an chórais", + "Custom theme" : "Téama saincheaptha", + "Reload custom theme" : "Athlódáil téama saincheaptha", + "Copy custom theme" : "Cóipeáil téama saincheaptha", + "Delete custom theme" : "Scrios téama saincheaptha", + "Base theme" : "Buntéama", + "Theme name" : "Ainm an téama", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Tharla earráid gan choinne agus an gníomh seo á dhéanamh. Seiceáil le do thoil logaí Nextcloud.", + "Error: {error}" : "Earráid: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Tharla {exception} gan choinne: {exceptionMessage}", + "Custom plugins" : "Breiseáin saincheaptha", + "Add custom plugins to reach for Pico's full potential." : "Cuir breiseáin saincheaptha leis chun cumas iomlán Pico a bhaint amach.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Ligeann Pico CMS do Nextcloud duit forlíontáin saincheaptha a chur leis chun úsáid iomlán a bhaint as cumhacht Pico. Oibríonn breiseán ar bhonn domhanda, i.e. trí bhreiseán saincheaptha a chur leis beidh sé ar chumas do shuímh Ghréasáin uile d’úsáideoirí é. Sula gcuirfidh tú breiseán saincheaptha nua leis ag baint úsáide as an gcnaipe \"Cuir breiseán saincheaptha\" thíos, ní mór duit comhaid uile an bhreiseáin a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis duit an breiseán a uaslódáil, taispeánfar é san fhoirm thíos chun é a chumasú i ndáiríre. Más mian leat ceann de na forlíontáin saincheaptha a cuireadh leis roimhe seo a nuashonrú, níl le déanamh ach comhaid an bhreiseáin a athsholáthar i bhfillteán sonraí Nextcloud. Chun na hathruithe a chur i bhfeidhm ní mór duit an cnaipe \"Athlódáil breiseán saincheaptha\" a bhualadh in aice leis an mbreiseán nuashonraithe san fhoirm thíos.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Sula gcuirfear breiseán saincheaptha nua leis, uaslódáil comhaid uile an bhreiseáin chuig fillteán nua san eolaire seo a leanas. Más mian leat ceann de do chuid breiseán saincheaptha a nuashonrú, déan tagairt don eolaire seo mar an gcéanna. Tabhair faoi deara le do thoil nach mór d'ainm fillteán breiseán a bheith ag teacht go docht le hainm an bhreiseáin, nó diúltóidh Pico an breiseán a chumasú.", + "Loading plugins…" : "Breiseáin á lódáil…", + "Add custom plugin" : "Cuir breiseán saincheaptha leis", + "Reload plugins list" : "Athlódáil liosta breiseán", + "Compatible plugin." : "Breiseán comhoiriúnach.", + "Example plugin" : "Sampla breiseán", + "Copy example plugin" : "Cóipeáil breiseán sampla", + "System plugin" : "Breiseán córais", + "Custom plugin" : "Breiseán saincheaptha", + "Reload custom plugin" : "Athlódáil breiseán saincheaptha", + "Delete custom plugin" : "Scrios breiseán saincheaptha", + "Base plugin" : "Bunús breiseán", + "Plugin name" : "Ainm an bhreiseáin", + "Custom templates" : "Teimpléid saincheaptha", + "Make it easier for users to create new websites." : "Déan é níos fusa d’úsáideoirí láithreáin ghréasáin nua a chruthú.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Is féidir le láithreáin ghréasáin nua a chruthú a bheith deacair - cá háit le tosú fiú? Feidhmíonn teimpléid saincheaptha mar phointe tosaigh d’úsáideoirí chun suíomh Gréasáin nua a chruthú ag baint úsáide as Pico CMS do Nextcloud. Sula gcuirfidh tú teimpléad saincheaptha nua leis ag baint úsáide as an gcnaipe \"Cuir teimpléad saincheaptha\" thíos, ní mór duit comhaid uile an teimpléid a uaslódáil chuig an bhfillteán sonraí ar do shampla Nextcloud. Tar éis duit an teimpléad a uaslódáil taispeánfar é san fhoirm thíos chun é a chur leis an bhfoirm \"Cruthaigh suíomh Gréasáin nua\" de do chuid úsáideoirí. Más mian leat ceann de na teimpléid saincheaptha a cuireadh leis roimhe seo a mhodhnú, níl le déanamh ach na comhaid chomhfhreagracha i bhfillteán sonraí Nextcloud a chur in eagar.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Sula gcuirtear teimpléad saincheaptha nua leis, uaslódáil comhaid uile an teimpléid chuig fillteán nua san eolaire seo a leanas:", + "Loading templates…" : "Teimpléid á lódáil…", + "Add custom template" : "Cuir teimpléad saincheaptha leis", + "Reload templates list" : "Athlódáil liosta teimpléid", + "Compatible template." : "Teimpléad comhoiriúnach.", + "System template" : "Teimpléad córais", + "Copy system template" : "Cóipeáil teimpléad córais", + "Custom template" : "Teimpléad saincheaptha", + "Copy custom template" : "Cóipeáil teimpléad saincheaptha", + "Delete custom template" : "Scrios teimpléad saincheaptha", + "Base template" : "Teimpléad bonn", + "Template name" : "Ainm teimpléad", + "Configure your web server" : "Cumraigh do fhreastalaí gréasáin", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Cumasaigh Pico CMS le haghaidh lánacmhainneacht Nextcloud trí do fhreastalaí gréasáin a chumrú go cuí.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ag brath ar chumraíocht do fhreastalaí gréasáin, is féidir le húsáideoirí rochtain a fháil ar a láithreáin ghréasáin ag baint úsáide as URLanna éagsúla. De réir réamhshocraithe, is féidir le húsáideoirí rochtain a fháil ar a láithreáin ghréasáin ag baint úsáide as Pico CMS le haghaidh URL iarratais iomlán Nextcloud. Mar sin féin, tá na URLanna seo fada go leor agus mar sin níl siad an-éasca le húsáid. Ar an gcúis seo, tacaíonn Pico CMS do Nextcloud le URLanna giorraithe freisin ag baint úsáide as an bhfillteán fíorúil \"suíomhanna /\". Mar sin féin, teastaíonn roinnt cumraíochta freastalaí gréasáin breise chun an ghné seo a úsáid. Má tá freastalaí gréasáin Apache á úsáid agat, bain triail as ceann amháin den chéad dá shampla a thaispeántar thíos. Más fearr leat an freastalaí gréasáin nginx a úsáid, bain triail as ceann amháin den dá shampla dheireanacha. Mura dtuigeann tú i ndáiríre cad atá ar siúl, déan teagmháil le riarthóir do fhreastalaí agus seol an fhaisnéis thíos chuige. Má insíonn do riarthóir freastalaí duit nach féidir é seo a dhéanamh, ná bíodh éadóchas ort - is féidir leat Pico CMS a úsáid fós le haghaidh URLanna feidhmchláir iomlána Nextcloud, oibríonn siad as an mbosca i gcónaí.", + "Enable short website URLs" : "Cumasaigh URLanna gairide láithreáin ghréasáin", + "Full application URLs" : "URLanna iarratais iomlána", + "Short website URLs" : "URLanna láithreán gréasáin gearr", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Tar éis duit do fhreastalaí gréasáin a chumrú chun URLanna giorraithe a chumasú, ba cheart duit an rogha comhfhreagrach thuas a roghnú chun do chuid úsáideoirí a chur ar an eolas faoin ngné seo. Ná cumasaigh an rogha seo mura bhfuil an fillteán fíorúil \"suíomhanna/\" cumraithe agat fós ag baint úsáide as ceann de na samplaí cumraíochta a thaispeántar thíos.", + "Using Apache's mod_proxy" : "Ag baint úsáide as mod_proxy Apache", + "Your users' website URLs will look like the following:" : "Beidh cuma mar seo a leanas ar URLanna láithreáin ghréasáin d’úsáideoirí:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Cóipeáil an t-alt cumraíochta thuas chuig an rannán de do apache.conf ag Nextcloud. Sula ndéanann tú amhlaidh ní mór duit mod_proxy Apache agus mod_proxy_http araon a chumasú. Seachas sin diúltóidh do fhreastalaí gréasáin Earráid Freastalaí Inmheánach 500 a thosú (ath)thosú nó a thabhairt.", + "Using Apache's mod_rewrite" : "Ag baint úsáide as mod_rewrite Apache", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Sula ndéanann tú an t-alt cumraíochta thuas a chóipeáil go dtí an roinn de do apache.conf de Nextcloud, déan cinnte modúl mod_rewrite Apache a chumasú. Seachas sin, diúltóidh do fhreastalaí gréasáin (ath)tús a chur nó Earráid Fhreastalaí Inmheánach 500 a thabhairt ar ais. Tabhair faoi deara nach ligfidh an chumraíocht seo duit URLanna giorraithe a úsáid, ní dhéanann sé ach úsáideoirí a atreorú ó URLanna giorraithe go URL iomlán an tsuímh. Mar sin, ba cheart go mb'fhearr leat an réiteach ag baint úsáide as mod_proxy a thaispeántar thuas.", + "Using nginx's proxy_pass" : "Ag baint úsáide as seachfhreastalaí nginx", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Cóipeáil an blúire cumraíochta thuas chuig an rannóg freastalaí Nextcloud { … } de do nginx.conf. Sula ndéanann tú é sin ní mór duit modúl ngx_http_proxy_module nginx a chumasú. Seachas sin diúltóidh do fhreastalaí gréasáin Earráid Freastalaí Inmheánach 500 a thosú (ath)thosú nó a thabhairt.", + "Using nginx's rewrite" : "Ag baint úsáide as athscríobh nginx", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Níl le déanamh ag ach an t-alt cumraíochta thuas a chóipeáil go dtí an chuid freastalaí Nextcloud { … } de do nginx.conf. Tabhair faoi deara nach ligfidh an cumraíocht seo duit URLanna giorraithe a úsáid, ní dhéanann sé ach úsáideoirí a atreorú ó URLanna giorraithe go URL iomlán an tsuímh. Mar sin ba cheart go mb'fhearr leat an réiteach ag baint úsáide as treoir seachfhreastalaí nginx a thaispeántar thuas.", + "Version information" : "Eolas faoin leagan", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Rinne Maxence Lange agus Daniel RudolfPico CMS do Nextcloud é.
Is bogearraí foinse oscailte saor in aisce é a eisítear faoiCheadúnas Poiblí Ginearálta GNU Affero..", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Rinne Gilbert Pellegrom agus Daniel Rudolf Pico agus tá sé á chothabháil ag An Comhphobal Pico.
Is bogearraí foinse oscailte saor in aisce é a eisítear faoin gceadúnasCeadúnas MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "ComhcheanglaíonnPico CMS do Nextcloudcumhacht Pico agus Nextcloud chun suíomhanna gréasáin simplí, slán, inroinnte agus iontach cumhachtach a chruthú gan ach cúpla cad a tharlaíonn. Is CMS comhad cothrom simplí, blazing tapa, é Pico - rud a fhágann go bhfuil an gréasán éasca!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Tosaigh blag, roinn do atosú leis an domhan, cruthaigh plean le haghaidh forlámhas an domhain agus ná déan é a roinnt ach leis na cairde cearta nó tóg bonn eolais agus lig do na cinn chliste i measc do chomhghleacaithe cabhrú leat. Ligeann Pico CMS do Nextcloud duit do shuíomhanna Gréasáin féin a chruthú agus a bhainistiú. Níl i gceist ach leathanach nua a chruthú le Pico ná comhad téacs simplí a chruthú i do chomhaid Nextcloud. Níl aon chumraíocht ag teastáil, níl aon chomhéadain bhainistíochta casta go hiomlán - díreach comhaid. Is é an cluiche foirfe é le Nextcloud. Comhroinnt Slán, Comhoibriú, Rialú Rochtana - ní hamháin do do chuid comhad, ach do láithreáin ghréasáin freisin, iad seo ar fad indéanta ag Pico CMS do Nextcloud! Na teorainneacha idir do ghléasanna Soghluaiste & Deisce agus do Fhreastalaí a bhriseadh.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Níl i suíomh Gréasáin ach dornán de chomhaid téacs.md i do chomhaid Nextcloud. Seasann.md doMarkdown - marcáil thar a bheith simplí agus iomasach chun ceannteidil, ailt, formáidiú téacs, liostaí, íomhánna agus naisc a chruthú. Ach ná bíodh éadóchas ort - ní gá duit teanga eile a fhoghlaim mura bhfuil tú ag iarraidh. Bain triail as aip Markdown Editor Nextcloud chun rudaí éasca a dhéanamh dúr simplí. Tabhair faoi deara le do thoil nach bhfuil eagarthóir Téacs ionsuite Nextcloud ag luí le Pico CMS do Nextcloud. Ach cad faoi mheiteashonraí mar theideal leathanaigh nó dáta eisiúna? Buille faoi thuairim ceart, tá sé ar fad in aon áit amháin. Ag barr do chomhaid Markdown is féidir leat bloc a chur le sonraí meite den sórt sin - ar a dtugtar YAML Front Matter. Ní féidir a bheith níos éasca suíomhanna gréasáin a chruthú…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Ba mhaith leat níos mó a fhoghlaim faoi Pico CMS do Nextcloud? Éasca! Cruthaigh do chéad láithreán gréasáin pearsanta ag baint úsáide as an teimpléad \"sample_pico\". Míneoidh ábhar samplach Pico gach rud atá uait…", + "You will be able to access your websites using URLs like the following:" : "Beidh tú in ann rochtain a fháil ar do shuímh Ghréasáin trí úsáid a bhaint as URLanna mar seo a leanas:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Chuir admin Nextcloud teorainn le rochtain Pico CMS do Nextcloud do ghrúpaí áirithe. Ar an drochuair, níl cead agat suíomhanna gréasáin pearsanta a chruthú. Is féidir leat rochtain a fháil fós ar shuíomhanna Gréasáin úsáideoirí eile, b’fhéidir láithreáin ghréasáin phríobháideacha a áireamh. Má bhí cead agat láithreáin ghréasáin a chruthú san am atá caite, ní gá duit a bheith buartha faoi do shonraí: Níl aon rud caillte. Ní bheidh aon duine in ann rochtain a fháil ar do shuímh Ghréasáin phríobháideacha, áfach, agus taispeántar earráid “Ní bhfuarthas an suíomh Gréasáin” ina ionad sin.", + "Loading websites…" : "Láithreáin Ghréasáin á lódáil…", + "Name" : "Ainm", + "Path" : "Cosán", + "Theme" : "Téama", + "Created" : "Cruthaithe", + "Go to website" : "Téigh go dtí an suíomh Gréasáin", + "Go to website directory" : "Téigh go dtí eolaire láithreán gréasáin", + "Edit website name" : "Cuir ainm an tsuímh Ghréasáin in eagar", + "Edit private website settings" : "Cuir socruithe príobháideacha láithreán gréasáin in eagar", + "Delete website" : "Scrios an láithreán gréasáin", + "Actions" : "Gníomhartha", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Tacaíonn Pico CMS do Nextcloud le láithreáin ghréasáin phoiblí agus phríobháideacha araon. Is féidir le gach duine rochtain a fháil ar láithreáin ghréasáin phoiblí, is cuma má tá siad logáilte isteach nó nach bhfuil. Más mian leat rochtain ar fho-thacar áirithe úsáideoirí a theorannú, cruthaigh suíomh Gréasáin príobháideach. Ní mór do gach cuairteoir ar shuíomh Gréasáin príobháideach a bheith logáilte isteach, nó taispeántar earráid \"Rochtain toirmiscthe\". Ina theannta sin ní mór ceann de na coinníollacha seo a leanas a chomhlíonadh: (1) tá rochtain ag an úsáideoir ar bhunchomhaid an tsuímh Ghréasáin (i.e. roinntear an fillteán foinse leis an úsáideoir), (2) tá an t-úsáideoir ina bhall de cheann de na grúpaí atá liostaithe thíos, nó (3) go bhfuil an t-úsáideoir ina bhall de cheann de na grúpaí atá sonraithe in Ábhar Tosaigh YAML ar an leathanach iarrtha ag baint úsáide as an meiteluach \"rochtain\".", + "Website type" : "Cineál láithreán gréasáin", + "Public website" : "Láithreán gréasáin poiblí", + "The website is publicly accessible and requires no authentication whatsoever." : "Tá rochtain ag an bpobal ar an suíomh Gréasáin agus níl aon fhíordheimhniú ag teastáil uaidh.", + "Private website" : "Láithreán gréasáin príobháideach", + "The website requires authentication, access is limited to a subset of all users." : "Teastaíonn fíordheimhniú ón suíomh Gréasáin, tá rochtain teoranta d’fhothacar de gach úsáideoir.", + "Group access" : "Rochtain ghrúpa", + "Grant access to all members of the selected groups." : "Tabhair rochtain do gach ball de na grúpaí roghnaithe.", + "Reload websites list" : "Íoslódáil liosta de na láithreáin ghréasáin", + "Create a new website" : "Cruthaigh suíomh gréasáin nua", + "Just fill the form below to create your own personal website." : "Níl le déanamh ach an fhoirm thíos a líonadh chun do shuíomh Gréasáin pearsanta féin a chruthú.", + "My example website" : "Mo láithreán gréasáin teimpléad", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Anseo is féidir leat ainm do shuíomh Gréasáin pearsanta a shonrú. Úsáidfear ainm do shuíomh Gréasáin mar theideal an tsuímh Ghréasáin, a léirítear go minic i gceanntásc do shuíomh Gréasáin.", + "Identifier" : "Aitheantóir", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Forordaíonn aitheantóir do shuímh Ghréasáin seoladh do tsuímh Ghréasáin (URL) agus ainm an eolaire a stórálfar comhaid do tsuímh Ghréasáin (idir leathanach agus sócmhainní) ann. Ní mór carachtair alfa-uimhriúla beaga a bheith in aitheantóir an tsuímh Ghréasáin, daiseanna agus scóir (a-z, 0). -9, - agus _) amháin.", + "Address" : "Seoladh", + "You will be able to access your website using the address (URL) shown above." : "Beidh tú in ann rochtain a fháil ar do shuíomh Gréasáin ag baint úsáide as an seoladh (URL) a thaispeántar thuas.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Agus suíomh Gréasáin nua á chruthú, cóipeann Pico CMS do Nextcloud an teimpléad láithreán gréasáin chuig an eolaire nua seo a leanas i do Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Is féidir leat ceann de na téamaí a chuirtear ar fáil a úsáid le haghaidh indibhidiúlacht agus stíl níos fearr. Más mian leat téama eile a úsáid, cuir ceist ar do riarthóir Nextcloud - b'fhéidir go bhféadfaí an téama is fearr leat a chur leis freisin!", + "Template" : "Teimpléad", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Feidhmíonn teimpléid mar phointe tosaigh nuair a chruthaítear suíomh Gréasáin nua. Is éard atá i ngach teimpléad ná eolaire \"ábhar\" (do do leathanaigh) agus eolaire \"sócmhainní\" (do shócmhainní do láithreán gréasáin), a chóipeáilfear chuig an bhfillteán thuas i do Nextcloud.", + "Create new website" : "Cruthaigh suíomh gréasáin nua", + "Loading…" : "Á lódáil…" +},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" +} \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 51b1d414..89043164 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -4,7 +4,7 @@ OC.L10N.register( "Copy" : "Copiar", "Confirm website deletion" : "Confirmar a eliminación do sitio web", "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Esta operación eliminará o sitio web «{name}». Non obstante, todo o contido aínda estará dispoñíbel no seu Nextcloud.", - "Choose website directory" : "Escolla o directorio do sitio web", + "Choose website directory" : "Escoller o directorio do sitio web", "Abort" : "Interromper", "Save" : "Gardar", "The requested website could not be found on the server. Maybe the website was deleted?" : "Non se atopou o sitio web solicitado no servidor. Quizais foi eliminado o sitio web.", @@ -15,26 +15,27 @@ OC.L10N.register( "This website uses a incompatible theme and thus could not be built." : "Este sitio web usa un tema incompatíbel e polo tanto non se puido crear.", "The requested website page could not be found on the server. Maybe the page was deleted?" : "Non se atopou a páxina do sitio web solicitada no servidor. Quizais a páxina foi eliminada.", "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Non ten acceso a esta páxina web. Quizais a acción foi eliminada ou caducou.", - "The requested website page could not be built, so that the server was unable to complete your request." : "Non foi posíbel construír a páxina do sitio web solicitada polo que o servidor non puido completar a solicitude.", + "The requested website page could not be built, so that the server was unable to complete your request." : "Non é posíbel construír a páxina do sitio web solicitada polo que o servidor non foi quen completar a solicitude.", "The file and directory structure of this website appears to be broken und thus could not be accessed." : "A estrutura de ficheiros e directorios deste sitio web polo que non se pode acceder a ela.", "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Non se atopou o servidor solicitado no sitio web. Quizais foi eliminado o activo.", - "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Non ten acceso a este activo do sitio web. Quizais o recurso compartido foi eliminado ou caducou. ", - "Plugin not found." : "Non se atopou o engadido.", - "Plugin exists already." : "O engadido xa existe.", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Non ten acceso a este activo do sitio web. Quizais a compartición foi eliminada ou caducou. ", + "Plugin not found." : "Non se atopou o complemento.", + "Plugin exists already." : "O complemento xa existe.", "Template not found." : "Non se atopou o modelo.", "Template exists already." : "O modelo xa existe.", "Theme not found." : "Non se atopou o tema.", "Theme exists already." : "Xa existe este tema.", "Website exists." : "O sitio web xa existe.", "No permission." : "Sen permisos.", + "The value given is invalid." : "O valor indicado non é válido.", "Website not found." : "Non foi atopado o sitio web.", "Local (unencrypted)" : "Local (sen cifrar)", "Location" : "Localización", - "Incompatible plugin: Plugin file \"{file}\" not found." : "Engadido incompatíbel: non se atopou o ficheiro do engadido «{file}».", - "Incompatible plugin: PHP parse error in file \"{file}\"." : "Engadido incompatíbel: produciuse un erro de análise PHP no ficheiro «{file}».", - "Incompatible plugin: Plugin class \"{class}\" not found." : "Engadido incompatíbel: non se atopou o engadido da clase «{class}».", - "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Engadido incompatíbel: os engadidos para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este engadido usa a versión {apiVersion} da API.", - "Incompatible template: Required directory \"{file}\" not found." : "Modelo incompatíbel: non se atopou o directorio requirido «{file}».", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Complemento incompatíbel: non se atopou o ficheiro do complemento «{file}».", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Complemento incompatíbel: produciuse un erro de análise PHP no ficheiro «{file}».", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Complemento incompatíbel: non se atopou o complemento da clase «{class}».", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Complemento incompatíbel: os complementos para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este complemento usa a versión {apiVersion} da API.", + "Incompatible template: Required directory \"{file}\" not found." : "Modelo incompatíbel: non se atopou o directorio solicitado «{file}».", "Incompatible theme: Twig template \"{file}\" not found." : "Tema incompatíbel: non se atopou o modelo «{file}» para Twig.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema incompatíbel: os temas para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este engadido usa a versión {apiVersion} da API.", "The name of the website must be longer." : "O nome do sitio web debe ser máis longo.", @@ -46,16 +47,16 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "A ruta do sitio web almacénase nun almacenamento non local.", "Parent folder of the website's path not found." : "Non se atopou o cartafol pai da ruta do sitio web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Produciuse un fallo ao activar Pico CMS para Nextcloud: Non foi posíbel atopar «%s». Asegúrese de instalar as dependencias da aplicación executando «composer install» no directorio de instalación da aplicación baixo «%s». Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Produciuse un erro ao activar Pico CMS para Nextcloud: O servidor web non ten permiso para crear ficheiros e cartafoles baixo «%s». Asegúrese de darlle ao servidor web acceso de escritura a este directorio cambiando os seus permisos e propiedade aos mesmos que os do seu directorio «»%s. Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Produciuse un erro ao activar Pico CMS para Nextcloud: O servidor web non ten permiso para crear ficheiros e cartafoles baixo «%s». Asegúrese de darlle ao servidor web acceso de escritura a este directorio cambiando os seus permisos e propiedade aos mesmos que os do seu directorio «%s». Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crear e publicar os seus propios sitios web con Pico CMS para Nextcloud.", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina a potencia de [**Pico**](http://picocms.org/) e do [**Nextcloud**](https://nextcloud.com/) para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un arquivo CMS estupidamente sinxelo e rápido que fai que a web sexa máis sinxela.\n\n* Comezar un blog\n* Compartir o seu currículo coa xente\n* Crear un plan de dominación mundial e compártao só cos amigos axeitados\n* Construír unha base de coñecemento e deixar que os intelixentes entre os seus compañeiros se axuden\n\nA instalación de Pico CMS para Nextcloud permite aos seus usuarios crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos ficheiros Nextcloud dos usuarios. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.\n\nOs sitios web serán accesíbeis a través de URL como «https://cloud.example.com/sites/meu_sitio/» e constan só dun grupo de ficheiros de texto «.md» nos ficheiros Nextcloud dun usuario. «.md» quer dicir [**Markdown**]https://www.markdownguide.org/): unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Considere activar a aplicación [Editor Markdown](https://apps.nextcloud.com/apps/files_markdown) do Nextcloud, así será a cousa máis parva facer as cousas fáciles. Teña en conta que o editor de texto incorporado do Nextcloud non é compatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con eses meta datos - chamado [**YAML**](https://es.wikipedia.org/wiki/YAML). A creación de sitios web non pode ser máis sinxela…\n\nMais iso non é todo… Pico CMS para Nextcloud é moi personalizábel. Pode cambiar o aspecto de Pico mediante temas personalizados e engadir novas funcionalidades mediante complementos personalizados. Por razóns de seguridade, os usuarios non poden engadir temas nin complementos personalizados por si sós, mais vostede como administrador pode. Os complementos e temas non son só «peles» ou «trebellos» novos, as tecnoloxías subxacentes son potentes marcos que vostede pode aproveitar para que os sitios web dos seus usuarios sexan realmente únicos. Non obstante, cun gran poder vén unha gran responsabilidade. Pico CMS para Nextcloud fai o posíbel para evitar que os usuarios inclúan scripts en sitios web, xa que isto pode supor riscos para a seguridade (chamado «Scripting Cross»). Dado que este risco non se aplica a Pico mesmo, é posíbel que os desenvolvedores de complementos e temas de terceiros non teñan coñecemento deste problema, así que teña coidado ao instalar complementos e temas personalizados.\n\nQuere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con descargar e activar a aplicación dende a [Tenda de aplicacións do Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e navegar ata a páxina de configuración do Nextcloud. Como administrador atoparás dúas seccións «Pico CMS» na súa configuración Nextcloud: unha debaixo de «Persoal», outra debaixo de «Administración». Este último permítelle engadir temas, complementos e modelos personalizados a Pico, así como axustar algunhas configuracións avanzadas. A sección «Pico CMS» debaixo de «Persoal» existe para todos os usuarios Nextcloud e permite crear un sitio web persoal. Simplemente cree o seu primeiro sitio persoal e escolla «esample_pico» como modelo de sitio web. O contido do exemplo de Pico explicaralle todo o que necesita saber…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina a potencia de [**Pico**](http://picocms.org/) e do [**Nextcloud**](https://nextcloud.com/) para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un CMS de ficheiros simples estupidamente sinxelo e moi rápido, que fai que a web sexa máis doada..\n\n* Comezar un blog\n* Compartir o seu currículo coa xente\n* Crear un plan de dominación mundial e compártao só cos amigos axeitados\n* Construír unha base de coñecemento e deixar que os intelixentes entre os seus compañeiros se axuden\n\nA instalación de Pico CMS para Nextcloud permite aos seus usuarios crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos ficheiros Nextcloud dos usuarios. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.\n\nOs sitios web serán accesíbeis a través de URL como «https://cloud.example.com/sites/meu_sitio/» e constan só dun grupo de ficheiros de texto «.md» nos ficheiros Nextcloud dun usuario. «.md» quer dicir [**Markdown**]https://www.markdownguide.org/): unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Considere activar a aplicación [Editor Markdown](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud, así será a cousa máis parva facer as cousas fáciles. Teña en conta que o editor de texto integrado de Nextcloud non é compatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con eses meta datos - chamado [**YAML**](https://es.wikipedia.org/wiki/YAML). Preliminar. A creación de sitios web non pode ser máis sinxela…\n\nMais iso non é todo… Pico CMS para Nextcloud é moi personalizábel. Pode cambiar o aspecto de Pico mediante temas personalizados e engadir novas funcionalidades mediante complementos personalizados. Por mor da seguranza, os usuarios non poden engadir temas nin complementos personalizados por si sós, mais Vde. como administrador pode. Os complementos e temas non son só «peles» ou «trebellos» novos, as tecnoloxías subxacentes son potentes marcos que Vde. pode aproveitar para que os sitios web dos seus usuarios sexan realmente únicos. Non obstante, cun gran poder vén unha gran responsabilidade. Pico CMS para Nextcloud fai o posíbel para evitar que os usuarios inclúan scripts en sitios web, xa que isto pode supor riscos para a seguranza (chamado «Scripting Cross»). Dado que este risco non se aplica a Pico mesmo, é posíbel que os desenvolvedores de complementos e temas de terceiros non teñan coñecemento deste problema, así que teña coidado ao instalar complementos e temas personalizados.\n\nQuere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con descargar e activar a aplicación dende a [Tenda de aplicacións de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e navegar ata a páxina de configuración de Nextcloud. Como administrador atoparás dúas seccións «Pico CMS» na súa configuración Nextcloud: unha debaixo de «Persoal», outra debaixo de «Administración». Este último permítelle engadir temas, complementos e modelos personalizados a Pico, así como axustar algunhas configuracións avanzadas. A sección «Pico CMS» debaixo de «Persoal» existe para todos os usuarios Nextcloud e permite crear un sitio web persoal. Simplemente cree o seu primeiro sitio persoal e escolla «sample_pico» como modelo de sitio web. O contido do exemplo de Pico explicaralle todo o que necesita saber…", "Access forbidden" : "Acceso denegado", "Back to %s" : "Volver a %s", "Not found" : "Non atopado", "Internal Server Error" : "Produciuse un erro interno do servidor", - "The server was unable to complete your request." : "O servidor non foi quen de completar a súa solicitude. ", - "If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos ao administrador do servidor.", + "The server was unable to complete your request." : "O servidor non é quen de completar a súa solicitude. ", + "If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos á administración do servidor.", "Remote Address: %s" : "Enderezo remoto: %s", "Request ID: %s" : "ID da solicitude: %s", "More details can be found in the server log." : "Atopará máis detalles no rexistro do servidor.", @@ -66,9 +67,9 @@ OC.L10N.register( "File: %s" : "Ficheiro: %s", "Line: %s" : "Liña: %s", "Trace" : "Traza", - "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "A súa instalación do Nextcloud é incompatíbel co Pico CMS para Nextcloud.", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunhas das súas aplicacións do Nextcloud teñen incompatibilidades co Pico CMS para Nextcloud. Non é culpa de ninguén, nin o Nextcloud nin as aplicacións en conflito teñen a culpa, esta é só unha limitación técnica da infraestrutura de aplicacións do Nextcloud que non podemos resolver a curto prazo. Estamos traballando nunha solución! Mentres tanto, debe eliminar as aplicacións en conflito. As aplicacións conflitivas coñecidas son «Modelo de incidentes» e «Condicións do servizo».", - "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Se ve o erro «Call to undefined method ParsedownExtra::textElements()» nos rexistros do Nextcloud, aínda que eliminou todas as aplicacións en conflito, non dubide en abrir un novo incidente no GitHub cunha copia do erro, incluída a traza de chamadas e unha lista completa de todas as aplicacións instaladas.", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "A súa instalación de Nextcloud é incompatíbel co Pico CMS para Nextcloud.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunhas das súas aplicacións de Nextcloud teñen incompatibilidades co Pico CMS para Nextcloud. Non é culpa de ninguén, nin Nextcloud nin as aplicacións en conflito teñen a culpa, esta é só unha limitación técnica da infraestrutura de aplicacións de Nextcloud que non podemos resolver a curto prazo. Estamos traballando nunha solución! Mentres tanto, debe retirar as aplicacións en conflito. As aplicacións conflitivas coñecidas son «Modelo de incidentes» e «Condicións do servizo».", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Se ve o erro «Call to undefined method ParsedownExtra::textElements()» nos rexistros de Nextcloud, aínda que retirou todas as aplicacións en conflito, non dubide en abrir un novo incidente no GitHub cunha copia do erro, incluída a traza de chamadas e unha lista completa de todas as aplicacións instaladas.", "Pico CMS for Nextcloud" : "Pico CMS para Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Cambiar Pico CMS polo comportamento de Nextcloud e xestionar funcións opcionais.", "Limit to groups" : "Límite para grupos", @@ -76,7 +77,7 @@ OC.L10N.register( "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Se non quere activar para todos os seus usuarios a creación de sitios web persoais, pode limitar Pico CMS para Nextcloud a determinados grupos. Seleccione os grupos aos que quere limitar o acceso. Se deixa este campo baleiro, o uso non estará limitado. Ao revogar o acceso a certos grupos non se eliminará ningún sitio web dun usuario, non obstante, serán inaccesíbeis.", "Custom themes" : "Temas personalizados", "Add custom themes for greater individuality and style." : "Engade temas personalizados para maior individualidade e estilo.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud permite engadir temas personalizados para unha maior individualidade e estilo. Non obstante, por razóns de seguridade, os usuarios non poden engadir temas por conta propia. Antes de poder engadir un novo tema personalizado usando o botón «Engadir un tema personalizado» deseguido, terá que cargar todos os ficheiros no cartafol de datos da súa instancia Nextcloud. Após cargar o tema aparecerá no seguinte formulario para permitir aos usuarios usar o tema personalizado. Se quere modificar un dos seus temas personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos do Nextcloud. Para que os cambios teñan efecto, debe premer no botón «Volver cargar o tema personalizado» que se atopa xunto ao tema editado no seguinte formulario.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud permite engadir temas personalizados para unha maior individualidade e estilo. Non obstante, por mor da seguranza, os usuarios non poden engadir temas por conta propia. Antes de poder engadir un novo tema personalizado usando o botón «Engadir un tema personalizado» deseguido, terá que enviar todos os ficheiros no cartafol de datos da súa instancia Nextcloud. Após enviar o tema aparecerá no seguinte formulario para permitir aos usuarios usar o tema personalizado. Se quere modificar un dos seus temas personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos de Nextcloud. Para que os cambios teñan efecto, debe premer no botón «Volver cargar o tema personalizado» que se atopa xunto ao tema editado no seguinte formulario.", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Antes de engadir un novo tema personalizado, envíe todos os ficheiros de tema a un novo cartafol no seguinte directorio. Se quere editar un dos seus temas personalizados, consulte tamén este directorio.", "Loading themes…" : "Cargando temas…", "Add custom theme" : "Engadir un tema personalizado", @@ -93,22 +94,26 @@ OC.L10N.register( "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Produciuse un erro inesperado ao realizar esta acción. Verifique os rexistros de Nextcloud.", "Error: {error}" : "Erro: {error}", "Encountered unexpected {exception}: {exceptionMessage}" : "Atopouse unha {exception} inesperada: {exceptionMessage}", - "Custom plugins" : "Engadidos personalizados", + "Custom plugins" : "Complementos personalizados", "Add custom plugins to reach for Pico's full potential." : "Engadir complementos personalizados para alcanzar todo o potencial de Pico.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud permítelle engadir complementos personalizados para aproveitar realmente todo o poder de Pico. Os complementos funcionan de xeito global, é dicir, engadir un complemento personalizado actívao para todos os sitios web dos seus usuarios. Antes de engadir un novo complemento personalizado usando o botón «Engadir un complemento personalizado» deseguido, terá que cargar todos os ficheiros do complemento no cartafol de datos da súa instancia Nextcloud. Após enviar o complemento aparecerá no seguinte formulario para activalo. Se quere actualizar un dos seus complementos personalizados engadidos anteriormente, simplemente substitúa os ficheiros do complemento no cartafol de datos do Nextcloud. Para que as modificacións teñan efecto, debe premer no botón '«Volver cargar o tema personalizado» xunto ao complemento actualizado no seguinte formulario.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud permítelle engadir complementos personalizados para aproveitar realmente todo o poder de Pico. Os complementos funcionan de xeito global, é dicir, engadir un complemento personalizado actívao para todos os sitios web dos seus usuarios. Antes de engadir un novo complemento personalizado usando o botón «Engadir un complemento personalizado» deseguido, terá que enviar todos os ficheiros do complemento no cartafol de datos da súa instancia Nextcloud. Após enviar o complemento aparecerá no seguinte formulario para activalo. Se quere actualizar un dos seus complementos personalizados engadidos anteriormente, simplemente substitúa os ficheiros do complemento no cartafol de datos de Nextcloud. Para que as modificacións teñan efecto, debe premer no botón «Volver cargar o tema personalizado» xunto ao complemento actualizado no seguinte formulario.", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Antes de engadir un novo complemento personalizado, envíe todos os ficheiros do complemento a un novo cartafol no directorio seguinte. Se quere editar un dos seus complementos personalizados, consulte tamén este directorio. Teña en conta que o nome do cartafol dun complemento debe coincidir estritamente co nome do complemento, se non, Pico rexeitará activalo.", - "Loading plugins…" : "Cargando engadidos…", + "Loading plugins…" : "Cargando complementos…", "Add custom plugin" : "Engadir un complemento personalizado", - "Reload plugins list" : "Volver cargar a lista de engadidos", - "Compatible plugin." : "Engadido compatíbel.", - "System plugin" : "Engadido do sistema", - "Custom plugin" : "Engadido personalizado", - "Reload custom plugin" : "Volver cargar o engadido personalizado", - "Delete custom plugin" : "Eliminar o engadido personalizado", + "Reload plugins list" : "Volver cargar a lista de complementos", + "Compatible plugin." : "Complemento compatíbel.", + "Example plugin" : "Complemento de exemplo.", + "Copy example plugin" : "Copiar o complemento de exemplo.", + "System plugin" : "Complemento do sistema", + "Custom plugin" : "Complemento personalizado", + "Reload custom plugin" : "Volver cargar o complemento personalizado", + "Delete custom plugin" : "Eliminar o complemento personalizado", + "Base plugin" : "Complemento base", + "Plugin name" : "Nome do complemento", "Custom templates" : "Modelos personalizados", "Make it easier for users to create new websites." : "Facilitar aos usuarios a creación de novos sitios web.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "A creación de novos sitios web pode ser difícil, por onde comezar? Os modelos personalizados actúan como punto de partida para que os usuarios creen un novo sitio web usando Pico CMS para Nextcloud. Antes de engadir un novo modelo personalizado usando o botón «Engadir un modelo personalizado» deseguido, ten que cargar todos os ficheiros do modelo no cartafol de datos da súa instancia Nextcloud. Após enviar o modelo aparecerá no seguinte formulario para engadilo ao formulario «Crear un novo sitio web» dos seus usuarios. Se quere modificar un dos seus modelos personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos do Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de engadir un novo modelo personalizado, cargue todos os ficheiros de modelo nun novo cartafol no seguinte directorio:", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "A creación de novos sitios web pode ser difícil, por onde comezar? Os modelos personalizados actúan como punto de partida para que os usuarios creen un novo sitio web usando Pico CMS para Nextcloud. Antes de engadir un novo modelo personalizado usando o botón «Engadir un modelo personalizado» deseguido, ten que enviar todos os ficheiros do modelo no cartafol de datos da súa instancia Nextcloud. Após enviar o modelo aparecerá no seguinte formulario para engadilo ao formulario «Crear un novo sitio web» dos seus usuarios. Se quere modificar un dos seus modelos personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos de Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de engadir un novo modelo personalizado, envíe todos os ficheiros de modelo a un novo cartafol no seguinte directorio:", "Loading templates…" : "Cargando modelos…", "Add custom template" : "Engadir un modelo personalizado", "Reload templates list" : "Volver cargar a lista de modelos", @@ -120,31 +125,31 @@ OC.L10N.register( "Delete custom template" : "Eliminar un modelo personalizado", "Base template" : "Modelo base", "Template name" : "Nome do modelo", - "Configure your webserver" : "Configurar o seu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activar Pico CMS para todo o potencial de Nextcloud configurando o servidor web axeitadamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuración do seu servidor web, os usuarios poden acceder aos seus sitios web usando diferentes URL. Por omisión, os usuarios poden acceder aos seus sitios web usando Pico CMS co URL completo da aplicación de Nextcloud. Non obstante, estes URL son bastante longos e, polo que non son moi doados de usar. Por este motivo, Pico CMS para Nextcloud tamén admite URL acurtados empregando o cartafol virtual «sites/». Porén, o uso desta característica require algunha configuración adicional do servidor web. Se está a usar o servidor web Apache, probe un dos dous primeiros exemplos que se amosan deseguido. Se prefire empregar o servidor web de nginx, probe un dos últimos exemplos. Se realmente non entende o que está a suceder, póñase en contacto co administrador do servidor e envíelle a información de embaixo. Se o administrador do servidor lle indica que isto non é posíbel, non desespere; aínda pode usar Pico CMS cos URL completos de aplicacións do Nextcloud, pois estes funcionan sempre inmediatamente.", + "Configure your web server" : "Configurar o seu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activar Pico CMS para todo o potencial de Nextcloud configurando o servidor web axeitadamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuración do seu servidor web, os usuarios poden acceder aos seus sitios web usando diferentes URL. Por omisión, os usuarios poden acceder aos seus sitios web usando Pico CMS co URL completo da aplicación de Nextcloud. Non obstante, estes URL son bastante longos e, polo que non son moi doados de usar. Por este motivo, Pico CMS para Nextcloud tamén admite URL acurtados empregando o cartafol virtual «sites/». Porén, o uso desta característica precisa dalgunha configuración adicional do servidor web. Se está a usar o servidor web Apache, probe un dos dous primeiros exemplos que se amosan deseguido. Se prefire empregar o servidor web de nginx, probe un dos últimos exemplos. Se realmente non entende o que está a suceder, póñase en contacto coa administración do seu servidor e envíelle a información de embaixo. Se a administración do seu servidor lle indica que isto non é posíbel, non desespere; aínda pode usar Pico CMS cos URL completos de aplicacións de Nextcloud, pois estes funcionan sempre inmediatamente.", "Enable short website URLs" : "Activar os URL curtos de sitio web", "Full application URLs" : "URL completos de aplicación", "Short website URLs" : "URL curtos de sitio web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Após ter configurado o servidor web para activar os URL acurtados, debe seleccionar a opción correspondente anterior para informar aos seus usuarios sobre esta función. Non active esta opción se aínda non configurou o cartafol virtual «sites/» usando un dos exemplos de configuración que se amosan deseguido.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Após ter configurado o servidor web para activar os URL acurtados, debe seleccionar a opción correspondente anterior para informar aos seus usuarios sobre esta función. Non active esta opción se aínda non configurou o cartafol virtual «sites/» usando un dos exemplos de configuración que se amosan deseguido.", "Using Apache's mod_proxy" : " Usando mod_proxy do Apache", "Your users' website URLs will look like the following:" : "Os URL do sitio web dos usuarios terán o seguinte aspecto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud do seu apache.conf. Antes de facelo, ten que activar tanto os módulos mod_proxy como mod_proxy_http de Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud do seu apache.conf. Antes de facelo, ten que activar tanto os módulos mod_proxy como mod_proxy_http de Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", "Using Apache's mod_rewrite" : " Usando mod_rewrite do Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o fragmento de configuración anterior na sección Nextcloud do seu apache.conf, asegúrese de activar o módulo mod_rewrite do Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Daquela, debería preferir a solución empregando mod_proxy que se amosa enriba.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o fragmento de configuración anterior na sección Nextcloud do seu apache.conf, asegúrese de activar o módulo mod_rewrite do Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Daquela, debería preferir a solución empregando mod_proxy que se amosa enriba.", "Using nginx's proxy_pass" : "Usando proxy_pass do nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud {...} do seu servidor nginx.conf. Antes de facelo, ten que activar o módulo ngx_http_proxy_module de nginx. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud { … } do seu servidor nginx.conf. Antes de facelo, ten que activar o módulo ngx_http_proxy_module de nginx. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", "Using nginx's rewrite" : "Usando a reescritura de nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplemente copie o fragmento de configuración anterior no servidor Nextcloud {...} da sección de nginx.conf. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Así, debería preferir a solución empregando a directiva proxy_pass de nginx que aparece anteriormente.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplemente copie o fragmento de configuración anterior no servidor Nextcloud { … } da sección de nginx.conf. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Así, debería preferir a solución empregando a directiva proxy_pass de nginx que aparece anteriormente.", "Version information" : "Información da versión", - "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud foi realizado por Maxence Lange e Daniel Rudolf.
É un software de código libre e aberto publicado baixo a Licenza Pública Xeral GNU Affero.", - "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico foi feito por Gilbert Pellegrom e Daniel Rudolf e é mantido pola comunidade de Pico.
É un software de código libre aberto e libre publicado baixo a licenza MIT.", - "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina a potencia de Pico e do Nextcloud para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un arquivo CMS estupidamente sinxelo e rápido que fai que a web sexa máis sinxela.", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud foi realizado por Maxence Lange e Daniel Rudolf.
É un software de código aberto, libre e de balde publicado baixo a Licenza Pública Xeral GNU Affero.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico foi feito por Gilbert Pellegrom e Daniel Rudolf e é mantido pola comunidade de Pico.
É un software de código aberto, libre e de balde publicado baixo a licenza MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina a potencia de Pico e de Nextcloud para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un CMS de ficheiros simples estupidamente sinxelo e moi rápido, que fai que a web sexa máis doada.", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Inicie un blog, comparta o seu currículo coa xente, cree un plan para a dominación mundial e só compártao cos amigos axeitados ou constrúa unha base de coñecemento e deixe que os intelixentes entre os seus compañeiros se axuden. Pico CMS para Nextcloud permítelle crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos seus ficheiros Nextcloud. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consta só dun feixe de ficheiros de texto .md nos seus ficheiros Nextcloud. .md quer dicir Markdown: unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Probe a aplicación Editor Markdown do Nextcloud, así será do máis parvo facer as cousas fáciles. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con tales meta datos - chamado YAML Front Matter. A creación de sitios web non pode ser máis sinxela…", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consta só dun feixe de ficheiros de texto .md nos seus ficheiros Nextcloud. .md quer dicir Markdown: unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Probe a aplicación Editor Markdown de Nextcloud, así será do máis parvo facer as cousas fáciles. Teña en conta que o editor de texto integrado de Nextcloud é incompatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con tales meta datos – chamado YAML Preliminar. A creación de sitios web non pode ser máis sinxela…", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Quere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con crear o seu primeiro sitio web persoal usando o modelo «sample_pico». O contido do exemplo de Pico explicaralle todo o que necesita saber…", "You will be able to access your websites using URLs like the following:" : "Poderá acceder aos seus sitios web mediante URL como o seguinte:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "O administrador de Nextcloud limitou o acceso de Pico CMS para Nextcloud a determinados grupos. Desafortunadamente vostede non ten permiso para crear sitios web persoais. Vostede aínda pode acceder a sitios web doutros usuarios, incluíndo posíbeis sitios web privados. Se vostede no pasado tiña permiso para crear sitios web, non ten que preocuparse polos seus datos: non se perdeu nada. Non obstante, ninguén poderá acceder aos seus sitios web privados e no seu lugar amosarase a mensaxe «Non foi atopado o sitio web».", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "O administrador de Nextcloud limitou o acceso de Pico CMS para Nextcloud a determinados grupos. Desafortunadamente Vde. non ten permiso para crear sitios web persoais. Vde. aínda pode acceder a sitios web doutros usuarios, incluíndo posíbeis sitios web privados. Se Vde. no pasado tiña permiso para crear sitios web, non ten que preocuparse polos seus datos: non se perdeu nada. Non obstante, ninguén poderá acceder aos seus sitios web privados e no seu lugar amosarase a mensaxe «Non foi atopado o sitio web».", "Loading websites…" : "Cargando sitios web…", "Name" : "Nome", "Path" : "Ruta", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Creado", "Go to website" : "Ir ao sitio web", "Go to website directory" : "Ir ao directorio do sitio web", - "Toggle private website" : "Alternar o sitio web privado", + "Edit website name" : "Editar o nome do sitio web", + "Edit private website settings" : "Editar os axustes do sitio web privado", "Delete website" : "Eliminar o sitio web", "Actions" : "Accións", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos e privados. Calquera pode acceder a sitios web públicos, independentemente de se estean iniciados ou non. Se quere limitar o acceso a un determinado subconxunto de usuarios, cree un sitio web privado. Todos os visitantes dun sitio web privado deben acceder á sesión, se non, aparece un erro «Acceso prohibido». Ademais, debe cumprirse unha das seguintes condicións: (1) o usuario ten acceso aos ficheiros de orixe do sitio web (é dicir, o cartafol de orixe está compartido co usuario), (2) o usuario é membro dun dos grupos que se indican a continuación, ou (3) o usuario é membro dun dos grupos especificados no preliminar de YAML da páxina solicitada mediante o metavalor «acceso».", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "O sitio web é de acceso público e non precisa ningunha autenticación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "O sitio web precisa autenticación, o acceso está limitado a un subconxunto de todos os usuarios.", + "Group access" : "Acceso de grupos", + "Grant access to all members of the selected groups." : "Conceder acceso a todos os membros dos grupos seleccionados.", "Reload websites list" : "Volver cargar a lista de temas", "Create a new website" : "Crear un novo sitio web", "Just fill the form below to create your own personal website." : "Encha o seguinte formulario para crear o seu propio sitio web persoal.", diff --git a/l10n/gl.json b/l10n/gl.json index 2cdb7d7b..25e71423 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -2,7 +2,7 @@ "Copy" : "Copiar", "Confirm website deletion" : "Confirmar a eliminación do sitio web", "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Esta operación eliminará o sitio web «{name}». Non obstante, todo o contido aínda estará dispoñíbel no seu Nextcloud.", - "Choose website directory" : "Escolla o directorio do sitio web", + "Choose website directory" : "Escoller o directorio do sitio web", "Abort" : "Interromper", "Save" : "Gardar", "The requested website could not be found on the server. Maybe the website was deleted?" : "Non se atopou o sitio web solicitado no servidor. Quizais foi eliminado o sitio web.", @@ -13,26 +13,27 @@ "This website uses a incompatible theme and thus could not be built." : "Este sitio web usa un tema incompatíbel e polo tanto non se puido crear.", "The requested website page could not be found on the server. Maybe the page was deleted?" : "Non se atopou a páxina do sitio web solicitada no servidor. Quizais a páxina foi eliminada.", "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Non ten acceso a esta páxina web. Quizais a acción foi eliminada ou caducou.", - "The requested website page could not be built, so that the server was unable to complete your request." : "Non foi posíbel construír a páxina do sitio web solicitada polo que o servidor non puido completar a solicitude.", + "The requested website page could not be built, so that the server was unable to complete your request." : "Non é posíbel construír a páxina do sitio web solicitada polo que o servidor non foi quen completar a solicitude.", "The file and directory structure of this website appears to be broken und thus could not be accessed." : "A estrutura de ficheiros e directorios deste sitio web polo que non se pode acceder a ela.", "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Non se atopou o servidor solicitado no sitio web. Quizais foi eliminado o activo.", - "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Non ten acceso a este activo do sitio web. Quizais o recurso compartido foi eliminado ou caducou. ", - "Plugin not found." : "Non se atopou o engadido.", - "Plugin exists already." : "O engadido xa existe.", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Non ten acceso a este activo do sitio web. Quizais a compartición foi eliminada ou caducou. ", + "Plugin not found." : "Non se atopou o complemento.", + "Plugin exists already." : "O complemento xa existe.", "Template not found." : "Non se atopou o modelo.", "Template exists already." : "O modelo xa existe.", "Theme not found." : "Non se atopou o tema.", "Theme exists already." : "Xa existe este tema.", "Website exists." : "O sitio web xa existe.", "No permission." : "Sen permisos.", + "The value given is invalid." : "O valor indicado non é válido.", "Website not found." : "Non foi atopado o sitio web.", "Local (unencrypted)" : "Local (sen cifrar)", "Location" : "Localización", - "Incompatible plugin: Plugin file \"{file}\" not found." : "Engadido incompatíbel: non se atopou o ficheiro do engadido «{file}».", - "Incompatible plugin: PHP parse error in file \"{file}\"." : "Engadido incompatíbel: produciuse un erro de análise PHP no ficheiro «{file}».", - "Incompatible plugin: Plugin class \"{class}\" not found." : "Engadido incompatíbel: non se atopou o engadido da clase «{class}».", - "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Engadido incompatíbel: os engadidos para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este engadido usa a versión {apiVersion} da API.", - "Incompatible template: Required directory \"{file}\" not found." : "Modelo incompatíbel: non se atopou o directorio requirido «{file}».", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Complemento incompatíbel: non se atopou o ficheiro do complemento «{file}».", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Complemento incompatíbel: produciuse un erro de análise PHP no ficheiro «{file}».", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Complemento incompatíbel: non se atopou o complemento da clase «{class}».", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Complemento incompatíbel: os complementos para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este complemento usa a versión {apiVersion} da API.", + "Incompatible template: Required directory \"{file}\" not found." : "Modelo incompatíbel: non se atopou o directorio solicitado «{file}».", "Incompatible theme: Twig template \"{file}\" not found." : "Tema incompatíbel: non se atopou o modelo «{file}» para Twig.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema incompatíbel: os temas para Pico CMS para Nextcloud deben usar unha das versións {compatApiVersions} da API, mais este engadido usa a versión {apiVersion} da API.", "The name of the website must be longer." : "O nome do sitio web debe ser máis longo.", @@ -44,16 +45,16 @@ "The website's path is stored on a non-local storage." : "A ruta do sitio web almacénase nun almacenamento non local.", "Parent folder of the website's path not found." : "Non se atopou o cartafol pai da ruta do sitio web.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Produciuse un fallo ao activar Pico CMS para Nextcloud: Non foi posíbel atopar «%s». Asegúrese de instalar as dependencias da aplicación executando «composer install» no directorio de instalación da aplicación baixo «%s». Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Produciuse un erro ao activar Pico CMS para Nextcloud: O servidor web non ten permiso para crear ficheiros e cartafoles baixo «%s». Asegúrese de darlle ao servidor web acceso de escritura a este directorio cambiando os seus permisos e propiedade aos mesmos que os do seu directorio «»%s. Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Produciuse un erro ao activar Pico CMS para Nextcloud: O servidor web non ten permiso para crear ficheiros e cartafoles baixo «%s». Asegúrese de darlle ao servidor web acceso de escritura a este directorio cambiando os seus permisos e propiedade aos mesmos que os do seu directorio «%s». Deseguido, tenteo de novo activando Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crear e publicar os seus propios sitios web con Pico CMS para Nextcloud.", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina a potencia de [**Pico**](http://picocms.org/) e do [**Nextcloud**](https://nextcloud.com/) para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un arquivo CMS estupidamente sinxelo e rápido que fai que a web sexa máis sinxela.\n\n* Comezar un blog\n* Compartir o seu currículo coa xente\n* Crear un plan de dominación mundial e compártao só cos amigos axeitados\n* Construír unha base de coñecemento e deixar que os intelixentes entre os seus compañeiros se axuden\n\nA instalación de Pico CMS para Nextcloud permite aos seus usuarios crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos ficheiros Nextcloud dos usuarios. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.\n\nOs sitios web serán accesíbeis a través de URL como «https://cloud.example.com/sites/meu_sitio/» e constan só dun grupo de ficheiros de texto «.md» nos ficheiros Nextcloud dun usuario. «.md» quer dicir [**Markdown**]https://www.markdownguide.org/): unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Considere activar a aplicación [Editor Markdown](https://apps.nextcloud.com/apps/files_markdown) do Nextcloud, así será a cousa máis parva facer as cousas fáciles. Teña en conta que o editor de texto incorporado do Nextcloud non é compatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con eses meta datos - chamado [**YAML**](https://es.wikipedia.org/wiki/YAML). A creación de sitios web non pode ser máis sinxela…\n\nMais iso non é todo… Pico CMS para Nextcloud é moi personalizábel. Pode cambiar o aspecto de Pico mediante temas personalizados e engadir novas funcionalidades mediante complementos personalizados. Por razóns de seguridade, os usuarios non poden engadir temas nin complementos personalizados por si sós, mais vostede como administrador pode. Os complementos e temas non son só «peles» ou «trebellos» novos, as tecnoloxías subxacentes son potentes marcos que vostede pode aproveitar para que os sitios web dos seus usuarios sexan realmente únicos. Non obstante, cun gran poder vén unha gran responsabilidade. Pico CMS para Nextcloud fai o posíbel para evitar que os usuarios inclúan scripts en sitios web, xa que isto pode supor riscos para a seguridade (chamado «Scripting Cross»). Dado que este risco non se aplica a Pico mesmo, é posíbel que os desenvolvedores de complementos e temas de terceiros non teñan coñecemento deste problema, así que teña coidado ao instalar complementos e temas personalizados.\n\nQuere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con descargar e activar a aplicación dende a [Tenda de aplicacións do Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e navegar ata a páxina de configuración do Nextcloud. Como administrador atoparás dúas seccións «Pico CMS» na súa configuración Nextcloud: unha debaixo de «Persoal», outra debaixo de «Administración». Este último permítelle engadir temas, complementos e modelos personalizados a Pico, así como axustar algunhas configuracións avanzadas. A sección «Pico CMS» debaixo de «Persoal» existe para todos os usuarios Nextcloud e permite crear un sitio web persoal. Simplemente cree o seu primeiro sitio persoal e escolla «esample_pico» como modelo de sitio web. O contido do exemplo de Pico explicaralle todo o que necesita saber…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) combina a potencia de [**Pico**](http://picocms.org/) e do [**Nextcloud**](https://nextcloud.com/) para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un CMS de ficheiros simples estupidamente sinxelo e moi rápido, que fai que a web sexa máis doada..\n\n* Comezar un blog\n* Compartir o seu currículo coa xente\n* Crear un plan de dominación mundial e compártao só cos amigos axeitados\n* Construír unha base de coñecemento e deixar que os intelixentes entre os seus compañeiros se axuden\n\nA instalación de Pico CMS para Nextcloud permite aos seus usuarios crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos ficheiros Nextcloud dos usuarios. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.\n\nOs sitios web serán accesíbeis a través de URL como «https://cloud.example.com/sites/meu_sitio/» e constan só dun grupo de ficheiros de texto «.md» nos ficheiros Nextcloud dun usuario. «.md» quer dicir [**Markdown**]https://www.markdownguide.org/): unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Considere activar a aplicación [Editor Markdown](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud, así será a cousa máis parva facer as cousas fáciles. Teña en conta que o editor de texto integrado de Nextcloud non é compatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con eses meta datos - chamado [**YAML**](https://es.wikipedia.org/wiki/YAML). Preliminar. A creación de sitios web non pode ser máis sinxela…\n\nMais iso non é todo… Pico CMS para Nextcloud é moi personalizábel. Pode cambiar o aspecto de Pico mediante temas personalizados e engadir novas funcionalidades mediante complementos personalizados. Por mor da seguranza, os usuarios non poden engadir temas nin complementos personalizados por si sós, mais Vde. como administrador pode. Os complementos e temas non son só «peles» ou «trebellos» novos, as tecnoloxías subxacentes son potentes marcos que Vde. pode aproveitar para que os sitios web dos seus usuarios sexan realmente únicos. Non obstante, cun gran poder vén unha gran responsabilidade. Pico CMS para Nextcloud fai o posíbel para evitar que os usuarios inclúan scripts en sitios web, xa que isto pode supor riscos para a seguranza (chamado «Scripting Cross»). Dado que este risco non se aplica a Pico mesmo, é posíbel que os desenvolvedores de complementos e temas de terceiros non teñan coñecemento deste problema, así que teña coidado ao instalar complementos e temas personalizados.\n\nQuere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con descargar e activar a aplicación dende a [Tenda de aplicacións de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e navegar ata a páxina de configuración de Nextcloud. Como administrador atoparás dúas seccións «Pico CMS» na súa configuración Nextcloud: unha debaixo de «Persoal», outra debaixo de «Administración». Este último permítelle engadir temas, complementos e modelos personalizados a Pico, así como axustar algunhas configuracións avanzadas. A sección «Pico CMS» debaixo de «Persoal» existe para todos os usuarios Nextcloud e permite crear un sitio web persoal. Simplemente cree o seu primeiro sitio persoal e escolla «sample_pico» como modelo de sitio web. O contido do exemplo de Pico explicaralle todo o que necesita saber…", "Access forbidden" : "Acceso denegado", "Back to %s" : "Volver a %s", "Not found" : "Non atopado", "Internal Server Error" : "Produciuse un erro interno do servidor", - "The server was unable to complete your request." : "O servidor non foi quen de completar a súa solicitude. ", - "If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos ao administrador do servidor.", + "The server was unable to complete your request." : "O servidor non é quen de completar a súa solicitude. ", + "If this happens again, please send the technical details below to the server administrator." : "Se volve suceder, a seguir envíe os detalles técnicos á administración do servidor.", "Remote Address: %s" : "Enderezo remoto: %s", "Request ID: %s" : "ID da solicitude: %s", "More details can be found in the server log." : "Atopará máis detalles no rexistro do servidor.", @@ -64,9 +65,9 @@ "File: %s" : "Ficheiro: %s", "Line: %s" : "Liña: %s", "Trace" : "Traza", - "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "A súa instalación do Nextcloud é incompatíbel co Pico CMS para Nextcloud.", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunhas das súas aplicacións do Nextcloud teñen incompatibilidades co Pico CMS para Nextcloud. Non é culpa de ninguén, nin o Nextcloud nin as aplicacións en conflito teñen a culpa, esta é só unha limitación técnica da infraestrutura de aplicacións do Nextcloud que non podemos resolver a curto prazo. Estamos traballando nunha solución! Mentres tanto, debe eliminar as aplicacións en conflito. As aplicacións conflitivas coñecidas son «Modelo de incidentes» e «Condicións do servizo».", - "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Se ve o erro «Call to undefined method ParsedownExtra::textElements()» nos rexistros do Nextcloud, aínda que eliminou todas as aplicacións en conflito, non dubide en abrir un novo incidente no GitHub cunha copia do erro, incluída a traza de chamadas e unha lista completa de todas as aplicacións instaladas.", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "A súa instalación de Nextcloud é incompatíbel co Pico CMS para Nextcloud.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Algunhas das súas aplicacións de Nextcloud teñen incompatibilidades co Pico CMS para Nextcloud. Non é culpa de ninguén, nin Nextcloud nin as aplicacións en conflito teñen a culpa, esta é só unha limitación técnica da infraestrutura de aplicacións de Nextcloud que non podemos resolver a curto prazo. Estamos traballando nunha solución! Mentres tanto, debe retirar as aplicacións en conflito. As aplicacións conflitivas coñecidas son «Modelo de incidentes» e «Condicións do servizo».", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Se ve o erro «Call to undefined method ParsedownExtra::textElements()» nos rexistros de Nextcloud, aínda que retirou todas as aplicacións en conflito, non dubide en abrir un novo incidente no GitHub cunha copia do erro, incluída a traza de chamadas e unha lista completa de todas as aplicacións instaladas.", "Pico CMS for Nextcloud" : "Pico CMS para Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Cambiar Pico CMS polo comportamento de Nextcloud e xestionar funcións opcionais.", "Limit to groups" : "Límite para grupos", @@ -74,7 +75,7 @@ "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Se non quere activar para todos os seus usuarios a creación de sitios web persoais, pode limitar Pico CMS para Nextcloud a determinados grupos. Seleccione os grupos aos que quere limitar o acceso. Se deixa este campo baleiro, o uso non estará limitado. Ao revogar o acceso a certos grupos non se eliminará ningún sitio web dun usuario, non obstante, serán inaccesíbeis.", "Custom themes" : "Temas personalizados", "Add custom themes for greater individuality and style." : "Engade temas personalizados para maior individualidade e estilo.", - "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud permite engadir temas personalizados para unha maior individualidade e estilo. Non obstante, por razóns de seguridade, os usuarios non poden engadir temas por conta propia. Antes de poder engadir un novo tema personalizado usando o botón «Engadir un tema personalizado» deseguido, terá que cargar todos os ficheiros no cartafol de datos da súa instancia Nextcloud. Após cargar o tema aparecerá no seguinte formulario para permitir aos usuarios usar o tema personalizado. Se quere modificar un dos seus temas personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos do Nextcloud. Para que os cambios teñan efecto, debe premer no botón «Volver cargar o tema personalizado» que se atopa xunto ao tema editado no seguinte formulario.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS para Nextcloud permite engadir temas personalizados para unha maior individualidade e estilo. Non obstante, por mor da seguranza, os usuarios non poden engadir temas por conta propia. Antes de poder engadir un novo tema personalizado usando o botón «Engadir un tema personalizado» deseguido, terá que enviar todos os ficheiros no cartafol de datos da súa instancia Nextcloud. Após enviar o tema aparecerá no seguinte formulario para permitir aos usuarios usar o tema personalizado. Se quere modificar un dos seus temas personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos de Nextcloud. Para que os cambios teñan efecto, debe premer no botón «Volver cargar o tema personalizado» que se atopa xunto ao tema editado no seguinte formulario.", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Antes de engadir un novo tema personalizado, envíe todos os ficheiros de tema a un novo cartafol no seguinte directorio. Se quere editar un dos seus temas personalizados, consulte tamén este directorio.", "Loading themes…" : "Cargando temas…", "Add custom theme" : "Engadir un tema personalizado", @@ -91,22 +92,26 @@ "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Produciuse un erro inesperado ao realizar esta acción. Verifique os rexistros de Nextcloud.", "Error: {error}" : "Erro: {error}", "Encountered unexpected {exception}: {exceptionMessage}" : "Atopouse unha {exception} inesperada: {exceptionMessage}", - "Custom plugins" : "Engadidos personalizados", + "Custom plugins" : "Complementos personalizados", "Add custom plugins to reach for Pico's full potential." : "Engadir complementos personalizados para alcanzar todo o potencial de Pico.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud permítelle engadir complementos personalizados para aproveitar realmente todo o poder de Pico. Os complementos funcionan de xeito global, é dicir, engadir un complemento personalizado actívao para todos os sitios web dos seus usuarios. Antes de engadir un novo complemento personalizado usando o botón «Engadir un complemento personalizado» deseguido, terá que cargar todos os ficheiros do complemento no cartafol de datos da súa instancia Nextcloud. Após enviar o complemento aparecerá no seguinte formulario para activalo. Se quere actualizar un dos seus complementos personalizados engadidos anteriormente, simplemente substitúa os ficheiros do complemento no cartafol de datos do Nextcloud. Para que as modificacións teñan efecto, debe premer no botón '«Volver cargar o tema personalizado» xunto ao complemento actualizado no seguinte formulario.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS para Nextcloud permítelle engadir complementos personalizados para aproveitar realmente todo o poder de Pico. Os complementos funcionan de xeito global, é dicir, engadir un complemento personalizado actívao para todos os sitios web dos seus usuarios. Antes de engadir un novo complemento personalizado usando o botón «Engadir un complemento personalizado» deseguido, terá que enviar todos os ficheiros do complemento no cartafol de datos da súa instancia Nextcloud. Após enviar o complemento aparecerá no seguinte formulario para activalo. Se quere actualizar un dos seus complementos personalizados engadidos anteriormente, simplemente substitúa os ficheiros do complemento no cartafol de datos de Nextcloud. Para que as modificacións teñan efecto, debe premer no botón «Volver cargar o tema personalizado» xunto ao complemento actualizado no seguinte formulario.", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Antes de engadir un novo complemento personalizado, envíe todos os ficheiros do complemento a un novo cartafol no directorio seguinte. Se quere editar un dos seus complementos personalizados, consulte tamén este directorio. Teña en conta que o nome do cartafol dun complemento debe coincidir estritamente co nome do complemento, se non, Pico rexeitará activalo.", - "Loading plugins…" : "Cargando engadidos…", + "Loading plugins…" : "Cargando complementos…", "Add custom plugin" : "Engadir un complemento personalizado", - "Reload plugins list" : "Volver cargar a lista de engadidos", - "Compatible plugin." : "Engadido compatíbel.", - "System plugin" : "Engadido do sistema", - "Custom plugin" : "Engadido personalizado", - "Reload custom plugin" : "Volver cargar o engadido personalizado", - "Delete custom plugin" : "Eliminar o engadido personalizado", + "Reload plugins list" : "Volver cargar a lista de complementos", + "Compatible plugin." : "Complemento compatíbel.", + "Example plugin" : "Complemento de exemplo.", + "Copy example plugin" : "Copiar o complemento de exemplo.", + "System plugin" : "Complemento do sistema", + "Custom plugin" : "Complemento personalizado", + "Reload custom plugin" : "Volver cargar o complemento personalizado", + "Delete custom plugin" : "Eliminar o complemento personalizado", + "Base plugin" : "Complemento base", + "Plugin name" : "Nome do complemento", "Custom templates" : "Modelos personalizados", "Make it easier for users to create new websites." : "Facilitar aos usuarios a creación de novos sitios web.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "A creación de novos sitios web pode ser difícil, por onde comezar? Os modelos personalizados actúan como punto de partida para que os usuarios creen un novo sitio web usando Pico CMS para Nextcloud. Antes de engadir un novo modelo personalizado usando o botón «Engadir un modelo personalizado» deseguido, ten que cargar todos os ficheiros do modelo no cartafol de datos da súa instancia Nextcloud. Após enviar o modelo aparecerá no seguinte formulario para engadilo ao formulario «Crear un novo sitio web» dos seus usuarios. Se quere modificar un dos seus modelos personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos do Nextcloud.", - "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de engadir un novo modelo personalizado, cargue todos os ficheiros de modelo nun novo cartafol no seguinte directorio:", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "A creación de novos sitios web pode ser difícil, por onde comezar? Os modelos personalizados actúan como punto de partida para que os usuarios creen un novo sitio web usando Pico CMS para Nextcloud. Antes de engadir un novo modelo personalizado usando o botón «Engadir un modelo personalizado» deseguido, ten que enviar todos os ficheiros do modelo no cartafol de datos da súa instancia Nextcloud. Após enviar o modelo aparecerá no seguinte formulario para engadilo ao formulario «Crear un novo sitio web» dos seus usuarios. Se quere modificar un dos seus modelos personalizados engadidos anteriormente, simplemente edite os ficheiros correspondentes no cartafol de datos de Nextcloud.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Antes de engadir un novo modelo personalizado, envíe todos os ficheiros de modelo a un novo cartafol no seguinte directorio:", "Loading templates…" : "Cargando modelos…", "Add custom template" : "Engadir un modelo personalizado", "Reload templates list" : "Volver cargar a lista de modelos", @@ -118,31 +123,31 @@ "Delete custom template" : "Eliminar un modelo personalizado", "Base template" : "Modelo base", "Template name" : "Nome do modelo", - "Configure your webserver" : "Configurar o seu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Activar Pico CMS para todo o potencial de Nextcloud configurando o servidor web axeitadamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuración do seu servidor web, os usuarios poden acceder aos seus sitios web usando diferentes URL. Por omisión, os usuarios poden acceder aos seus sitios web usando Pico CMS co URL completo da aplicación de Nextcloud. Non obstante, estes URL son bastante longos e, polo que non son moi doados de usar. Por este motivo, Pico CMS para Nextcloud tamén admite URL acurtados empregando o cartafol virtual «sites/». Porén, o uso desta característica require algunha configuración adicional do servidor web. Se está a usar o servidor web Apache, probe un dos dous primeiros exemplos que se amosan deseguido. Se prefire empregar o servidor web de nginx, probe un dos últimos exemplos. Se realmente non entende o que está a suceder, póñase en contacto co administrador do servidor e envíelle a información de embaixo. Se o administrador do servidor lle indica que isto non é posíbel, non desespere; aínda pode usar Pico CMS cos URL completos de aplicacións do Nextcloud, pois estes funcionan sempre inmediatamente.", + "Configure your web server" : "Configurar o seu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Activar Pico CMS para todo o potencial de Nextcloud configurando o servidor web axeitadamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuración do seu servidor web, os usuarios poden acceder aos seus sitios web usando diferentes URL. Por omisión, os usuarios poden acceder aos seus sitios web usando Pico CMS co URL completo da aplicación de Nextcloud. Non obstante, estes URL son bastante longos e, polo que non son moi doados de usar. Por este motivo, Pico CMS para Nextcloud tamén admite URL acurtados empregando o cartafol virtual «sites/». Porén, o uso desta característica precisa dalgunha configuración adicional do servidor web. Se está a usar o servidor web Apache, probe un dos dous primeiros exemplos que se amosan deseguido. Se prefire empregar o servidor web de nginx, probe un dos últimos exemplos. Se realmente non entende o que está a suceder, póñase en contacto coa administración do seu servidor e envíelle a información de embaixo. Se a administración do seu servidor lle indica que isto non é posíbel, non desespere; aínda pode usar Pico CMS cos URL completos de aplicacións de Nextcloud, pois estes funcionan sempre inmediatamente.", "Enable short website URLs" : "Activar os URL curtos de sitio web", "Full application URLs" : "URL completos de aplicación", "Short website URLs" : "URL curtos de sitio web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Após ter configurado o servidor web para activar os URL acurtados, debe seleccionar a opción correspondente anterior para informar aos seus usuarios sobre esta función. Non active esta opción se aínda non configurou o cartafol virtual «sites/» usando un dos exemplos de configuración que se amosan deseguido.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Após ter configurado o servidor web para activar os URL acurtados, debe seleccionar a opción correspondente anterior para informar aos seus usuarios sobre esta función. Non active esta opción se aínda non configurou o cartafol virtual «sites/» usando un dos exemplos de configuración que se amosan deseguido.", "Using Apache's mod_proxy" : " Usando mod_proxy do Apache", "Your users' website URLs will look like the following:" : "Os URL do sitio web dos usuarios terán o seguinte aspecto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud do seu apache.conf. Antes de facelo, ten que activar tanto os módulos mod_proxy como mod_proxy_http de Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud do seu apache.conf. Antes de facelo, ten que activar tanto os módulos mod_proxy como mod_proxy_http de Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", "Using Apache's mod_rewrite" : " Usando mod_rewrite do Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o fragmento de configuración anterior na sección Nextcloud do seu apache.conf, asegúrese de activar o módulo mod_rewrite do Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Daquela, debería preferir a solución empregando mod_proxy que se amosa enriba.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o fragmento de configuración anterior na sección Nextcloud do seu apache.conf, asegúrese de activar o módulo mod_rewrite do Apache. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Daquela, debería preferir a solución empregando mod_proxy que se amosa enriba.", "Using nginx's proxy_pass" : "Usando proxy_pass do nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud {...} do seu servidor nginx.conf. Antes de facelo, ten que activar o módulo ngx_http_proxy_module de nginx. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o fragmento de configuración anterior na sección Nextcloud { … } do seu servidor nginx.conf. Antes de facelo, ten que activar o módulo ngx_http_proxy_module de nginx. Se non, o servidor web rexeitará (re)iniciar ou producirá un erro interno do servidor 500.", "Using nginx's rewrite" : "Usando a reescritura de nginx", - "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplemente copie o fragmento de configuración anterior no servidor Nextcloud {...} da sección de nginx.conf. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Así, debería preferir a solución empregando a directiva proxy_pass de nginx que aparece anteriormente.", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplemente copie o fragmento de configuración anterior no servidor Nextcloud { … } da sección de nginx.conf. Teña en conta que esta configuración realmente non lle permitirá usar URL acurtados, só redirecciona aos usuarios de URL acurtados ao URL completo do sitio. Así, debería preferir a solución empregando a directiva proxy_pass de nginx que aparece anteriormente.", "Version information" : "Información da versión", - "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud foi realizado por Maxence Lange e Daniel Rudolf.
É un software de código libre e aberto publicado baixo a Licenza Pública Xeral GNU Affero.", - "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico foi feito por Gilbert Pellegrom e Daniel Rudolf e é mantido pola comunidade de Pico.
É un software de código libre aberto e libre publicado baixo a licenza MIT.", - "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina a potencia de Pico e do Nextcloud para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un arquivo CMS estupidamente sinxelo e rápido que fai que a web sexa máis sinxela.", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS para Nextcloud foi realizado por Maxence Lange e Daniel Rudolf.
É un software de código aberto, libre e de balde publicado baixo a Licenza Pública Xeral GNU Affero.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico foi feito por Gilbert Pellegrom e Daniel Rudolf e é mantido pola comunidade de Pico.
É un software de código aberto, libre e de balde publicado baixo a licenza MIT.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS para Nextcloud combina a potencia de Pico e de Nextcloud para crear sitios web sinxelos, seguros, compartíbeis e incribelmente potentes con só uns clics. Pico é un CMS de ficheiros simples estupidamente sinxelo e moi rápido, que fai que a web sexa máis doada.", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Inicie un blog, comparta o seu currículo coa xente, cree un plan para a dominación mundial e só compártao cos amigos axeitados ou constrúa unha base de coñecemento e deixe que os intelixentes entre os seus compañeiros se axuden. Pico CMS para Nextcloud permítelle crear e xestionar os seus propios sitios web. Crear unha nova páxina con Pico non é máis que crear un sinxelo ficheiro de texto nos seus ficheiros Nextcloud. Non se precisa ningunha configuración, non hai interfaces de xestión absolutamente complexas, só ficheiros. É o xogo perfecto con Nextcloud. Compartición segura, colaboración e control de acceso. Non só para os seus ficheiros, senón tamén para os seus sitios web, todo é posíbel con Pico CMS para Nextcloud. Rachando os límites entre os seus dispositivos móbiles e de escritorio e o seu servidor.", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consta só dun feixe de ficheiros de texto .md nos seus ficheiros Nextcloud. .md quer dicir Markdown: unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Probe a aplicación Editor Markdown do Nextcloud, así será do máis parvo facer as cousas fáciles. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con tales meta datos - chamado YAML Front Matter. A creación de sitios web non pode ser máis sinxela…", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Un sitio web consta só dun feixe de ficheiros de texto .md nos seus ficheiros Nextcloud. .md quer dicir Markdown: unha marcaxe moi sinxela e intuitiva para crear títulos, parágrafos, formato de texto, listas, imaxes e ligazóns. Mais non desespere; non ten que aprender outro idioma se non quere. Probe a aplicación Editor Markdown de Nextcloud, así será do máis parvo facer as cousas fáciles. Teña en conta que o editor de texto integrado de Nextcloud é incompatíbel con Pico CMS para Nextcloud. Mais, e os metadatos como o título dunha páxina ou a data de publicación? Adiviñe: está todo nun só sitio. Na parte superior dos seus ficheiros de Markdown pode colocar un bloque con tales meta datos – chamado YAML Preliminar. A creación de sitios web non pode ser máis sinxela…", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Quere saber máis sobre Pico CMS para Nextcloud? Fácil! Abonda con crear o seu primeiro sitio web persoal usando o modelo «sample_pico». O contido do exemplo de Pico explicaralle todo o que necesita saber…", "You will be able to access your websites using URLs like the following:" : "Poderá acceder aos seus sitios web mediante URL como o seguinte:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "O administrador de Nextcloud limitou o acceso de Pico CMS para Nextcloud a determinados grupos. Desafortunadamente vostede non ten permiso para crear sitios web persoais. Vostede aínda pode acceder a sitios web doutros usuarios, incluíndo posíbeis sitios web privados. Se vostede no pasado tiña permiso para crear sitios web, non ten que preocuparse polos seus datos: non se perdeu nada. Non obstante, ninguén poderá acceder aos seus sitios web privados e no seu lugar amosarase a mensaxe «Non foi atopado o sitio web».", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "O administrador de Nextcloud limitou o acceso de Pico CMS para Nextcloud a determinados grupos. Desafortunadamente Vde. non ten permiso para crear sitios web persoais. Vde. aínda pode acceder a sitios web doutros usuarios, incluíndo posíbeis sitios web privados. Se Vde. no pasado tiña permiso para crear sitios web, non ten que preocuparse polos seus datos: non se perdeu nada. Non obstante, ninguén poderá acceder aos seus sitios web privados e no seu lugar amosarase a mensaxe «Non foi atopado o sitio web».", "Loading websites…" : "Cargando sitios web…", "Name" : "Nome", "Path" : "Ruta", @@ -150,9 +155,18 @@ "Created" : "Creado", "Go to website" : "Ir ao sitio web", "Go to website directory" : "Ir ao directorio do sitio web", - "Toggle private website" : "Alternar o sitio web privado", + "Edit website name" : "Editar o nome do sitio web", + "Edit private website settings" : "Editar os axustes do sitio web privado", "Delete website" : "Eliminar o sitio web", "Actions" : "Accións", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS para Nextcloud admite sitios web públicos e privados. Calquera pode acceder a sitios web públicos, independentemente de se estean iniciados ou non. Se quere limitar o acceso a un determinado subconxunto de usuarios, cree un sitio web privado. Todos os visitantes dun sitio web privado deben acceder á sesión, se non, aparece un erro «Acceso prohibido». Ademais, debe cumprirse unha das seguintes condicións: (1) o usuario ten acceso aos ficheiros de orixe do sitio web (é dicir, o cartafol de orixe está compartido co usuario), (2) o usuario é membro dun dos grupos que se indican a continuación, ou (3) o usuario é membro dun dos grupos especificados no preliminar de YAML da páxina solicitada mediante o metavalor «acceso».", + "Website type" : "Tipo de sitio web", + "Public website" : "Sitio web público", + "The website is publicly accessible and requires no authentication whatsoever." : "O sitio web é de acceso público e non precisa ningunha autenticación.", + "Private website" : "Sitio web privado", + "The website requires authentication, access is limited to a subset of all users." : "O sitio web precisa autenticación, o acceso está limitado a un subconxunto de todos os usuarios.", + "Group access" : "Acceso de grupos", + "Grant access to all members of the selected groups." : "Conceder acceso a todos os membros dos grupos seleccionados.", "Reload websites list" : "Volver cargar a lista de temas", "Create a new website" : "Crear un novo sitio web", "Just fill the form below to create your own personal website." : "Encha o seguinte formulario para crear o seu propio sitio web persoal.", diff --git a/l10n/he.js b/l10n/he.js index 5b37c22f..c5de82cb 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -95,7 +95,6 @@ OC.L10N.register( "Delete custom template" : "מחיקת תבנית בהתאמה אישית", "Base template" : "תבנית בסיס", "Template name" : "שם התבנית", - "Configure your webserver" : "הגדרת השרת שלך", "Enable short website URLs" : "הפעלת כתובות מקוצרות לאתר", "Full application URLs" : "כתובות מלאות ליישומונים", "Short website URLs" : "כתובות מקוצרות לאתר", @@ -108,7 +107,6 @@ OC.L10N.register( "Created" : "מועד היצירה", "Go to website" : "מעבר לאתר", "Go to website directory" : "מעבר לתיקיית האתר", - "Toggle private website" : "החלפת מצב פרטיות על אתר", "Delete website" : "מחיקת אתר", "Actions" : "פעולולת", "Create a new website" : "יצירת אתר חדש", @@ -120,4 +118,4 @@ OC.L10N.register( "Create new website" : "יצירת אתר חדש", "Loading…" : "בטעינה…" }, -"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index b483bc53..2b6ab3da 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -93,7 +93,6 @@ "Delete custom template" : "מחיקת תבנית בהתאמה אישית", "Base template" : "תבנית בסיס", "Template name" : "שם התבנית", - "Configure your webserver" : "הגדרת השרת שלך", "Enable short website URLs" : "הפעלת כתובות מקוצרות לאתר", "Full application URLs" : "כתובות מלאות ליישומונים", "Short website URLs" : "כתובות מקוצרות לאתר", @@ -106,7 +105,6 @@ "Created" : "מועד היצירה", "Go to website" : "מעבר לאתר", "Go to website directory" : "מעבר לתיקיית האתר", - "Toggle private website" : "החלפת מצב פרטיות על אתר", "Delete website" : "מחיקת אתר", "Actions" : "פעולולת", "Create a new website" : "יצירת אתר חדש", @@ -117,5 +115,5 @@ "Template" : "תבנית", "Create new website" : "יצירת אתר חדש", "Loading…" : "בטעינה…" -},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/l10n/hr.js b/l10n/hr.js index 096d88f8..f06de757 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -46,7 +46,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Put web-mjesta nije pohranjen lokalno.", "Parent folder of the website's path not found." : "Nije pronađena nadređena mapa puta web-mjesta.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Omogućavanje aplikacije Pico CMS za Nextcloud nije uspjelo: nije pronađen „%s”. Instalirajte ovisnosti aplikacije izvršavanjem radnje „composer install” u instalacijskom direktoriju aplikacije ispod „%s”. Sada pokušajte ponovno omogućiti Pico CMS za Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Omogućavanje aplikacije Pico CMS za Nextcloud nije uspjelo: web-poslužitelj nema dopuštenje za stvaranje datoteka i mapa ispod „%s”. Dodijelite web-poslužitelju dopuštenje za pisanje u ovaj direktorij tako da mu postavite ista dopuštenja i ovlasti koja ima vaš direktorij „%s”. Sada pokušajte ponovno omogućiti Pico CMS za Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Stvarajte i objavljujte web-mjesta – s pomoću aplikacije Pico CMS za Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS za Nextcloud](https://github.com/nextcloud/cms_pico) kombinira snagu aplikacije [**Pico**](http://picocms.org/) i [**Nextclouda**](https://nextcloud.com/) za stvaranje jednostavnih, sigurnih, djeljivih i nevjerojatno moćnih web-mjesta uz samo nekoliko klikova. Pico je nevjerojatno jednostavan i stravično brz podatkovni CMS – koji olakšava stvaranje i upravljanje web-mjestima.\n\n* Pokrenite blog\n* Podijelite životopis s cijelim svijetom\n* Napravite plan koji će vas proslaviti i podijelite ga samo s najboljim prijateljima\n* Izgradite bazu znanja u suradnji s najpametnijim kolegama\n\nPico CMS za Nextcloud omogućuje korisnicima da stvaraju i upravljaju svojim web-mjestima. Stvaranje stranice s pomoću aplikacije Pico CMS svodi se na stvaranje jednostavne tekstne datoteke u korisnikovom Nextcloudu. Nisu potrebna nikakva posebna konfiguriranja, nikakva složena upravljačka sučelja – samo datoteke. Pico je savršen dodatak za Nextcloud. Sigurno dijeljenje, suradnja, kontrola pristupa – ne samo za vaše datoteke, već i za vaša web-mjesta, zahvaljujući aplikaciji Pico CMS za Nextcloud! Ruši granice između mobilnih uređaja, osobnih računala i vašeg poslužitelja.\n\nWeb-mjestima možete pristupiti putem URL-ova kao što je „https://cloud.example.com/sites/my_site/”, a sastoje se od mnogo tekstnih datoteka s nastavkom „.md”, smještenih u korisnikovom Nextcloudu. „.md” je kratica od [**Markdown**](https://www.markdownguide.org/) – super jednostavan i intuitivan skup oznaka za stvaranje naslova, odlomaka, teksta, popisa, slika i poveznica. Nemojte očajavati – ne trebate naučiti novi programski jezik ako to ne želite. Omogućite aplikaciju [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) i olakšajte stvari do maksimuma. Imajte na umu da Nextcloudov ugrađeni uređivač teksta nije kompatibilan s aplikacijom Pico CMS za Nextcloud. Gdje su metapodaci, primjerice naslov stranice ili datum objave? Dobro pitanje, svi metapodaci su na jednom mjestu. Na vrh Markdown datoteka možete staviti blok koji sadrži takve metapodatke pod nazivom [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Izrađivanje web-mjesta nikad nije bilo lakše…\n\nAli to nije sve… Pico CMS za Nextcloud može se značajno prilagođavati. Izgled Pico CMS-a možete izmijeniti primjenom prilagođenih tema i dodati mu nove funkcionalnosti s pomoću prilagođenih dodataka. Korisnici ne mogu sami dodavati prilagođene teme i dodatke zbog sigurnosnih razloga, ali administratori zato mogu. Dodaci i teme nisu samo nova „vizualna poboljšanja” ili „widgeti”, tehnologije koje ih pogone moćan su okvir koji možete iskoristiti da web-mjesta svojih korisnika učinite doista jedinstvenim. Međutim, velika moć zahtjeva veliku odgovornost. Pico CMS za Nextcloud korisnicima onemogućuje dodavanje skripti u web-mjesta kako bi se izbjegli razni sigurnosni rizici (tzv. „unakrsno skriptiranje”). Budući da se rizik ne odnosi na sam Pico, proizvođači tema i dodataka treće strane možda neće biti svjesni ovog problema – stoga budite vrlo pažljivi pri instalaciji prilagođenih dodataka i tema.\n\nŽelite saznati više pojedinosti o aplikaciji Pico CMS za Nextcloud? Nema problema! Jednostavno preuzmite i omogućite aplikaciju s trgovine [Nextcloud’s App Store](https://apps.nextcloud.com/apps/cms_pico) i izradite svoje prvo web-mjesto s pomoću predloška „sample_pico”. Probni sadržaj aplikacije Pico dat će vam sve informacije koje su vam potrebne…", @@ -120,20 +119,13 @@ OC.L10N.register( "Delete custom template" : "Brisanje prilagođenog predloška", "Base template" : "Osnovni predložak", "Template name" : "Naziv predloška", - "Configure your webserver" : "Konfigurirajte svoj web-poslužitelj", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Pravilno konfigurirajte svoj web-poslužitelj kako biste oslobodili puni potencijal aplikacije Pico CMS za Nextcloud.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ovisno o konfiguraciji web-poslužitelja korisnici mogu pristupiti svojim web-mjestima putem različitih URL-ova. Korisnici mogu prema zadanim postavkama pristupiti svojim web-mjestima putem punog URL-a aplikacije Pico CMS za Nextcloud. Međutim, ti su URL-ovi prilično dugački i nisu baš jednostavni za korištenje. Pico CMS za Nextcloud stoga podržava korištenje skraćenih URL-ova primjenom virtualne mape „web-mjesta/”. Međutim, korištenje ove značajke zahtijeva dodatno konfiguriranje web-poslužitelja. Ako se koristite web-poslužiteljem Apache, probajte jedan od prva dva primjera prikazana u nastavku. Ako se koristite web-poslužiteljem nginx, probajte jedan od posljednja dva primjera. Ako vam baš i nije jasno što trebate učiniti, obratite se administratoru poslužitelja i pošaljite mu podatke navedene u nastavku. Ako vam administrator poslužitelja kaže da nešto nije moguće, ne očajavajte – i dalje možete upotrebljavati pune URL-ove aplikacije Pico CMS za Nextcloud jer su vam oni uvijek dostupni.", "Enable short website URLs" : "Omogući skraćene URL-ove web-mjesta", "Full application URLs" : "Puni URL-ovi aplikacije", "Short website URLs" : "Skraćeni URL-ovi web-mjesta", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nakon što konfigurirate svoj web-poslužitelj za korištenje skraćenih URL-ova, trebate odabrati odgovarajuću značajku navedenu iznad kako biste korisnike obavijestili o korištenju te značajke. Omogućite navedenu značajku samo ako ste prethodno konfigurirali virtualnu mapu „web-mjesta/” na temelju jednog od primjera konfiguracije prikazanih u nastavku.", "Using Apache's mod_proxy" : "Korištenje modula mod_proxy poslužitelja Apache", "Your users' website URLs will look like the following:" : "URL-ovi web-mjesta korisnika imat će sljedeći oblik:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke apache.conf. Prije toga omogućite module mod_proxy i mod_proxy_http poslužitelja Apache. U suprotnom možda neće biti moguće ponovno pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja).", "Using Apache's mod_rewrite" : "Korištenje modula mod_rewrite poslužitelja Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prije nego što kopirate dio konfiguracije naveden iznad u Nextcloudov dio datoteke apache.conf, omogućite modul mod_rewrite poslužitelja Apache. U suprotnom možda neće biti moguće (ponovno) pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja). Imajte na umu da vam ova konfiguracija neće omogućiti korištenje skraćenih URL-ova, već preusmjerava korisnike sa skraćenih URL-ova na pune URL-ove web-mjesta. Stoga preporučujemo korištenje modula mod_proxy kao što je navedeno iznad.", "Using nginx's proxy_pass" : "Korištenje modula proxy_pass poslužitelja nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke nginx.conf s oznakom { … }. Prije toga omogućite modul ngx_http_proxy_module poslužitelja nginx. U suprotnom možda neće biti moguće (ponovno) pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja).", "Using nginx's rewrite" : "Korištenje modula rewrite poslužitelja nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Jednostavno kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke nginx.conf označen s { … }. Imajte na umu da vam ova konfiguracija neće omogućiti korištenje skraćenih URL-ova, već preusmjerava korisnike sa skraćenih URL-ova na pune URL-ove web-mjesta. Stoga preporučujemo korištenje modula proxy_pass poslužitelja nginx kao što je navedeno iznad.", "Version information" : "Informacije o inačici", @@ -152,7 +144,6 @@ OC.L10N.register( "Created" : "Stvoreno", "Go to website" : "Idi na web-mjesto", "Go to website directory" : "Idi na direktorij web-mjesta", - "Toggle private website" : "Uključi/isključi privatno web-mjesto", "Delete website" : "Izbriši web-mjesto", "Actions" : "Radnje", "Reload websites list" : "Ponovno učitaj popis web-mjesta", diff --git a/l10n/hr.json b/l10n/hr.json index b18484c9..3218640b 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -44,7 +44,6 @@ "The website's path is stored on a non-local storage." : "Put web-mjesta nije pohranjen lokalno.", "Parent folder of the website's path not found." : "Nije pronađena nadređena mapa puta web-mjesta.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Omogućavanje aplikacije Pico CMS za Nextcloud nije uspjelo: nije pronađen „%s”. Instalirajte ovisnosti aplikacije izvršavanjem radnje „composer install” u instalacijskom direktoriju aplikacije ispod „%s”. Sada pokušajte ponovno omogućiti Pico CMS za Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Omogućavanje aplikacije Pico CMS za Nextcloud nije uspjelo: web-poslužitelj nema dopuštenje za stvaranje datoteka i mapa ispod „%s”. Dodijelite web-poslužitelju dopuštenje za pisanje u ovaj direktorij tako da mu postavite ista dopuštenja i ovlasti koja ima vaš direktorij „%s”. Sada pokušajte ponovno omogućiti Pico CMS za Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Stvarajte i objavljujte web-mjesta – s pomoću aplikacije Pico CMS za Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS za Nextcloud](https://github.com/nextcloud/cms_pico) kombinira snagu aplikacije [**Pico**](http://picocms.org/) i [**Nextclouda**](https://nextcloud.com/) za stvaranje jednostavnih, sigurnih, djeljivih i nevjerojatno moćnih web-mjesta uz samo nekoliko klikova. Pico je nevjerojatno jednostavan i stravično brz podatkovni CMS – koji olakšava stvaranje i upravljanje web-mjestima.\n\n* Pokrenite blog\n* Podijelite životopis s cijelim svijetom\n* Napravite plan koji će vas proslaviti i podijelite ga samo s najboljim prijateljima\n* Izgradite bazu znanja u suradnji s najpametnijim kolegama\n\nPico CMS za Nextcloud omogućuje korisnicima da stvaraju i upravljaju svojim web-mjestima. Stvaranje stranice s pomoću aplikacije Pico CMS svodi se na stvaranje jednostavne tekstne datoteke u korisnikovom Nextcloudu. Nisu potrebna nikakva posebna konfiguriranja, nikakva složena upravljačka sučelja – samo datoteke. Pico je savršen dodatak za Nextcloud. Sigurno dijeljenje, suradnja, kontrola pristupa – ne samo za vaše datoteke, već i za vaša web-mjesta, zahvaljujući aplikaciji Pico CMS za Nextcloud! Ruši granice između mobilnih uređaja, osobnih računala i vašeg poslužitelja.\n\nWeb-mjestima možete pristupiti putem URL-ova kao što je „https://cloud.example.com/sites/my_site/”, a sastoje se od mnogo tekstnih datoteka s nastavkom „.md”, smještenih u korisnikovom Nextcloudu. „.md” je kratica od [**Markdown**](https://www.markdownguide.org/) – super jednostavan i intuitivan skup oznaka za stvaranje naslova, odlomaka, teksta, popisa, slika i poveznica. Nemojte očajavati – ne trebate naučiti novi programski jezik ako to ne želite. Omogućite aplikaciju [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) i olakšajte stvari do maksimuma. Imajte na umu da Nextcloudov ugrađeni uređivač teksta nije kompatibilan s aplikacijom Pico CMS za Nextcloud. Gdje su metapodaci, primjerice naslov stranice ili datum objave? Dobro pitanje, svi metapodaci su na jednom mjestu. Na vrh Markdown datoteka možete staviti blok koji sadrži takve metapodatke pod nazivom [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Izrađivanje web-mjesta nikad nije bilo lakše…\n\nAli to nije sve… Pico CMS za Nextcloud može se značajno prilagođavati. Izgled Pico CMS-a možete izmijeniti primjenom prilagođenih tema i dodati mu nove funkcionalnosti s pomoću prilagođenih dodataka. Korisnici ne mogu sami dodavati prilagođene teme i dodatke zbog sigurnosnih razloga, ali administratori zato mogu. Dodaci i teme nisu samo nova „vizualna poboljšanja” ili „widgeti”, tehnologije koje ih pogone moćan su okvir koji možete iskoristiti da web-mjesta svojih korisnika učinite doista jedinstvenim. Međutim, velika moć zahtjeva veliku odgovornost. Pico CMS za Nextcloud korisnicima onemogućuje dodavanje skripti u web-mjesta kako bi se izbjegli razni sigurnosni rizici (tzv. „unakrsno skriptiranje”). Budući da se rizik ne odnosi na sam Pico, proizvođači tema i dodataka treće strane možda neće biti svjesni ovog problema – stoga budite vrlo pažljivi pri instalaciji prilagođenih dodataka i tema.\n\nŽelite saznati više pojedinosti o aplikaciji Pico CMS za Nextcloud? Nema problema! Jednostavno preuzmite i omogućite aplikaciju s trgovine [Nextcloud’s App Store](https://apps.nextcloud.com/apps/cms_pico) i izradite svoje prvo web-mjesto s pomoću predloška „sample_pico”. Probni sadržaj aplikacije Pico dat će vam sve informacije koje su vam potrebne…", @@ -118,20 +117,13 @@ "Delete custom template" : "Brisanje prilagođenog predloška", "Base template" : "Osnovni predložak", "Template name" : "Naziv predloška", - "Configure your webserver" : "Konfigurirajte svoj web-poslužitelj", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Pravilno konfigurirajte svoj web-poslužitelj kako biste oslobodili puni potencijal aplikacije Pico CMS za Nextcloud.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Ovisno o konfiguraciji web-poslužitelja korisnici mogu pristupiti svojim web-mjestima putem različitih URL-ova. Korisnici mogu prema zadanim postavkama pristupiti svojim web-mjestima putem punog URL-a aplikacije Pico CMS za Nextcloud. Međutim, ti su URL-ovi prilično dugački i nisu baš jednostavni za korištenje. Pico CMS za Nextcloud stoga podržava korištenje skraćenih URL-ova primjenom virtualne mape „web-mjesta/”. Međutim, korištenje ove značajke zahtijeva dodatno konfiguriranje web-poslužitelja. Ako se koristite web-poslužiteljem Apache, probajte jedan od prva dva primjera prikazana u nastavku. Ako se koristite web-poslužiteljem nginx, probajte jedan od posljednja dva primjera. Ako vam baš i nije jasno što trebate učiniti, obratite se administratoru poslužitelja i pošaljite mu podatke navedene u nastavku. Ako vam administrator poslužitelja kaže da nešto nije moguće, ne očajavajte – i dalje možete upotrebljavati pune URL-ove aplikacije Pico CMS za Nextcloud jer su vam oni uvijek dostupni.", "Enable short website URLs" : "Omogući skraćene URL-ove web-mjesta", "Full application URLs" : "Puni URL-ovi aplikacije", "Short website URLs" : "Skraćeni URL-ovi web-mjesta", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nakon što konfigurirate svoj web-poslužitelj za korištenje skraćenih URL-ova, trebate odabrati odgovarajuću značajku navedenu iznad kako biste korisnike obavijestili o korištenju te značajke. Omogućite navedenu značajku samo ako ste prethodno konfigurirali virtualnu mapu „web-mjesta/” na temelju jednog od primjera konfiguracije prikazanih u nastavku.", "Using Apache's mod_proxy" : "Korištenje modula mod_proxy poslužitelja Apache", "Your users' website URLs will look like the following:" : "URL-ovi web-mjesta korisnika imat će sljedeći oblik:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke apache.conf. Prije toga omogućite module mod_proxy i mod_proxy_http poslužitelja Apache. U suprotnom možda neće biti moguće ponovno pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja).", "Using Apache's mod_rewrite" : "Korištenje modula mod_rewrite poslužitelja Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prije nego što kopirate dio konfiguracije naveden iznad u Nextcloudov dio datoteke apache.conf, omogućite modul mod_rewrite poslužitelja Apache. U suprotnom možda neće biti moguće (ponovno) pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja). Imajte na umu da vam ova konfiguracija neće omogućiti korištenje skraćenih URL-ova, već preusmjerava korisnike sa skraćenih URL-ova na pune URL-ove web-mjesta. Stoga preporučujemo korištenje modula mod_proxy kao što je navedeno iznad.", "Using nginx's proxy_pass" : "Korištenje modula proxy_pass poslužitelja nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke nginx.conf s oznakom { … }. Prije toga omogućite modul ngx_http_proxy_module poslužitelja nginx. U suprotnom možda neće biti moguće (ponovno) pokrenuti web-poslužitelj ili ćete dobiti pogrešku „500 Internal Server Error” (unutarnja pogreška poslužitelja).", "Using nginx's rewrite" : "Korištenje modula rewrite poslužitelja nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Jednostavno kopirajte dio konfiguracije naveden iznad u Nextcloudov dio datoteke nginx.conf označen s { … }. Imajte na umu da vam ova konfiguracija neće omogućiti korištenje skraćenih URL-ova, već preusmjerava korisnike sa skraćenih URL-ova na pune URL-ove web-mjesta. Stoga preporučujemo korištenje modula proxy_pass poslužitelja nginx kao što je navedeno iznad.", "Version information" : "Informacije o inačici", @@ -150,7 +142,6 @@ "Created" : "Stvoreno", "Go to website" : "Idi na web-mjesto", "Go to website directory" : "Idi na direktorij web-mjesta", - "Toggle private website" : "Uključi/isključi privatno web-mjesto", "Delete website" : "Izbriši web-mjesto", "Actions" : "Radnje", "Reload websites list" : "Ponovno učitaj popis web-mjesta", diff --git a/l10n/hu.js b/l10n/hu.js index e03d0993..6698233a 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "A téma már létezik.", "Website exists." : "A weboldal már létezik.", "No permission." : "Nincs jogosultsága.", + "The value given is invalid." : "A megadott érték érvénytelen.", "Website not found." : "A webhely nem található.", "Local (unencrypted)" : "Helyi (titkosítatlan)", "Location" : "Hely", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "A webhely elérési útját egy nem helyi tároló tárolja.", "Parent folder of the website's path not found." : "A webhely útvonalának szülőmappája nem található.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: Nem található a(z) „%s”. Győződjön meg arról, hogy telepítette-e az alkalmazás függőségeit a `composer install` futtatásával, amelyet az alkalmazás telepítési könyvtárában a(z) „%s” alatt talál. Ezután próbálja újra engedélyezni a Pico CMS for Nextcloudot.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: A webkiszolgálónak nincs engedélye fájlok és mappák létrehozására a(z) „%s” alatt. Ügyeljen arra, hogy a webkiszolgálónak írási hozzáférést adjon ehhez a könyvtárhoz, megváltoztatva annak engedélyeit és tulajdonjogát a „%s” könyvtárral megegyezőre. Ezután próbálja újraengedélyezni a Pico CMS for Nextcloudot.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: A webkiszolgálónak nincs engedélye fájlok és mappák létrehozására a(z) „%s” alatt. Ügyeljen arra, hogy a webkiszolgálónak írási hozzáférést adjon ehhez a könyvtárhoz, megváltoztatva annak engedélyeit és tulajdonjogát a „%s” könyvtárral megegyezőre. Ezután próbálja újraengedélyezni a Pico CMS for Nextcloudot.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Hozzon létre és tegyen közzé saját webhelyeket – a Pico CMS for Nextclouddal!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "A [Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) egyesíti a [** Picót **] (http://picocms.org/) és a [** Nextcloudot **](https : //nextcloud.com/), hogy egyszerű, biztonságos, megosztható és elképesztően hatékony webhelyeket hozzon létre néhány kattintással. A Pico egy nagyon egyszerű, borzasztóan gyors, fájl-alapú tartalomkezelő (CMS), amely megkönnyíti a weboldalak létrehozását és szerkesztését.\n\n* Indítson blogot\n* Ossza meg önéletrajzát a világgal\n* Készítsen tervet a világuralomra, és csak a megfelelő barátaival ossza meg\n* Hozzon létre egy tudásbázist, és hagyja, hogy az okosabb kollégái segítsenek\n\nA Pico CMS for Nextcloud telepítése lehetővé teszi a felhasználók számára, hogy saját webhelyeket hozzanak létre és kezelhessenek. Egy új oldal létrehozása a Picóval nem több, mint egy egyszerű szöveges fájl létrehozása a felhasználók Nextcloud fájljai között. Nincs szükség beállításokra, nincsenek összetett adminisztrációs felületek – csak fájlok. Tökéletesen illeszkedik a Nextcloudhoz. Biztonságos megosztás, együttműködés, hozzáférés-vezérlés – nem csak a fájljaihoz, hanem a webhelyeihez is, és mindezt a Pico CMS for Nextcloud teszi lehetővé! Elmossa a határokat a mobil- és asztali eszközök, illetve a kiszolgálók között.\n\nA webhelyek olyan webcímeken keresztül lesznek elérhetők, mint a „https://cloud.example.com/sites/my_site/”, és csak egy csomó „.md” szövegfájlból állnak a felhasználó Nextcloud fájljai között. Az .md az úgynevezett [**Markdown**](https://www.markdownguide.org/) fájlok kiterjesztése, amely egy rendkívül egyszerű és intuitív leírónyelv, amellyel jelölheti a címsorokat, bekezdéseket, formázhatja a szöveget, képeket és hivatkozásokat szúrhat be. Ne essen kétségbe, nem kell még egy nyelvet megtanulnia, ha nem akarja. Fontolja meg a Nextcloud [Markdown szerkesztő](https://apps.nextcloud.com/apps/files_markdown) alkalmazásának engedélyezését, hogy az egyszerű dolgokat még egyszerűbbé tegye. Felhívjuk figyelmét, hogy a Nextcloud beépített szövegszerkesztője nem kompatibilis a Pico CMS for Nextcloud alkalmazással. De mi a helyzet a metaadatokkal, például az oldal címével vagy megjelenési dátumával? Jól gondolta, minden egy helyen van. A Markdown fájljainak tetején elhelyezhet egy blokkot ilyen metaadatokkal – ez az úgynevezett [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. A webhelyek létrehozása nem is lehetne egyszerűbb…\n\nDe ez még nem minden… A Pico CMS for Nextcloud nagy mértékben testreszabható. Megváltoztathatja a Pico megjelenését egyéni témák használatával, és új funkciókat adhat hozzá egyéni bővítmények használatával. Biztonsági okokból a felhasználók önmagukban sem egyedi témákat, sem bővítményeket nem vehetnek fel – rendszergazdaként azonban igen. A bővítmények és a témák nem csak új sablonok és felületi elemek, az alapul szolgáló technológiák hatékony keretrendszert alkotnak, melyek segítségével a felhasználók webhelyei valóban egyedivé válhatnak. A nagy hatalom azonban nagy felelősség is jár. A Pico CMS for Nextcloud mindent megtesz annak megakadályozása érdekében, hogy a felhasználók parancsfájlokat helyezzenek el a webhelyeken, mivel ez biztonsági kockázatokat hordozhat (ún. „cross scripting”). Mivel ez a kockázat nem magára a Picóra vonatkozik, így előfordulhat, hogy a bővítmények és témák harmadik féltől származó fejlesztői nincsenek tisztában ezzel a problémával – ezért legyen óvatos az egyéni bővítmények és témák telepítésekor.\n\nSzeretne többet megtudni a Pico CMS for Nextcloudról? Ez könnyen megy! Csak töltse le és engedélyezze az alkalmazást a [Nextcloud alkalmazásboltból](https://apps.nextcloud.com/apps/cms_pico), és navigáljon a Nextcloud beállítási oldalára. Rendszergazdaként két „Pico CMS” részt talál a Nextcloud beállításaiban – egyet a „Személyes”, a másikat az „Adminisztráció” alatt. Ez utóbbi lehetővé teszi az egyéni témák, bővítmények és sablonok hozzáadását a Picóhoz, valamint néhány speciális beállítás módosítását. A „Személyes” alatt található „Pico CMS” szakasz minden Nextcloud felhasználó számára látható, és lehetővé teszi, hogy személyes webhelyeket hozzanak létre. Egyszerűen hozza létre első személyes webhelyét, és válassza a „sample_pico” elemet webhelysablonként. A Pico minta tartalma elmagyarázza mindazt, amit tudnia kell…", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Egyéni bővítmény hozzáadása", "Reload plugins list" : "Bővítmények listájának újratöltése", "Compatible plugin." : "Kompatibilis bővítmény.", + "Example plugin" : "Példa bővítmény", + "Copy example plugin" : "Példa bővítmény másolása", "System plugin" : "Rendszer bővítmény", "Custom plugin" : "Egyéni bővítmény", "Reload custom plugin" : "Egyéni bővítmény újratöltése", "Delete custom plugin" : "Egyéni bővítményt újratöltése", + "Base plugin" : "Alap bővítmény", + "Plugin name" : "Bővítmény neve", "Custom templates" : "Egyéni sablonok", "Make it easier for users to create new websites." : "Könnyítse meg a felhasználók számára az új webhelyek létrehozását.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Az új weboldalak létrehozása nehéz lehet – hol is kezdje? Az egyéni sablonok kiindulópontként szolgálnak a felhasználók számára egy új webhely létrehozásához a Pico CMS for Nextcloud használatával. Mielőtt új egyéni sablont adna hozzá az alábbi „Egyéni sablon hozzáadása” gombbal, fel kell töltenie a sablon összes fájlját a Nextcloud példány adatmappájába. A sablon feltöltése után megjelenik az alábbi űrlapon, hogy valóban hozzáadja a felhasználók „Új webhely létrehozása” űrlapjához. Ha módosítani szeretné az egyik korábban hozzáadott egyéni sablont, egyszerűen szerkessze a megfelelő fájlokat a Nextcloud adatmappájában.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Egyéni sablon törlése", "Base template" : "Alapsablon", "Template name" : "Sablonnév", - "Configure your webserver" : "Webkiszolgáló beállítása", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Hozza ki a Pico CMS for Nextcloudból a maximumot a webkiszolgáló megfelelő konfigurálásával.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A webkiszolgáló konfigurációjától függően a felhasználók különböző URL-ek segítségével férhetnek hozzá a webhelyeikhez. Alapértelmezés szerint a felhasználók a Pico CMS for Nextcloud által készített oldalakhoz a teljes alkalmazás URL-en keresztül férhetnek hozzá. Ezek az URL-ek azonban elég hosszúak, ezért nem túl felhasználóbarátak. Emiatt a Pico CMS for Nextcloud is támogatja a rövidített URL-eket a virtuális „sites/” mappa használatával. Ennek a szolgáltatásnak a használatához azonban további webkiszolgáló konfigurációra van szükség. Ha az Apache webkiszolgálót használja, próbálkozzon az alább látható első két példa egyikével. Ha az nginx webkiszolgálót használja, próbálkozzon az utolsó két példa egyikével. Ha nem igazán érti, mi folyik itt, akkor vegye fel a kapcsolatot a szerver rendszergazdájával, és küldje el neki az alábbi információkat. Ha a kiszolgáló rendszergazdája azt mondja, hogy ez nem lehetséges, ne essen kétségbe – továbbra is használhatja a Pico CMS for Nextcloudot a teljes alkalmazás URL-lel, ezek ugyanis mindig működnek.", + "Configure your web server" : "Webkiszolgáló beállítása", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Hozza ki a Pico CMS for Nextcloudból a maximumot a webkiszolgáló megfelelő konfigurálásával.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A webkiszolgáló konfigurációjától függően a felhasználók különböző URL-ek segítségével férhetnek hozzá a webhelyeikhez. Alapértelmezés szerint a felhasználók a Pico CMS for Nextcloud által készített oldalakhoz a teljes alkalmazás URL-en keresztül férhetnek hozzá. Ezek az URL-ek azonban elég hosszúak, ezért nem túl felhasználóbarátak. Emiatt a Pico CMS for Nextcloud is támogatja a rövidített URL-eket a virtuális „sites/” mappa használatával. Ennek a szolgáltatásnak a használatához azonban további webkiszolgáló konfigurációra van szükség. Ha az Apache webkiszolgálót használja, próbálkozzon az alább látható első két példa egyikével. Ha az nginx webkiszolgálót használja, próbálkozzon az utolsó két példa egyikével. Ha nem igazán érti, mi folyik itt, akkor vegye fel a kapcsolatot a szerver rendszergazdájával, és küldje el neki az alábbi információkat. Ha a kiszolgáló rendszergazdája azt mondja, hogy ez nem lehetséges, ne essen kétségbe – továbbra is használhatja a Pico CMS for Nextcloudot a teljes alkalmazás URL-lel, ezek ugyanis mindig működnek.", "Enable short website URLs" : "Rövid webhely URL-ek engedélyezése", "Full application URLs" : "Teljes alkalmazás URL-ek", "Short website URLs" : "Rövid webhely URL-ek", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Miután beállította webkiszolgálóját a rövidített URL-ek engedélyezésére, válassza ki a fenti megfelelő lehetőséget, hogy a felhasználók értesüljenek erről a szolgáltatásról. Ne engedélyezze ezt a beállítást, ha még nem állította be a virtuális „sites/” mappát az alább látható konfigurációs példák egyikével.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Miután beállította webkiszolgálóját a rövidített URL-ek engedélyezésére, válassza ki a fenti megfelelő lehetőséget, hogy a felhasználók értesüljenek erről a szolgáltatásról. Ne engedélyezze ezt a beállítást, ha még nem állította be a virtuális „sites/” mappát az alább látható konfigurációs példák egyikével.", "Using Apache's mod_proxy" : "Az Apache mod_proxy használatával", "Your users' website URLs will look like the following:" : "A felhasználók webhelyének URL-jei a következőképpen fognak kinézni:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájl szakaszába. Ezt megelőzően engedélyeznie kell az Apache mod_proxy és mod_proxy_http moduljait. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájl szakaszába. Ezt megelőzően engedélyeznie kell az Apache mod_proxy és mod_proxy_http moduljait. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", "Using Apache's mod_rewrite" : "Az Apache mod_rewrite használatával", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Mielőtt átmásolná a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájljának szakaszába, engedélyezze az Apache mod_rewrite modulját. Ellenkező esetben a webkiszolgáló nem vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely a fenti mod_proxy-t használja.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Mielőtt átmásolná a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájljának szakaszába, engedélyezze az Apache mod_rewrite modulját. Ellenkező esetben a webkiszolgáló nem vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely a fenti mod_proxy-t használja.", "Using nginx's proxy_pass" : "Az nginx proxy_pass használata", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Mielőtt ezt megtenné, engedélyeznie kell az nginx ngx_http_proxy_module modulját. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Mielőtt ezt megtenné, engedélyeznie kell az nginx ngx_http_proxy_module modulját. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", "Using nginx's rewrite" : "Az nginx rewrite használata", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Egyszerűen másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely az nginx fentebb bemutatott proxy_pass utasítását használja.", "Version information" : "Verzióinformáció", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Létrehozva", "Go to website" : "Ugrás a weboldalra", "Go to website directory" : "Ugrás a webhely könyvtárába", - "Toggle private website" : "Privát webhely be/ki", + "Edit website name" : "Webhelynév szerkesztése", + "Edit private website settings" : "Privát webhelybeállítások szerkesztése", "Delete website" : "Webhely törlése", "Actions" : "Műveletek", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "A Pico CMS for Nextcloud támogatja a nyilvános és a privát webhelyeket is. Mindenki elérheti a nyilvános webhelyeket, nem számít, hogy be vannak-e jelentkezve, vagy sem. Ha a felhasználók egy részére akarja korlátozni a hozzáférést, akkor hozzon létre egy privát webhelyet. A privát webhely minden felhasználójának be kell jelentkeznie, kölönben egy „Hozzáférés megtagadva” hiba jelenik meg. Továbbá a következő feltételek egyikének teljesülnie kell: (1) a felhasználó eléri a webhely forrásfájljait (tehát a forráskönyvtár meg lett osztva a felhasználóval), (2) a felhasználó tagja a lent felsorolt csoportok egyikének, vagy (3) a felhasználó tagja az oldal YAML fejlécében, az „access” metaértékben megadott csoportnak.", + "Website type" : "Webhely típusa", + "Public website" : "Nyilvános webhely", + "The website is publicly accessible and requires no authentication whatsoever." : "A webhely nyilvános elérhető, és semmilyen hitelesítés nem szükséges.", + "Private website" : "Privát webhely", + "The website requires authentication, access is limited to a subset of all users." : "A webhely hitelesítést igényel, csak a felhasználók egy része fér hozzá. ", + "Group access" : "Csoporthozzáférés", + "Grant access to all members of the selected groups." : "Hozzáférés adása a kiválasztott csoportok tagjainak.", "Reload websites list" : "Webhelyek listájának újratöltése", "Create a new website" : "Új webhely létrehozása", "Just fill the form below to create your own personal website." : "Saját személyes webhelyének létrehozásához töltse ki az űrlapot.", diff --git a/l10n/hu.json b/l10n/hu.json index 49094580..03dd0d46 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -25,6 +25,7 @@ "Theme exists already." : "A téma már létezik.", "Website exists." : "A weboldal már létezik.", "No permission." : "Nincs jogosultsága.", + "The value given is invalid." : "A megadott érték érvénytelen.", "Website not found." : "A webhely nem található.", "Local (unencrypted)" : "Helyi (titkosítatlan)", "Location" : "Hely", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "A webhely elérési útját egy nem helyi tároló tárolja.", "Parent folder of the website's path not found." : "A webhely útvonalának szülőmappája nem található.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: Nem található a(z) „%s”. Győződjön meg arról, hogy telepítette-e az alkalmazás függőségeit a `composer install` futtatásával, amelyet az alkalmazás telepítési könyvtárában a(z) „%s” alatt talál. Ezután próbálja újra engedélyezni a Pico CMS for Nextcloudot.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: A webkiszolgálónak nincs engedélye fájlok és mappák létrehozására a(z) „%s” alatt. Ügyeljen arra, hogy a webkiszolgálónak írási hozzáférést adjon ehhez a könyvtárhoz, megváltoztatva annak engedélyeit és tulajdonjogát a „%s” könyvtárral megegyezőre. Ezután próbálja újraengedélyezni a Pico CMS for Nextcloudot.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nem sikerült engedélyezni a Pico CMS for Nextcloudot: A webkiszolgálónak nincs engedélye fájlok és mappák létrehozására a(z) „%s” alatt. Ügyeljen arra, hogy a webkiszolgálónak írási hozzáférést adjon ehhez a könyvtárhoz, megváltoztatva annak engedélyeit és tulajdonjogát a „%s” könyvtárral megegyezőre. Ezután próbálja újraengedélyezni a Pico CMS for Nextcloudot.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Hozzon létre és tegyen közzé saját webhelyeket – a Pico CMS for Nextclouddal!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "A [Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) egyesíti a [** Picót **] (http://picocms.org/) és a [** Nextcloudot **](https : //nextcloud.com/), hogy egyszerű, biztonságos, megosztható és elképesztően hatékony webhelyeket hozzon létre néhány kattintással. A Pico egy nagyon egyszerű, borzasztóan gyors, fájl-alapú tartalomkezelő (CMS), amely megkönnyíti a weboldalak létrehozását és szerkesztését.\n\n* Indítson blogot\n* Ossza meg önéletrajzát a világgal\n* Készítsen tervet a világuralomra, és csak a megfelelő barátaival ossza meg\n* Hozzon létre egy tudásbázist, és hagyja, hogy az okosabb kollégái segítsenek\n\nA Pico CMS for Nextcloud telepítése lehetővé teszi a felhasználók számára, hogy saját webhelyeket hozzanak létre és kezelhessenek. Egy új oldal létrehozása a Picóval nem több, mint egy egyszerű szöveges fájl létrehozása a felhasználók Nextcloud fájljai között. Nincs szükség beállításokra, nincsenek összetett adminisztrációs felületek – csak fájlok. Tökéletesen illeszkedik a Nextcloudhoz. Biztonságos megosztás, együttműködés, hozzáférés-vezérlés – nem csak a fájljaihoz, hanem a webhelyeihez is, és mindezt a Pico CMS for Nextcloud teszi lehetővé! Elmossa a határokat a mobil- és asztali eszközök, illetve a kiszolgálók között.\n\nA webhelyek olyan webcímeken keresztül lesznek elérhetők, mint a „https://cloud.example.com/sites/my_site/”, és csak egy csomó „.md” szövegfájlból állnak a felhasználó Nextcloud fájljai között. Az .md az úgynevezett [**Markdown**](https://www.markdownguide.org/) fájlok kiterjesztése, amely egy rendkívül egyszerű és intuitív leírónyelv, amellyel jelölheti a címsorokat, bekezdéseket, formázhatja a szöveget, képeket és hivatkozásokat szúrhat be. Ne essen kétségbe, nem kell még egy nyelvet megtanulnia, ha nem akarja. Fontolja meg a Nextcloud [Markdown szerkesztő](https://apps.nextcloud.com/apps/files_markdown) alkalmazásának engedélyezését, hogy az egyszerű dolgokat még egyszerűbbé tegye. Felhívjuk figyelmét, hogy a Nextcloud beépített szövegszerkesztője nem kompatibilis a Pico CMS for Nextcloud alkalmazással. De mi a helyzet a metaadatokkal, például az oldal címével vagy megjelenési dátumával? Jól gondolta, minden egy helyen van. A Markdown fájljainak tetején elhelyezhet egy blokkot ilyen metaadatokkal – ez az úgynevezett [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. A webhelyek létrehozása nem is lehetne egyszerűbb…\n\nDe ez még nem minden… A Pico CMS for Nextcloud nagy mértékben testreszabható. Megváltoztathatja a Pico megjelenését egyéni témák használatával, és új funkciókat adhat hozzá egyéni bővítmények használatával. Biztonsági okokból a felhasználók önmagukban sem egyedi témákat, sem bővítményeket nem vehetnek fel – rendszergazdaként azonban igen. A bővítmények és a témák nem csak új sablonok és felületi elemek, az alapul szolgáló technológiák hatékony keretrendszert alkotnak, melyek segítségével a felhasználók webhelyei valóban egyedivé válhatnak. A nagy hatalom azonban nagy felelősség is jár. A Pico CMS for Nextcloud mindent megtesz annak megakadályozása érdekében, hogy a felhasználók parancsfájlokat helyezzenek el a webhelyeken, mivel ez biztonsági kockázatokat hordozhat (ún. „cross scripting”). Mivel ez a kockázat nem magára a Picóra vonatkozik, így előfordulhat, hogy a bővítmények és témák harmadik féltől származó fejlesztői nincsenek tisztában ezzel a problémával – ezért legyen óvatos az egyéni bővítmények és témák telepítésekor.\n\nSzeretne többet megtudni a Pico CMS for Nextcloudról? Ez könnyen megy! Csak töltse le és engedélyezze az alkalmazást a [Nextcloud alkalmazásboltból](https://apps.nextcloud.com/apps/cms_pico), és navigáljon a Nextcloud beállítási oldalára. Rendszergazdaként két „Pico CMS” részt talál a Nextcloud beállításaiban – egyet a „Személyes”, a másikat az „Adminisztráció” alatt. Ez utóbbi lehetővé teszi az egyéni témák, bővítmények és sablonok hozzáadását a Picóhoz, valamint néhány speciális beállítás módosítását. A „Személyes” alatt található „Pico CMS” szakasz minden Nextcloud felhasználó számára látható, és lehetővé teszi, hogy személyes webhelyeket hozzanak létre. Egyszerűen hozza létre első személyes webhelyét, és válassza a „sample_pico” elemet webhelysablonként. A Pico minta tartalma elmagyarázza mindazt, amit tudnia kell…", @@ -99,10 +100,14 @@ "Add custom plugin" : "Egyéni bővítmény hozzáadása", "Reload plugins list" : "Bővítmények listájának újratöltése", "Compatible plugin." : "Kompatibilis bővítmény.", + "Example plugin" : "Példa bővítmény", + "Copy example plugin" : "Példa bővítmény másolása", "System plugin" : "Rendszer bővítmény", "Custom plugin" : "Egyéni bővítmény", "Reload custom plugin" : "Egyéni bővítmény újratöltése", "Delete custom plugin" : "Egyéni bővítményt újratöltése", + "Base plugin" : "Alap bővítmény", + "Plugin name" : "Bővítmény neve", "Custom templates" : "Egyéni sablonok", "Make it easier for users to create new websites." : "Könnyítse meg a felhasználók számára az új webhelyek létrehozását.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Az új weboldalak létrehozása nehéz lehet – hol is kezdje? Az egyéni sablonok kiindulópontként szolgálnak a felhasználók számára egy új webhely létrehozásához a Pico CMS for Nextcloud használatával. Mielőtt új egyéni sablont adna hozzá az alábbi „Egyéni sablon hozzáadása” gombbal, fel kell töltenie a sablon összes fájlját a Nextcloud példány adatmappájába. A sablon feltöltése után megjelenik az alábbi űrlapon, hogy valóban hozzáadja a felhasználók „Új webhely létrehozása” űrlapjához. Ha módosítani szeretné az egyik korábban hozzáadott egyéni sablont, egyszerűen szerkessze a megfelelő fájlokat a Nextcloud adatmappájában.", @@ -118,20 +123,20 @@ "Delete custom template" : "Egyéni sablon törlése", "Base template" : "Alapsablon", "Template name" : "Sablonnév", - "Configure your webserver" : "Webkiszolgáló beállítása", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Hozza ki a Pico CMS for Nextcloudból a maximumot a webkiszolgáló megfelelő konfigurálásával.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A webkiszolgáló konfigurációjától függően a felhasználók különböző URL-ek segítségével férhetnek hozzá a webhelyeikhez. Alapértelmezés szerint a felhasználók a Pico CMS for Nextcloud által készített oldalakhoz a teljes alkalmazás URL-en keresztül férhetnek hozzá. Ezek az URL-ek azonban elég hosszúak, ezért nem túl felhasználóbarátak. Emiatt a Pico CMS for Nextcloud is támogatja a rövidített URL-eket a virtuális „sites/” mappa használatával. Ennek a szolgáltatásnak a használatához azonban további webkiszolgáló konfigurációra van szükség. Ha az Apache webkiszolgálót használja, próbálkozzon az alább látható első két példa egyikével. Ha az nginx webkiszolgálót használja, próbálkozzon az utolsó két példa egyikével. Ha nem igazán érti, mi folyik itt, akkor vegye fel a kapcsolatot a szerver rendszergazdájával, és küldje el neki az alábbi információkat. Ha a kiszolgáló rendszergazdája azt mondja, hogy ez nem lehetséges, ne essen kétségbe – továbbra is használhatja a Pico CMS for Nextcloudot a teljes alkalmazás URL-lel, ezek ugyanis mindig működnek.", + "Configure your web server" : "Webkiszolgáló beállítása", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Hozza ki a Pico CMS for Nextcloudból a maximumot a webkiszolgáló megfelelő konfigurálásával.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A webkiszolgáló konfigurációjától függően a felhasználók különböző URL-ek segítségével férhetnek hozzá a webhelyeikhez. Alapértelmezés szerint a felhasználók a Pico CMS for Nextcloud által készített oldalakhoz a teljes alkalmazás URL-en keresztül férhetnek hozzá. Ezek az URL-ek azonban elég hosszúak, ezért nem túl felhasználóbarátak. Emiatt a Pico CMS for Nextcloud is támogatja a rövidített URL-eket a virtuális „sites/” mappa használatával. Ennek a szolgáltatásnak a használatához azonban további webkiszolgáló konfigurációra van szükség. Ha az Apache webkiszolgálót használja, próbálkozzon az alább látható első két példa egyikével. Ha az nginx webkiszolgálót használja, próbálkozzon az utolsó két példa egyikével. Ha nem igazán érti, mi folyik itt, akkor vegye fel a kapcsolatot a szerver rendszergazdájával, és küldje el neki az alábbi információkat. Ha a kiszolgáló rendszergazdája azt mondja, hogy ez nem lehetséges, ne essen kétségbe – továbbra is használhatja a Pico CMS for Nextcloudot a teljes alkalmazás URL-lel, ezek ugyanis mindig működnek.", "Enable short website URLs" : "Rövid webhely URL-ek engedélyezése", "Full application URLs" : "Teljes alkalmazás URL-ek", "Short website URLs" : "Rövid webhely URL-ek", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Miután beállította webkiszolgálóját a rövidített URL-ek engedélyezésére, válassza ki a fenti megfelelő lehetőséget, hogy a felhasználók értesüljenek erről a szolgáltatásról. Ne engedélyezze ezt a beállítást, ha még nem állította be a virtuális „sites/” mappát az alább látható konfigurációs példák egyikével.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Miután beállította webkiszolgálóját a rövidített URL-ek engedélyezésére, válassza ki a fenti megfelelő lehetőséget, hogy a felhasználók értesüljenek erről a szolgáltatásról. Ne engedélyezze ezt a beállítást, ha még nem állította be a virtuális „sites/” mappát az alább látható konfigurációs példák egyikével.", "Using Apache's mod_proxy" : "Az Apache mod_proxy használatával", "Your users' website URLs will look like the following:" : "A felhasználók webhelyének URL-jei a következőképpen fognak kinézni:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájl szakaszába. Ezt megelőzően engedélyeznie kell az Apache mod_proxy és mod_proxy_http moduljait. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájl szakaszába. Ezt megelőzően engedélyeznie kell az Apache mod_proxy és mod_proxy_http moduljait. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", "Using Apache's mod_rewrite" : "Az Apache mod_rewrite használatával", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Mielőtt átmásolná a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájljának szakaszába, engedélyezze az Apache mod_rewrite modulját. Ellenkező esetben a webkiszolgáló nem vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely a fenti mod_proxy-t használja.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Mielőtt átmásolná a fenti konfigurációs kódrészletet a Nextcloud apache.conf fájljának szakaszába, engedélyezze az Apache mod_rewrite modulját. Ellenkező esetben a webkiszolgáló nem vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely a fenti mod_proxy-t használja.", "Using nginx's proxy_pass" : "Az nginx proxy_pass használata", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Mielőtt ezt megtenné, engedélyeznie kell az nginx ngx_http_proxy_module modulját. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Mielőtt ezt megtenné, engedélyeznie kell az nginx ngx_http_proxy_module modulját. Ellenkező esetben a webkiszolgáló vagy megtagadja az (újra)indítást, vagy 500-as belső kiszolgálóhibát fog visszaadni.", "Using nginx's rewrite" : "Az nginx rewrite használata", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Egyszerűen másolja a fenti konfigurációs kódrészletet a Nextcloud kiszolgáló nginx.conf fájljának {…} szakaszába. Felhívjuk figyelmét, hogy ez a konfiguráció valójában nem teszi lehetővé a rövidített URL-ek használatát, csupán átirányítja a felhasználókat a rövidített URL-ekről a webhely teljes URL-jére. Ezért inkább azt a megoldást kellene előnyben részesítenie, amely az nginx fentebb bemutatott proxy_pass utasítását használja.", "Version information" : "Verzióinformáció", @@ -150,9 +155,18 @@ "Created" : "Létrehozva", "Go to website" : "Ugrás a weboldalra", "Go to website directory" : "Ugrás a webhely könyvtárába", - "Toggle private website" : "Privát webhely be/ki", + "Edit website name" : "Webhelynév szerkesztése", + "Edit private website settings" : "Privát webhelybeállítások szerkesztése", "Delete website" : "Webhely törlése", "Actions" : "Műveletek", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "A Pico CMS for Nextcloud támogatja a nyilvános és a privát webhelyeket is. Mindenki elérheti a nyilvános webhelyeket, nem számít, hogy be vannak-e jelentkezve, vagy sem. Ha a felhasználók egy részére akarja korlátozni a hozzáférést, akkor hozzon létre egy privát webhelyet. A privát webhely minden felhasználójának be kell jelentkeznie, kölönben egy „Hozzáférés megtagadva” hiba jelenik meg. Továbbá a következő feltételek egyikének teljesülnie kell: (1) a felhasználó eléri a webhely forrásfájljait (tehát a forráskönyvtár meg lett osztva a felhasználóval), (2) a felhasználó tagja a lent felsorolt csoportok egyikének, vagy (3) a felhasználó tagja az oldal YAML fejlécében, az „access” metaértékben megadott csoportnak.", + "Website type" : "Webhely típusa", + "Public website" : "Nyilvános webhely", + "The website is publicly accessible and requires no authentication whatsoever." : "A webhely nyilvános elérhető, és semmilyen hitelesítés nem szükséges.", + "Private website" : "Privát webhely", + "The website requires authentication, access is limited to a subset of all users." : "A webhely hitelesítést igényel, csak a felhasználók egy része fér hozzá. ", + "Group access" : "Csoporthozzáférés", + "Grant access to all members of the selected groups." : "Hozzáférés adása a kiválasztott csoportok tagjainak.", "Reload websites list" : "Webhelyek listájának újratöltése", "Create a new website" : "Új webhely létrehozása", "Just fill the form below to create your own personal website." : "Saját személyes webhelyének létrehozásához töltse ki az űrlapot.", diff --git a/l10n/id.js b/l10n/id.js index d8683872..c0490373 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -23,6 +23,7 @@ OC.L10N.register( "Limit to groups" : "Batasi ke grup", "Name" : "Nama", "Path" : "Jalur", + "Theme" : "Tema", "Created" : "Dibuat", "Actions" : "Tindakan", "Address" : "Alamat", diff --git a/l10n/id.json b/l10n/id.json index abc152e0..94834d42 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -21,6 +21,7 @@ "Limit to groups" : "Batasi ke grup", "Name" : "Nama", "Path" : "Jalur", + "Theme" : "Tema", "Created" : "Dibuat", "Actions" : "Tindakan", "Address" : "Alamat", diff --git a/l10n/it.js b/l10n/it.js index de9b834c..2d0a6a40 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Il tema esiste già.", "Website exists." : "Il sito web esiste.", "No permission." : "Nessun permesso.", + "The value given is invalid." : "Il valore fornito non è valido.", "Website not found." : "Sito web non trovato.", "Local (unencrypted)" : "Locale (non cifrato)", "Location" : "Posizione", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Il percorso del sito web è salvato in un'archiviazione non locale.", "Parent folder of the website's path not found." : "Cartella superiore del percorso del sito web non trovata.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: impossibile trovare \"%s\". Assicurati di installare le dipendenze dell'applicazione eseguendo `composer install` nella cartella di installazione dell'applicazione sotto \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: il server web non ha il permesso di creare file e cartelle sotto \"%s\". Assicurati di dare i permessi di scrittura al server web per questa cartella cambiando le sue autorizzazioni e lo stesso proprietario della cartella \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: il server web non ha il permesso di creare file e cartelle sotto \"%s\". Assicurati di dare i permessi di scrittura al server web per questa cartella cambiando le sue autorizzazioni e lo stesso proprietario della cartella \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea e pubblica i tuoi siti web con Pico CMS per Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) combina la potenza di [**Pico**](http://picocms.org/) e di [**Nextcloud**](https://nextcloud.com/) per creare siti web semplici, sicuri, condivisibili e di grande qualità con pochi clic. Pico è un CMS di file singoli incredibilmente semplice e veloce - che rende facile il web.\n\n* Inizia un blog\n* Condividi il tuo curriculum con il mondo\n* Crea un piano per il dominio del mondo e condividilo solo con i veri amici\n* Costruisci una base di conoscenza e lascia che ti aiutino solo i colleghi intelligenti.\n\nInstallare Pico CMS per Nextcloud permette ai tuoi utenti di creare e gestire i loro siti personali. Creare una nuova pagina con Pico CMS non significa altro che creare un file testuale nei file di Nextcloud di un utente. Nessuna configurazione richiesta, nessuna interfaccia di gestione complessa - solo file. È l'abbinamento perfetto con Nextcloud. Condivisione sicura, collaborazione, controllo degli accessi - non solo per i tuoi file, ma anche per i tuoi siti web, tutto reso possibile da Pico CMS per Nextcloud! Abbattiamo i confini tra i tuoi dispositivi mobili e desktop e il tuo server.\n\nI siti saranno accessibili tramite URL come `https://cloud.esempio.com/sites/mio_sito/` e consistono in un insieme di file testuali `.md` tra i file di Nextcloud dell'utente. `.md` sta per [**Markdown**](https://www.markdownguide.org/) - un contrassegno molto semplice e intuitivo per creare intestazioni, paragrafi, formattazioni, elenchi, immagini e collegamenti. Ma non disperare - non dovrai imparare un altro nuovo linguaggio, se non vuoi. Considera l'attivazione dell'applicazione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) di Nextcloud per rendere le cose facili incredibilmente semplici. Ma che dire dei metadati come il titolo di una pagina o la data di uscita? Indovinato, è tutto in un unico posto. Nella parte superiore dei file Markdown è possibile inserire un blocco con tali metadati - chiamato [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare siti web non può essere più facile…\n\nMa non è tutto… Pico CMS per Nextcloud è totalmente personalizzabile. Puoi cambiare l'aspetto di Pico usando temi personalizzati e aggiungere nuove funzionalità con plugin personalizzati. Per motivi di sicurezza gli utenti non possono aggiungere temi o plugin da soli - ma puoi farlo come amministratore. I plugin e i temi non sono solo \"skin\" o \"widget\", le tecnologie sottostanti sono potenti framework che puoi sfruttare per rendere i siti dei tuoi utenti veramente unici. Tuttavia, da un grande potere derivano grandi responsabilità. Pico CMS per Nextcloud fa del suo meglio per impedire agli utenti di inserire script nei loro siti, poiché potrebbe comportare rischi per la sicurezza (il cosiddetto \"Cross Scripting\"). Dato che questo rischio non si applica a Pico di per sé, gli sviluppatori di terze parti di plugin e temi potrebbero non esserne al corrente - quindi fai attenzione quando installi plugin e temi personalizzati.\n\nVuoi maggiori informazioni su Pico CMS per Nextcloud? Facile! Ti basta scaricare e attivare l'applicazione dal [negozio dell'applicazioni di Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e portarti sulla pagina delle impostazioni di Nextcloud. Come amministratore, troverai due sezioni per \"Pico CMS\" nelle impostazioni di Nextcloud - una sotto \"Personale\", l'altra sotto \"Amministrazione\". Quest'ultima ti consente di aggiungere temi personalizzati, plugin e modelli a Pico, così come la modifica di alcune impostazioni avanzate. La sezione di \"Pico CMS\" sotto \"Personale\" esiste per tutti gli utenti di Nextcloud e consente a chiunque di creare siti web personali. Crea il tuo primo sito scegliendo il modello \"sample_pico\". I contenuti di esempio di Pico spiegheranno tutto ciò che devi sapere…", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Aggiungi plugin personalizzato", "Reload plugins list" : "Ricarica elenco plugin", "Compatible plugin." : "Plugin compatibile.", + "Example plugin" : "Plugin di esempio", + "Copy example plugin" : "Copia plugin di esempio", "System plugin" : "Plugin di sistema", "Custom plugin" : "Plugin personalizzato", "Reload custom plugin" : "Ricarica plugin personalizzato", "Delete custom plugin" : "Elimina plugin personalizzato", + "Base plugin" : "Plugin di base", + "Plugin name" : "Nome del plugin", "Custom templates" : "Modelli personalizzati", "Make it easier for users to create new websites." : "Rendi più facile per gli utenti creare nuovi siti web.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creare nuovi siti può essere complicato - da dove cominciare? I modelli personalizzati costituiscono un punto di partenza per gli utenti per creare un nuovo sito web usando Pico CMS per Nextcloud. Prima di aggiungere un nuovo modello usando il pulsante \"Aggiungi modello personalizzato\" seguente, dovrai caricare tutti i suoi file nella cartella dei dati della tua istanza di Nextcloud. Dopo avere caricato il modello sarà mostrato nel modulo sottostante per aggiungerlo effettivamente alla finestra \"Crea un nuovo sito\" degli utenti. Se desideri modificare uno dei modelli personalizzati aggiunti in precedenza, è sufficiente modificare i file corrispondenti nella cartella dei dati di Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Elimina modello personalizzato", "Base template" : "Modello di base", "Template name" : "Nome modello", - "Configure your webserver" : "Configura il tuo server web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Sfrutta il pieno potenziale di Pico CMS per Nextcloud configurando il tuo server web adeguatamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A seconda della configurazione del tuo server, gli utenti possono accedere ai loro siti usando URL differenti. Di base, gli utenti possono accedere ai loro siti usando l'URL completo di Pico CMS per Nextcloud. Tuttavia, questi URL sono piuttosto lunghi e quindi non molto comodi. Per questo motivo, Pico CMS per Nextcloud supporta anche gli URL abbreviati usando la cartella virtuale \"sites/\". Utilizzare questa funzione richiede però qualche configurazione aggiuntiva del server. Se stai usando Apache, prova uno dei primi due esempi mostrati sotto. Se invece utilizzi NGINX, prova uno degli ultimi due esempi. Se non riesci a capire che sta succedendo, contatta l'amministratore del server e inviagli le informazioni sottostanti. Se l'amministratore ti dice che non è possibile, non disperare - puoi comunque usare gli URL completi di Pico CMS per Nextcloud, funzionano sempre in modo predefinito.", + "Configure your web server" : "Configura il tuo server web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Sfrutta il pieno potenziale di Pico CMS per Nextcloud configurando il tuo server web adeguatamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A seconda della configurazione del tuo server, gli utenti possono accedere ai loro siti usando URL differenti. Di base, gli utenti possono accedere ai loro siti usando l'URL completo di Pico CMS per Nextcloud. Tuttavia, questi URL sono piuttosto lunghi e quindi non molto comodi. Per questo motivo, Pico CMS per Nextcloud supporta anche gli URL abbreviati usando la cartella virtuale \"sites/\". Utilizzare questa funzione richiede però qualche configurazione aggiuntiva del server. Se stai usando Apache, prova uno dei primi due esempi mostrati sotto. Se invece utilizzi NGINX, prova uno degli ultimi due esempi. Se non riesci a capire che sta succedendo, contatta l'amministratore del server e inviagli le informazioni sottostanti. Se l'amministratore ti dice che non è possibile, non disperare - puoi comunque usare gli URL completi di Pico CMS per Nextcloud, funzionano sempre in modo predefinito.", "Enable short website URLs" : "Attiva URL abbreviati per i siti web", "Full application URLs" : "URL applicazione completi", "Short website URLs" : "URL sito abbreviati", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Dopo avere configurato il tuo server web per usare gli URL abbreviati, dovrai selezionare l'opzione corrispondente sopra per far conoscere ai tuoi utenti questa funzione. Non attivare questa opzione se non hai ancora configurato la cartella virtuale \"sites/\" usando uno degli esempi di configurazione mostrati sotto.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Dopo avere configurato il tuo server web per usare gli URL abbreviati, dovrai selezionare l'opzione corrispondente sopra per far conoscere ai tuoi utenti questa funzione. Non attivare questa opzione se non hai ancora configurato la cartella virtuale \"sites/\" usando uno degli esempi di configurazione mostrati sotto.", "Using Apache's mod_proxy" : "Utilizzo di mod_proxy di Apache", "Your users' website URLs will look like the following:" : "Gli URL dei siti web dei tuoi utenti si presenteranno come segue:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf. Prima di farlo devi attivare i moduli di Apache mod_proxy e mod_proxy_http. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf. Prima di farlo devi attivare i moduli di Apache mod_proxy e mod_proxy_http. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Utilizzo di mod_rewrite di Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prima di copiare la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf, assicurati di attivare il modulo di Apache mod_rewrite. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prima di copiare la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf, assicurati di attivare il modulo di Apache mod_rewrite. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza mod_proxy.", "Using nginx's proxy_pass" : "Utilizzo di proxy_pass di nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione server { … } di Nextcloud del tuo nginx.conf. Prima di farlo devi attivare il modulo di nginx ngx_http_proxy_module. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione server { … } di Nextcloud del tuo nginx.conf. Prima di farlo devi attivare il modulo di nginx ngx_http_proxy_module. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", "Using nginx's rewrite" : "Utilizzo rewrite di nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Semplicemente copia la porzione di configurazione sopra nella sezione { … } di Nextcloud del tuo nginx.conf. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza la direttiva proxy_pass di nginx.", "Version information" : "Informazioni di versione", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Creato il", "Go to website" : "Vai al sito web", "Go to website directory" : "Vai alla cartella del sito web", - "Toggle private website" : "Attiva sito web privato", + "Edit website name" : "Modifica il nome del sito web", + "Edit private website settings" : "Modifica le impostazioni del sito web privato", "Delete website" : "Elimina sito web", "Actions" : "Azioni", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS per Nextcloud supporta siti Web sia pubblici che privati. Tutti possono accedere ai siti Web pubblici, indipendentemente dal fatto che abbiano effettuato l'accesso o meno. Se desideri limitare l'accesso a un determinato sottoinsieme di utenti, crea un sito Web privato. Tutti i visitatori di un sito web privato devono essere loggati, altrimenti viene visualizzato l'errore \"Accesso vietato\". Inoltre deve essere soddisfatta una delle seguenti condizioni: (1) l'utente ha accesso ai file di origine del sito Web (ovvero la cartella di origine è condivisa con l'utente), (2) l'utente è un membro di uno dei gruppi elencati di seguito, o (3) l'utente è un membro di uno dei gruppi specificati in YAML Front Matter della pagina richiesta utilizzando il meta valore \"access\".", + "Website type" : "Tipo di sito web", + "Public website" : "Sito web pubblico", + "The website is publicly accessible and requires no authentication whatsoever." : "Il sito web è accessibile pubblicamente e non richiede alcuna autenticazione.", + "Private website" : "Sito web privato", + "The website requires authentication, access is limited to a subset of all users." : "Il sito web richiede l'autenticazione, l'accesso è limitato a un sottogruppo di tutti gli utenti.", + "Group access" : "Accesso di gruppo", + "Grant access to all members of the selected groups." : "Concedi l'accesso a tutti i membri dei gruppi selezionati.", "Reload websites list" : "Ricarica elenco siti", "Create a new website" : "Crea un nuovo sito", "Just fill the form below to create your own personal website." : "Compila il modulo sottostante per creare il tuo sito personale.", @@ -171,4 +185,4 @@ OC.L10N.register( "Create new website" : "Crea nuovo sito web", "Loading…" : "Caricamento…" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/it.json b/l10n/it.json index f16958e6..092cae2c 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -25,6 +25,7 @@ "Theme exists already." : "Il tema esiste già.", "Website exists." : "Il sito web esiste.", "No permission." : "Nessun permesso.", + "The value given is invalid." : "Il valore fornito non è valido.", "Website not found." : "Sito web non trovato.", "Local (unencrypted)" : "Locale (non cifrato)", "Location" : "Posizione", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Il percorso del sito web è salvato in un'archiviazione non locale.", "Parent folder of the website's path not found." : "Cartella superiore del percorso del sito web non trovata.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: impossibile trovare \"%s\". Assicurati di installare le dipendenze dell'applicazione eseguendo `composer install` nella cartella di installazione dell'applicazione sotto \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: il server web non ha il permesso di creare file e cartelle sotto \"%s\". Assicurati di dare i permessi di scrittura al server web per questa cartella cambiando le sue autorizzazioni e lo stesso proprietario della cartella \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Attivazione di Pico CMS per Nextcloud non riuscita: il server web non ha il permesso di creare file e cartelle sotto \"%s\". Assicurati di dare i permessi di scrittura al server web per questa cartella cambiando le sue autorizzazioni e lo stesso proprietario della cartella \"%s\". Poi riprova ad attivare Pico CMS per Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea e pubblica i tuoi siti web con Pico CMS per Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) combina la potenza di [**Pico**](http://picocms.org/) e di [**Nextcloud**](https://nextcloud.com/) per creare siti web semplici, sicuri, condivisibili e di grande qualità con pochi clic. Pico è un CMS di file singoli incredibilmente semplice e veloce - che rende facile il web.\n\n* Inizia un blog\n* Condividi il tuo curriculum con il mondo\n* Crea un piano per il dominio del mondo e condividilo solo con i veri amici\n* Costruisci una base di conoscenza e lascia che ti aiutino solo i colleghi intelligenti.\n\nInstallare Pico CMS per Nextcloud permette ai tuoi utenti di creare e gestire i loro siti personali. Creare una nuova pagina con Pico CMS non significa altro che creare un file testuale nei file di Nextcloud di un utente. Nessuna configurazione richiesta, nessuna interfaccia di gestione complessa - solo file. È l'abbinamento perfetto con Nextcloud. Condivisione sicura, collaborazione, controllo degli accessi - non solo per i tuoi file, ma anche per i tuoi siti web, tutto reso possibile da Pico CMS per Nextcloud! Abbattiamo i confini tra i tuoi dispositivi mobili e desktop e il tuo server.\n\nI siti saranno accessibili tramite URL come `https://cloud.esempio.com/sites/mio_sito/` e consistono in un insieme di file testuali `.md` tra i file di Nextcloud dell'utente. `.md` sta per [**Markdown**](https://www.markdownguide.org/) - un contrassegno molto semplice e intuitivo per creare intestazioni, paragrafi, formattazioni, elenchi, immagini e collegamenti. Ma non disperare - non dovrai imparare un altro nuovo linguaggio, se non vuoi. Considera l'attivazione dell'applicazione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) di Nextcloud per rendere le cose facili incredibilmente semplici. Ma che dire dei metadati come il titolo di una pagina o la data di uscita? Indovinato, è tutto in un unico posto. Nella parte superiore dei file Markdown è possibile inserire un blocco con tali metadati - chiamato [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare siti web non può essere più facile…\n\nMa non è tutto… Pico CMS per Nextcloud è totalmente personalizzabile. Puoi cambiare l'aspetto di Pico usando temi personalizzati e aggiungere nuove funzionalità con plugin personalizzati. Per motivi di sicurezza gli utenti non possono aggiungere temi o plugin da soli - ma puoi farlo come amministratore. I plugin e i temi non sono solo \"skin\" o \"widget\", le tecnologie sottostanti sono potenti framework che puoi sfruttare per rendere i siti dei tuoi utenti veramente unici. Tuttavia, da un grande potere derivano grandi responsabilità. Pico CMS per Nextcloud fa del suo meglio per impedire agli utenti di inserire script nei loro siti, poiché potrebbe comportare rischi per la sicurezza (il cosiddetto \"Cross Scripting\"). Dato che questo rischio non si applica a Pico di per sé, gli sviluppatori di terze parti di plugin e temi potrebbero non esserne al corrente - quindi fai attenzione quando installi plugin e temi personalizzati.\n\nVuoi maggiori informazioni su Pico CMS per Nextcloud? Facile! Ti basta scaricare e attivare l'applicazione dal [negozio dell'applicazioni di Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e portarti sulla pagina delle impostazioni di Nextcloud. Come amministratore, troverai due sezioni per \"Pico CMS\" nelle impostazioni di Nextcloud - una sotto \"Personale\", l'altra sotto \"Amministrazione\". Quest'ultima ti consente di aggiungere temi personalizzati, plugin e modelli a Pico, così come la modifica di alcune impostazioni avanzate. La sezione di \"Pico CMS\" sotto \"Personale\" esiste per tutti gli utenti di Nextcloud e consente a chiunque di creare siti web personali. Crea il tuo primo sito scegliendo il modello \"sample_pico\". I contenuti di esempio di Pico spiegheranno tutto ciò che devi sapere…", @@ -99,10 +100,14 @@ "Add custom plugin" : "Aggiungi plugin personalizzato", "Reload plugins list" : "Ricarica elenco plugin", "Compatible plugin." : "Plugin compatibile.", + "Example plugin" : "Plugin di esempio", + "Copy example plugin" : "Copia plugin di esempio", "System plugin" : "Plugin di sistema", "Custom plugin" : "Plugin personalizzato", "Reload custom plugin" : "Ricarica plugin personalizzato", "Delete custom plugin" : "Elimina plugin personalizzato", + "Base plugin" : "Plugin di base", + "Plugin name" : "Nome del plugin", "Custom templates" : "Modelli personalizzati", "Make it easier for users to create new websites." : "Rendi più facile per gli utenti creare nuovi siti web.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creare nuovi siti può essere complicato - da dove cominciare? I modelli personalizzati costituiscono un punto di partenza per gli utenti per creare un nuovo sito web usando Pico CMS per Nextcloud. Prima di aggiungere un nuovo modello usando il pulsante \"Aggiungi modello personalizzato\" seguente, dovrai caricare tutti i suoi file nella cartella dei dati della tua istanza di Nextcloud. Dopo avere caricato il modello sarà mostrato nel modulo sottostante per aggiungerlo effettivamente alla finestra \"Crea un nuovo sito\" degli utenti. Se desideri modificare uno dei modelli personalizzati aggiunti in precedenza, è sufficiente modificare i file corrispondenti nella cartella dei dati di Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Elimina modello personalizzato", "Base template" : "Modello di base", "Template name" : "Nome modello", - "Configure your webserver" : "Configura il tuo server web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Sfrutta il pieno potenziale di Pico CMS per Nextcloud configurando il tuo server web adeguatamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A seconda della configurazione del tuo server, gli utenti possono accedere ai loro siti usando URL differenti. Di base, gli utenti possono accedere ai loro siti usando l'URL completo di Pico CMS per Nextcloud. Tuttavia, questi URL sono piuttosto lunghi e quindi non molto comodi. Per questo motivo, Pico CMS per Nextcloud supporta anche gli URL abbreviati usando la cartella virtuale \"sites/\". Utilizzare questa funzione richiede però qualche configurazione aggiuntiva del server. Se stai usando Apache, prova uno dei primi due esempi mostrati sotto. Se invece utilizzi NGINX, prova uno degli ultimi due esempi. Se non riesci a capire che sta succedendo, contatta l'amministratore del server e inviagli le informazioni sottostanti. Se l'amministratore ti dice che non è possibile, non disperare - puoi comunque usare gli URL completi di Pico CMS per Nextcloud, funzionano sempre in modo predefinito.", + "Configure your web server" : "Configura il tuo server web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Sfrutta il pieno potenziale di Pico CMS per Nextcloud configurando il tuo server web adeguatamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "A seconda della configurazione del tuo server, gli utenti possono accedere ai loro siti usando URL differenti. Di base, gli utenti possono accedere ai loro siti usando l'URL completo di Pico CMS per Nextcloud. Tuttavia, questi URL sono piuttosto lunghi e quindi non molto comodi. Per questo motivo, Pico CMS per Nextcloud supporta anche gli URL abbreviati usando la cartella virtuale \"sites/\". Utilizzare questa funzione richiede però qualche configurazione aggiuntiva del server. Se stai usando Apache, prova uno dei primi due esempi mostrati sotto. Se invece utilizzi NGINX, prova uno degli ultimi due esempi. Se non riesci a capire che sta succedendo, contatta l'amministratore del server e inviagli le informazioni sottostanti. Se l'amministratore ti dice che non è possibile, non disperare - puoi comunque usare gli URL completi di Pico CMS per Nextcloud, funzionano sempre in modo predefinito.", "Enable short website URLs" : "Attiva URL abbreviati per i siti web", "Full application URLs" : "URL applicazione completi", "Short website URLs" : "URL sito abbreviati", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Dopo avere configurato il tuo server web per usare gli URL abbreviati, dovrai selezionare l'opzione corrispondente sopra per far conoscere ai tuoi utenti questa funzione. Non attivare questa opzione se non hai ancora configurato la cartella virtuale \"sites/\" usando uno degli esempi di configurazione mostrati sotto.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Dopo avere configurato il tuo server web per usare gli URL abbreviati, dovrai selezionare l'opzione corrispondente sopra per far conoscere ai tuoi utenti questa funzione. Non attivare questa opzione se non hai ancora configurato la cartella virtuale \"sites/\" usando uno degli esempi di configurazione mostrati sotto.", "Using Apache's mod_proxy" : "Utilizzo di mod_proxy di Apache", "Your users' website URLs will look like the following:" : "Gli URL dei siti web dei tuoi utenti si presenteranno come segue:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf. Prima di farlo devi attivare i moduli di Apache mod_proxy e mod_proxy_http. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf. Prima di farlo devi attivare i moduli di Apache mod_proxy e mod_proxy_http. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Utilizzo di mod_rewrite di Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prima di copiare la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf, assicurati di attivare il modulo di Apache mod_rewrite. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Prima di copiare la porzione di configurazione sopra nella sezione di Nextcloud del tuo apache.conf, assicurati di attivare il modulo di Apache mod_rewrite. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza mod_proxy.", "Using nginx's proxy_pass" : "Utilizzo di proxy_pass di nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione server { … } di Nextcloud del tuo nginx.conf. Prima di farlo devi attivare il modulo di nginx ngx_http_proxy_module. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copia la porzione di configurazione sopra nella sezione server { … } di Nextcloud del tuo nginx.conf. Prima di farlo devi attivare il modulo di nginx ngx_http_proxy_module. Altrimenti il tuo server web si rifiuterà di (ri)avviarsi o restituirà un 500 Internal Server Error.", "Using nginx's rewrite" : "Utilizzo rewrite di nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Semplicemente copia la porzione di configurazione sopra nella sezione { … } di Nextcloud del tuo nginx.conf. Tieni presente che questa configurazione non ti permette di usare URL abbreviati, non fa altro che reindirizzare gli utenti da URL abbreviati all'URL completo del sito. Perciò dovresti preferire la soluzione mostrata sopra che utilizza la direttiva proxy_pass di nginx.", "Version information" : "Informazioni di versione", @@ -150,9 +155,18 @@ "Created" : "Creato il", "Go to website" : "Vai al sito web", "Go to website directory" : "Vai alla cartella del sito web", - "Toggle private website" : "Attiva sito web privato", + "Edit website name" : "Modifica il nome del sito web", + "Edit private website settings" : "Modifica le impostazioni del sito web privato", "Delete website" : "Elimina sito web", "Actions" : "Azioni", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS per Nextcloud supporta siti Web sia pubblici che privati. Tutti possono accedere ai siti Web pubblici, indipendentemente dal fatto che abbiano effettuato l'accesso o meno. Se desideri limitare l'accesso a un determinato sottoinsieme di utenti, crea un sito Web privato. Tutti i visitatori di un sito web privato devono essere loggati, altrimenti viene visualizzato l'errore \"Accesso vietato\". Inoltre deve essere soddisfatta una delle seguenti condizioni: (1) l'utente ha accesso ai file di origine del sito Web (ovvero la cartella di origine è condivisa con l'utente), (2) l'utente è un membro di uno dei gruppi elencati di seguito, o (3) l'utente è un membro di uno dei gruppi specificati in YAML Front Matter della pagina richiesta utilizzando il meta valore \"access\".", + "Website type" : "Tipo di sito web", + "Public website" : "Sito web pubblico", + "The website is publicly accessible and requires no authentication whatsoever." : "Il sito web è accessibile pubblicamente e non richiede alcuna autenticazione.", + "Private website" : "Sito web privato", + "The website requires authentication, access is limited to a subset of all users." : "Il sito web richiede l'autenticazione, l'accesso è limitato a un sottogruppo di tutti gli utenti.", + "Group access" : "Accesso di gruppo", + "Grant access to all members of the selected groups." : "Concedi l'accesso a tutti i membri dei gruppi selezionati.", "Reload websites list" : "Ricarica elenco siti", "Create a new website" : "Crea un nuovo sito", "Just fill the form below to create your own personal website." : "Compila il modulo sottostante per creare il tuo sito personale.", @@ -168,5 +182,5 @@ "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "I modelli fungono da punto di partenza per la creazione di un nuovo sito web. Tutti i modelli sono costituiti da una cartella \"content\" (per le tue pagine) e una cartella \"assets\" (per le risorse del tuo sito), che saranno copiate nella cartella sopra indicata nel tuo Nextcloud.", "Create new website" : "Crea nuovo sito web", "Loading…" : "Caricamento…" -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ja.js b/l10n/ja.js index 5d5fd9cf..f5e22d48 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -39,7 +39,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "このウェブサイトのパスがローカルではないストレージに保存されています。", "Parent folder of the website's path not found." : "ウェブサイトのパスの親フォルダーが見つかりませんでした。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Pico CMS for Nextcloudの有効化に失敗しました:”%s”が見つかりません。 ”%s”下のアプリのインストールディレクトリで`composer install` を実行してアプリの依存物を確実にインストールしてください。その後Pico CMS for Nextcloudの有効化を再度試してください。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Pico CMS for Nextcloudの有効化に失敗しました:ウェブサーバーに”%s”の下にファイルやフォルダーを作成する権限がありません。このディレクトリのアクセス許可と所有者をあなたの\"%s\"ディレクトリのもとの同じに変更して,ウェブサーバーからこのディレクトリへの書き込みアクセスを確実に付与してください。その後Pico CMS for Nextcloudの有効化を再度試してください。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Pico CMS for Nextcloud で自分自身のウェブサイトを作成して公開しましょう!", "Access forbidden" : "アクセスが禁止されています", @@ -77,6 +76,7 @@ OC.L10N.register( "Custom plugin" : "カスタムプラグイン", "Delete custom plugin" : "カスタムプラグインを削除", "Custom templates" : "カスタムテンプレート", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "新しいカスタム テンプレートを追加する前に、すべてのテンプレートのファイルを次のディレクトリ内の新しいフォルダーにアップロードします:", "Loading templates…" : "テンプレートを読み込み中…", "Add custom template" : "カスタムテンプレートを追加する", "System template" : "システムテンプレート", @@ -85,7 +85,6 @@ OC.L10N.register( "Copy custom template" : "カスタムテンプレートをコピー", "Delete custom template" : "カスタムテンプレートを削除", "Template name" : "テンプレート名", - "Configure your webserver" : "あなたのウェブサーバーを設定", "Using nginx's proxy_pass" : "nginxのproxy_passを使っています", "Version information" : "バージョン情報", "Loading websites…" : "サイトを読み込み中…", diff --git a/l10n/ja.json b/l10n/ja.json index b7065d3e..04c5f543 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -37,7 +37,6 @@ "The website's path is stored on a non-local storage." : "このウェブサイトのパスがローカルではないストレージに保存されています。", "Parent folder of the website's path not found." : "ウェブサイトのパスの親フォルダーが見つかりませんでした。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Pico CMS for Nextcloudの有効化に失敗しました:”%s”が見つかりません。 ”%s”下のアプリのインストールディレクトリで`composer install` を実行してアプリの依存物を確実にインストールしてください。その後Pico CMS for Nextcloudの有効化を再度試してください。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Pico CMS for Nextcloudの有効化に失敗しました:ウェブサーバーに”%s”の下にファイルやフォルダーを作成する権限がありません。このディレクトリのアクセス許可と所有者をあなたの\"%s\"ディレクトリのもとの同じに変更して,ウェブサーバーからこのディレクトリへの書き込みアクセスを確実に付与してください。その後Pico CMS for Nextcloudの有効化を再度試してください。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Pico CMS for Nextcloud で自分自身のウェブサイトを作成して公開しましょう!", "Access forbidden" : "アクセスが禁止されています", @@ -75,6 +74,7 @@ "Custom plugin" : "カスタムプラグイン", "Delete custom plugin" : "カスタムプラグインを削除", "Custom templates" : "カスタムテンプレート", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "新しいカスタム テンプレートを追加する前に、すべてのテンプレートのファイルを次のディレクトリ内の新しいフォルダーにアップロードします:", "Loading templates…" : "テンプレートを読み込み中…", "Add custom template" : "カスタムテンプレートを追加する", "System template" : "システムテンプレート", @@ -83,7 +83,6 @@ "Copy custom template" : "カスタムテンプレートをコピー", "Delete custom template" : "カスタムテンプレートを削除", "Template name" : "テンプレート名", - "Configure your webserver" : "あなたのウェブサーバーを設定", "Using nginx's proxy_pass" : "nginxのproxy_passを使っています", "Version information" : "バージョン情報", "Loading websites…" : "サイトを読み込み中…", diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 00000000..3fca29ed --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,188 @@ +OC.L10N.register( + "cms_pico", + { + "Copy" : "Copy", + "Confirm website deletion" : "Confirm website deletion", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud.", + "Choose website directory" : "Choose website directory", + "Abort" : "Abort", + "Save" : "Save", + "The requested website could not be found on the server. Maybe the website was deleted?" : "The requested website could not be found on the server. Maybe the website was deleted?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "The file and directory structure of this website appears to be broken and thus could not be accessed.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "You don't have access to this private website. Maybe the share was deleted or has expired?", + "This website is hosted on a non-local storage and thus could not be accessed." : "This website is hosted on a non-local storage and thus could not be accessed.", + "This website uses a theme that could not be found on the server and thus could not be built." : "This website uses a theme that could not be found on the server and thus could not be built.", + "This website uses a incompatible theme and thus could not be built." : "This website uses a incompatible theme and thus could not be built.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "The requested website page could not be found on the server. Maybe the page was deleted?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "You don't have access to this website page. Maybe the share was deleted or has expired?", + "The requested website page could not be built, so that the server was unable to complete your request." : "The requested website page could not be built, so that the server was unable to complete your request.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "The file and directory structure of this website appears to be broken und thus could not be accessed.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "The requested website asset could not be found on the server. Maybe the asset was deleted?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "You don't have access to this website asset. Maybe the share was deleted or has expired?", + "Plugin not found." : "Plugin not found.", + "Plugin exists already." : "Plugin exists already.", + "Template not found." : "Template not found.", + "Template exists already." : "Template exists already.", + "Theme not found." : "Theme not found.", + "Theme exists already." : "Theme exists already.", + "Website exists." : "Website exists.", + "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", + "Website not found." : "Website not found.", + "Local (unencrypted)" : "Local (unencrypted)", + "Location" : "Location", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Incompatible plugin: Plugin file \"{file}\" not found.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Incompatible plugin: PHP parse error in file \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Incompatible plugin: Plugin class \"{class}\" not found.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Incompatible template: Required directory \"{file}\" not found.", + "Incompatible theme: Twig template \"{file}\" not found." : "Incompatible theme: Twig template \"{file}\" not found.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}.", + "The name of the website must be longer." : "The name of the website must be longer.", + "The name of the website is too long." : "The name of the website is too long.", + "The identifier of the website must be longer." : "The identifier of the website must be longer.", + "The identifier of the website is too long." : "The identifier of the website is too long.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "The identifier of the website can only contain lowercase alpha numeric chars.", + "The path of the website is invalid." : "The path of the website is invalid.", + "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", + "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", + "Access forbidden" : "Access forbidden", + "Back to %s" : "Back to %s", + "Not found" : "Not found", + "Internal Server Error" : "Internal Server Error", + "The server was unable to complete your request." : "The server was unable to complete your request.", + "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "More details can be found in the server log." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Type: %s" : "Type: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Change Pico CMS for Nextcloud's behavior and manage optional features.", + "Limit to groups" : "Limit to groups", + "Loading groups…" : "Loading groups…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible.", + "Custom themes" : "Custom themes", + "Add custom themes for greater individuality and style." : "Add custom themes for greater individuality and style.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise.", + "Loading themes…" : "Loading themes…", + "Add custom theme" : "Add custom theme", + "Reload themes list" : "Reload themes list", + "Compatible theme." : "Compatible theme.", + "System theme" : "System theme", + "Copy system theme" : "Copy system theme", + "Custom theme" : "Custom theme", + "Reload custom theme" : "Reload custom theme", + "Copy custom theme" : "Copy custom theme", + "Delete custom theme" : "Delete custom theme", + "Base theme" : "Base theme", + "Theme name" : "Theme name", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "An unexpected error occurred while performing this action. Please check Nextcloud's logs.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Encountered unexpected {exception}: {exceptionMessage}", + "Custom plugins" : "Custom plugins", + "Add custom plugins to reach for Pico's full potential." : "Add custom plugins to reach for Pico's full potential.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin.", + "Loading plugins…" : "Loading plugins…", + "Add custom plugin" : "Add custom plugin", + "Reload plugins list" : "Reload plugins list", + "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", + "System plugin" : "System plugin", + "Custom plugin" : "Custom plugin", + "Reload custom plugin" : "Reload custom plugin", + "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", + "Custom templates" : "Custom templates", + "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:", + "Loading templates…" : "Loading templates…", + "Add custom template" : "Add custom template", + "Reload templates list" : "Reload templates list", + "Compatible template." : "Compatible template.", + "System template" : "System template", + "Copy system template" : "Copy system template", + "Custom template" : "Custom template", + "Copy custom template" : "Copy custom template", + "Delete custom template" : "Delete custom template", + "Base template" : "Base template", + "Template name" : "Template name", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Enable short website URLs" : "Enable short website URLs", + "Full application URLs" : "Full application URLs", + "Short website URLs" : "Short website URLs", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "Using Apache's mod_proxy" : "Using Apache's mod_proxy", + "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Using nginx's proxy_pass" : "Using nginx's proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using nginx's rewrite" : "Using nginx's rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", + "Version information" : "Version information", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…", + "You will be able to access your websites using URLs like the following:" : "You will be able to access your websites using URLs like the following:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead.", + "Loading websites…" : "Loading websites…", + "Name" : "Name", + "Path" : "Path", + "Theme" : "Theme", + "Created" : "Created", + "Go to website" : "Go to website", + "Go to website directory" : "Go to website directory", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", + "Delete website" : "Delete website", + "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to a subset of all users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", + "Reload websites list" : "Reload websites list", + "Create a new website" : "Create a new website", + "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", + "My example website" : "My example website", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header.", + "Identifier" : "Identifier", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only.", + "Address" : "Address", + "You will be able to access your website using the address (URL) shown above." : "You will be able to access your website using the address (URL) shown above.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!", + "Template" : "Template", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud.", + "Create new website" : "Create new website", + "Loading…" : "Loading…" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 00000000..dff79b9b --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,186 @@ +{ "translations": { + "Copy" : "Copy", + "Confirm website deletion" : "Confirm website deletion", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud.", + "Choose website directory" : "Choose website directory", + "Abort" : "Abort", + "Save" : "Save", + "The requested website could not be found on the server. Maybe the website was deleted?" : "The requested website could not be found on the server. Maybe the website was deleted?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "The file and directory structure of this website appears to be broken and thus could not be accessed.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "You don't have access to this private website. Maybe the share was deleted or has expired?", + "This website is hosted on a non-local storage and thus could not be accessed." : "This website is hosted on a non-local storage and thus could not be accessed.", + "This website uses a theme that could not be found on the server and thus could not be built." : "This website uses a theme that could not be found on the server and thus could not be built.", + "This website uses a incompatible theme and thus could not be built." : "This website uses a incompatible theme and thus could not be built.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "The requested website page could not be found on the server. Maybe the page was deleted?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "You don't have access to this website page. Maybe the share was deleted or has expired?", + "The requested website page could not be built, so that the server was unable to complete your request." : "The requested website page could not be built, so that the server was unable to complete your request.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "The file and directory structure of this website appears to be broken und thus could not be accessed.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "The requested website asset could not be found on the server. Maybe the asset was deleted?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "You don't have access to this website asset. Maybe the share was deleted or has expired?", + "Plugin not found." : "Plugin not found.", + "Plugin exists already." : "Plugin exists already.", + "Template not found." : "Template not found.", + "Template exists already." : "Template exists already.", + "Theme not found." : "Theme not found.", + "Theme exists already." : "Theme exists already.", + "Website exists." : "Website exists.", + "No permission." : "No permission.", + "The value given is invalid." : "The value given is invalid.", + "Website not found." : "Website not found.", + "Local (unencrypted)" : "Local (unencrypted)", + "Location" : "Location", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Incompatible plugin: Plugin file \"{file}\" not found.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Incompatible plugin: PHP parse error in file \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Incompatible plugin: Plugin class \"{class}\" not found.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Incompatible template: Required directory \"{file}\" not found.", + "Incompatible theme: Twig template \"{file}\" not found." : "Incompatible theme: Twig template \"{file}\" not found.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}.", + "The name of the website must be longer." : "The name of the website must be longer.", + "The name of the website is too long." : "The name of the website is too long.", + "The identifier of the website must be longer." : "The identifier of the website must be longer.", + "The identifier of the website is too long." : "The identifier of the website is too long.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "The identifier of the website can only contain lowercase alpha numeric chars.", + "The path of the website is invalid." : "The path of the website is invalid.", + "The website's path is stored on a non-local storage." : "The website's path is stored on a non-local storage.", + "Parent folder of the website's path not found." : "Parent folder of the website's path not found.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud.", + "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Create and publish your own websites - with Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…", + "Access forbidden" : "Access forbidden", + "Back to %s" : "Back to %s", + "Not found" : "Not found", + "Internal Server Error" : "Internal Server Error", + "The server was unable to complete your request." : "The server was unable to complete your request.", + "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "More details can be found in the server log." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Type: %s" : "Type: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Change Pico CMS for Nextcloud's behavior and manage optional features.", + "Limit to groups" : "Limit to groups", + "Loading groups…" : "Loading groups…", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible.", + "Custom themes" : "Custom themes", + "Add custom themes for greater individuality and style." : "Add custom themes for greater individuality and style.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise.", + "Loading themes…" : "Loading themes…", + "Add custom theme" : "Add custom theme", + "Reload themes list" : "Reload themes list", + "Compatible theme." : "Compatible theme.", + "System theme" : "System theme", + "Copy system theme" : "Copy system theme", + "Custom theme" : "Custom theme", + "Reload custom theme" : "Reload custom theme", + "Copy custom theme" : "Copy custom theme", + "Delete custom theme" : "Delete custom theme", + "Base theme" : "Base theme", + "Theme name" : "Theme name", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "An unexpected error occurred while performing this action. Please check Nextcloud's logs.", + "Error: {error}" : "Error: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Encountered unexpected {exception}: {exceptionMessage}", + "Custom plugins" : "Custom plugins", + "Add custom plugins to reach for Pico's full potential." : "Add custom plugins to reach for Pico's full potential.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin.", + "Loading plugins…" : "Loading plugins…", + "Add custom plugin" : "Add custom plugin", + "Reload plugins list" : "Reload plugins list", + "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Example plugin", + "Copy example plugin" : "Copy example plugin", + "System plugin" : "System plugin", + "Custom plugin" : "Custom plugin", + "Reload custom plugin" : "Reload custom plugin", + "Delete custom plugin" : "Delete custom plugin", + "Base plugin" : "Base plugin", + "Plugin name" : "Plugin name", + "Custom templates" : "Custom templates", + "Make it easier for users to create new websites." : "Make it easier for users to create new websites.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:", + "Loading templates…" : "Loading templates…", + "Add custom template" : "Add custom template", + "Reload templates list" : "Reload templates list", + "Compatible template." : "Compatible template.", + "System template" : "System template", + "Copy system template" : "Copy system template", + "Custom template" : "Custom template", + "Copy custom template" : "Copy custom template", + "Delete custom template" : "Delete custom template", + "Base template" : "Base template", + "Template name" : "Template name", + "Configure your web server" : "Configure your web server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box.", + "Enable short website URLs" : "Enable short website URLs", + "Full application URLs" : "Full application URLs", + "Short website URLs" : "Short website URLs", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below.", + "Using Apache's mod_proxy" : "Using Apache's mod_proxy", + "Your users' website URLs will look like the following:" : "Your users' website URLs will look like the following:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Using Apache's mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above.", + "Using nginx's proxy_pass" : "Using nginx's proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error.", + "Using nginx's rewrite" : "Using nginx's rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above.", + "Version information" : "Version information", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…", + "You will be able to access your websites using URLs like the following:" : "You will be able to access your websites using URLs like the following:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead.", + "Loading websites…" : "Loading websites…", + "Name" : "Name", + "Path" : "Path", + "Theme" : "Theme", + "Created" : "Created", + "Go to website" : "Go to website", + "Go to website directory" : "Go to website directory", + "Edit website name" : "Edit website name", + "Edit private website settings" : "Edit private website settings", + "Delete website" : "Delete website", + "Actions" : "Actions", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value.", + "Website type" : "Website type", + "Public website" : "Public website", + "The website is publicly accessible and requires no authentication whatsoever." : "The website is publicly accessible and requires no authentication whatsoever.", + "Private website" : "Private website", + "The website requires authentication, access is limited to a subset of all users." : "The website requires authentication, access is limited to a subset of all users.", + "Group access" : "Group access", + "Grant access to all members of the selected groups." : "Grant access to all members of the selected groups.", + "Reload websites list" : "Reload websites list", + "Create a new website" : "Create a new website", + "Just fill the form below to create your own personal website." : "Just fill the form below to create your own personal website.", + "My example website" : "My example website", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header.", + "Identifier" : "Identifier", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only.", + "Address" : "Address", + "You will be able to access your website using the address (URL) shown above." : "You will be able to access your website using the address (URL) shown above.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!", + "Template" : "Template", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud.", + "Create new website" : "Create new website", + "Loading…" : "Loading…" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file diff --git a/l10n/kab.js b/l10n/kab.js new file mode 100644 index 00000000..d3eb908a --- /dev/null +++ b/l10n/kab.js @@ -0,0 +1,18 @@ +OC.L10N.register( + "cms_pico", + { + "Copy" : "Nɣel", + "Save" : "Sekles", + "Location" : "Adig", + "Internal Server Error" : "Tuccḍa tagensant n uqeddac", + "Technical details" : "Talqayt tatiknikt", + "Type: %s" : "Anaw: %s", + "Message: %s" : "Izen: %s", + "Trace" : "Adsil", + "Name" : "Nom", + "Theme" : "Asentel", + "Created" : "Yettwarna.", + "Address" : "Adresse", + "Loading…" : "Asali..." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/kab.json b/l10n/kab.json new file mode 100644 index 00000000..65e81aaa --- /dev/null +++ b/l10n/kab.json @@ -0,0 +1,16 @@ +{ "translations": { + "Copy" : "Nɣel", + "Save" : "Sekles", + "Location" : "Adig", + "Internal Server Error" : "Tuccḍa tagensant n uqeddac", + "Technical details" : "Talqayt tatiknikt", + "Type: %s" : "Anaw: %s", + "Message: %s" : "Izen: %s", + "Trace" : "Adsil", + "Name" : "Nom", + "Theme" : "Asentel", + "Created" : "Yettwarna.", + "Address" : "Adresse", + "Loading…" : "Asali..." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js index 9c4c0dff..f9f61200 100644 --- a/l10n/kn.js +++ b/l10n/kn.js @@ -1,6 +1,7 @@ OC.L10N.register( "cms_pico", { + "Copy" : "ನಕಲಿಸಿ", "Save" : "ಉಳಿಸಿ", "Access forbidden" : "ಪ್ರವೇಶ ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", "Internal Server Error" : "ಪರಿಚಾರಕ-ಗಣಕದ ಆಂತರಿಕ ದೋಷ", diff --git a/l10n/kn.json b/l10n/kn.json index 15d30cf8..f42541d5 100644 --- a/l10n/kn.json +++ b/l10n/kn.json @@ -1,4 +1,5 @@ { "translations": { + "Copy" : "ನಕಲಿಸಿ", "Save" : "ಉಳಿಸಿ", "Access forbidden" : "ಪ್ರವೇಶ ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", "Internal Server Error" : "ಪರಿಚಾರಕ-ಗಣಕದ ಆಂತರಿಕ ದೋಷ", diff --git a/l10n/ko.js b/l10n/ko.js index 2d58a2cc..379b836a 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -3,13 +3,19 @@ OC.L10N.register( { "Copy" : "복사", "Confirm website deletion" : "웹사이트 삭제 확인", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "{name} 웹사이트는 삭제되지만 컨텐츠는 여전히 Nextcloud에서 보실 수 있습니다.", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "{name} 웹사이트는 삭제되지만 콘텐츠는 여전히 Nextcloud에서 보실 수 있습니다.", "Choose website directory" : "웹사이트 목록을 선택하십시오.", "Abort" : "중단", "Save" : "저장", "The requested website could not be found on the server. Maybe the website was deleted?" : "요청한 웹사이트가 서버에 없습니다. 웹사이트가 삭제된 것인지 확인해주십시오.", "The file and directory structure of this website appears to be broken and thus could not be accessed." : "이 웹사이트의 파일과 폴더 구조가 깨져서 접근이 불가합니다.", + "This website uses a theme that could not be found on the server and thus could not be built." : "이 웹사이트는 이 서버에서 찾을 수 없는 테마를 사용하고 있으며, 따라서 만들어질 수 없습니다.", + "This website uses a incompatible theme and thus could not be built." : "이 웹사이트는 호환되지 않는 테마를 사용하고 있으며, 따라서 만들어질 수 없습니다.", + "Theme not found." : "테마를 찾을 수 없음.", + "Theme exists already." : "테마가 이미 존재합니다.", "Location" : "위치", + "Incompatible theme: Twig template \"{file}\" not found." : "테마가 호환되지 않음: Twig 템플릿 \"{file}\"을(를) 찾을 수 없습니다.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "테마가 호환되지 않음: Nextcloud용 Pico CMS 테마는 {compatApiVersions} 버전의 API 중 하나를 사용해야 하나, 이 테마는 {apiVersion} 버전의 API를 사용하고 있습니다.", "Pico CMS" : "Pico CMS", "Access forbidden" : "접근 금지됨", "Back to %s" : "%s(으)로 돌아가기", @@ -29,8 +35,18 @@ OC.L10N.register( "Trace" : "추적", "Limit to groups" : "그룹으로 제한", "Custom themes" : "사용자 정의 테마", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextcloud용 Pico CMS는 더 개성있고 멋있는 사용자 정의 테마를 추가할 수 있도록 합니다. 그러나 보안을 위해 관리자가 아닌 일반 사용자는 스스로 사용자 정의 테마를 추가할 수 없습니다. 새 사용자 정의 테마를 추가하기 앞서 아래에 있는 \"사용자 정의 테마 추가\" 버튼을 누르십시오. 그 후 이 Nextcloud의 데이터 폴더에 해당 테마의 모든 파일을 업로드 하십시오. 업로드가 끝나면, 아래에 해당 테마와 관련된 설정이 표시됩니다. 이전에 추가한 사용자 정의 테마를 수정하고자 할 경우, Nextcloud 데이터 폴더에 있는 관련 파일을 수정하십시오. 수정을 완료하고 \"사용자 정의 테마 다시 불러오기\" 버튼을 눌러야 변경사항이 반영됩니다. ", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "새로운 사용자 정의 테마를 추가하기 앞서, 해당 테마의 모든 파일을 다음 경로 아래의 새 폴더에 업로드 하십시오. 사용자 정의 테마를 수정할 경우, 마찬가지로 이 경로에 접근하면 됩니다.", "Add custom theme" : "사용자 정의 테마 추가", + "Compatible theme." : "호환되는 테마", + "System theme" : "시스템 테마", + "Copy system theme" : "시스템 테마 복사", + "Custom theme" : "사용자 정의 테마", + "Reload custom theme" : "사용자 정의 테마 다시 불러오기", + "Copy custom theme" : "사용자 정의 테마 복사", "Delete custom theme" : "사용자 정의 테마 삭제", + "Base theme" : "기초 테마", + "Theme name" : "테마 이름", "Custom templates" : "사용자 정의 템플릿", "Add custom template" : "사용자 정의 템플릿 추가", "Delete custom template" : "사용자 정의 템플릿 삭제", @@ -45,6 +61,7 @@ OC.L10N.register( "Create a new website" : "새 웹 사이트 만들기", "My example website" : "예시 웹사이트", "Address" : "주소", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "여기 제공된 개성있고 멋진 테마 중 하나를 선택할 수 있습니다. 다른 테마를 사용하고 싶다면, 이 Nextcloud의 관리자에게 문의하십시오 - 아마 당신이 좋아하는 테마를 추가할 수 있을 것입니다!", "Template" : "템플릿", "Create new website" : "새로운 웹사이트", "Loading…" : "불러오는 중…" diff --git a/l10n/ko.json b/l10n/ko.json index f5372732..bdac08a5 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,13 +1,19 @@ { "translations": { "Copy" : "복사", "Confirm website deletion" : "웹사이트 삭제 확인", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "{name} 웹사이트는 삭제되지만 컨텐츠는 여전히 Nextcloud에서 보실 수 있습니다.", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "{name} 웹사이트는 삭제되지만 콘텐츠는 여전히 Nextcloud에서 보실 수 있습니다.", "Choose website directory" : "웹사이트 목록을 선택하십시오.", "Abort" : "중단", "Save" : "저장", "The requested website could not be found on the server. Maybe the website was deleted?" : "요청한 웹사이트가 서버에 없습니다. 웹사이트가 삭제된 것인지 확인해주십시오.", "The file and directory structure of this website appears to be broken and thus could not be accessed." : "이 웹사이트의 파일과 폴더 구조가 깨져서 접근이 불가합니다.", + "This website uses a theme that could not be found on the server and thus could not be built." : "이 웹사이트는 이 서버에서 찾을 수 없는 테마를 사용하고 있으며, 따라서 만들어질 수 없습니다.", + "This website uses a incompatible theme and thus could not be built." : "이 웹사이트는 호환되지 않는 테마를 사용하고 있으며, 따라서 만들어질 수 없습니다.", + "Theme not found." : "테마를 찾을 수 없음.", + "Theme exists already." : "테마가 이미 존재합니다.", "Location" : "위치", + "Incompatible theme: Twig template \"{file}\" not found." : "테마가 호환되지 않음: Twig 템플릿 \"{file}\"을(를) 찾을 수 없습니다.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "테마가 호환되지 않음: Nextcloud용 Pico CMS 테마는 {compatApiVersions} 버전의 API 중 하나를 사용해야 하나, 이 테마는 {apiVersion} 버전의 API를 사용하고 있습니다.", "Pico CMS" : "Pico CMS", "Access forbidden" : "접근 금지됨", "Back to %s" : "%s(으)로 돌아가기", @@ -27,8 +33,18 @@ "Trace" : "추적", "Limit to groups" : "그룹으로 제한", "Custom themes" : "사용자 정의 테마", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextcloud용 Pico CMS는 더 개성있고 멋있는 사용자 정의 테마를 추가할 수 있도록 합니다. 그러나 보안을 위해 관리자가 아닌 일반 사용자는 스스로 사용자 정의 테마를 추가할 수 없습니다. 새 사용자 정의 테마를 추가하기 앞서 아래에 있는 \"사용자 정의 테마 추가\" 버튼을 누르십시오. 그 후 이 Nextcloud의 데이터 폴더에 해당 테마의 모든 파일을 업로드 하십시오. 업로드가 끝나면, 아래에 해당 테마와 관련된 설정이 표시됩니다. 이전에 추가한 사용자 정의 테마를 수정하고자 할 경우, Nextcloud 데이터 폴더에 있는 관련 파일을 수정하십시오. 수정을 완료하고 \"사용자 정의 테마 다시 불러오기\" 버튼을 눌러야 변경사항이 반영됩니다. ", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "새로운 사용자 정의 테마를 추가하기 앞서, 해당 테마의 모든 파일을 다음 경로 아래의 새 폴더에 업로드 하십시오. 사용자 정의 테마를 수정할 경우, 마찬가지로 이 경로에 접근하면 됩니다.", "Add custom theme" : "사용자 정의 테마 추가", + "Compatible theme." : "호환되는 테마", + "System theme" : "시스템 테마", + "Copy system theme" : "시스템 테마 복사", + "Custom theme" : "사용자 정의 테마", + "Reload custom theme" : "사용자 정의 테마 다시 불러오기", + "Copy custom theme" : "사용자 정의 테마 복사", "Delete custom theme" : "사용자 정의 테마 삭제", + "Base theme" : "기초 테마", + "Theme name" : "테마 이름", "Custom templates" : "사용자 정의 템플릿", "Add custom template" : "사용자 정의 템플릿 추가", "Delete custom template" : "사용자 정의 템플릿 삭제", @@ -43,6 +59,7 @@ "Create a new website" : "새 웹 사이트 만들기", "My example website" : "예시 웹사이트", "Address" : "주소", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "여기 제공된 개성있고 멋진 테마 중 하나를 선택할 수 있습니다. 다른 테마를 사용하고 싶다면, 이 Nextcloud의 관리자에게 문의하십시오 - 아마 당신이 좋아하는 테마를 추가할 수 있을 것입니다!", "Template" : "템플릿", "Create new website" : "새로운 웹사이트", "Loading…" : "불러오는 중…" diff --git a/l10n/lo.js b/l10n/lo.js index 4467bbf0..4619ff12 100644 --- a/l10n/lo.js +++ b/l10n/lo.js @@ -2,6 +2,7 @@ OC.L10N.register( "cms_pico", { "Copy" : "ສຳເນົາ", + "Save" : "ບັນທຶກ", "Access forbidden" : "ຫ້າມການເຂົ້າເຖິງ", "Back to %s" : "ຫຼັງ%s", "Internal Server Error" : "ຄວາມຜິດພາດຂອງ Server ພາຍໃນ", @@ -17,6 +18,9 @@ OC.L10N.register( "File: %s" : "ຟາຍ%s", "Line: %s" : "ສາຍ: %s", "Trace" : "ຕິດຕາມ", - "Name" : "ຊື່" + "Name" : "ຊື່", + "Theme" : "ຫົວຂໍ້", + "Address" : "ທີ່ຢູ່", + "Loading…" : "ກຳລັງໂຫຼດ" }, "nplurals=1; plural=0;"); diff --git a/l10n/lo.json b/l10n/lo.json index 25fa6c76..ed9eaf38 100644 --- a/l10n/lo.json +++ b/l10n/lo.json @@ -1,5 +1,6 @@ { "translations": { "Copy" : "ສຳເນົາ", + "Save" : "ບັນທຶກ", "Access forbidden" : "ຫ້າມການເຂົ້າເຖິງ", "Back to %s" : "ຫຼັງ%s", "Internal Server Error" : "ຄວາມຜິດພາດຂອງ Server ພາຍໃນ", @@ -15,6 +16,9 @@ "File: %s" : "ຟາຍ%s", "Line: %s" : "ສາຍ: %s", "Trace" : "ຕິດຕາມ", - "Name" : "ຊື່" + "Name" : "ຊື່", + "Theme" : "ຫົວຂໍ້", + "Address" : "ທີ່ຢູ່", + "Loading…" : "ກຳລັງໂຫຼດ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/lv.js b/l10n/lv.js index db03c7b4..b9b44976 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -11,7 +11,7 @@ OC.L10N.register( "Request ID: %s" : "Pieprasījuma ID: %s", "More details can be found in the server log." : "Sīkāka informācija atrodama servera žurnāla datnē.", "Technical details" : "Tehniskās detaļas", - "Type: %s" : "Tips: %s", + "Type: %s" : "Veids: %s", "Code: %s" : "Kods: %s", "Message: %s" : "Ziņojums: %s", "File: %s" : "Datne: %s", diff --git a/l10n/lv.json b/l10n/lv.json index e9c8de09..b8e1e8c9 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -9,7 +9,7 @@ "Request ID: %s" : "Pieprasījuma ID: %s", "More details can be found in the server log." : "Sīkāka informācija atrodama servera žurnāla datnē.", "Technical details" : "Tehniskās detaļas", - "Type: %s" : "Tips: %s", + "Type: %s" : "Veids: %s", "Code: %s" : "Kods: %s", "Message: %s" : "Ziņojums: %s", "File: %s" : "Datne: %s", diff --git a/l10n/nb.js b/l10n/nb.js index ddf732b9..9c1ef9aa 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -2,10 +2,55 @@ OC.L10N.register( "cms_pico", { "Copy" : "Kopier", + "Confirm website deletion" : "Bekreft sletting av nettsted", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Denne operasjonen vil slette nettstedet \"{name}\". Imidlertid vil alt innholdet fortsatt være tilgjengelig i din Nextcloud.", + "Choose website directory" : "Velg nettstedkatalog", "Abort" : "Avbryt", "Save" : "Lagre", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Det forespurte nettstedet ble ikke funnet på serveren. Kanskje nettstedet ble slettet?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Fil- og katalogstrukturen på dette nettstedet ser ut til å være ødelagt og kunne derfor ikke nås.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til dette private nettstedet. Kanskje delingen ble slettet eller har utløpt?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Dette nettstedet er vertet på en ikke-lokal lagring og kunne derfor ikke nås.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Dette nettstedet bruker et tema som ikke ble funnet på serveren og dermed ikke kunne bygges.", + "This website uses a incompatible theme and thus could not be built." : "Dette nettstedet bruker et inkompatibelt tema og kunne dermed ikke bygges.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Den forespurte websiden ble ikke funnet på serveren. Kanskje siden ble slettet?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til denne nettsiden. Kanskje delingen ble slettet eller har utløpt?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Det forespurte nettstedet kunne ikke bygges, slik at serveren ikke kunne fullføre forespørselen din.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Fil- og katalogstrukturen på dette nettstedet ser ut til å være ødelagt og kunne derfor ikke nås.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Den forespurte nettstedsressursen ble ikke funnet på serveren. Kanskje ressursen ble slettet?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til denne nettstedsressursen. Kanskje delingen ble slettet eller har utløpt?", + "Plugin not found." : "Tillegg ikke funnet.", + "Plugin exists already." : "Tillegg eksisterer allerede.", + "Template not found." : "Mal ikke funnet.", + "Template exists already." : "Mal eksisterer allerede.", + "Theme not found." : "Tema ikke funnet.", + "Theme exists already." : "Tema eksisterer allerede.", + "Website exists." : "Nettstedet eksisterer.", + "No permission." : "Ingen tillatelse.", + "The value given is invalid." : "Oppgitt verdi er ugyldig.", + "Website not found." : "Nettsted ikke funnet.", + "Local (unencrypted)" : "Lokal (ikke kryptert)", "Location" : "Sted", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Inkompatibelt tillegg: Tilleggsfilen \"{file}\" ikke funnet.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Inkompatibelt tillegg:: PHP-analysefeil i filen \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Inkompatibelt tillegg:: Tilleggsklasse \"{class}\" ikke funnet.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Inkompatibelt tillegg: Tillegg for Pico CMS for Nextcloud må bruke en av API-versjonene {compatApiVersions}, men dette tillegget bruker API-versjon {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Inkompatibel mal: Nødvendig katalog \"{file}\" ikke funnet.", + "Incompatible theme: Twig template \"{file}\" not found." : "Inkompatibelt tema: Twig-mal \"{file}\" ikke funnet.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Inkompatibelt tema: Temaer for Pico CMS for Nextcloud må bruke en av API-versjonene {compatApiVersions}, men dette temaet bruker API-versjon {apiVersion}.", + "The name of the website must be longer." : "Navnet på nettstedet må være lengre.", + "The name of the website is too long." : "Navnet på nettstedet er for langt.", + "The identifier of the website must be longer." : "Identifikatoren til nettstedet må være lengre.", + "The identifier of the website is too long." : "Identifikatoren til nettstedet er for lang.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Identifikatoren til nettstedet kan bare inneholde små alfanumeriske tegn.", + "The path of the website is invalid." : "Stien til nettstedet er ugyldig.", + "The website's path is stored on a non-local storage." : "Nettstedets sti lagres på et ikke-lokalt lager.", + "Parent folder of the website's path not found." : "Fant ikke overordnet mappe for nettstedets sti.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Aktivering av Pico CMS for Nextcloud feilet: kunne ikke finne \"%s\". Sørg for å installere appens avhengigheter ved å utføre 'composer install' i appens installasjonskatalog under \"%s\". Prøv deretter igjen å aktivere Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Aktivering av Pico CMS for Nextcloud feilet:: webserveren har ingen tillatelse til å opprette filer og mapper under \"%s\". Sørg for å gi webserveren skrivetilgang til denne katalogen ved å endre tillatelsene og eierskapet til det samme som for katalogen \"%s\". Prøv deretter igjen å aktivere Pico CMS for Nextcloud.", "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Opprett og publiser dine egne nettsteder - med Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombinerer kraften til [**Pico**](http://picocms.org/) og [**Nextcloud**](https://nextcloud.com/) for å lage enkle, sikre, delbare og utrolig kraftige nettsteder med bare noen få klikk. Pico er dumt enkel, lynrask og flat fil CMS - noe som gjør nettet enkelt.\n\n* Start en blogg\n* Del din CV med verden\n* Lag en plan for verdensherredømme og del bare med de rette vennene\n* Bygg en kunnskapsbase og la de smarte blant kollegene dine hjelpe deg\n\nVed å installere Pico CMS for Nextcloud kan brukerne opprette og administrere sine egne nettsteder. Å lage en ny side med Pico er ikke mer enn å lage en enkel tekstfil i en brukers Nextcloud-filer. Ingen konfigurasjon er nødvendig, ingen helt komplekse administrasjonsgrensesnitt - bare filer. Det er den perfekte matchen med Nextcloud. Sikker deling, samarbeid, tilgangskontroll - ikke bare for filene dine, men også nettstedene dine, alt muliggjort av Pico CMS for Nextcloud! Bryt grensene mellom mobile og stasjonære enheter og serveren din.\n\nNettsteder vil være tilgjengelige via URL-er som `https://cloud.example.com/sites/my_site/` og består av bare en haug med `.md`-tekstfiler i en brukers Nextcloud-filer. `.md` står for [**Markdown**](https://www.markdownguide.org/) – en superenkel og intuitiv markering for å lage overskrifter, avsnitt, tekstformatering, lister, bilder og lenker. Men fortvil ikke – du trenger ikke lære enda et språk hvis du ikke vil. Vurder å aktivere Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app for å gjøre enkle ting dumt enkelt. Vær oppmerksom på at Nextclouds innebygde tekstredigerer er inkompatibel med Pico CMS for Nextcloud. Men hva med metadata som en sides tittel eller utgivelsesdato? Gjett riktig, alt er på ett sted. Øverst i Markdown-filene dine kan du plassere en blokk med slike metadata – kalt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Det kan ikke være enklere å lage nettsider…\n\nMen det var ikke alt... Pico CMS for Nextcloud er svært tilpassbar. Du kan endre Picos utseende ved å bruke egendefinerte temaer og legge til ny funksjonalitet ved å bruke tilpassede programtillegg. Av sikkerhetsmessige årsaker kan brukere verken legge til egendefinerte temaer eller tillegg på egen hånd - men som administrator kan du. Programtillegg og temaer er ikke bare nye \"stiler\" eller \"widgets\", de underliggende teknologiene er kraftige rammeverk du kan utnytte for å gjøre brukernes nettsteder virkelig unike. Men med stor makt følger stort ansvar. Pico CMS for Nextcloud gjør sitt beste for å hindre brukere i å inkludere skript på nettsteder, siden dette kan medføre sikkerhetsrisiko (såkalt \"Cross Scripting\"). Siden denne risikoen ikke gjelder Pico selv, kan 3dje-dels utviklere av tillegg og temaer ikke være klar over dette problemet - så vær forsiktig når du installerer tilpassede programtillegg og temaer.\n\nVil du lære mer om Pico CMS for Nextcloud? Lett! Bare last ned og aktiver appen fra [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) og naviger til Nextclouds innstillingsside. Som administrator finner du to \"Pico CMS\"-seksjoner i Nextcloud-innstillingene dine - en under \"Personlig\", en annen under \"Administrasjon\". Sistnevnte lar deg legge til tilpassede temaer, programtillegg og maler til Pico, samt tilpasse noen avanserte innstillinger. \"Pico CMS\" -delen under \"Personlig\" eksisterer for alle Nextcloud-brukere og lar en lage personlige nettsteder. Bare opprett ditt første personlige nettsted og velg \"sample_pico\" som nettstedsmal. Picos prøveinnhold vil forklare alt du trenger å vite…", "Access forbidden" : "Tilgang nektet", "Back to %s" : "Tilbake til %s", "Not found" : "Ikke funnet", @@ -22,21 +67,122 @@ OC.L10N.register( "File: %s" : "Fil: %s", "Line: %s" : "Linje: %s", "Trace" : "Sporing", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Nextcloud-installasjonen din er inkompatibel med Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Noen av Nextcloud-appene dine har kjente inkompatibiliteter med Pico CMS for Nextcloud. Dette er ingens feil, det er heller ikke Nextcloud eller de motstridende appene som har skylden, dette er bare noen tekniske begrensninger av Nextclouds appinfrastruktur vi ikke kan løse på kort sikt. Vi jobber med en løsning! I mellomtiden må du fjerne de motstridende appene. Kjente motstridende apper er \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Hvis du ser feilen \"Call to undefined method ParsedownExtra::textElements()\" i Nextclouds logger selv om du har fjernet alle motstridende apper, vennligst ikke nøl med å åpne en ny brukerstøttesak på GitHub med en kopi av feilen, inkludert stabelsporing og en fullstendig liste over alle installerte apper.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Endre Pico CMS for Nextclouds oppførsel og administrer valgfrie funksjoner.", "Limit to groups" : "Begrens til grupper", + "Loading groups…" : "Laster grupper...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Hvis du ikke ønsker å gjøre det mulig for alle brukerne dine å lage personlige nettsteder, kan du begrense Pico CMS for Nextcloud til bestemte grupper. Velg gruppene du vil begrense tilgangen til. Hvis du lar dette feltet stå tomt, er ikke bruken begrenset. Tilbakekalling av tilgang for visse grupper vil ikke slette noen av brukerens nettsteder, men de blir utilgjengelige.", "Custom themes" : "Tilpass temaer", + "Add custom themes for greater individuality and style." : "Legg til egendefinerte temaer for større individualitet og stil.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud lar deg legge til tilpassede temaer for litt større individualitet og stil. Av sikkerhetsgrunner kan brukere imidlertid ikke legge til egendefinerte temaer på egen hånd. Før du kan legge til et nytt tilpasset tema ved å bruke \"Legg til tilpasset tema\" -knappen nedenfor, må du laste opp alle filene til datamappen til Nextcloud-forekomsten. Etter å ha lastet opp temaet, vises det i skjemaet nedenfor for å faktisk tillate brukere å bruke det egendefinerte temaet. Hvis du vil endre et av dine tidligere lagt til egendefinerte temaer, redigerer du bare de tilsvarende filene i Nextclouds datamappe. For at endringene skal tre i kraft, må du trykke på \"Last inn tilpasset tema\" -knappen på nytt ved siden av det redigerte temaet i skjemaet nedenfor.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Før du legger til et nytt tilpasset tema, last opp alle temaets filer til en ny mappe i følgende katalog. Hvis du vil redigere et av dine egendefinerte temaer, kan du også referere til denne katalogen.", + "Loading themes…" : "Laster temaer...", "Add custom theme" : "Legg til eget tema", + "Reload themes list" : "Last inn temalisten på nytt", + "Compatible theme." : "Kompatibelt tema.", + "System theme" : "Systemtema", + "Copy system theme" : "Kopier systemtema", + "Custom theme" : "Egendefinert tema", + "Reload custom theme" : "Last inn egendefinert tema på nytt", + "Copy custom theme" : "Kopier egendefinert tema", "Delete custom theme" : "Slett tilpasset tema", + "Base theme" : "Grunntema", + "Theme name" : "Temanavn", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "En uventet feil oppstod under utførelse av handlingen. Vennligst undersøk Netxtclouds logger.", + "Error: {error}" : "Feil: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Opplevde uventet {exception}: {exceptionMessage}", + "Custom plugins" : "Egendefinerte programtillegg", + "Add custom plugins to reach for Pico's full potential." : "Legg til egendefinerte tillegg for å nå Picos fulle potensial.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud lar deg legge til tilpassede programtillegg for å virkelig utnytte all Picos kraft. Tillegg fungerer på global basis, dvs. å legge til et tilpasset tillegg vil aktivere det for alle brukernes nettsteder. Før du legger til et nytt tilpasset tillegg ved hjelp av \"Legg til tilpasset programtillegg\" -knappen nedenfor, må du laste opp alle tilleggsfilene til datamappen til Nextcloud-forekomsten. Etter at du har lastet opp tillegget, vises det i skjemaet nedenfor for å faktisk aktivere det. Hvis du vil oppdatere en av dine tidligere lagt til tilpassede programtillegg, erstatter du bare tilleggsfilene i Nextclouds datamappe. For at endringene skal tre i kraft, må du trykke på \"Last inn tilpasset programtillegg\" -knappen ved siden av det oppdaterte tillegget i skjemaet nedenfor.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Før du legger til et nytt tilpasset programtillegg, laster du opp alle tilleggsfilene til en ny mappe i følgende katalog. Hvis du vil oppdatere en av dine tilpassede programtillegg, kan du referere til denne katalogen på samme måte. Vær oppmerksom på at navnet på en tilleggsmappe må samsvare strengt med navnet på tillegget, ellers vil Pico nekte å aktivere tillegget.", + "Loading plugins…" : "Laster programtillegg...", + "Add custom plugin" : "Legg til egendefinert programtillegg", + "Reload plugins list" : "Last inn listen over programtillegg på nytt", + "Compatible plugin." : "Kompatibelt programtillegg.", + "Example plugin" : "Eksempel på programtillegg", + "Copy example plugin" : "Kopier eksempelet på programtillegg", + "System plugin" : "Systemtillegg", + "Custom plugin" : "Egendefinert programtillegg", + "Reload custom plugin" : "Last inn egendefinert programtillegg på nytt", + "Delete custom plugin" : "Slett egendefinert programtillegg", + "Base plugin" : "Grunntillegg", + "Plugin name" : "Navn på programtillegg", "Custom templates" : "Egendefinerte maler", + "Make it easier for users to create new websites." : "Gjør det enklere for brukere å lage nye nettsider.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Å lage nye nettsteder kan være vanskelig - hvor skal du til og med begynne? Tilpassede maler fungerer som et utgangspunkt for brukere å opprette et nytt nettsted ved hjelp av Pico CMS for Nextcloud. Før du legger til en ny tilpasset mal ved å bruke knappen \"Legg til egendefinert mal\" nedenfor, må du laste opp alle malens filer til datamappen til Nextcloud-forekomsten. Etter å ha lastet opp malen, vises den i skjemaet nedenfor for å faktisk legge den til i skjemaet \"Opprett et nytt nettsted\" for brukerne dine. Hvis du vil endre en av dine tidligere lagt til egendefinerte maler, redigerer du bare de tilsvarende filene i Nextclouds datamappe.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Før du legger til en ny tilpasset mal, last opp alle malens filer til en ny mappe i følgende katalog:", + "Loading templates…" : "Laster maler...", "Add custom template" : "Legg til egendefinert mal", + "Reload templates list" : "Last inn listen over maler på nytt", + "Compatible template." : "Kompatibel mal.", + "System template" : "Systemmal", + "Copy system template" : "Kopier systemmal", + "Custom template" : "Tilpasset mal", + "Copy custom template" : "Kopier tilpasset mal", "Delete custom template" : "Slett egendefinert mal", + "Base template" : "Grunnmal", + "Template name" : "Malnavn", + "Configure your web server" : "Konfigurer webserveren din", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Aktiver Pico CMS for Nextclouds fulle potensial ved å konfigurere webserveren din på riktig måte.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Avhengig av nettserverens konfigurasjon, kan brukere få tilgang til nettsidene sine ved å bruke forskjellige URL-er. Som standard kan brukere få tilgang til nettsidene sine ved å bruke Pico CMS for Nextclouds fullstendige applikasjons-URL. Disse nettadressene er imidlertid ganske lange og dermed lite brukervennlige. Av denne grunn støtter Pico CMS for Nextcloud også forkortede URL-er som bruker den virtuelle \"sites/\"-mappen. Bruk av denne funksjonen krever imidlertid noe ekstra webserverkonfigurasjon. Hvis du bruker Apache-nettserveren, prøv ett av de to første eksemplene vist nedenfor. Hvis du heller bruker nginx-nettserveren, prøv ett av de to siste eksemplene. Hvis du ikke helt forstår hva som skjer, kontakt serveradministratoren din og send ham informasjonen nedenfor. Hvis serveradministratoren din forteller deg at dette ikke er mulig, ikke fortvil - du kan fortsatt bruke Pico CMS for Nextclouds fullstendige applikasjons-URLer, de fungerer alltid rett ut av esken.", + "Enable short website URLs" : "Aktiver korte nettadresser", + "Full application URLs" : "Fullstendige applikasjons-URLer", + "Short website URLs" : "Korte nettadresser", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Etter at du har konfigurert nettserveren til å aktivere forkortede URL-er, bør du velge det tilsvarende alternativet ovenfor for å informere brukerne om denne funksjonen. Ikke aktiver dette alternativet hvis du ikke har konfigurert den virtuelle \"sites/\"-mappen enda ved å bruke et av konfigurasjonseksemplene vist nedenfor.", + "Using Apache's mod_proxy" : "Bruker Apaches mod_proxy", + "Your users' website URLs will look like the following:" : "URL-adressene til brukernes nettsted vil se slik ut:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopier konfigurasjonskodebiten ovenfor til Nextclouds -delen av apache.conf. Før du gjør det, må du aktivere både Apaches mod_proxy og mod_proxy_http moduler. Ellers vil webserveren din enten nekte å (re) starte eller gi en 500 intern serverfeil.", + "Using Apache's mod_rewrite" : "Bruker Apaches mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Før du kopierer konfigurasjonsbiten ovenfor til Nextclouds -delen av apache.conf, må du sørge for å aktivere Apaches mod_rewrite-modul. Ellers vil webserveren nekte å (re) starte eller gi en 500 intern serverfeil. Vær oppmerksom på at denne konfigurasjonen faktisk ikke lar deg bruke forkortede nettadresser, den omdirigerer bare brukere fra forkortede nettadresser til nettstedets fullstendige URL. Dermed bør du foretrekke løsningen som bruker mod_proxy vist ovenfor.", + "Using nginx's proxy_pass" : "Bruker nginxs proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopier konfigurasjonskodebiten ovenfor til Nextclouds server { ... }-delen av nginx.conf. Før du gjør det, må du aktivere nginxs ngx_http_proxy_module-modul. Ellers vil webserveren din enten nekte å (re) starte eller gi en 500 intern serverfeil.", + "Using nginx's rewrite" : "Bruker nginxs rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Bare kopier konfigurasjonsbiten ovenfor til Nextclouds server { ... }-delen av nginx.conf. Vær oppmerksom på at denne konfigurasjonen faktisk ikke lar deg bruke forkortede nettadresser, den omdirigerer bare brukere fra forkortede nettadresser til nettstedets fullstendige URL. Dermed bør du foretrekke løsningen som bruker nginxs proxy_pass direktiv vist ovenfor.", + "Version information" : "Versjonsinformasjon", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud ble laget av Maxence Lange og Daniel Rudolf.
Det er gratis og åpen kildekode-programvare utgitt under GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico ble laget av Gilbert Pellegrom og Daniel Rudolf og vedlikeholdes av Pico-samfunnet.
Det er gratis og åpen kildekode-programvare utgitt under MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud kombinerer kraften til Pico og Nextcloud for å lage enkle, sikre, delbare og utrolig kraftige nettsteder med bare noen få klikk. Pico er et dumt enkelt, lynrask, flat fil-CMS – noe som gjør nettet enkelt!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start en blogg, del CV-en din med verden, lag en plan for verdensherredømme og del den bare med de riktige vennene eller bygg en kunnskapsbase og la de smarte blant kollegene dine hjelpe. Pico CMS for Nextcloud lar deg opprette og administrere dine egne nettsteder. Å lage en ny side med Pico er ikke mer enn å lage en enkel tekstfil i Nextcloud-filene dine. Ingen konfigurasjon er nødvendig, ingen helt komplekse administrasjonsgrensesnitt - bare filer. Det er den perfekte matchen med Nextcloud. Sikker deling, samarbeid, tilgangskontroll - ikke bare for filene dine, men også nettstedene dine, alt muliggjort av Pico CMS for Nextcloud! Bryt grensene mellom mobile og stasjonære enheter og serveren din.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Et nettsted består av bare en haug med .md tekstfiler i dine Nextcloud-filer. .md står for Markdown - en superenkel og intuitiv markering for å lage overskrifter, avsnitt, tekstformatering, lister, bilder og lenker. Men fortvil ikke – du trenger ikke lære enda et språk hvis du ikke vil. Prøv Nextclouds Markdown Editor app for å gjøre enkle ting dumt enkelt. Vær oppmerksom på at Nextclouds innebygde tekstredigerer er inkompatibel med Pico CMS for Nextcloud. Men hva med metadata som en sides tittel eller utgivelsesdato? Gjett riktig, alt er på ett sted. Øverst i Markdown-filene dine kan du plassere en blokk med slike metadata - kalt YAML Front Matter. Det kan ikke være enklere å lage nettsider...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Vil du lære mer om Pico CMS for Nextcloud? Lett! Bare opprett ditt første personlige nettsted ved hjelp av \"sample_pico\" -malen. Picos prøveinnhold vil forklare alt du trenger å vite...", + "You will be able to access your websites using URLs like the following:" : "Du vil kunne få tilgang til nettstedene dine ved å bruke nettadresser som følgende:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud-administratoren begrenset tilgangen til Pico CMS for Nextcloud til bestemte grupper. Dessverre har du ikke tillatelse til å opprette personlige nettsteder. Du kan fortsatt få tilgang til andre brukeres nettsteder, muligens inkludert private nettsteder. Hvis du hadde tillatelse til å opprette nettsteder tidligere, trenger du ikke å bekymre deg for dataene dine: Ingenting går tapt. Imidlertid vil ingen kunne få tilgang til dine private nettsteder, og feilen \"Finner ikke nettstedet\" vises i stedet.", + "Loading websites…" : "Laster nettsteder...", "Name" : "Navn", "Path" : "Sti", "Theme" : "Tema", "Created" : "Opprettet", + "Go to website" : "Gå til nettsted", + "Go to website directory" : "Gå til nettstedskatalogen", + "Edit website name" : "Rediger navn på nettsted", + "Edit private website settings" : "Rediger innstillinger for privat nettsted", "Delete website" : "Slett nettside", "Actions" : "Handlinger", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud støtter både offentlige og private nettsteder. Alle kan få tilgang til offentlige nettsteder, uansett om de er logget inn eller ikke. Hvis du vil begrense tilgangen til et bestemt delsett av brukere, oppretter du et privat nettsted. Alle besøkende på et privat nettsted må være logget inn, ellers vises en \"Tilgang forbudt\" -feil. I tillegg må en av følgende betingelser være oppfylt: (1) brukeren har tilgang til nettstedets kildefiler (dvs. kildemappen deles med brukeren), (2) brukeren er medlem av en av gruppene som er oppført nedenfor, eller (3) brukeren er medlem av en av gruppene spesifisert i YAML Front Matter på den forespurte siden ved hjelp av metaverdien \"tilgang\".", + "Website type" : "Nettstedstype", + "Public website" : "Offentlig nettsted", + "The website is publicly accessible and requires no authentication whatsoever." : "Nettstedet er offentlig tilgjengelig og krever ingen autentisering overhodet.", + "Private website" : "Privat nettsted", + "The website requires authentication, access is limited to a subset of all users." : "Nettstedet krever autentisering, tilgang er begrenset til en delmengde av alle brukere.", + "Group access" : "Gruppetilgang", + "Grant access to all members of the selected groups." : "Gi tilgang til alle medlemmer av de valgte gruppene.", + "Reload websites list" : "Last inn liste over nettsteder på nytt", "Create a new website" : "Opprett en ny nettside", + "Just fill the form below to create your own personal website." : "Bare fyll ut skjemaet nedenfor for å lage ditt eget personlige nettsted.", + "My example website" : "Mitt eksempel nettsted", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Her kan du spesifisere navnet på ditt personlige nettsted. Nettstedets navn vil bli brukt som nettstedtittel, ofte vist i nettstedets overskrift.", + "Identifier" : "Identifikator", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Identifikatoren til nettstedet ditt foreskriver både nettstedets adresse (URL) og navnet på katalogen nettstedets filer (både sider og ressurser) vil bli lagret i. Identifikatoren for et nettsted må bestå av små alfanumeriske tegn, bindestreker og understrekingstegn (a-å, 0-9 og _).", "Address" : "Adresse", + "You will be able to access your website using the address (URL) shown above." : "Du vil kunne få tilgang til nettstedet ditt ved hjelp av adressen (URL) vist ovenfor.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Når du oppretter et nytt nettsted, kopierer Pico CMS for Nextcloud nettstedsmalen til følgende nye katalog i Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kan bruke et av de medfølgende temaene for litt større individualitet og stil. Hvis du vil bruke et annet tema, spør Nextcloud-administratoren din - det kan være mulig å legge til favoritttemaet ditt også!", + "Template" : "Mal", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Maler fungerer som utgangspunkt når du oppretter et nytt nettsted. Alle maler består av en \"innhold\"-katalog (for sidene dine) og en \"ressurser\"-katalog (for nettstedets ressurser), som vil bli kopiert til mappen ovenfor i Nextcloud.", + "Create new website" : "Opprett nytt nettsted", "Loading…" : "Laster…" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index c8a2cf8b..b9e03cba 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -1,9 +1,54 @@ { "translations": { "Copy" : "Kopier", + "Confirm website deletion" : "Bekreft sletting av nettsted", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Denne operasjonen vil slette nettstedet \"{name}\". Imidlertid vil alt innholdet fortsatt være tilgjengelig i din Nextcloud.", + "Choose website directory" : "Velg nettstedkatalog", "Abort" : "Avbryt", "Save" : "Lagre", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Det forespurte nettstedet ble ikke funnet på serveren. Kanskje nettstedet ble slettet?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Fil- og katalogstrukturen på dette nettstedet ser ut til å være ødelagt og kunne derfor ikke nås.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til dette private nettstedet. Kanskje delingen ble slettet eller har utløpt?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Dette nettstedet er vertet på en ikke-lokal lagring og kunne derfor ikke nås.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Dette nettstedet bruker et tema som ikke ble funnet på serveren og dermed ikke kunne bygges.", + "This website uses a incompatible theme and thus could not be built." : "Dette nettstedet bruker et inkompatibelt tema og kunne dermed ikke bygges.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Den forespurte websiden ble ikke funnet på serveren. Kanskje siden ble slettet?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til denne nettsiden. Kanskje delingen ble slettet eller har utløpt?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Det forespurte nettstedet kunne ikke bygges, slik at serveren ikke kunne fullføre forespørselen din.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Fil- og katalogstrukturen på dette nettstedet ser ut til å være ødelagt og kunne derfor ikke nås.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Den forespurte nettstedsressursen ble ikke funnet på serveren. Kanskje ressursen ble slettet?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Du har ikke tilgang til denne nettstedsressursen. Kanskje delingen ble slettet eller har utløpt?", + "Plugin not found." : "Tillegg ikke funnet.", + "Plugin exists already." : "Tillegg eksisterer allerede.", + "Template not found." : "Mal ikke funnet.", + "Template exists already." : "Mal eksisterer allerede.", + "Theme not found." : "Tema ikke funnet.", + "Theme exists already." : "Tema eksisterer allerede.", + "Website exists." : "Nettstedet eksisterer.", + "No permission." : "Ingen tillatelse.", + "The value given is invalid." : "Oppgitt verdi er ugyldig.", + "Website not found." : "Nettsted ikke funnet.", + "Local (unencrypted)" : "Lokal (ikke kryptert)", "Location" : "Sted", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Inkompatibelt tillegg: Tilleggsfilen \"{file}\" ikke funnet.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Inkompatibelt tillegg:: PHP-analysefeil i filen \"{file}\".", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Inkompatibelt tillegg:: Tilleggsklasse \"{class}\" ikke funnet.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Inkompatibelt tillegg: Tillegg for Pico CMS for Nextcloud må bruke en av API-versjonene {compatApiVersions}, men dette tillegget bruker API-versjon {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Inkompatibel mal: Nødvendig katalog \"{file}\" ikke funnet.", + "Incompatible theme: Twig template \"{file}\" not found." : "Inkompatibelt tema: Twig-mal \"{file}\" ikke funnet.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Inkompatibelt tema: Temaer for Pico CMS for Nextcloud må bruke en av API-versjonene {compatApiVersions}, men dette temaet bruker API-versjon {apiVersion}.", + "The name of the website must be longer." : "Navnet på nettstedet må være lengre.", + "The name of the website is too long." : "Navnet på nettstedet er for langt.", + "The identifier of the website must be longer." : "Identifikatoren til nettstedet må være lengre.", + "The identifier of the website is too long." : "Identifikatoren til nettstedet er for lang.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Identifikatoren til nettstedet kan bare inneholde små alfanumeriske tegn.", + "The path of the website is invalid." : "Stien til nettstedet er ugyldig.", + "The website's path is stored on a non-local storage." : "Nettstedets sti lagres på et ikke-lokalt lager.", + "Parent folder of the website's path not found." : "Fant ikke overordnet mappe for nettstedets sti.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Aktivering av Pico CMS for Nextcloud feilet: kunne ikke finne \"%s\". Sørg for å installere appens avhengigheter ved å utføre 'composer install' i appens installasjonskatalog under \"%s\". Prøv deretter igjen å aktivere Pico CMS for Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Aktivering av Pico CMS for Nextcloud feilet:: webserveren har ingen tillatelse til å opprette filer og mapper under \"%s\". Sørg for å gi webserveren skrivetilgang til denne katalogen ved å endre tillatelsene og eierskapet til det samme som for katalogen \"%s\". Prøv deretter igjen å aktivere Pico CMS for Nextcloud.", "Pico CMS" : "Pico CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Opprett og publiser dine egne nettsteder - med Pico CMS for Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) kombinerer kraften til [**Pico**](http://picocms.org/) og [**Nextcloud**](https://nextcloud.com/) for å lage enkle, sikre, delbare og utrolig kraftige nettsteder med bare noen få klikk. Pico er dumt enkel, lynrask og flat fil CMS - noe som gjør nettet enkelt.\n\n* Start en blogg\n* Del din CV med verden\n* Lag en plan for verdensherredømme og del bare med de rette vennene\n* Bygg en kunnskapsbase og la de smarte blant kollegene dine hjelpe deg\n\nVed å installere Pico CMS for Nextcloud kan brukerne opprette og administrere sine egne nettsteder. Å lage en ny side med Pico er ikke mer enn å lage en enkel tekstfil i en brukers Nextcloud-filer. Ingen konfigurasjon er nødvendig, ingen helt komplekse administrasjonsgrensesnitt - bare filer. Det er den perfekte matchen med Nextcloud. Sikker deling, samarbeid, tilgangskontroll - ikke bare for filene dine, men også nettstedene dine, alt muliggjort av Pico CMS for Nextcloud! Bryt grensene mellom mobile og stasjonære enheter og serveren din.\n\nNettsteder vil være tilgjengelige via URL-er som `https://cloud.example.com/sites/my_site/` og består av bare en haug med `.md`-tekstfiler i en brukers Nextcloud-filer. `.md` står for [**Markdown**](https://www.markdownguide.org/) – en superenkel og intuitiv markering for å lage overskrifter, avsnitt, tekstformatering, lister, bilder og lenker. Men fortvil ikke – du trenger ikke lære enda et språk hvis du ikke vil. Vurder å aktivere Nextclouds [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app for å gjøre enkle ting dumt enkelt. Vær oppmerksom på at Nextclouds innebygde tekstredigerer er inkompatibel med Pico CMS for Nextcloud. Men hva med metadata som en sides tittel eller utgivelsesdato? Gjett riktig, alt er på ett sted. Øverst i Markdown-filene dine kan du plassere en blokk med slike metadata – kalt [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Det kan ikke være enklere å lage nettsider…\n\nMen det var ikke alt... Pico CMS for Nextcloud er svært tilpassbar. Du kan endre Picos utseende ved å bruke egendefinerte temaer og legge til ny funksjonalitet ved å bruke tilpassede programtillegg. Av sikkerhetsmessige årsaker kan brukere verken legge til egendefinerte temaer eller tillegg på egen hånd - men som administrator kan du. Programtillegg og temaer er ikke bare nye \"stiler\" eller \"widgets\", de underliggende teknologiene er kraftige rammeverk du kan utnytte for å gjøre brukernes nettsteder virkelig unike. Men med stor makt følger stort ansvar. Pico CMS for Nextcloud gjør sitt beste for å hindre brukere i å inkludere skript på nettsteder, siden dette kan medføre sikkerhetsrisiko (såkalt \"Cross Scripting\"). Siden denne risikoen ikke gjelder Pico selv, kan 3dje-dels utviklere av tillegg og temaer ikke være klar over dette problemet - så vær forsiktig når du installerer tilpassede programtillegg og temaer.\n\nVil du lære mer om Pico CMS for Nextcloud? Lett! Bare last ned og aktiver appen fra [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) og naviger til Nextclouds innstillingsside. Som administrator finner du to \"Pico CMS\"-seksjoner i Nextcloud-innstillingene dine - en under \"Personlig\", en annen under \"Administrasjon\". Sistnevnte lar deg legge til tilpassede temaer, programtillegg og maler til Pico, samt tilpasse noen avanserte innstillinger. \"Pico CMS\" -delen under \"Personlig\" eksisterer for alle Nextcloud-brukere og lar en lage personlige nettsteder. Bare opprett ditt første personlige nettsted og velg \"sample_pico\" som nettstedsmal. Picos prøveinnhold vil forklare alt du trenger å vite…", "Access forbidden" : "Tilgang nektet", "Back to %s" : "Tilbake til %s", "Not found" : "Ikke funnet", @@ -20,21 +65,122 @@ "File: %s" : "Fil: %s", "Line: %s" : "Linje: %s", "Trace" : "Sporing", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Nextcloud-installasjonen din er inkompatibel med Pico CMS for Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Noen av Nextcloud-appene dine har kjente inkompatibiliteter med Pico CMS for Nextcloud. Dette er ingens feil, det er heller ikke Nextcloud eller de motstridende appene som har skylden, dette er bare noen tekniske begrensninger av Nextclouds appinfrastruktur vi ikke kan løse på kort sikt. Vi jobber med en løsning! I mellomtiden må du fjerne de motstridende appene. Kjente motstridende apper er \"Issue Template\" and \"Terms of service\".", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Hvis du ser feilen \"Call to undefined method ParsedownExtra::textElements()\" i Nextclouds logger selv om du har fjernet alle motstridende apper, vennligst ikke nøl med å åpne en ny brukerstøttesak på GitHub med en kopi av feilen, inkludert stabelsporing og en fullstendig liste over alle installerte apper.", + "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Endre Pico CMS for Nextclouds oppførsel og administrer valgfrie funksjoner.", "Limit to groups" : "Begrens til grupper", + "Loading groups…" : "Laster grupper...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Hvis du ikke ønsker å gjøre det mulig for alle brukerne dine å lage personlige nettsteder, kan du begrense Pico CMS for Nextcloud til bestemte grupper. Velg gruppene du vil begrense tilgangen til. Hvis du lar dette feltet stå tomt, er ikke bruken begrenset. Tilbakekalling av tilgang for visse grupper vil ikke slette noen av brukerens nettsteder, men de blir utilgjengelige.", "Custom themes" : "Tilpass temaer", + "Add custom themes for greater individuality and style." : "Legg til egendefinerte temaer for større individualitet og stil.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS for Nextcloud lar deg legge til tilpassede temaer for litt større individualitet og stil. Av sikkerhetsgrunner kan brukere imidlertid ikke legge til egendefinerte temaer på egen hånd. Før du kan legge til et nytt tilpasset tema ved å bruke \"Legg til tilpasset tema\" -knappen nedenfor, må du laste opp alle filene til datamappen til Nextcloud-forekomsten. Etter å ha lastet opp temaet, vises det i skjemaet nedenfor for å faktisk tillate brukere å bruke det egendefinerte temaet. Hvis du vil endre et av dine tidligere lagt til egendefinerte temaer, redigerer du bare de tilsvarende filene i Nextclouds datamappe. For at endringene skal tre i kraft, må du trykke på \"Last inn tilpasset tema\" -knappen på nytt ved siden av det redigerte temaet i skjemaet nedenfor.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Før du legger til et nytt tilpasset tema, last opp alle temaets filer til en ny mappe i følgende katalog. Hvis du vil redigere et av dine egendefinerte temaer, kan du også referere til denne katalogen.", + "Loading themes…" : "Laster temaer...", "Add custom theme" : "Legg til eget tema", + "Reload themes list" : "Last inn temalisten på nytt", + "Compatible theme." : "Kompatibelt tema.", + "System theme" : "Systemtema", + "Copy system theme" : "Kopier systemtema", + "Custom theme" : "Egendefinert tema", + "Reload custom theme" : "Last inn egendefinert tema på nytt", + "Copy custom theme" : "Kopier egendefinert tema", "Delete custom theme" : "Slett tilpasset tema", + "Base theme" : "Grunntema", + "Theme name" : "Temanavn", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "En uventet feil oppstod under utførelse av handlingen. Vennligst undersøk Netxtclouds logger.", + "Error: {error}" : "Feil: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Opplevde uventet {exception}: {exceptionMessage}", + "Custom plugins" : "Egendefinerte programtillegg", + "Add custom plugins to reach for Pico's full potential." : "Legg til egendefinerte tillegg for å nå Picos fulle potensial.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud lar deg legge til tilpassede programtillegg for å virkelig utnytte all Picos kraft. Tillegg fungerer på global basis, dvs. å legge til et tilpasset tillegg vil aktivere det for alle brukernes nettsteder. Før du legger til et nytt tilpasset tillegg ved hjelp av \"Legg til tilpasset programtillegg\" -knappen nedenfor, må du laste opp alle tilleggsfilene til datamappen til Nextcloud-forekomsten. Etter at du har lastet opp tillegget, vises det i skjemaet nedenfor for å faktisk aktivere det. Hvis du vil oppdatere en av dine tidligere lagt til tilpassede programtillegg, erstatter du bare tilleggsfilene i Nextclouds datamappe. For at endringene skal tre i kraft, må du trykke på \"Last inn tilpasset programtillegg\" -knappen ved siden av det oppdaterte tillegget i skjemaet nedenfor.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Før du legger til et nytt tilpasset programtillegg, laster du opp alle tilleggsfilene til en ny mappe i følgende katalog. Hvis du vil oppdatere en av dine tilpassede programtillegg, kan du referere til denne katalogen på samme måte. Vær oppmerksom på at navnet på en tilleggsmappe må samsvare strengt med navnet på tillegget, ellers vil Pico nekte å aktivere tillegget.", + "Loading plugins…" : "Laster programtillegg...", + "Add custom plugin" : "Legg til egendefinert programtillegg", + "Reload plugins list" : "Last inn listen over programtillegg på nytt", + "Compatible plugin." : "Kompatibelt programtillegg.", + "Example plugin" : "Eksempel på programtillegg", + "Copy example plugin" : "Kopier eksempelet på programtillegg", + "System plugin" : "Systemtillegg", + "Custom plugin" : "Egendefinert programtillegg", + "Reload custom plugin" : "Last inn egendefinert programtillegg på nytt", + "Delete custom plugin" : "Slett egendefinert programtillegg", + "Base plugin" : "Grunntillegg", + "Plugin name" : "Navn på programtillegg", "Custom templates" : "Egendefinerte maler", + "Make it easier for users to create new websites." : "Gjør det enklere for brukere å lage nye nettsider.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Å lage nye nettsteder kan være vanskelig - hvor skal du til og med begynne? Tilpassede maler fungerer som et utgangspunkt for brukere å opprette et nytt nettsted ved hjelp av Pico CMS for Nextcloud. Før du legger til en ny tilpasset mal ved å bruke knappen \"Legg til egendefinert mal\" nedenfor, må du laste opp alle malens filer til datamappen til Nextcloud-forekomsten. Etter å ha lastet opp malen, vises den i skjemaet nedenfor for å faktisk legge den til i skjemaet \"Opprett et nytt nettsted\" for brukerne dine. Hvis du vil endre en av dine tidligere lagt til egendefinerte maler, redigerer du bare de tilsvarende filene i Nextclouds datamappe.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Før du legger til en ny tilpasset mal, last opp alle malens filer til en ny mappe i følgende katalog:", + "Loading templates…" : "Laster maler...", "Add custom template" : "Legg til egendefinert mal", + "Reload templates list" : "Last inn listen over maler på nytt", + "Compatible template." : "Kompatibel mal.", + "System template" : "Systemmal", + "Copy system template" : "Kopier systemmal", + "Custom template" : "Tilpasset mal", + "Copy custom template" : "Kopier tilpasset mal", "Delete custom template" : "Slett egendefinert mal", + "Base template" : "Grunnmal", + "Template name" : "Malnavn", + "Configure your web server" : "Konfigurer webserveren din", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Aktiver Pico CMS for Nextclouds fulle potensial ved å konfigurere webserveren din på riktig måte.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Avhengig av nettserverens konfigurasjon, kan brukere få tilgang til nettsidene sine ved å bruke forskjellige URL-er. Som standard kan brukere få tilgang til nettsidene sine ved å bruke Pico CMS for Nextclouds fullstendige applikasjons-URL. Disse nettadressene er imidlertid ganske lange og dermed lite brukervennlige. Av denne grunn støtter Pico CMS for Nextcloud også forkortede URL-er som bruker den virtuelle \"sites/\"-mappen. Bruk av denne funksjonen krever imidlertid noe ekstra webserverkonfigurasjon. Hvis du bruker Apache-nettserveren, prøv ett av de to første eksemplene vist nedenfor. Hvis du heller bruker nginx-nettserveren, prøv ett av de to siste eksemplene. Hvis du ikke helt forstår hva som skjer, kontakt serveradministratoren din og send ham informasjonen nedenfor. Hvis serveradministratoren din forteller deg at dette ikke er mulig, ikke fortvil - du kan fortsatt bruke Pico CMS for Nextclouds fullstendige applikasjons-URLer, de fungerer alltid rett ut av esken.", + "Enable short website URLs" : "Aktiver korte nettadresser", + "Full application URLs" : "Fullstendige applikasjons-URLer", + "Short website URLs" : "Korte nettadresser", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Etter at du har konfigurert nettserveren til å aktivere forkortede URL-er, bør du velge det tilsvarende alternativet ovenfor for å informere brukerne om denne funksjonen. Ikke aktiver dette alternativet hvis du ikke har konfigurert den virtuelle \"sites/\"-mappen enda ved å bruke et av konfigurasjonseksemplene vist nedenfor.", + "Using Apache's mod_proxy" : "Bruker Apaches mod_proxy", + "Your users' website URLs will look like the following:" : "URL-adressene til brukernes nettsted vil se slik ut:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopier konfigurasjonskodebiten ovenfor til Nextclouds -delen av apache.conf. Før du gjør det, må du aktivere både Apaches mod_proxy og mod_proxy_http moduler. Ellers vil webserveren din enten nekte å (re) starte eller gi en 500 intern serverfeil.", + "Using Apache's mod_rewrite" : "Bruker Apaches mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Før du kopierer konfigurasjonsbiten ovenfor til Nextclouds -delen av apache.conf, må du sørge for å aktivere Apaches mod_rewrite-modul. Ellers vil webserveren nekte å (re) starte eller gi en 500 intern serverfeil. Vær oppmerksom på at denne konfigurasjonen faktisk ikke lar deg bruke forkortede nettadresser, den omdirigerer bare brukere fra forkortede nettadresser til nettstedets fullstendige URL. Dermed bør du foretrekke løsningen som bruker mod_proxy vist ovenfor.", + "Using nginx's proxy_pass" : "Bruker nginxs proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopier konfigurasjonskodebiten ovenfor til Nextclouds server { ... }-delen av nginx.conf. Før du gjør det, må du aktivere nginxs ngx_http_proxy_module-modul. Ellers vil webserveren din enten nekte å (re) starte eller gi en 500 intern serverfeil.", + "Using nginx's rewrite" : "Bruker nginxs rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Bare kopier konfigurasjonsbiten ovenfor til Nextclouds server { ... }-delen av nginx.conf. Vær oppmerksom på at denne konfigurasjonen faktisk ikke lar deg bruke forkortede nettadresser, den omdirigerer bare brukere fra forkortede nettadresser til nettstedets fullstendige URL. Dermed bør du foretrekke løsningen som bruker nginxs proxy_pass direktiv vist ovenfor.", + "Version information" : "Versjonsinformasjon", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS for Nextcloud ble laget av Maxence Lange og Daniel Rudolf.
Det er gratis og åpen kildekode-programvare utgitt under GNU Affero General Public License.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico ble laget av Gilbert Pellegrom og Daniel Rudolf og vedlikeholdes av Pico-samfunnet.
Det er gratis og åpen kildekode-programvare utgitt under MIT license.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS for Nextcloud kombinerer kraften til Pico og Nextcloud for å lage enkle, sikre, delbare og utrolig kraftige nettsteder med bare noen få klikk. Pico er et dumt enkelt, lynrask, flat fil-CMS – noe som gjør nettet enkelt!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Start en blogg, del CV-en din med verden, lag en plan for verdensherredømme og del den bare med de riktige vennene eller bygg en kunnskapsbase og la de smarte blant kollegene dine hjelpe. Pico CMS for Nextcloud lar deg opprette og administrere dine egne nettsteder. Å lage en ny side med Pico er ikke mer enn å lage en enkel tekstfil i Nextcloud-filene dine. Ingen konfigurasjon er nødvendig, ingen helt komplekse administrasjonsgrensesnitt - bare filer. Det er den perfekte matchen med Nextcloud. Sikker deling, samarbeid, tilgangskontroll - ikke bare for filene dine, men også nettstedene dine, alt muliggjort av Pico CMS for Nextcloud! Bryt grensene mellom mobile og stasjonære enheter og serveren din.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Et nettsted består av bare en haug med .md tekstfiler i dine Nextcloud-filer. .md står for Markdown - en superenkel og intuitiv markering for å lage overskrifter, avsnitt, tekstformatering, lister, bilder og lenker. Men fortvil ikke – du trenger ikke lære enda et språk hvis du ikke vil. Prøv Nextclouds Markdown Editor app for å gjøre enkle ting dumt enkelt. Vær oppmerksom på at Nextclouds innebygde tekstredigerer er inkompatibel med Pico CMS for Nextcloud. Men hva med metadata som en sides tittel eller utgivelsesdato? Gjett riktig, alt er på ett sted. Øverst i Markdown-filene dine kan du plassere en blokk med slike metadata - kalt YAML Front Matter. Det kan ikke være enklere å lage nettsider...", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Vil du lære mer om Pico CMS for Nextcloud? Lett! Bare opprett ditt første personlige nettsted ved hjelp av \"sample_pico\" -malen. Picos prøveinnhold vil forklare alt du trenger å vite...", + "You will be able to access your websites using URLs like the following:" : "Du vil kunne få tilgang til nettstedene dine ved å bruke nettadresser som følgende:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud-administratoren begrenset tilgangen til Pico CMS for Nextcloud til bestemte grupper. Dessverre har du ikke tillatelse til å opprette personlige nettsteder. Du kan fortsatt få tilgang til andre brukeres nettsteder, muligens inkludert private nettsteder. Hvis du hadde tillatelse til å opprette nettsteder tidligere, trenger du ikke å bekymre deg for dataene dine: Ingenting går tapt. Imidlertid vil ingen kunne få tilgang til dine private nettsteder, og feilen \"Finner ikke nettstedet\" vises i stedet.", + "Loading websites…" : "Laster nettsteder...", "Name" : "Navn", "Path" : "Sti", "Theme" : "Tema", "Created" : "Opprettet", + "Go to website" : "Gå til nettsted", + "Go to website directory" : "Gå til nettstedskatalogen", + "Edit website name" : "Rediger navn på nettsted", + "Edit private website settings" : "Rediger innstillinger for privat nettsted", "Delete website" : "Slett nettside", "Actions" : "Handlinger", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS for Nextcloud støtter både offentlige og private nettsteder. Alle kan få tilgang til offentlige nettsteder, uansett om de er logget inn eller ikke. Hvis du vil begrense tilgangen til et bestemt delsett av brukere, oppretter du et privat nettsted. Alle besøkende på et privat nettsted må være logget inn, ellers vises en \"Tilgang forbudt\" -feil. I tillegg må en av følgende betingelser være oppfylt: (1) brukeren har tilgang til nettstedets kildefiler (dvs. kildemappen deles med brukeren), (2) brukeren er medlem av en av gruppene som er oppført nedenfor, eller (3) brukeren er medlem av en av gruppene spesifisert i YAML Front Matter på den forespurte siden ved hjelp av metaverdien \"tilgang\".", + "Website type" : "Nettstedstype", + "Public website" : "Offentlig nettsted", + "The website is publicly accessible and requires no authentication whatsoever." : "Nettstedet er offentlig tilgjengelig og krever ingen autentisering overhodet.", + "Private website" : "Privat nettsted", + "The website requires authentication, access is limited to a subset of all users." : "Nettstedet krever autentisering, tilgang er begrenset til en delmengde av alle brukere.", + "Group access" : "Gruppetilgang", + "Grant access to all members of the selected groups." : "Gi tilgang til alle medlemmer av de valgte gruppene.", + "Reload websites list" : "Last inn liste over nettsteder på nytt", "Create a new website" : "Opprett en ny nettside", + "Just fill the form below to create your own personal website." : "Bare fyll ut skjemaet nedenfor for å lage ditt eget personlige nettsted.", + "My example website" : "Mitt eksempel nettsted", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Her kan du spesifisere navnet på ditt personlige nettsted. Nettstedets navn vil bli brukt som nettstedtittel, ofte vist i nettstedets overskrift.", + "Identifier" : "Identifikator", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Identifikatoren til nettstedet ditt foreskriver både nettstedets adresse (URL) og navnet på katalogen nettstedets filer (både sider og ressurser) vil bli lagret i. Identifikatoren for et nettsted må bestå av små alfanumeriske tegn, bindestreker og understrekingstegn (a-å, 0-9 og _).", "Address" : "Adresse", + "You will be able to access your website using the address (URL) shown above." : "Du vil kunne få tilgang til nettstedet ditt ved hjelp av adressen (URL) vist ovenfor.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Når du oppretter et nytt nettsted, kopierer Pico CMS for Nextcloud nettstedsmalen til følgende nye katalog i Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Du kan bruke et av de medfølgende temaene for litt større individualitet og stil. Hvis du vil bruke et annet tema, spør Nextcloud-administratoren din - det kan være mulig å legge til favoritttemaet ditt også!", + "Template" : "Mal", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Maler fungerer som utgangspunkt når du oppretter et nytt nettsted. Alle maler består av en \"innhold\"-katalog (for sidene dine) og en \"ressurser\"-katalog (for nettstedets ressurser), som vil bli kopiert til mappen ovenfor i Nextcloud.", + "Create new website" : "Opprett nytt nettsted", "Loading…" : "Laster…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index 531605c8..37ab88ec 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -46,7 +46,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Het pad van de website wordt opgeslagen op een niet-lokale opslag.", "Parent folder of the website's path not found." : "Hoofdmap van het pad van de website niet gevonden", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: kon \"%s\" niet vinden. Zorg ervoor dat jede afhankelijkheden van de app installeert door `composer install` uit te voeren in de installatiemap van de app onder \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: de webserver heeft geen toestemming om bestanden en mappen onder \"%s\" te maken. Zorg ervoor dat je de webserver schrijftoegang tot deze map geeft door de machtigingen en het eigendom ervan te wijzigen in die van jouw map \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: de webserver heeft geen toestemming om bestanden en mappen onder \"%s\" te maken. Zorg ervoor dat je de webserver schrijftoegang tot deze map geeft door de machtigingen en het eigendom ervan te wijzigen in die van jouw map \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Maak en publiceer je eigen websites - met Pico CMS voor Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS voor Nextcloud] (https://github.com/nextcloud/cms_pico) combineert de kracht van [**Pico**] (http://picocms.org/) en [**Nextcloud**] (https://nextcloud.com/) om met slechts een paar klikken eenvoudige, veilige, deelbare en ongelooflijk krachtige websites te maken. Pico is een eenvoudig, razendsnel, platte tekst CMS - dat het internet gemakkelijk maakt.\n\n* Start een blog\n* Deel je CV met de wereld\n* Maak een plan voor wereldoverheersing en deel het alleen met de juiste vrienden\n* Bouw een kennisbasis op en laat je slimme collega's jouw helpen\n\nDoor Pico CMS voor Nextcloud te installeren, kunnen je gebruikers hun eigen websites maken en beheren. Een nieuwe pagina maken met Pico is niet meer dan een eenvoudig tekstbestand maken in de Nextcloud Bestanden van een gebruiker. Geen configuratie vereist, geen lastige beheerinterfaces - alleen bestanden. Het is de perfecte match met Nextcloud. Veilig delen, samenwerken, toegangscontrole - niet alleen voor je bestanden, maar ook voor je websites, allemaal mogelijk gemaakt door Pico CMS voor Nextcloud! De grenzen verleggen tussen je mobiele en desktopapparaten en je server.\n\nWebsites zijn toegankelijk via URL's zoals `https://cloud.example.com/sites/my_site/` en bestaan ​​uit slechts een aantal `.md`-tekstbestanden in de Nextcloud-bestanden van een gebruiker. `.md` staat voor [**Markdown**] (https://www.markdownguide.org/) - een eenvoudige en intuïtieve opmaaktaal om koppen, alinea's, tekstopmaak, lijsten, afbeeldingen en links te maken. Maar geen zorg - je hoeft niet nog een andere taal te leren als je dat niet wilt. Overweeg om de [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) app van Nextcloud in te schakelen om eenvoudige dingen simpel te maken. Maar hoe zit het met metagegevens zoals de titel van een pagina of de releasedatum? Ook dat wordt op één plek bewaard. Bovenaan je Markdown-bestanden kun je een blok met dergelijke metagegevens plaatsen - de [**YAML**] (https://en.wikipedia.org/wiki/YAML) Front Matter genoemd. Websites maken kan niet eenvoudiger ... \n\nMaar dat was niet alles ... Pico CMS voor Nextcloud is zeer aanpasbaar. Je kunt het uiterlijk van Pico wijzigen met behulp van maatwerk thema's en nieuwe functionaliteit toevoegen met behulp van maatwerk plug-ins. Om veiligheidsredenen kunnen gebruikers zelf geen aangepaste thema's of plug-ins toevoegen, maar als beheerder kun je dat wel. Plug-ins en thema's zijn niet alleen nieuwe \"skins\" of \"widgets\", de onderliggende technologieën zijn krachtige frameworks die je kunt gebruiken om de websites van je gebruikers echt uniek te maken. Met grote mogelijkheden komt ook grote verantwoordelijkheid. Pico CMS voor Nextcloud doet zijn best om te voorkomen dat gebruikers scripts opnemen in websites, omdat dit beveiligingsrisico's met zich mee kan brengen (zogenaamde \"Cross Scripting\"). Aangezien dit risico niet van toepassing is op Pico zelf, zijn externe ontwikkelaars van plug-ins en thema's zich mogelijk niet bewust van dit probleem - wees dus voorzichtig bij het installeren van aangepaste plug-ins en thema's.\n\nWil je meer weten over Pico CMS voor Nextcloud? Gemakkelijk! Download en activeer de app via [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) en ga naar de instellingenpagina van Nextcloud. Als beheerder vind je twee \"Pico CMS\" -secties in je Nextcloud-instellingen - een onder \"Persoonlijk\", een andere onder \"Beheer\". Met dit laatste kun je aangepaste thema's, plug-ins en sjablonen toevoegen aan Pico, evenals enkele geavanceerde instellingen aanpassen. Het gedeelte \"Pico CMS\" hieronder \"Persoonlijk\" bestaat voor alle Nextcloud-gebruikers en laat toe om persoonlijke websites te maken. Maak eenvoudig je eerste persoonlijke website en kies \"sample_pico\" als websitesjabloon. In de voorbeeldinhoud van Pico wordt alles uitgelegd wat je moet weten ...", @@ -101,10 +101,14 @@ OC.L10N.register( "Add custom plugin" : "Toevoegen maatwerk plugin", "Reload plugins list" : "Herladen pluginlijst", "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Voorbeeld plugin", + "Copy example plugin" : "Copieer voorbeeld plugin", "System plugin" : "Systeemplugin", "Custom plugin" : "Maatwerk plugin", "Reload custom plugin" : "Herlaad maatwerk plugin", "Delete custom plugin" : "Verwijder maatwerk plugin", + "Base plugin" : "Basis plugin", + "Plugin name" : "Plugin naam", "Custom templates" : "Maatwerk sjablonen", "Make it easier for users to create new websites." : "Maak het je gebruikers makkelijk om een eigen website te maken.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Het maken van nieuwe websites kan moeilijk zijn - waar moet je beginnen? Aangepaste sjablonen fungeren als een startpunt voor gebruikers om een ​​nieuwe website te maken met Pico CMS voor Nextcloud. Voordat je een nieuw aangepast sjabloon toevoegt met de knop \"Aangepaste sjabloon toevoegen\" hieronder, moet je alle sjabloonbestanden uploaden naar de gegevensmap van je Nextcloud-instantie. Na het uploaden van het sjabloon zal dat in het onderstaande formulier verschijnen om het daadwerkelijk toe te voegen aan het \"Maak een nieuwe website\" formulier van je gebruikers. Als je een van je eerder toegevoegde aangepaste sjablonen wilt wijzigen, bewerk je gewoon de bijbehorende bestanden in de datamap van Nextcloud.", @@ -120,20 +124,20 @@ OC.L10N.register( "Delete custom template" : "Verwijderen maatwerksjabloon", "Base template" : "Basissjabloon", "Template name" : "Naam sjabloon", - "Configure your webserver" : "Configureren je webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Schakel Pico CMS in voor het volledige potentieel van Nextcloud door je webserver correct te configureren.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Afhankelijk van de configuratie van je webserver hebben gebruikers met behulp van verschillende URL's toegang tot hun websites. Standaard hebben gebruikers toegang tot hun Pico CMS websites met de volledige applicatie-URL van Nextcloud. Deze URL's zijn echter vrij lang en dus niet erg gebruiksvriendelijk. Om deze reden ondersteunt Pico CMS voor Nextcloud ook verkorte URL's met behulp van de virtuele map \"sites /\". Het gebruik van deze functie vereist echter een extra configuratie van de webserver. Als je de Apache-webserver gebruikt, probeer dan een van de eerste twee voorbeelden hieronder. Als je liever de nginx-webserver gebruikt, probeer dan een van de laatste twee voorbeelden. Als je niet begrijpt wat er aan de hand is, neem dan contact op met je serverbeheerder en stuur hem de onderstaande informatie. Als je serverbeheerder aangeeft dat dit niet mogelijk is, wanhoop dan niet - je kunt Pico CMS nog steeds gebruiken voor de volledige applicatie-URL's van Nextcloud, ze werken altijd out-of-the-box.", + "Configure your web server" : "Configureer je webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Schakel Pico CMS in voor het volledige potentieel van Nextcloud door je webserver correct te configureren.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Afhankelijk van de configuratie van je webserver hebben gebruikers met behulp van verschillende URL's toegang tot hun websites. Standaard hebben gebruikers toegang tot hun Pico CMS websites met de volledige applicatie-URL van Nextcloud. Deze URL's zijn echter vrij lang en dus niet erg gebruiksvriendelijk. Om deze reden ondersteunt Pico CMS voor Nextcloud ook verkorte URL's met behulp van de virtuele map \"sites /\". Het gebruik van deze functie vereist echter een extra configuratie van de webserver. Als je de Apache-webserver gebruikt, probeer dan een van de eerste twee voorbeelden hieronder. Als je liever de nginx-webserver gebruikt, probeer dan een van de laatste twee voorbeelden. Als je niet begrijpt wat er aan de hand is, neem dan contact op met je serverbeheerder en stuur hem de onderstaande informatie. Als je serverbeheerder aangeeft dat dit niet mogelijk is, wanhoop dan niet - je kunt Pico CMS nog steeds gebruiken voor de volledige applicatie-URL's van Nextcloud, ze werken altijd out-of-the-box.", "Enable short website URLs" : "Activeer verkorte website URL's", "Full application URLs" : "Volledige applicatie URLs", "Short website URLs" : "Verkorte website URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nadat je je webserver hebt geconfigureerd om verkorte URL's in te schakelen, moet je de overeenkomstige optie hierboven selecteren om je gebruikers op de hoogte te stellen van deze functie. Schakel deze optie niet in als je de virtuele map \"sites /\" nog niet hebt geconfigureerd met een van de onderstaande configuratievoorbeelden.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nadat je je webserver hebt geconfigureerd om verkorte URL's in te schakelen, moet je de overeenkomstige optie hierboven selecteren om je gebruikers op de hoogte te stellen van deze functie. Schakel deze optie niet in als je de virtuele map \"sites /\" nog niet hebt geconfigureerd met een van de onderstaande configuratievoorbeelden.", "Using Apache's mod_proxy" : "Gebruik makend van Apache's mod_proxy", "Your users' website URLs will look like the following:" : "De URL van de website van je gebruikers ziet er als volgt uit:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de sectie van Nextcloud van je apache.conf. Voordat je dit doet, moet je zowel de mod_proxy- als mod_proxy_http-modules van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de sectie van Nextcloud van je apache.conf. Voordat je dit doet, moet je zowel de mod_proxy- als mod_proxy_http-modules van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", "Using Apache's mod_rewrite" : "Gebruik makend van Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Voordat je het configuratiefragment hierboven naar de -sectie van Nextcloud van je apache.conf kopieert, moet je de mod_rewrite-module van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, maar dat gebruikers alleen maar worden omgeleid van verkorte URL's naar de volledige URL van de site. Dus moet je zou bij voorkeur oplossing met behulp van de hierboven getoonde mod_proxy moeten gebruiken.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Voordat je het configuratiefragment hierboven naar de -sectie van Nextcloud van je apache.conf kopieert, moet je de mod_rewrite-module van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, maar dat gebruikers alleen maar worden omgeleid van verkorte URL's naar de volledige URL van de site. Dus moet je zou bij voorkeur oplossing met behulp van de hierboven getoonde mod_proxy moeten gebruiken.", "Using nginx's proxy_pass" : "Gebruik makend van nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de Nextcloud server {…} sectie in je nginx.conf. Voordat je dit doet, moet je de module ngx ngx_http_proxy_module inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de Nextcloud server {…} sectie in je nginx.conf. Voordat je dit doet, moet je de module ngx ngx_http_proxy_module inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", "Using nginx's rewrite" : "Gebruik makend van nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopieer het bovenstaande configuratiefragment naar de server {…} -sectie van Nextcloud van je nginx.conf. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, gebruikers worden alleen maar omgeleid van verkorte URL's naar de volledige URL van de site. Daarom zou je de voorkeur moeten geven aan de oplossing die de hierboven weergegeven proxy_pass-richtlijn van nginx gebruikt.", "Version information" : "Versie-informatie", @@ -152,9 +156,14 @@ OC.L10N.register( "Created" : "Gemaakt", "Go to website" : "Ga naar de website", "Go to website directory" : "Ga naar de website directory", - "Toggle private website" : "Omschakelen besloten website", + "Edit website name" : "Bewerk naam website", "Delete website" : "Verwijder website", "Actions" : "Acties", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS voor Nextcloud ondersteunt zowel openbare als privé websites. Iedereen heeft toegang tot openbare websites, of ze nu ingelogd zijn of niet. Als je de toegang tot een bepaalde subset van gebruikers wilt beperken, maakt je een privéwebsite. Alle bezoekers van een privéwebsite moeten ingelogd zijn, anders wordt de foutmelding \"Toegang verboden\" getoond. Daarnaast moet aan een van de volgende voorwaarden worden voldaan: (1) de gebruiker heeft toegang tot de bronbestanden van de website (d.w.z. de bronmap wordt gedeeld met de gebruiker), (2) de gebruiker is lid van een van de onderstaande groepen, of (3) de gebruiker is lid van een van de groepen die zijn gespecificeerd in de YAML Front Matter van de gevraagde pagina met behulp van de \"access\"-metawaarde.", + "Website type" : "Website type", + "Public website" : "Openbare website", + "Group access" : "Groepstoegang", + "Grant access to all members of the selected groups." : "Verleen toegang aan alle leden van de geselecteerde groepen.", "Reload websites list" : "Herladen websitelijst", "Create a new website" : "Creëer een nieuwe website", "Just fill the form below to create your own personal website." : "Vul het onderstaande formulier in om je eigen persoonlijke website te maken.", diff --git a/l10n/nl.json b/l10n/nl.json index f65ef176..627a2b2c 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -44,7 +44,7 @@ "The website's path is stored on a non-local storage." : "Het pad van de website wordt opgeslagen op een niet-lokale opslag.", "Parent folder of the website's path not found." : "Hoofdmap van het pad van de website niet gevonden", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: kon \"%s\" niet vinden. Zorg ervoor dat jede afhankelijkheden van de app installeert door `composer install` uit te voeren in de installatiemap van de app onder \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: de webserver heeft geen toestemming om bestanden en mappen onder \"%s\" te maken. Zorg ervoor dat je de webserver schrijftoegang tot deze map geeft door de machtigingen en het eigendom ervan te wijzigen in die van jouw map \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Kan Pico CMS voor Nextcloud niet inschakelen: de webserver heeft geen toestemming om bestanden en mappen onder \"%s\" te maken. Zorg ervoor dat je de webserver schrijftoegang tot deze map geeft door de machtigingen en het eigendom ervan te wijzigen in die van jouw map \"%s\". Probeer vervolgens opnieuw Pico CMS in te schakelen voor Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Maak en publiceer je eigen websites - met Pico CMS voor Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS voor Nextcloud] (https://github.com/nextcloud/cms_pico) combineert de kracht van [**Pico**] (http://picocms.org/) en [**Nextcloud**] (https://nextcloud.com/) om met slechts een paar klikken eenvoudige, veilige, deelbare en ongelooflijk krachtige websites te maken. Pico is een eenvoudig, razendsnel, platte tekst CMS - dat het internet gemakkelijk maakt.\n\n* Start een blog\n* Deel je CV met de wereld\n* Maak een plan voor wereldoverheersing en deel het alleen met de juiste vrienden\n* Bouw een kennisbasis op en laat je slimme collega's jouw helpen\n\nDoor Pico CMS voor Nextcloud te installeren, kunnen je gebruikers hun eigen websites maken en beheren. Een nieuwe pagina maken met Pico is niet meer dan een eenvoudig tekstbestand maken in de Nextcloud Bestanden van een gebruiker. Geen configuratie vereist, geen lastige beheerinterfaces - alleen bestanden. Het is de perfecte match met Nextcloud. Veilig delen, samenwerken, toegangscontrole - niet alleen voor je bestanden, maar ook voor je websites, allemaal mogelijk gemaakt door Pico CMS voor Nextcloud! De grenzen verleggen tussen je mobiele en desktopapparaten en je server.\n\nWebsites zijn toegankelijk via URL's zoals `https://cloud.example.com/sites/my_site/` en bestaan ​​uit slechts een aantal `.md`-tekstbestanden in de Nextcloud-bestanden van een gebruiker. `.md` staat voor [**Markdown**] (https://www.markdownguide.org/) - een eenvoudige en intuïtieve opmaaktaal om koppen, alinea's, tekstopmaak, lijsten, afbeeldingen en links te maken. Maar geen zorg - je hoeft niet nog een andere taal te leren als je dat niet wilt. Overweeg om de [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) app van Nextcloud in te schakelen om eenvoudige dingen simpel te maken. Maar hoe zit het met metagegevens zoals de titel van een pagina of de releasedatum? Ook dat wordt op één plek bewaard. Bovenaan je Markdown-bestanden kun je een blok met dergelijke metagegevens plaatsen - de [**YAML**] (https://en.wikipedia.org/wiki/YAML) Front Matter genoemd. Websites maken kan niet eenvoudiger ... \n\nMaar dat was niet alles ... Pico CMS voor Nextcloud is zeer aanpasbaar. Je kunt het uiterlijk van Pico wijzigen met behulp van maatwerk thema's en nieuwe functionaliteit toevoegen met behulp van maatwerk plug-ins. Om veiligheidsredenen kunnen gebruikers zelf geen aangepaste thema's of plug-ins toevoegen, maar als beheerder kun je dat wel. Plug-ins en thema's zijn niet alleen nieuwe \"skins\" of \"widgets\", de onderliggende technologieën zijn krachtige frameworks die je kunt gebruiken om de websites van je gebruikers echt uniek te maken. Met grote mogelijkheden komt ook grote verantwoordelijkheid. Pico CMS voor Nextcloud doet zijn best om te voorkomen dat gebruikers scripts opnemen in websites, omdat dit beveiligingsrisico's met zich mee kan brengen (zogenaamde \"Cross Scripting\"). Aangezien dit risico niet van toepassing is op Pico zelf, zijn externe ontwikkelaars van plug-ins en thema's zich mogelijk niet bewust van dit probleem - wees dus voorzichtig bij het installeren van aangepaste plug-ins en thema's.\n\nWil je meer weten over Pico CMS voor Nextcloud? Gemakkelijk! Download en activeer de app via [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) en ga naar de instellingenpagina van Nextcloud. Als beheerder vind je twee \"Pico CMS\" -secties in je Nextcloud-instellingen - een onder \"Persoonlijk\", een andere onder \"Beheer\". Met dit laatste kun je aangepaste thema's, plug-ins en sjablonen toevoegen aan Pico, evenals enkele geavanceerde instellingen aanpassen. Het gedeelte \"Pico CMS\" hieronder \"Persoonlijk\" bestaat voor alle Nextcloud-gebruikers en laat toe om persoonlijke websites te maken. Maak eenvoudig je eerste persoonlijke website en kies \"sample_pico\" als websitesjabloon. In de voorbeeldinhoud van Pico wordt alles uitgelegd wat je moet weten ...", @@ -99,10 +99,14 @@ "Add custom plugin" : "Toevoegen maatwerk plugin", "Reload plugins list" : "Herladen pluginlijst", "Compatible plugin." : "Compatible plugin.", + "Example plugin" : "Voorbeeld plugin", + "Copy example plugin" : "Copieer voorbeeld plugin", "System plugin" : "Systeemplugin", "Custom plugin" : "Maatwerk plugin", "Reload custom plugin" : "Herlaad maatwerk plugin", "Delete custom plugin" : "Verwijder maatwerk plugin", + "Base plugin" : "Basis plugin", + "Plugin name" : "Plugin naam", "Custom templates" : "Maatwerk sjablonen", "Make it easier for users to create new websites." : "Maak het je gebruikers makkelijk om een eigen website te maken.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Het maken van nieuwe websites kan moeilijk zijn - waar moet je beginnen? Aangepaste sjablonen fungeren als een startpunt voor gebruikers om een ​​nieuwe website te maken met Pico CMS voor Nextcloud. Voordat je een nieuw aangepast sjabloon toevoegt met de knop \"Aangepaste sjabloon toevoegen\" hieronder, moet je alle sjabloonbestanden uploaden naar de gegevensmap van je Nextcloud-instantie. Na het uploaden van het sjabloon zal dat in het onderstaande formulier verschijnen om het daadwerkelijk toe te voegen aan het \"Maak een nieuwe website\" formulier van je gebruikers. Als je een van je eerder toegevoegde aangepaste sjablonen wilt wijzigen, bewerk je gewoon de bijbehorende bestanden in de datamap van Nextcloud.", @@ -118,20 +122,20 @@ "Delete custom template" : "Verwijderen maatwerksjabloon", "Base template" : "Basissjabloon", "Template name" : "Naam sjabloon", - "Configure your webserver" : "Configureren je webserver", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Schakel Pico CMS in voor het volledige potentieel van Nextcloud door je webserver correct te configureren.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Afhankelijk van de configuratie van je webserver hebben gebruikers met behulp van verschillende URL's toegang tot hun websites. Standaard hebben gebruikers toegang tot hun Pico CMS websites met de volledige applicatie-URL van Nextcloud. Deze URL's zijn echter vrij lang en dus niet erg gebruiksvriendelijk. Om deze reden ondersteunt Pico CMS voor Nextcloud ook verkorte URL's met behulp van de virtuele map \"sites /\". Het gebruik van deze functie vereist echter een extra configuratie van de webserver. Als je de Apache-webserver gebruikt, probeer dan een van de eerste twee voorbeelden hieronder. Als je liever de nginx-webserver gebruikt, probeer dan een van de laatste twee voorbeelden. Als je niet begrijpt wat er aan de hand is, neem dan contact op met je serverbeheerder en stuur hem de onderstaande informatie. Als je serverbeheerder aangeeft dat dit niet mogelijk is, wanhoop dan niet - je kunt Pico CMS nog steeds gebruiken voor de volledige applicatie-URL's van Nextcloud, ze werken altijd out-of-the-box.", + "Configure your web server" : "Configureer je webserver", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Schakel Pico CMS in voor het volledige potentieel van Nextcloud door je webserver correct te configureren.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Afhankelijk van de configuratie van je webserver hebben gebruikers met behulp van verschillende URL's toegang tot hun websites. Standaard hebben gebruikers toegang tot hun Pico CMS websites met de volledige applicatie-URL van Nextcloud. Deze URL's zijn echter vrij lang en dus niet erg gebruiksvriendelijk. Om deze reden ondersteunt Pico CMS voor Nextcloud ook verkorte URL's met behulp van de virtuele map \"sites /\". Het gebruik van deze functie vereist echter een extra configuratie van de webserver. Als je de Apache-webserver gebruikt, probeer dan een van de eerste twee voorbeelden hieronder. Als je liever de nginx-webserver gebruikt, probeer dan een van de laatste twee voorbeelden. Als je niet begrijpt wat er aan de hand is, neem dan contact op met je serverbeheerder en stuur hem de onderstaande informatie. Als je serverbeheerder aangeeft dat dit niet mogelijk is, wanhoop dan niet - je kunt Pico CMS nog steeds gebruiken voor de volledige applicatie-URL's van Nextcloud, ze werken altijd out-of-the-box.", "Enable short website URLs" : "Activeer verkorte website URL's", "Full application URLs" : "Volledige applicatie URLs", "Short website URLs" : "Verkorte website URLs", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nadat je je webserver hebt geconfigureerd om verkorte URL's in te schakelen, moet je de overeenkomstige optie hierboven selecteren om je gebruikers op de hoogte te stellen van deze functie. Schakel deze optie niet in als je de virtuele map \"sites /\" nog niet hebt geconfigureerd met een van de onderstaande configuratievoorbeelden.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Nadat je je webserver hebt geconfigureerd om verkorte URL's in te schakelen, moet je de overeenkomstige optie hierboven selecteren om je gebruikers op de hoogte te stellen van deze functie. Schakel deze optie niet in als je de virtuele map \"sites /\" nog niet hebt geconfigureerd met een van de onderstaande configuratievoorbeelden.", "Using Apache's mod_proxy" : "Gebruik makend van Apache's mod_proxy", "Your users' website URLs will look like the following:" : "De URL van de website van je gebruikers ziet er als volgt uit:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de sectie van Nextcloud van je apache.conf. Voordat je dit doet, moet je zowel de mod_proxy- als mod_proxy_http-modules van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de sectie van Nextcloud van je apache.conf. Voordat je dit doet, moet je zowel de mod_proxy- als mod_proxy_http-modules van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", "Using Apache's mod_rewrite" : "Gebruik makend van Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Voordat je het configuratiefragment hierboven naar de -sectie van Nextcloud van je apache.conf kopieert, moet je de mod_rewrite-module van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, maar dat gebruikers alleen maar worden omgeleid van verkorte URL's naar de volledige URL van de site. Dus moet je zou bij voorkeur oplossing met behulp van de hierboven getoonde mod_proxy moeten gebruiken.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Voordat je het configuratiefragment hierboven naar de -sectie van Nextcloud van je apache.conf kopieert, moet je de mod_rewrite-module van Apache inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, maar dat gebruikers alleen maar worden omgeleid van verkorte URL's naar de volledige URL van de site. Dus moet je zou bij voorkeur oplossing met behulp van de hierboven getoonde mod_proxy moeten gebruiken.", "Using nginx's proxy_pass" : "Gebruik makend van nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de Nextcloud server {…} sectie in je nginx.conf. Voordat je dit doet, moet je de module ngx ngx_http_proxy_module inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopieer het configuratiefragment hierboven naar de Nextcloud server {…} sectie in je nginx.conf. Voordat je dit doet, moet je de module ngx ngx_http_proxy_module inschakelen. Anders weigert je webserver (opnieuw) of levert dit een 500 Internal Server Error op.", "Using nginx's rewrite" : "Gebruik makend van nginx's rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Kopieer het bovenstaande configuratiefragment naar de server {…} -sectie van Nextcloud van je nginx.conf. Houd er rekening mee dat je met deze configuratie geen verkorte URL's kunt gebruiken, gebruikers worden alleen maar omgeleid van verkorte URL's naar de volledige URL van de site. Daarom zou je de voorkeur moeten geven aan de oplossing die de hierboven weergegeven proxy_pass-richtlijn van nginx gebruikt.", "Version information" : "Versie-informatie", @@ -150,9 +154,14 @@ "Created" : "Gemaakt", "Go to website" : "Ga naar de website", "Go to website directory" : "Ga naar de website directory", - "Toggle private website" : "Omschakelen besloten website", + "Edit website name" : "Bewerk naam website", "Delete website" : "Verwijder website", "Actions" : "Acties", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS voor Nextcloud ondersteunt zowel openbare als privé websites. Iedereen heeft toegang tot openbare websites, of ze nu ingelogd zijn of niet. Als je de toegang tot een bepaalde subset van gebruikers wilt beperken, maakt je een privéwebsite. Alle bezoekers van een privéwebsite moeten ingelogd zijn, anders wordt de foutmelding \"Toegang verboden\" getoond. Daarnaast moet aan een van de volgende voorwaarden worden voldaan: (1) de gebruiker heeft toegang tot de bronbestanden van de website (d.w.z. de bronmap wordt gedeeld met de gebruiker), (2) de gebruiker is lid van een van de onderstaande groepen, of (3) de gebruiker is lid van een van de groepen die zijn gespecificeerd in de YAML Front Matter van de gevraagde pagina met behulp van de \"access\"-metawaarde.", + "Website type" : "Website type", + "Public website" : "Openbare website", + "Group access" : "Groepstoegang", + "Grant access to all members of the selected groups." : "Verleen toegang aan alle leden van de geselecteerde groepen.", "Reload websites list" : "Herladen websitelijst", "Create a new website" : "Creëer een nieuwe website", "Just fill the form below to create your own personal website." : "Vul het onderstaande formulier in om je eigen persoonlijke website te maken.", diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js index 131493de..a94b33d2 100644 --- a/l10n/nn_NO.js +++ b/l10n/nn_NO.js @@ -1,14 +1,24 @@ OC.L10N.register( "cms_pico", { + "Copy" : "Kopier", "Abort" : "Avbryt", "Save" : "Lagre", "Location" : "Stad", "Access forbidden" : "Tilgang forbudt", + "Internal Server Error" : "Intern serverfeil", + "Remote Address: %s" : "Eksternadresses: %s", + "Request ID: %s" : "Førespurnad-ID: %s", + "More details can be found in the server log." : "Fleire detaljar i serverloggen.", + "Type: %s" : "Type: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Melding: %s", + "File: %s" : "Fil: %s", "Name" : "Namn", "Path" : "Vei", "Created" : "Lagd", "Actions" : "Handlingar", - "Address" : "Adresse" + "Address" : "Adresse", + "Loading…" : "Laster..." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json index f6a3111a..3947a4e1 100644 --- a/l10n/nn_NO.json +++ b/l10n/nn_NO.json @@ -1,12 +1,22 @@ { "translations": { + "Copy" : "Kopier", "Abort" : "Avbryt", "Save" : "Lagre", "Location" : "Stad", "Access forbidden" : "Tilgang forbudt", + "Internal Server Error" : "Intern serverfeil", + "Remote Address: %s" : "Eksternadresses: %s", + "Request ID: %s" : "Førespurnad-ID: %s", + "More details can be found in the server log." : "Fleire detaljar i serverloggen.", + "Type: %s" : "Type: %s", + "Code: %s" : "Kode: %s", + "Message: %s" : "Melding: %s", + "File: %s" : "Fil: %s", "Name" : "Namn", "Path" : "Vei", "Created" : "Lagd", "Actions" : "Handlingar", - "Address" : "Adresse" + "Address" : "Adresse", + "Loading…" : "Laster..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js index 192cd903..22ed27d6 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -5,8 +5,25 @@ OC.L10N.register( "Abort" : "Anullar", "Save" : "Salvar", "Location" : "Emplaçament", + "Access forbidden" : "Accès defendut", + "Back to %s" : "Tornar a %s", + "Internal Server Error" : "Error intèrna del servidor", + "The server was unable to complete your request." : "Lo servidor a pas pogut terminar vòstra requèsta.", + "If this happens again, please send the technical details below to the server administrator." : "S’aquò tòrna arribar, enviatz lo detalhs tecnics çai-jos a l’administrator del servidor.", + "Remote Address: %s" : "Adreça distanta : %s", + "Request ID: %s" : "ID requèsta : %s", + "More details can be found in the server log." : "Mai de detalhs se tròban als jornals d’audit del servidor.", + "Technical details" : "Detalhs tecnics", + "Type: %s" : "Tipe : %s", + "Code: %s" : "Còdi : %s", + "Message: %s" : "Messatge : %s", + "File: %s" : "Fichièr : %s", + "Line: %s" : "Linha : %s", + "Trace" : "Traça", + "Limit to groups" : "Limitar als grops", "Name" : "Nom", "Path" : "Camin", + "Theme" : "Tèma", "Actions" : "Accions", "Address" : "Adreça", "Loading…" : "Cargament…" diff --git a/l10n/oc.json b/l10n/oc.json index 005a89ee..7793dae1 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -3,8 +3,25 @@ "Abort" : "Anullar", "Save" : "Salvar", "Location" : "Emplaçament", + "Access forbidden" : "Accès defendut", + "Back to %s" : "Tornar a %s", + "Internal Server Error" : "Error intèrna del servidor", + "The server was unable to complete your request." : "Lo servidor a pas pogut terminar vòstra requèsta.", + "If this happens again, please send the technical details below to the server administrator." : "S’aquò tòrna arribar, enviatz lo detalhs tecnics çai-jos a l’administrator del servidor.", + "Remote Address: %s" : "Adreça distanta : %s", + "Request ID: %s" : "ID requèsta : %s", + "More details can be found in the server log." : "Mai de detalhs se tròban als jornals d’audit del servidor.", + "Technical details" : "Detalhs tecnics", + "Type: %s" : "Tipe : %s", + "Code: %s" : "Còdi : %s", + "Message: %s" : "Messatge : %s", + "File: %s" : "Fichièr : %s", + "Line: %s" : "Linha : %s", + "Trace" : "Traça", + "Limit to groups" : "Limitar als grops", "Name" : "Nom", "Path" : "Camin", + "Theme" : "Tèma", "Actions" : "Accions", "Address" : "Adreça", "Loading…" : "Cargament…" diff --git a/l10n/pl.js b/l10n/pl.js index ad1ee152..8701769a 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Motyw już istnieje.", "Website exists." : "Strona internetowa istnieje.", "No permission." : "Brak uprawnień.", + "The value given is invalid." : "Podana wartość jest nieprawidłowa.", "Website not found." : "Nie znaleziono strony internetowej.", "Local (unencrypted)" : "Lokalny (niezaszyfrowany)", "Location" : "Lokalizacja", @@ -46,10 +47,10 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Ścieżka do strony internetowej nie znajduje się w lokalnym magazynie.", "Parent folder of the website's path not found." : "Nie znaleziono ścieżki do katalogu nadrzędnego strony internetowej.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Nie można znaleźć \"%s\". Zainstaluj powiązania dla aplikacji, wykonując polecenie `composer install` w katalogu instalacyjnym aplikacji poniżej \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Serwer nie ma uprawnień do tworzenia dla poniższych plików i katalogów \"%s\". Upewnij się, że serwer ma dostęp do zapisu do tego katalogu, zmieniając jego uprawnienia i właściwości na takie same jak w Twoim katalogu \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Serwer nie ma uprawnień do tworzenia dla poniższych plików i katalogów \"%s\". Upewnij się, że serwer ma dostęp do zapisu do tego katalogu, zmieniając jego uprawnienia i właściwości na takie same jak w Twoim katalogu \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Twórz i publikuj własne strony internetowe - dzięki Pico CMS dla Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS dla Nextcloud](https://github.com/nextcloud/cms_pico) [**Pico**](http://picocms.org/) i [**Nextcloud**](https://nextcloud.com/) łączy siły, aby utworzyć proste, bezpieczne, udostępniane i niezwykle wydajne strony internetowe za pomocą zaledwie kilku kliknięć. Pico to prosty, niesamowicie szybki, mały system CMS - ułatwiający korzystanie z Internetu.\n\n* Załóż blog\n* Udostępnij swoje CV światu\n* Utwórz plan dominacji nad światem i udostępniaj tylko odpowiednim znajomym\n* Zbuduj bazę wiedzy i pozwól, aby Twoi koledzy pomogli\n\nZainstalowanie Pico CMS dla Nextcloud umożliwia użytkownikom tworzenie własnych stron internetowych i zarządzanie nimi. Utworzenie nowej strony internetowej za pomocą Pico to nic innego jak utworzenie prostego pliku tekstowego w plikach użytkowników Nextcloud. Nie jest wymagana żadna konfiguracja ani całkowicie skomplikowane interfejsy zarządzania - tylko pliki. Idealnie pasuje do Nextcloud. Bezpieczne udostępnianie, współpraca, kontrola dostępu - nie tylko dla plików, ale także dla stron internetowych - wszystko to możliwe dzięki Pico CMS dla Nextcloud! Przełamywanie granic między serwerem a urządzeniami mobilnymi i stacjonarnymi.\n\nStrony internetowe będą dostępne za pośrednictwem adresów URL takich jak `https://cloud.example.com/sites/my_site/` i składających się tylko z kilku plików tekstowych `.md` w plikach Nextcloud użytkownika. `.md` oznacza [**Markdown**](https://www.markdownguide.org/) - bardzo prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się innego języka, jeśli nie chcesz. Zastanów się nad włączeniem aplikacji [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko w jednym miejscu. Na górze plików Markdown możesz umieścić blok z takimi metadanymi - zwany [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Tworzenie stron internetowych nie może być łatwiejsze…\n\nAle to nie wszystko… Pico CMS dla Nextcloud jest wysoce konfigurowalny. Możesz zmienić wygląd Pico za pomocą niestandardowych motywów i dodać nową funkcjonalność za pomocą niestandardowych wtyczek. Ze względów bezpieczeństwa użytkownicy nie mogą samodzielnie dodawać niestandardowych motywów ani wtyczek - ale jako administrator możesz to zrobić. Wtyczki i motywy to nie tylko nowe „skórki” lub „widżety”, leżące u ich podstaw technologie to potężne struktury, które można wykorzystać, aby strony internetowe użytkowników były naprawdę wyjątkowe. Jednak z wielką mocą wiąże się wielka odpowiedzialność. Pico CMS dla Nextcloud dokłada wszelkich starań, aby użytkownicy nie włączali skryptów do stron internetowych, ponieważ może to wiązać się z ryzykiem bezpieczeństwa (tzw. „Cross Scripting”). Ponieważ to ryzyko nie dotyczy samego Pico, zewnętrzni twórcy wtyczek i motywów mogą nie być świadomi tego problemu - należy więc zachować ostrożność podczas instalowania niestandardowych wtyczek i motywów.\n\nChcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy pobrać i włączyć aplikację z [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) i przejść do strony ustawień Nextcloud. Jako administrator znajdziesz dwie sekcje „Pico CMS” w ustawieniach Nextcloud - jedną „Osobiste” i drugą poniżej „Administracja”. Ta ostatnia pozwala dodawać niestandardowe motywy, wtyczki i szablony do Pico, a także dostosowywać niektóre zaawansowane ustawienia. Sekcja „Osobiste” w „Pico CMS” istnieje dla wszystkich użytkowników Nextcloud i umożliwia tworzenie własnych stron internetowych. Po prostu stwórz swoją pierwszą własną stronę internetową i wybierz „sample_pico” jako szablon strony internetowej. Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS dla Nextcloud](https://github.com/nextcloud/cms_pico) [**Pico**](http://picocms.org/) i [**Nextcloud**](https://nextcloud.com/) łączy siły, aby utworzyć proste, bezpieczne, udostępniane i niezwykle wydajne strony internetowe za pomocą zaledwie kilku kliknięć. Pico to prosty, niesamowicie szybki, mały system CMS - ułatwiający korzystanie z Internetu.\n\n* Załóż blog\n* Udostępnij swoje CV światu\n* Utwórz plan dominacji nad światem i udostępniaj tylko odpowiednim znajomym\n* Zbuduj bazę wiedzy i pozwól, aby Twoi koledzy pomogli\n\nZainstalowanie Pico CMS dla Nextcloud umożliwia użytkownikom tworzenie własnych stron internetowych i zarządzanie nimi. Utworzenie nowej strony internetowej za pomocą Pico to nic innego jak utworzenie prostego pliku tekstowego w plikach użytkowników Nextcloud. Nie jest wymagana żadna konfiguracja ani całkowicie skomplikowane interfejsy zarządzania - tylko pliki. Idealnie pasuje do Nextcloud. Bezpieczne udostępnianie, współpraca, kontrola dostępu - nie tylko dla plików, ale także dla stron internetowych - wszystko to możliwe dzięki Pico CMS dla Nextcloud! Przełamywanie granic między serwerem a urządzeniami mobilnymi i stacjonarnymi.\n\nStrony internetowe będą dostępne za pośrednictwem adresów URL takich jak `https://cloud.example.com/sites/my_site/` i składających się tylko z kilku plików tekstowych `.md` w plikach Nextcloud użytkownika. `.md` oznacza [**Markdown**](https://www.markdownguide.org/) - bardzo prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się innego języka, jeśli nie chcesz. Zastanów się nad włączeniem aplikacji [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko w jednym miejscu. Na górze plików Markdown możesz umieścić blok z takimi metadanymi - zwany [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Tworzenie stron internetowych nie może być łatwiejsze…\n\nAle to nie wszystko… Pico CMS dla Nextcloud jest wysoce konfigurowalny. Możesz zmienić wygląd Pico za pomocą niestandardowych motywów i dodać nową funkcjonalność za pomocą niestandardowych wtyczek. Ze względów bezpieczeństwa użytkownicy nie mogą samodzielnie dodawać niestandardowych motywów ani wtyczek - ale jako administrator możesz to zrobić. Wtyczki i motywy to nie tylko nowe \"skórki\" lub \"widżety\", leżące u ich podstaw technologie to potężne struktury, które można wykorzystać, aby strony internetowe użytkowników były naprawdę wyjątkowe. Jednak z wielką mocą wiąże się wielka odpowiedzialność. Pico CMS dla Nextcloud dokłada wszelkich starań, aby użytkownicy nie włączali skryptów do stron internetowych, ponieważ może to wiązać się z ryzykiem bezpieczeństwa (tzw. \"Cross Scripting\"). Ponieważ to ryzyko nie dotyczy samego Pico, zewnętrzni twórcy wtyczek i motywów mogą nie być świadomi tego problemu - należy więc zachować ostrożność podczas instalowania niestandardowych wtyczek i motywów.\n\nChcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy pobrać i włączyć aplikację z [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) i przejść do strony ustawień Nextcloud. Jako administrator znajdziesz dwie sekcje \"Pico CMS\" w ustawieniach Nextcloud - jedną \"Osobiste\" i drugą poniżej \"Administracja\". Ta ostatnia pozwala dodawać niestandardowe motywy, wtyczki i szablony do Pico, a także dostosowywać niektóre zaawansowane ustawienia. Sekcja \"Osobiste\" w \"Pico CMS\" istnieje dla wszystkich użytkowników Nextcloud i umożliwia tworzenie własnych stron internetowych. Po prostu stwórz swoją pierwszą własną stronę internetową i wybierz \"sample_pico\" jako szablon strony internetowej. Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", "Access forbidden" : "Dostęp zabroniony", "Back to %s" : "Powrót do %s", "Not found" : "Nie znaleziono", @@ -67,7 +68,7 @@ OC.L10N.register( "Line: %s" : "Linia: %s", "Trace" : "Ślad", "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Twoja instalacja jest niezgodna z Pico CMS dla Nextcloud!", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Niektóre z Twoich aplikacji Nextcloud wykazały niezgodność z Pico CMS dla Nextcloud. To nie jest niczyja wina. Nie można winić Nextcloud ani aplikacji powodujących konflikty, to tylko techniczne ograniczenie infrastruktury aplikacji Nextcloud, którego nie możemy rozwiązać w najbliższym okresie. Pracujemy nad rozwiązaniem! Aktualnie musisz usunąć aplikacje powodujące konflikt. Znane aplikacje będące w konflikcie zawarte są w „Problemy szablonu” i „Warunki korzystania z usługi”.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Niektóre z Twoich aplikacji Nextcloud wykazały niezgodność z Pico CMS dla Nextcloud. To nie jest niczyja wina. Nie można winić Nextcloud ani aplikacji powodujących konflikty, to tylko techniczne ograniczenie infrastruktury aplikacji Nextcloud, którego nie możemy rozwiązać w najbliższym okresie. Pracujemy nad rozwiązaniem! Aktualnie musisz usunąć aplikacje powodujące konflikt. Znane aplikacje będące w konflikcie zawarte są w \"Problemy szablonu\" i \"Warunki korzystania z usługi\".", "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Jeśli zobaczysz błąd \"Call to undefined method ParsedownExtra::textElements()\" w dziennikach Nextcloud, mimo że usunąłeś wszystkie aplikacje powodujące konflikt, nie wahaj się otworzyć nowego problemu na GitHubie z kopią błędu oraz śladem stosu i pełną listą wszystkich zainstalowanych aplikacji.", "Pico CMS for Nextcloud" : "Pico CMS dla Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Zmień Pico CMS dla zachowania Nextcloud i zarządzaj opcjonalnymi funkcjami.", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Dodaj wtyczkę niestandardową", "Reload plugins list" : "Wczytaj ponownie listę wtyczek", "Compatible plugin." : "Wtyczka kompatybilna.", + "Example plugin" : "Przykładowa wtyczka", + "Copy example plugin" : "Kopiuj przykładową wtyczkę", "System plugin" : "Wtyczka systemowa", "Custom plugin" : "Wtyczka niestandardowa", "Reload custom plugin" : "Wczytaj ponownie wtyczkę niestandardową", "Delete custom plugin" : "Usuń wtyczkę niestandardową", + "Base plugin" : "Podstawowa wtyczka", + "Plugin name" : "Nazwa wtyczki", "Custom templates" : "Szablony niestandardowe", "Make it easier for users to create new websites." : "Ułatw użytkownikom tworzenie nowych stron internetowych.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Tworzenie nowych stron internetowych może być trudne - od czego zacząć? Niestandardowe szablony działają jako punkt wyjścia dla użytkowników do stworzenia nowej strony internetowej za pomocą Pico CMS dla Nextcloud. Aby móc dodać nowy własny szablon za pomocą przycisku \"Dodaj szablon niestandardowy\", który znajduje się poniżej, należy najpierw wysłać wszystkie pliki szablonu do katalogu danych instancji Nextcloud. Po wysłaniu szablonu pojawi się on w poniższym formularzu, którego można dodać do formularza dla użytkowników poprzez \"Utwórz nową stronę internetową\". Jeśli chcesz zmodyfikować jeden z wcześniej dodanych własnych szablonów, po prostu edytuj odpowiednie pliki w katalogu danych Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Usuń szablon niestandardowy", "Base template" : "Szablon podstawowy", "Template name" : "Nazwa szablonu", - "Configure your webserver" : "Skonfiguruj serwer internetowy", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Włącz Pico CMS dla pełnego wykorzystania Nextcloud, odpowiednio konfigurując swój serwer.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "W zależności od konfiguracji Twojego serwera użytkownicy mogą uzyskiwać dostęp do swoich witryn przy użyciu różnych adresów URL. Domyślnie użytkownicy mogą uzyskiwać dostęp do swoich stron internetowych za pomocą Pico CMS dla pełnego adresu URL aplikacji Nextcloud. Jednak te adresy URL są dość długie, a zatem niezbyt przyjazne dla użytkownika. Z tego powodu Pico CMS dla Nextcloud obsługuje również skrócone adresy URL wykorzystujące wirtualny katalog \"sites/\". Korzystanie z tej funkcji wymaga jednak dodatkowej konfiguracji serwera WWW. Jeśli korzystasz z serwera Apache, wypróbuj jeden z dwóch pierwszych przykładów pokazanych poniżej. Jeśli wolisz korzystać z serwera WWW Nginx, wypróbuj jeden z dwóch ostatnich przykładów. Jeśli tak naprawdę nie rozumiesz, co się dzieje, skontaktuj się z administratorem serwera i prześlij mu poniższe informacje. Jeśli administrator serwera powie ci, że nie jest to możliwe, nie rozpaczaj - nadal możesz używać Pico CMS dla pełnych adresów URL aplikacji Nextcloud, zawsze działają one od razu po wyjęciu z pudełka.", + "Configure your web server" : "Skonfiguruj swój serwer", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Włącz Pico CMS dla pełnego wykorzystania Nextcloud, odpowiednio konfigurując swój serwer.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "W zależności od konfiguracji Twojego serwera użytkownicy mogą uzyskiwać dostęp do swoich witryn przy użyciu różnych adresów URL. Domyślnie użytkownicy mogą uzyskiwać dostęp do swoich stron internetowych za pomocą Pico CMS dla pełnego adresu URL aplikacji Nextcloud. Jednak te adresy URL są dość długie, a zatem niezbyt przyjazne dla użytkownika. Z tego powodu Pico CMS dla Nextcloud obsługuje również skrócone adresy URL wykorzystujące wirtualny katalog \"sites/\". Korzystanie z tej funkcji wymaga jednak dodatkowej konfiguracji serwera WWW. Jeśli korzystasz z serwera Apache, wypróbuj jeden z dwóch pierwszych przykładów pokazanych poniżej. Jeśli wolisz korzystać z serwera WWW Nginx, wypróbuj jeden z dwóch ostatnich przykładów. Jeśli tak naprawdę nie rozumiesz, co się dzieje, skontaktuj się z administratorem serwera i prześlij mu poniższe informacje. Jeśli administrator serwera powie ci, że nie jest to możliwe, nie rozpaczaj - nadal możesz używać Pico CMS dla pełnych adresów URL aplikacji Nextcloud, zawsze działają one od razu po wyjęciu z pudełka.", "Enable short website URLs" : "Włącz krótkie adresy URL strony internetowej", "Full application URLs" : "Pełne adresy URL aplikacji", "Short website URLs" : "Krótkie adresy URL strony internetowej", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po skonfigurowaniu serwera do włączania skróconych adresów URL należy wybrać odpowiednią opcję powyżej, aby poinformować użytkowników o tej funkcji. Nie włączaj tej opcji, jeśli wirtualny katalog \"sites/\" nie został jeszcze skonfigurowany przy użyciu jednego z poniższych przykładów konfiguracji.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po skonfigurowaniu serwera do włączania skróconych adresów URL należy wybrać odpowiednią opcję powyżej, aby poinformować użytkowników o tej funkcji. Nie włączaj tej opcji, jeśli wirtualny katalog \"sites/\" nie został jeszcze skonfigurowany przy użyciu jednego z poniższych przykładów konfiguracji.", "Using Apache's mod_proxy" : "Korzystanie z mod_proxy Apache", "Your users' website URLs will look like the following:" : "Adresy URL stron internetowych użytkowników będą wyglądać następująco:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji Nextcloud w pliku apache.conf. Wcześniej musisz włączyć moduły mod_proxy i mod_proxy_http w Apache. W przeciwnym razie Twój serwer internetowy odmówi ponownego uruchomienia lub spowoduje wewnętrzny błąd serwera 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji Nextcloud w pliku apache.conf. Wcześniej musisz włączyć moduły mod_proxy i mod_proxy_http w Apache. W przeciwnym razie Twój serwer internetowy odmówi uruchomienia (ponownego uruchomienia) lub spowoduje wewnętrzny błąd serwera 500.", "Using Apache's mod_rewrite" : "Korzystanie z mod_rewrite Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Przed skopiowaniem powyższego fragmentu konfiguracji do sekcji Nextcloud w pliku apache.conf upewnij się, że włączasz moduł mod_rewrite w Apache. W przeciwnym razie Twój serwer odmówi ponownego uruchomienia lub wygeneruje wewnętrzny błąd serwera 500. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie pokazane powyżej, które wykorzystuje mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Przed skopiowaniem powyższego fragmentu konfiguracji do sekcji Nextcloud w pliku apache.conf upewnij się, że włączasz moduł mod_rewrite w Apache. W przeciwnym razie Twój serwer odmówi uruchomienia (ponownego uruchomienia) lub wygeneruje wewnętrzny błąd serwera 500. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie pokazane powyżej, które wykorzystuje mod_proxy.", "Using nginx's proxy_pass" : "Korzystanie z proxy_pass nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w swoim nginx.conf. Zanim to zrobisz, musisz włączyć moduł nginx ngx_http_proxy_module. W przeciwnym razie serwer sieciowy odmówi (ponownego) uruchomienia lub wyświetli błąd wewnętrzny serwera 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w swoim nginx.conf. Zanim to zrobisz, musisz włączyć moduł nginx ngx_http_proxy_module. W przeciwnym razie serwer sieciowy odmówi uruchomienia (ponownego uruchomienia) lub wyświetli błąd wewnętrzny serwera 500.", "Using nginx's rewrite" : "Korzystanie z przepisywania nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w pliku nginx.conf. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie wykorzystując pokazaną powyżej dyrektywę nginx proxy_pass.", "Version information" : "Informacje o wersji", @@ -144,7 +149,7 @@ OC.L10N.register( "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Witryna internetowa składa się tylko z kilku plików tekstowych .md w plikach Nextcloud. .md oznacza Markdown - super prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się kolejnego języka, jeśli nie chcesz. Wypróbuj aplikację Markdown Editor na Nextcloud, aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko jest w jednym miejscu. Na górze swoich plików Markdown możesz umieścić blok z takimi metadanymi - zwany YAML Front Matter. Tworzenie witryn internetowych nie może być prostsze…", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Chcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy utworzyć pierwszą osobistą stronę internetową za pomocą szablonu \"sample_pico\". Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", "You will be able to access your websites using URLs like the following:" : "Będziesz mógł uzyskać dostęp do swoich stron internetowych za pomocą adresów URL takich jak:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Administrator Nextcloud ograniczył dostęp Pico CMS dla Nextcloud dla niektórych grup. Niestety nie masz uprawnień do tworzenia osobistych stron internetowych. Nadal możesz uzyskiwać dostęp do stron internetowych innych użytkowników, w tym ewentualnie prywatnych. Jeśli w przeszłości miałeś uprawnienia do tworzenia stron internetowych, nie musisz się martwić o swoje dane: nic nie jest stracone. Jednak nikt nie będzie mógł uzyskać dostępu do Twoich prywatnych stron internetowych, zamiast jej wyświetlany jest błąd „Nie znaleziono witryny”.", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Administrator Nextcloud ograniczył dostęp Pico CMS dla Nextcloud dla niektórych grup. Niestety nie masz uprawnień do tworzenia osobistych stron internetowych. Nadal możesz uzyskiwać dostęp do stron internetowych innych użytkowników, w tym ewentualnie prywatnych. Jeśli w przeszłości miałeś uprawnienia do tworzenia stron internetowych, nie musisz się martwić o swoje dane: nic nie jest stracone. Jednak nikt nie będzie mógł uzyskać dostępu do Twoich prywatnych stron internetowych, zamiast jej wyświetlany jest błąd \"Nie znaleziono witryny\".", "Loading websites…" : "Wczytywanie stron internetowych…", "Name" : "Nazwa", "Path" : "Ścieżka", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Utworzono", "Go to website" : "Przejdź do strony internetowej", "Go to website directory" : "Przejdź do katalogu strony internetowej", - "Toggle private website" : "Przełącz prywatną stronę internetową", + "Edit website name" : "Edytuj nazwę strony internetowej", + "Edit private website settings" : "Edytuj ustawienia prywatnej strony internetowej", "Delete website" : "Usuń stronę internetową", "Actions" : "Akcje", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS dla Nextcloud obsługuje zarówno publiczne, jak i prywatne strony internetowe. Każdy może uzyskać dostęp do publicznych stron internetowych, bez względu na to, czy jest zalogowany, czy nie. Jeśli chcesz ograniczyć dostęp do określonego podzbioru użytkowników, utwórz prywatną stronę internetową. Wszyscy odwiedzający prywatną stronę internetową muszą być zalogowani, w przeciwnym razie wyświetlany będzie błąd \"Dostęp zabroniony\". Dodatkowo musi być spełniony jeden z następujących warunków: (1) użytkownik ma dostęp do plików źródłowych strony internetowej (tj. katalog źródłowy jest współdzielony z użytkownikiem), (2) użytkownik jest członkiem jednej z grup wymienionych poniżej, lub (3) użytkownik jest członkiem jednej z grup określonych w YAML Front Matter żądanej strony przy użyciu meta wartości \"access\".", + "Website type" : "Rodzaj strony internetowej", + "Public website" : "Publiczna strona internetowa ", + "The website is publicly accessible and requires no authentication whatsoever." : "Strona internetowa jest dostępna publicznie i nie wymaga żadnego uwierzytelnienia.", + "Private website" : "Prywatna strona internetowa", + "The website requires authentication, access is limited to a subset of all users." : "Strona internetowa wymaga uwierzytelnienia, dostęp jest ograniczony do podzbioru wszystkich użytkowników.", + "Group access" : "Dostęp grup", + "Grant access to all members of the selected groups." : "Udziel dostępu wszystkim członkom wybranych grup.", "Reload websites list" : "Wczytaj ponownie listę stron internetowych", "Create a new website" : "Utwórz nową stronę internetową", "Just fill the form below to create your own personal website." : "Wystarczy wypełnić poniższy formularz, aby utworzyć własną stronę internetową.", diff --git a/l10n/pl.json b/l10n/pl.json index 0f0c885f..2dce4305 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -25,6 +25,7 @@ "Theme exists already." : "Motyw już istnieje.", "Website exists." : "Strona internetowa istnieje.", "No permission." : "Brak uprawnień.", + "The value given is invalid." : "Podana wartość jest nieprawidłowa.", "Website not found." : "Nie znaleziono strony internetowej.", "Local (unencrypted)" : "Lokalny (niezaszyfrowany)", "Location" : "Lokalizacja", @@ -44,10 +45,10 @@ "The website's path is stored on a non-local storage." : "Ścieżka do strony internetowej nie znajduje się w lokalnym magazynie.", "Parent folder of the website's path not found." : "Nie znaleziono ścieżki do katalogu nadrzędnego strony internetowej.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Nie można znaleźć \"%s\". Zainstaluj powiązania dla aplikacji, wykonując polecenie `composer install` w katalogu instalacyjnym aplikacji poniżej \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Serwer nie ma uprawnień do tworzenia dla poniższych plików i katalogów \"%s\". Upewnij się, że serwer ma dostęp do zapisu do tego katalogu, zmieniając jego uprawnienia i właściwości na takie same jak w Twoim katalogu \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nie udało się włączyć Pico CMS dla Nextcloud: Serwer nie ma uprawnień do tworzenia dla poniższych plików i katalogów \"%s\". Upewnij się, że serwer ma dostęp do zapisu do tego katalogu, zmieniając jego uprawnienia i właściwości na takie same jak w Twoim katalogu \"%s\". Następnie spróbuj ponownie włączyć Pico CMS dla Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Twórz i publikuj własne strony internetowe - dzięki Pico CMS dla Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS dla Nextcloud](https://github.com/nextcloud/cms_pico) [**Pico**](http://picocms.org/) i [**Nextcloud**](https://nextcloud.com/) łączy siły, aby utworzyć proste, bezpieczne, udostępniane i niezwykle wydajne strony internetowe za pomocą zaledwie kilku kliknięć. Pico to prosty, niesamowicie szybki, mały system CMS - ułatwiający korzystanie z Internetu.\n\n* Załóż blog\n* Udostępnij swoje CV światu\n* Utwórz plan dominacji nad światem i udostępniaj tylko odpowiednim znajomym\n* Zbuduj bazę wiedzy i pozwól, aby Twoi koledzy pomogli\n\nZainstalowanie Pico CMS dla Nextcloud umożliwia użytkownikom tworzenie własnych stron internetowych i zarządzanie nimi. Utworzenie nowej strony internetowej za pomocą Pico to nic innego jak utworzenie prostego pliku tekstowego w plikach użytkowników Nextcloud. Nie jest wymagana żadna konfiguracja ani całkowicie skomplikowane interfejsy zarządzania - tylko pliki. Idealnie pasuje do Nextcloud. Bezpieczne udostępnianie, współpraca, kontrola dostępu - nie tylko dla plików, ale także dla stron internetowych - wszystko to możliwe dzięki Pico CMS dla Nextcloud! Przełamywanie granic między serwerem a urządzeniami mobilnymi i stacjonarnymi.\n\nStrony internetowe będą dostępne za pośrednictwem adresów URL takich jak `https://cloud.example.com/sites/my_site/` i składających się tylko z kilku plików tekstowych `.md` w plikach Nextcloud użytkownika. `.md` oznacza [**Markdown**](https://www.markdownguide.org/) - bardzo prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się innego języka, jeśli nie chcesz. Zastanów się nad włączeniem aplikacji [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko w jednym miejscu. Na górze plików Markdown możesz umieścić blok z takimi metadanymi - zwany [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Tworzenie stron internetowych nie może być łatwiejsze…\n\nAle to nie wszystko… Pico CMS dla Nextcloud jest wysoce konfigurowalny. Możesz zmienić wygląd Pico za pomocą niestandardowych motywów i dodać nową funkcjonalność za pomocą niestandardowych wtyczek. Ze względów bezpieczeństwa użytkownicy nie mogą samodzielnie dodawać niestandardowych motywów ani wtyczek - ale jako administrator możesz to zrobić. Wtyczki i motywy to nie tylko nowe „skórki” lub „widżety”, leżące u ich podstaw technologie to potężne struktury, które można wykorzystać, aby strony internetowe użytkowników były naprawdę wyjątkowe. Jednak z wielką mocą wiąże się wielka odpowiedzialność. Pico CMS dla Nextcloud dokłada wszelkich starań, aby użytkownicy nie włączali skryptów do stron internetowych, ponieważ może to wiązać się z ryzykiem bezpieczeństwa (tzw. „Cross Scripting”). Ponieważ to ryzyko nie dotyczy samego Pico, zewnętrzni twórcy wtyczek i motywów mogą nie być świadomi tego problemu - należy więc zachować ostrożność podczas instalowania niestandardowych wtyczek i motywów.\n\nChcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy pobrać i włączyć aplikację z [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) i przejść do strony ustawień Nextcloud. Jako administrator znajdziesz dwie sekcje „Pico CMS” w ustawieniach Nextcloud - jedną „Osobiste” i drugą poniżej „Administracja”. Ta ostatnia pozwala dodawać niestandardowe motywy, wtyczki i szablony do Pico, a także dostosowywać niektóre zaawansowane ustawienia. Sekcja „Osobiste” w „Pico CMS” istnieje dla wszystkich użytkowników Nextcloud i umożliwia tworzenie własnych stron internetowych. Po prostu stwórz swoją pierwszą własną stronę internetową i wybierz „sample_pico” jako szablon strony internetowej. Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS dla Nextcloud](https://github.com/nextcloud/cms_pico) [**Pico**](http://picocms.org/) i [**Nextcloud**](https://nextcloud.com/) łączy siły, aby utworzyć proste, bezpieczne, udostępniane i niezwykle wydajne strony internetowe za pomocą zaledwie kilku kliknięć. Pico to prosty, niesamowicie szybki, mały system CMS - ułatwiający korzystanie z Internetu.\n\n* Załóż blog\n* Udostępnij swoje CV światu\n* Utwórz plan dominacji nad światem i udostępniaj tylko odpowiednim znajomym\n* Zbuduj bazę wiedzy i pozwól, aby Twoi koledzy pomogli\n\nZainstalowanie Pico CMS dla Nextcloud umożliwia użytkownikom tworzenie własnych stron internetowych i zarządzanie nimi. Utworzenie nowej strony internetowej za pomocą Pico to nic innego jak utworzenie prostego pliku tekstowego w plikach użytkowników Nextcloud. Nie jest wymagana żadna konfiguracja ani całkowicie skomplikowane interfejsy zarządzania - tylko pliki. Idealnie pasuje do Nextcloud. Bezpieczne udostępnianie, współpraca, kontrola dostępu - nie tylko dla plików, ale także dla stron internetowych - wszystko to możliwe dzięki Pico CMS dla Nextcloud! Przełamywanie granic między serwerem a urządzeniami mobilnymi i stacjonarnymi.\n\nStrony internetowe będą dostępne za pośrednictwem adresów URL takich jak `https://cloud.example.com/sites/my_site/` i składających się tylko z kilku plików tekstowych `.md` w plikach Nextcloud użytkownika. `.md` oznacza [**Markdown**](https://www.markdownguide.org/) - bardzo prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się innego języka, jeśli nie chcesz. Zastanów się nad włączeniem aplikacji [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown), aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko w jednym miejscu. Na górze plików Markdown możesz umieścić blok z takimi metadanymi - zwany [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Tworzenie stron internetowych nie może być łatwiejsze…\n\nAle to nie wszystko… Pico CMS dla Nextcloud jest wysoce konfigurowalny. Możesz zmienić wygląd Pico za pomocą niestandardowych motywów i dodać nową funkcjonalność za pomocą niestandardowych wtyczek. Ze względów bezpieczeństwa użytkownicy nie mogą samodzielnie dodawać niestandardowych motywów ani wtyczek - ale jako administrator możesz to zrobić. Wtyczki i motywy to nie tylko nowe \"skórki\" lub \"widżety\", leżące u ich podstaw technologie to potężne struktury, które można wykorzystać, aby strony internetowe użytkowników były naprawdę wyjątkowe. Jednak z wielką mocą wiąże się wielka odpowiedzialność. Pico CMS dla Nextcloud dokłada wszelkich starań, aby użytkownicy nie włączali skryptów do stron internetowych, ponieważ może to wiązać się z ryzykiem bezpieczeństwa (tzw. \"Cross Scripting\"). Ponieważ to ryzyko nie dotyczy samego Pico, zewnętrzni twórcy wtyczek i motywów mogą nie być świadomi tego problemu - należy więc zachować ostrożność podczas instalowania niestandardowych wtyczek i motywów.\n\nChcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy pobrać i włączyć aplikację z [Nextcloud App Store](https://apps.nextcloud.com/apps/cms_pico) i przejść do strony ustawień Nextcloud. Jako administrator znajdziesz dwie sekcje \"Pico CMS\" w ustawieniach Nextcloud - jedną \"Osobiste\" i drugą poniżej \"Administracja\". Ta ostatnia pozwala dodawać niestandardowe motywy, wtyczki i szablony do Pico, a także dostosowywać niektóre zaawansowane ustawienia. Sekcja \"Osobiste\" w \"Pico CMS\" istnieje dla wszystkich użytkowników Nextcloud i umożliwia tworzenie własnych stron internetowych. Po prostu stwórz swoją pierwszą własną stronę internetową i wybierz \"sample_pico\" jako szablon strony internetowej. Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", "Access forbidden" : "Dostęp zabroniony", "Back to %s" : "Powrót do %s", "Not found" : "Nie znaleziono", @@ -65,7 +66,7 @@ "Line: %s" : "Linia: %s", "Trace" : "Ślad", "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Twoja instalacja jest niezgodna z Pico CMS dla Nextcloud!", - "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Niektóre z Twoich aplikacji Nextcloud wykazały niezgodność z Pico CMS dla Nextcloud. To nie jest niczyja wina. Nie można winić Nextcloud ani aplikacji powodujących konflikty, to tylko techniczne ograniczenie infrastruktury aplikacji Nextcloud, którego nie możemy rozwiązać w najbliższym okresie. Pracujemy nad rozwiązaniem! Aktualnie musisz usunąć aplikacje powodujące konflikt. Znane aplikacje będące w konflikcie zawarte są w „Problemy szablonu” i „Warunki korzystania z usługi”.", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Niektóre z Twoich aplikacji Nextcloud wykazały niezgodność z Pico CMS dla Nextcloud. To nie jest niczyja wina. Nie można winić Nextcloud ani aplikacji powodujących konflikty, to tylko techniczne ograniczenie infrastruktury aplikacji Nextcloud, którego nie możemy rozwiązać w najbliższym okresie. Pracujemy nad rozwiązaniem! Aktualnie musisz usunąć aplikacje powodujące konflikt. Znane aplikacje będące w konflikcie zawarte są w \"Problemy szablonu\" i \"Warunki korzystania z usługi\".", "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Jeśli zobaczysz błąd \"Call to undefined method ParsedownExtra::textElements()\" w dziennikach Nextcloud, mimo że usunąłeś wszystkie aplikacje powodujące konflikt, nie wahaj się otworzyć nowego problemu na GitHubie z kopią błędu oraz śladem stosu i pełną listą wszystkich zainstalowanych aplikacji.", "Pico CMS for Nextcloud" : "Pico CMS dla Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Zmień Pico CMS dla zachowania Nextcloud i zarządzaj opcjonalnymi funkcjami.", @@ -99,10 +100,14 @@ "Add custom plugin" : "Dodaj wtyczkę niestandardową", "Reload plugins list" : "Wczytaj ponownie listę wtyczek", "Compatible plugin." : "Wtyczka kompatybilna.", + "Example plugin" : "Przykładowa wtyczka", + "Copy example plugin" : "Kopiuj przykładową wtyczkę", "System plugin" : "Wtyczka systemowa", "Custom plugin" : "Wtyczka niestandardowa", "Reload custom plugin" : "Wczytaj ponownie wtyczkę niestandardową", "Delete custom plugin" : "Usuń wtyczkę niestandardową", + "Base plugin" : "Podstawowa wtyczka", + "Plugin name" : "Nazwa wtyczki", "Custom templates" : "Szablony niestandardowe", "Make it easier for users to create new websites." : "Ułatw użytkownikom tworzenie nowych stron internetowych.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Tworzenie nowych stron internetowych może być trudne - od czego zacząć? Niestandardowe szablony działają jako punkt wyjścia dla użytkowników do stworzenia nowej strony internetowej za pomocą Pico CMS dla Nextcloud. Aby móc dodać nowy własny szablon za pomocą przycisku \"Dodaj szablon niestandardowy\", który znajduje się poniżej, należy najpierw wysłać wszystkie pliki szablonu do katalogu danych instancji Nextcloud. Po wysłaniu szablonu pojawi się on w poniższym formularzu, którego można dodać do formularza dla użytkowników poprzez \"Utwórz nową stronę internetową\". Jeśli chcesz zmodyfikować jeden z wcześniej dodanych własnych szablonów, po prostu edytuj odpowiednie pliki w katalogu danych Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Usuń szablon niestandardowy", "Base template" : "Szablon podstawowy", "Template name" : "Nazwa szablonu", - "Configure your webserver" : "Skonfiguruj serwer internetowy", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Włącz Pico CMS dla pełnego wykorzystania Nextcloud, odpowiednio konfigurując swój serwer.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "W zależności od konfiguracji Twojego serwera użytkownicy mogą uzyskiwać dostęp do swoich witryn przy użyciu różnych adresów URL. Domyślnie użytkownicy mogą uzyskiwać dostęp do swoich stron internetowych za pomocą Pico CMS dla pełnego adresu URL aplikacji Nextcloud. Jednak te adresy URL są dość długie, a zatem niezbyt przyjazne dla użytkownika. Z tego powodu Pico CMS dla Nextcloud obsługuje również skrócone adresy URL wykorzystujące wirtualny katalog \"sites/\". Korzystanie z tej funkcji wymaga jednak dodatkowej konfiguracji serwera WWW. Jeśli korzystasz z serwera Apache, wypróbuj jeden z dwóch pierwszych przykładów pokazanych poniżej. Jeśli wolisz korzystać z serwera WWW Nginx, wypróbuj jeden z dwóch ostatnich przykładów. Jeśli tak naprawdę nie rozumiesz, co się dzieje, skontaktuj się z administratorem serwera i prześlij mu poniższe informacje. Jeśli administrator serwera powie ci, że nie jest to możliwe, nie rozpaczaj - nadal możesz używać Pico CMS dla pełnych adresów URL aplikacji Nextcloud, zawsze działają one od razu po wyjęciu z pudełka.", + "Configure your web server" : "Skonfiguruj swój serwer", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Włącz Pico CMS dla pełnego wykorzystania Nextcloud, odpowiednio konfigurując swój serwer.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "W zależności od konfiguracji Twojego serwera użytkownicy mogą uzyskiwać dostęp do swoich witryn przy użyciu różnych adresów URL. Domyślnie użytkownicy mogą uzyskiwać dostęp do swoich stron internetowych za pomocą Pico CMS dla pełnego adresu URL aplikacji Nextcloud. Jednak te adresy URL są dość długie, a zatem niezbyt przyjazne dla użytkownika. Z tego powodu Pico CMS dla Nextcloud obsługuje również skrócone adresy URL wykorzystujące wirtualny katalog \"sites/\". Korzystanie z tej funkcji wymaga jednak dodatkowej konfiguracji serwera WWW. Jeśli korzystasz z serwera Apache, wypróbuj jeden z dwóch pierwszych przykładów pokazanych poniżej. Jeśli wolisz korzystać z serwera WWW Nginx, wypróbuj jeden z dwóch ostatnich przykładów. Jeśli tak naprawdę nie rozumiesz, co się dzieje, skontaktuj się z administratorem serwera i prześlij mu poniższe informacje. Jeśli administrator serwera powie ci, że nie jest to możliwe, nie rozpaczaj - nadal możesz używać Pico CMS dla pełnych adresów URL aplikacji Nextcloud, zawsze działają one od razu po wyjęciu z pudełka.", "Enable short website URLs" : "Włącz krótkie adresy URL strony internetowej", "Full application URLs" : "Pełne adresy URL aplikacji", "Short website URLs" : "Krótkie adresy URL strony internetowej", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po skonfigurowaniu serwera do włączania skróconych adresów URL należy wybrać odpowiednią opcję powyżej, aby poinformować użytkowników o tej funkcji. Nie włączaj tej opcji, jeśli wirtualny katalog \"sites/\" nie został jeszcze skonfigurowany przy użyciu jednego z poniższych przykładów konfiguracji.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po skonfigurowaniu serwera do włączania skróconych adresów URL należy wybrać odpowiednią opcję powyżej, aby poinformować użytkowników o tej funkcji. Nie włączaj tej opcji, jeśli wirtualny katalog \"sites/\" nie został jeszcze skonfigurowany przy użyciu jednego z poniższych przykładów konfiguracji.", "Using Apache's mod_proxy" : "Korzystanie z mod_proxy Apache", "Your users' website URLs will look like the following:" : "Adresy URL stron internetowych użytkowników będą wyglądać następująco:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji Nextcloud w pliku apache.conf. Wcześniej musisz włączyć moduły mod_proxy i mod_proxy_http w Apache. W przeciwnym razie Twój serwer internetowy odmówi ponownego uruchomienia lub spowoduje wewnętrzny błąd serwera 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji Nextcloud w pliku apache.conf. Wcześniej musisz włączyć moduły mod_proxy i mod_proxy_http w Apache. W przeciwnym razie Twój serwer internetowy odmówi uruchomienia (ponownego uruchomienia) lub spowoduje wewnętrzny błąd serwera 500.", "Using Apache's mod_rewrite" : "Korzystanie z mod_rewrite Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Przed skopiowaniem powyższego fragmentu konfiguracji do sekcji Nextcloud w pliku apache.conf upewnij się, że włączasz moduł mod_rewrite w Apache. W przeciwnym razie Twój serwer odmówi ponownego uruchomienia lub wygeneruje wewnętrzny błąd serwera 500. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie pokazane powyżej, które wykorzystuje mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Przed skopiowaniem powyższego fragmentu konfiguracji do sekcji Nextcloud w pliku apache.conf upewnij się, że włączasz moduł mod_rewrite w Apache. W przeciwnym razie Twój serwer odmówi uruchomienia (ponownego uruchomienia) lub wygeneruje wewnętrzny błąd serwera 500. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie pokazane powyżej, które wykorzystuje mod_proxy.", "Using nginx's proxy_pass" : "Korzystanie z proxy_pass nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w swoim nginx.conf. Zanim to zrobisz, musisz włączyć moduł nginx ngx_http_proxy_module. W przeciwnym razie serwer sieciowy odmówi (ponownego) uruchomienia lub wyświetli błąd wewnętrzny serwera 500.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w swoim nginx.conf. Zanim to zrobisz, musisz włączyć moduł nginx ngx_http_proxy_module. W przeciwnym razie serwer sieciowy odmówi uruchomienia (ponownego uruchomienia) lub wyświetli błąd wewnętrzny serwera 500.", "Using nginx's rewrite" : "Korzystanie z przepisywania nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Skopiuj powyższy fragment konfiguracji do sekcji serwera Nextcloud { … } w pliku nginx.conf. Pamiętaj, że ta konfiguracja nie pozwala na użycie skróconych adresów URL, tylko przekierowuje użytkowników ze skróconych adresów URL na pełny adres URL strony internetowej. Dlatego powinieneś preferować rozwiązanie wykorzystując pokazaną powyżej dyrektywę nginx proxy_pass.", "Version information" : "Informacje o wersji", @@ -142,7 +147,7 @@ "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Witryna internetowa składa się tylko z kilku plików tekstowych .md w plikach Nextcloud. .md oznacza Markdown - super prosty i intuicyjny znacznik do tworzenia nagłówków, akapitów, formatowania tekstu, list, obrazów i linków. Ale nie rozpaczaj - nie musisz uczyć się kolejnego języka, jeśli nie chcesz. Wypróbuj aplikację Markdown Editor na Nextcloud, aby uprościć proste rzeczy. Należy pamiętać, że wbudowany edytor tekstu Nextcloud jest niekompatybilny z Pico CMS dla Nextcloud. Ale co z metadanymi, takimi jak tytuł strony lub data wydania? Zgadnij, wszystko jest w jednym miejscu. Na górze swoich plików Markdown możesz umieścić blok z takimi metadanymi - zwany YAML Front Matter. Tworzenie witryn internetowych nie może być prostsze…", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Chcesz dowiedzieć się więcej o Pico CMS dla Nextcloud? Łatwy! Wystarczy utworzyć pierwszą osobistą stronę internetową za pomocą szablonu \"sample_pico\". Przykładowa zawartość Pico wyjaśni wszystko, co musisz wiedzieć…", "You will be able to access your websites using URLs like the following:" : "Będziesz mógł uzyskać dostęp do swoich stron internetowych za pomocą adresów URL takich jak:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Administrator Nextcloud ograniczył dostęp Pico CMS dla Nextcloud dla niektórych grup. Niestety nie masz uprawnień do tworzenia osobistych stron internetowych. Nadal możesz uzyskiwać dostęp do stron internetowych innych użytkowników, w tym ewentualnie prywatnych. Jeśli w przeszłości miałeś uprawnienia do tworzenia stron internetowych, nie musisz się martwić o swoje dane: nic nie jest stracone. Jednak nikt nie będzie mógł uzyskać dostępu do Twoich prywatnych stron internetowych, zamiast jej wyświetlany jest błąd „Nie znaleziono witryny”.", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Administrator Nextcloud ograniczył dostęp Pico CMS dla Nextcloud dla niektórych grup. Niestety nie masz uprawnień do tworzenia osobistych stron internetowych. Nadal możesz uzyskiwać dostęp do stron internetowych innych użytkowników, w tym ewentualnie prywatnych. Jeśli w przeszłości miałeś uprawnienia do tworzenia stron internetowych, nie musisz się martwić o swoje dane: nic nie jest stracone. Jednak nikt nie będzie mógł uzyskać dostępu do Twoich prywatnych stron internetowych, zamiast jej wyświetlany jest błąd \"Nie znaleziono witryny\".", "Loading websites…" : "Wczytywanie stron internetowych…", "Name" : "Nazwa", "Path" : "Ścieżka", @@ -150,9 +155,18 @@ "Created" : "Utworzono", "Go to website" : "Przejdź do strony internetowej", "Go to website directory" : "Przejdź do katalogu strony internetowej", - "Toggle private website" : "Przełącz prywatną stronę internetową", + "Edit website name" : "Edytuj nazwę strony internetowej", + "Edit private website settings" : "Edytuj ustawienia prywatnej strony internetowej", "Delete website" : "Usuń stronę internetową", "Actions" : "Akcje", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS dla Nextcloud obsługuje zarówno publiczne, jak i prywatne strony internetowe. Każdy może uzyskać dostęp do publicznych stron internetowych, bez względu na to, czy jest zalogowany, czy nie. Jeśli chcesz ograniczyć dostęp do określonego podzbioru użytkowników, utwórz prywatną stronę internetową. Wszyscy odwiedzający prywatną stronę internetową muszą być zalogowani, w przeciwnym razie wyświetlany będzie błąd \"Dostęp zabroniony\". Dodatkowo musi być spełniony jeden z następujących warunków: (1) użytkownik ma dostęp do plików źródłowych strony internetowej (tj. katalog źródłowy jest współdzielony z użytkownikiem), (2) użytkownik jest członkiem jednej z grup wymienionych poniżej, lub (3) użytkownik jest członkiem jednej z grup określonych w YAML Front Matter żądanej strony przy użyciu meta wartości \"access\".", + "Website type" : "Rodzaj strony internetowej", + "Public website" : "Publiczna strona internetowa ", + "The website is publicly accessible and requires no authentication whatsoever." : "Strona internetowa jest dostępna publicznie i nie wymaga żadnego uwierzytelnienia.", + "Private website" : "Prywatna strona internetowa", + "The website requires authentication, access is limited to a subset of all users." : "Strona internetowa wymaga uwierzytelnienia, dostęp jest ograniczony do podzbioru wszystkich użytkowników.", + "Group access" : "Dostęp grup", + "Grant access to all members of the selected groups." : "Udziel dostępu wszystkim członkom wybranych grup.", "Reload websites list" : "Wczytaj ponownie listę stron internetowych", "Create a new website" : "Utwórz nową stronę internetową", "Just fill the form below to create your own personal website." : "Wystarczy wypełnić poniższy formularz, aby utworzyć własną stronę internetową.", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index a6693a7f..6a00e02e 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "O tema já existe.", "Website exists." : "O site existe.", "No permission." : "Sem permissão.", + "The value given is invalid." : "O valor informado é inválido.", "Website not found." : "Site não encontrado", "Local (unencrypted)" : "Local (não criptografada)", "Location" : "Localização", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "O caminho do site está guardado em um armazenamento não local.", "Parent folder of the website's path not found." : "Pasta pai do caminho do site não encontrada.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Erro ao ativar o Pico CMS para Nextcloud: Não foi possível encontrar \"%s\". Certifique-se de instalar as dependências do aplicativo executando `composer install` no diretório de instalação do aplicativo abaixo \"%s\". Em seguida, tente novamente ativar o Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Erro ao ativar o Pico CMS para Nextcloud: O servidor web não tem permissão para criar arquivos e pastas abaixo de \"%s\". Certifique-se de conceder ao servidor acesso de gravação a este diretório, alterando suas permissões e propriedade para as mesmas de seu diretório. \"%s\". Em seguida, tente ativar novamente o Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Falha ao habilitar o Pico CMS para Nextcloud: O servidor web não tem permissão para criar arquivos e pastas abaixo \"%s\". Certifique-se de conceder ao servidor web acesso de gravação a este diretório alterando suas permissões e propriedade para as mesmas do seu diretório \"%s\". Em seguida, tente novamente habilitar o Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crie e publique seus próprios sites - com o Pico CMS para Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) os poderes do[**Pico**](http://picocms.org/) e [**Nextcloud**](https://nextcloud.com/) para criar sites simples, seguros, compartilháveis e incrivelmente poderosos com apenas alguns cliques. O Pico é um CMS de arquivo plano estupidamente simples e rápido - tornando a web mais fácil.\n\n* Comece um blog\n* Compartilhe seu currículo com o mundo\n* Crie um plano para dominar o mundo e compartilhe apenas com os amigos certos\n* Construa uma base de conhecimento e deixe os mais inteligentes entre seus colegas ajudarem\n\nInstalar o Pico CMS para Nextcloud permite que seus usuários criem e gerenciem seus próprios sites. Criar uma nova página com o Pico não é mais do que criar um arquivo de texto simples nos arquivos Nextcloud de um usuário. Nenhuma configuração é necessária, nenhuma interface de gerenciamento totalmente complexa - apenas arquivos. É a combinação perfeita com Nextcloud. Compartilhamento seguro, colaboração, controle de acesso - não apenas para seus arquivos, mas também para seus sites, tudo possibilitado pelo Pico CMS para Nextcloud! Quebrando os limites entre seus dispositivos móveis e desktop e seu servidor.\n\nOs sites serão acessíveis através de URLs como `https://cloud.example.com/sites/my_site/` e consistirão em apenas um monte de arquivos de texto `.md` nos arquivos Nextcloud de um usuário. `.md` significa [** Markdown **] (https://www.markdownguide.org/) - uma marcação super simples e intuitiva para criar títulos, parágrafos, formatação de texto, listas, imagens e links. Mas não se desespere - você não precisa aprender outro idioma se não quiser. Considere habilitar o aplicativo [Markdown Editor] do Nextcloud (https://apps.nextcloud.com/apps/files_markdown) para tornar as coisas fáceis estupidamente simples. Observe que o editor de texto embutido do Nextcloud é incompatível com o Pico CMS para Nextcloud. Mas e os metadados, como o título de uma página ou a data de lançamento? Acho que certo, está tudo em um só lugar. No topo de seus arquivos Markdown, você pode colocar um bloco com esses metadados - chamado de [** YAML **] (https://en.wikipedia.org/wiki/YAML) Matéria frontal. Criar sites não pode ser mais fácil ...\n\nMas isso não era tudo… Pico CMS para Nextcloud é altamente personalizável. Você pode alterar a aparência do Pico usando temas personalizados e adicionar novas funcionalidades usando plug-ins personalizados. Por razões de segurança, os usuários não podem adicionar temas personalizados nem plug-ins por conta própria - mas como administrador, você pode. Plug-ins e temas não são apenas novos \"skins\" ou \"widgets\", as tecnologias subjacentes são estruturas poderosas que você pode aproveitar para tornar os sites de seus usuários verdadeiramente únicos. Porém, com grande poder vem uma grande responsabilidade. O Pico CMS for Nextcloud faz o possível para evitar que os usuários incluam scripts em sites, uma vez que isso pode acarretar riscos de segurança (os chamados \"Cross Scripting\"). Uma vez que este risco não se aplica ao Pico em si, desenvolvedores terceirizados de plug-ins e temas podem não estar cientes desse problema - portanto, tome cuidado ao instalar plug-ins e temas personalizados.\n\nQuer saber mais sobre o Pico CMS para Nextcloud? Fácil! Basta baixar e habilitar o aplicativo da [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) e navegar até a página de configurações do Nextcloud. Como administrador, você encontrará duas seções \"Pico CMS\" nas configurações do Nextcloud - uma abaixo de \"Pessoal\" e outra abaixo de \"Administração\". O último permite adicionar temas personalizados, plugins e modelos ao Pico, bem como ajustar algumas configurações avançadas. A seção \"Pico CMS\" abaixo de \"Pessoal\" existe para todos os usuários do Nextcloud e permite a criação de sites pessoais. Basta criar seu primeiro site pessoal e escolher \"sample_pico\" como modelo de site. Os conteúdos de amostra do Pico irão explicar tudo o que você precisa saber ...", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Adicionar um plugin personalizado", "Reload plugins list" : "Recarregar a lista de plugins", "Compatible plugin." : "Plugin compatível.", + "Example plugin" : "Plugin de exemplo", + "Copy example plugin" : "Copiar plugin de exemplo", "System plugin" : "Plugin do sistema", "Custom plugin" : "Plugin personalizado", "Reload custom plugin" : "Recarregar plugin personalizado", "Delete custom plugin" : "Excluir plugin personalizado", + "Base plugin" : "Plugin básico", + "Plugin name" : "Nome do plugin", "Custom templates" : "Modelos personalizados", "Make it easier for users to create new websites." : "Facilite a criação de novos sites pelos usuários.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Criar novos sites pode ser difícil - por onde começar? Modelos personalizados agem como ponto de partida para os usuários criarem um novo site usando o Pico CMS para Nextcloud. Antes de adicionar um novo modelo personalizado usando o botão \"Adicionar modelo personalizado\" abaixo, você deve enviar todos os arquivos do modelo para a pasta de dados do Nextcloud. Após o envio do modelo, ele será exibido no formulário abaixo para adicioná-lo ao formulário \"Criar um novo site\" dos usuários. Se desejar modificar um dos modelos personalizados, edite os arquivos dele na pasta de dados do Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Excluir um modelo personalizado", "Base template" : "Modelo base", "Template name" : "Nome do modelo", - "Configure your webserver" : "Configurar seu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ative o Pico CMS para ter todo o potencial do Nextcloud, configurando seu servidor web adequadamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuração do servidor web, os usuários podem acessar seus sites usando URLs diferentes. Por padrão, os usuários podem acessar seus sites usando o Pico CMS com a URL completa de aplicativos Nextcloud. No entanto, essas URLs são bastante longas e difíceis de usar. Por isso, o Pico CMS para Nextcloud também suporta URLs encurtadas utilizando a pasta virtual \"sites/\". No entanto, o uso desse recurso requer uma configuração adicional do servidor. Se você estiver usando Apache, tente um dos dois primeiros exemplos mostrados abaixo. Se usa nginx, tente um dos dois últimos exemplos. Se você não entende isso, entre em contato com o administrador e envie estas informações. Se ele disser que isso não é possível, não se desespere - você ainda pode usar o Pico CMS com as URLs completas de aplicativos do Nextcloud pois elas sempre funcionam imediatamente.", + "Configure your web server" : "Configure seu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Habilite o Pico CMS para todo o potencial do Nextcloud configurando seu servidor web adequadamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuração do seu servidor web, os usuários podem acessar seus sites usando URLs diferentes. Por padrão, os usuários podem acessar seus sites usando o Pico CMS para a URL completa do aplicativo do Nextcloud. No entanto, esses URLs são bastante longos e, portanto, não muito fáceis de usar. Por esta razão, o Pico CMS for Nextcloud também suporta URLs encurtados utilizando a pasta virtual \"sites/\". No entanto, usar esse recurso requer alguma configuração adicional do servidor web. Se você estiver usando o servidor web Apache, tente um dos dois primeiros exemplos mostrados abaixo. Se você estiver usando o servidor web nginx, tente um dos dois últimos exemplos. Se você realmente não entende o que está acontecendo, entre em contato com o administrador do servidor e envie a ele as informações abaixo. Se o administrador do servidor lhe disser que isso não é possível, não se desespere - você ainda pode usar o Pico CMS para os URLs completos de aplicativos do Nextcloud, eles sempre funcionam imediatamente.", "Enable short website URLs" : "Ativar URLs curtas no site", "Full application URLs" : "URLs completas de aplicações", "Short website URLs" : "Encurtar URLs do site", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Depois de configurar seu servidor web para ativar URLs encurtadas, você deve selecionar a opção correspondente acima para informar seus usuários sobre esse recurso. Não ative esta opção se você ainda não configurou a pasta virtual \"sites/\" usando um dos exemplos de configuração mostrados abaixo.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Depois de configurar seu servidor web para habilitar URLs abreviados, você deve selecionar a opção correspondente acima para informar seus usuários sobre esse recurso. Não habilite esta opção se você ainda não configurou a pasta virtual \"sites/\" usando um dos exemplos de configuração mostrados abaixo.", "Using Apache's mod_proxy" : "Usar mod_proxy do Apache", "Your users' website URLs will look like the following:" : "As URLs dos sites dos usuários terão a seguinte aparência:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para a seção Nextcloud de seu apache.conf. Antes de fazer isso, você deve ativar os módulos mod_proxy e mod_proxy_http do Apache. Caso contrário, seu servidor se recusará a (re)iniciar ou produzirá o Erro Interno do Servidor 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para o seção Nextcloud do seu apache.conf. Antes de fazer isso, você deve habilitar os módulos mod_proxy e mod_proxy_http do Apache. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Usar mod_rewrite do Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o snippet de configuração acima para a seção Nextcloud de seu apache.conf, certifique-se de ativar o módulo mod_rewrite do Apache. Caso contrário, seu servidor se recusará a (re)iniciar ou gerará um Erro Interno do Servidor 500. Observe que essa configuração não permite que você use URLs encurtadas, apenas redireciona os usuários das URLs encurtadas para a URL completa do site. Portanto, prefira a solução utilizando o mod_proxy mostrada acima.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o snippet de configuração acima para a seção do Nextcloud do seu apache.conf, certifique-se de habilitar o módulo mod_rewrite do Apache. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro de servidor interno 500. Observe que essa configuração não permite que você use URLs abreviados, apenas redireciona os usuários de URLs abreviados para o URL completo do site. Assim, você deve preferir a solução utilizando mod_proxy mostrada acima.", "Using nginx's proxy_pass" : "Usar proxy_pass do nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para a seção do servidor Nextcloud {…} do seu nginx.conf. Antes de fazer isso, você deve habilitar o módulo ngx_http_proxy_module do nginx. Caso contrário, o seu servidor web se recusará a (re) iniciar ou produzirá um Erro Interno 500 no Servidor.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o trecho de configuração acima para a seção { … } do servidor Nextcloud do seu nginx.conf. Antes de fazer isso, você deve habilitar o módulo ngx_http_proxy_module do nginx. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro 500 Internal Server Error.", "Using nginx's rewrite" : "Usando a reescrita do nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplesmente copie o snippet de configuração acima para a seção Nextcloud { … } do seu nginx.conf. Observe que essa configuração não permite que você use URLs encurtadas, apenas redireciona os usuários das URLs encurtadas para a URL completa do site. Portanto, prefira a solução utilizando a diretiva proxy_pass do nginx mostrada acima.", "Version information" : "Informaçõe da Versão", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Criado", "Go to website" : "Ir ao site", "Go to website directory" : "Ir ao diretório do site", - "Toggle private website" : "Alternar site privado", + "Edit website name" : "Editar nome do site", + "Edit private website settings" : "Editar configurações de sites privados", "Delete website" : "Excluir site", "Actions" : "Ações", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "O Pico CMS para Nextcloud suporta sites públicos e privados. Todos podem acessar sites públicos, independentemente de estarem logados ou não. Se você deseja limitar o acesso a um determinado subconjunto de usuários, crie um site privado. Todos os visitantes de um site privado devem estar logados, caso contrário, um erro \"Acesso proibido\" é exibido. Além disso, uma das seguintes condições deve ser atendida: (1) o usuário tem acesso aos arquivos de origem do site (ou seja, a pasta de origem é compartilhada com o usuário), (2) o usuário é membro de um dos grupos listados abaixo, ou (3) o usuário é membro de um dos grupos especificados no YAML Front Matter da página solicitada usando o meta valor \"acesso\".", + "Website type" : "Tipo de site", + "Public website" : "Site público", + "The website is publicly accessible and requires no authentication whatsoever." : "O site é acessível ao público e não requer autenticação alguma.", + "Private website" : "Site privado", + "The website requires authentication, access is limited to a subset of all users." : "O site requer autenticação, o acesso é limitado a um subconjunto de todos os usuários.", + "Group access" : "Acesso de grupo", + "Grant access to all members of the selected groups." : "Conceda acesso a todos os membros dos grupos selecionados.", "Reload websites list" : "Recarregar lista de sites", "Create a new website" : "Criar um novo site", "Just fill the form below to create your own personal website." : "Basta preencher o formulário abaixo para criar seu próprio site pessoal.", @@ -171,4 +185,4 @@ OC.L10N.register( "Create new website" : "Criar novo site", "Loading…" : "Carregando..." }, -"nplurals=2; plural=(n > 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 498bea03..eebd8da4 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -25,6 +25,7 @@ "Theme exists already." : "O tema já existe.", "Website exists." : "O site existe.", "No permission." : "Sem permissão.", + "The value given is invalid." : "O valor informado é inválido.", "Website not found." : "Site não encontrado", "Local (unencrypted)" : "Local (não criptografada)", "Location" : "Localização", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "O caminho do site está guardado em um armazenamento não local.", "Parent folder of the website's path not found." : "Pasta pai do caminho do site não encontrada.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Erro ao ativar o Pico CMS para Nextcloud: Não foi possível encontrar \"%s\". Certifique-se de instalar as dependências do aplicativo executando `composer install` no diretório de instalação do aplicativo abaixo \"%s\". Em seguida, tente novamente ativar o Pico CMS para Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Erro ao ativar o Pico CMS para Nextcloud: O servidor web não tem permissão para criar arquivos e pastas abaixo de \"%s\". Certifique-se de conceder ao servidor acesso de gravação a este diretório, alterando suas permissões e propriedade para as mesmas de seu diretório. \"%s\". Em seguida, tente ativar novamente o Pico CMS para Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Falha ao habilitar o Pico CMS para Nextcloud: O servidor web não tem permissão para criar arquivos e pastas abaixo \"%s\". Certifique-se de conceder ao servidor web acesso de gravação a este diretório alterando suas permissões e propriedade para as mesmas do seu diretório \"%s\". Em seguida, tente novamente habilitar o Pico CMS para Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crie e publique seus próprios sites - com o Pico CMS para Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS para Nextcloud](https://github.com/nextcloud/cms_pico) os poderes do[**Pico**](http://picocms.org/) e [**Nextcloud**](https://nextcloud.com/) para criar sites simples, seguros, compartilháveis e incrivelmente poderosos com apenas alguns cliques. O Pico é um CMS de arquivo plano estupidamente simples e rápido - tornando a web mais fácil.\n\n* Comece um blog\n* Compartilhe seu currículo com o mundo\n* Crie um plano para dominar o mundo e compartilhe apenas com os amigos certos\n* Construa uma base de conhecimento e deixe os mais inteligentes entre seus colegas ajudarem\n\nInstalar o Pico CMS para Nextcloud permite que seus usuários criem e gerenciem seus próprios sites. Criar uma nova página com o Pico não é mais do que criar um arquivo de texto simples nos arquivos Nextcloud de um usuário. Nenhuma configuração é necessária, nenhuma interface de gerenciamento totalmente complexa - apenas arquivos. É a combinação perfeita com Nextcloud. Compartilhamento seguro, colaboração, controle de acesso - não apenas para seus arquivos, mas também para seus sites, tudo possibilitado pelo Pico CMS para Nextcloud! Quebrando os limites entre seus dispositivos móveis e desktop e seu servidor.\n\nOs sites serão acessíveis através de URLs como `https://cloud.example.com/sites/my_site/` e consistirão em apenas um monte de arquivos de texto `.md` nos arquivos Nextcloud de um usuário. `.md` significa [** Markdown **] (https://www.markdownguide.org/) - uma marcação super simples e intuitiva para criar títulos, parágrafos, formatação de texto, listas, imagens e links. Mas não se desespere - você não precisa aprender outro idioma se não quiser. Considere habilitar o aplicativo [Markdown Editor] do Nextcloud (https://apps.nextcloud.com/apps/files_markdown) para tornar as coisas fáceis estupidamente simples. Observe que o editor de texto embutido do Nextcloud é incompatível com o Pico CMS para Nextcloud. Mas e os metadados, como o título de uma página ou a data de lançamento? Acho que certo, está tudo em um só lugar. No topo de seus arquivos Markdown, você pode colocar um bloco com esses metadados - chamado de [** YAML **] (https://en.wikipedia.org/wiki/YAML) Matéria frontal. Criar sites não pode ser mais fácil ...\n\nMas isso não era tudo… Pico CMS para Nextcloud é altamente personalizável. Você pode alterar a aparência do Pico usando temas personalizados e adicionar novas funcionalidades usando plug-ins personalizados. Por razões de segurança, os usuários não podem adicionar temas personalizados nem plug-ins por conta própria - mas como administrador, você pode. Plug-ins e temas não são apenas novos \"skins\" ou \"widgets\", as tecnologias subjacentes são estruturas poderosas que você pode aproveitar para tornar os sites de seus usuários verdadeiramente únicos. Porém, com grande poder vem uma grande responsabilidade. O Pico CMS for Nextcloud faz o possível para evitar que os usuários incluam scripts em sites, uma vez que isso pode acarretar riscos de segurança (os chamados \"Cross Scripting\"). Uma vez que este risco não se aplica ao Pico em si, desenvolvedores terceirizados de plug-ins e temas podem não estar cientes desse problema - portanto, tome cuidado ao instalar plug-ins e temas personalizados.\n\nQuer saber mais sobre o Pico CMS para Nextcloud? Fácil! Basta baixar e habilitar o aplicativo da [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) e navegar até a página de configurações do Nextcloud. Como administrador, você encontrará duas seções \"Pico CMS\" nas configurações do Nextcloud - uma abaixo de \"Pessoal\" e outra abaixo de \"Administração\". O último permite adicionar temas personalizados, plugins e modelos ao Pico, bem como ajustar algumas configurações avançadas. A seção \"Pico CMS\" abaixo de \"Pessoal\" existe para todos os usuários do Nextcloud e permite a criação de sites pessoais. Basta criar seu primeiro site pessoal e escolher \"sample_pico\" como modelo de site. Os conteúdos de amostra do Pico irão explicar tudo o que você precisa saber ...", @@ -99,10 +100,14 @@ "Add custom plugin" : "Adicionar um plugin personalizado", "Reload plugins list" : "Recarregar a lista de plugins", "Compatible plugin." : "Plugin compatível.", + "Example plugin" : "Plugin de exemplo", + "Copy example plugin" : "Copiar plugin de exemplo", "System plugin" : "Plugin do sistema", "Custom plugin" : "Plugin personalizado", "Reload custom plugin" : "Recarregar plugin personalizado", "Delete custom plugin" : "Excluir plugin personalizado", + "Base plugin" : "Plugin básico", + "Plugin name" : "Nome do plugin", "Custom templates" : "Modelos personalizados", "Make it easier for users to create new websites." : "Facilite a criação de novos sites pelos usuários.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Criar novos sites pode ser difícil - por onde começar? Modelos personalizados agem como ponto de partida para os usuários criarem um novo site usando o Pico CMS para Nextcloud. Antes de adicionar um novo modelo personalizado usando o botão \"Adicionar modelo personalizado\" abaixo, você deve enviar todos os arquivos do modelo para a pasta de dados do Nextcloud. Após o envio do modelo, ele será exibido no formulário abaixo para adicioná-lo ao formulário \"Criar um novo site\" dos usuários. Se desejar modificar um dos modelos personalizados, edite os arquivos dele na pasta de dados do Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Excluir um modelo personalizado", "Base template" : "Modelo base", "Template name" : "Nome do modelo", - "Configure your webserver" : "Configurar seu servidor web", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ative o Pico CMS para ter todo o potencial do Nextcloud, configurando seu servidor web adequadamente.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuração do servidor web, os usuários podem acessar seus sites usando URLs diferentes. Por padrão, os usuários podem acessar seus sites usando o Pico CMS com a URL completa de aplicativos Nextcloud. No entanto, essas URLs são bastante longas e difíceis de usar. Por isso, o Pico CMS para Nextcloud também suporta URLs encurtadas utilizando a pasta virtual \"sites/\". No entanto, o uso desse recurso requer uma configuração adicional do servidor. Se você estiver usando Apache, tente um dos dois primeiros exemplos mostrados abaixo. Se usa nginx, tente um dos dois últimos exemplos. Se você não entende isso, entre em contato com o administrador e envie estas informações. Se ele disser que isso não é possível, não se desespere - você ainda pode usar o Pico CMS com as URLs completas de aplicativos do Nextcloud pois elas sempre funcionam imediatamente.", + "Configure your web server" : "Configure seu servidor web", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Habilite o Pico CMS para todo o potencial do Nextcloud configurando seu servidor web adequadamente.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Dependendo da configuração do seu servidor web, os usuários podem acessar seus sites usando URLs diferentes. Por padrão, os usuários podem acessar seus sites usando o Pico CMS para a URL completa do aplicativo do Nextcloud. No entanto, esses URLs são bastante longos e, portanto, não muito fáceis de usar. Por esta razão, o Pico CMS for Nextcloud também suporta URLs encurtados utilizando a pasta virtual \"sites/\". No entanto, usar esse recurso requer alguma configuração adicional do servidor web. Se você estiver usando o servidor web Apache, tente um dos dois primeiros exemplos mostrados abaixo. Se você estiver usando o servidor web nginx, tente um dos dois últimos exemplos. Se você realmente não entende o que está acontecendo, entre em contato com o administrador do servidor e envie a ele as informações abaixo. Se o administrador do servidor lhe disser que isso não é possível, não se desespere - você ainda pode usar o Pico CMS para os URLs completos de aplicativos do Nextcloud, eles sempre funcionam imediatamente.", "Enable short website URLs" : "Ativar URLs curtas no site", "Full application URLs" : "URLs completas de aplicações", "Short website URLs" : "Encurtar URLs do site", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Depois de configurar seu servidor web para ativar URLs encurtadas, você deve selecionar a opção correspondente acima para informar seus usuários sobre esse recurso. Não ative esta opção se você ainda não configurou a pasta virtual \"sites/\" usando um dos exemplos de configuração mostrados abaixo.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Depois de configurar seu servidor web para habilitar URLs abreviados, você deve selecionar a opção correspondente acima para informar seus usuários sobre esse recurso. Não habilite esta opção se você ainda não configurou a pasta virtual \"sites/\" usando um dos exemplos de configuração mostrados abaixo.", "Using Apache's mod_proxy" : "Usar mod_proxy do Apache", "Your users' website URLs will look like the following:" : "As URLs dos sites dos usuários terão a seguinte aparência:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para a seção Nextcloud de seu apache.conf. Antes de fazer isso, você deve ativar os módulos mod_proxy e mod_proxy_http do Apache. Caso contrário, seu servidor se recusará a (re)iniciar ou produzirá o Erro Interno do Servidor 500.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para o seção Nextcloud do seu apache.conf. Antes de fazer isso, você deve habilitar os módulos mod_proxy e mod_proxy_http do Apache. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Usar mod_rewrite do Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o snippet de configuração acima para a seção Nextcloud de seu apache.conf, certifique-se de ativar o módulo mod_rewrite do Apache. Caso contrário, seu servidor se recusará a (re)iniciar ou gerará um Erro Interno do Servidor 500. Observe que essa configuração não permite que você use URLs encurtadas, apenas redireciona os usuários das URLs encurtadas para a URL completa do site. Portanto, prefira a solução utilizando o mod_proxy mostrada acima.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar o snippet de configuração acima para a seção do Nextcloud do seu apache.conf, certifique-se de habilitar o módulo mod_rewrite do Apache. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro de servidor interno 500. Observe que essa configuração não permite que você use URLs abreviados, apenas redireciona os usuários de URLs abreviados para o URL completo do site. Assim, você deve preferir a solução utilizando mod_proxy mostrada acima.", "Using nginx's proxy_pass" : "Usar proxy_pass do nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o snippet de configuração acima para a seção do servidor Nextcloud {…} do seu nginx.conf. Antes de fazer isso, você deve habilitar o módulo ngx_http_proxy_module do nginx. Caso contrário, o seu servidor web se recusará a (re) iniciar ou produzirá um Erro Interno 500 no Servidor.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie o trecho de configuração acima para a seção { … } do servidor Nextcloud do seu nginx.conf. Antes de fazer isso, você deve habilitar o módulo ngx_http_proxy_module do nginx. Caso contrário, seu servidor web se recusará a (re)iniciar ou apresentará um erro 500 Internal Server Error.", "Using nginx's rewrite" : "Usando a reescrita do nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Simplesmente copie o snippet de configuração acima para a seção Nextcloud { … } do seu nginx.conf. Observe que essa configuração não permite que você use URLs encurtadas, apenas redireciona os usuários das URLs encurtadas para a URL completa do site. Portanto, prefira a solução utilizando a diretiva proxy_pass do nginx mostrada acima.", "Version information" : "Informaçõe da Versão", @@ -150,9 +155,18 @@ "Created" : "Criado", "Go to website" : "Ir ao site", "Go to website directory" : "Ir ao diretório do site", - "Toggle private website" : "Alternar site privado", + "Edit website name" : "Editar nome do site", + "Edit private website settings" : "Editar configurações de sites privados", "Delete website" : "Excluir site", "Actions" : "Ações", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "O Pico CMS para Nextcloud suporta sites públicos e privados. Todos podem acessar sites públicos, independentemente de estarem logados ou não. Se você deseja limitar o acesso a um determinado subconjunto de usuários, crie um site privado. Todos os visitantes de um site privado devem estar logados, caso contrário, um erro \"Acesso proibido\" é exibido. Além disso, uma das seguintes condições deve ser atendida: (1) o usuário tem acesso aos arquivos de origem do site (ou seja, a pasta de origem é compartilhada com o usuário), (2) o usuário é membro de um dos grupos listados abaixo, ou (3) o usuário é membro de um dos grupos especificados no YAML Front Matter da página solicitada usando o meta valor \"acesso\".", + "Website type" : "Tipo de site", + "Public website" : "Site público", + "The website is publicly accessible and requires no authentication whatsoever." : "O site é acessível ao público e não requer autenticação alguma.", + "Private website" : "Site privado", + "The website requires authentication, access is limited to a subset of all users." : "O site requer autenticação, o acesso é limitado a um subconjunto de todos os usuários.", + "Group access" : "Acesso de grupo", + "Grant access to all members of the selected groups." : "Conceda acesso a todos os membros dos grupos selecionados.", "Reload websites list" : "Recarregar lista de sites", "Create a new website" : "Criar um novo site", "Just fill the form below to create your own personal website." : "Basta preencher o formulário abaixo para criar seu próprio site pessoal.", @@ -168,5 +182,5 @@ "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Os modelos atuam como ponto de partida ao criar um novo site. Todos os modelos consistem em um diretório \"conteúdo\" (para suas páginas) e um diretório \"ativos\" (para os ativos do seu site), que serão copiados para a pasta acima no seu Nextcloud.", "Create new website" : "Criar novo site", "Loading…" : "Carregando..." -},"pluralForm" :"nplurals=2; plural=(n > 1);" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index fec8b680..9647202e 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -8,6 +8,7 @@ OC.L10N.register( "Pico CMS" : "Pico CMS", "Access forbidden" : "Acesso proibido", "Back to %s" : "Voltar a %s", + "Not found" : "Não foi encontrado", "Internal Server Error" : "Erro Interno de Servidor", "The server was unable to complete your request." : "O servidor não conseguiu completar o seu pedido.", "If this happens again, please send the technical details below to the server administrator." : "Se voltar a acontecer, por favor envie os detalhes técnicos abaixo ao administrador do servidor.", @@ -38,4 +39,4 @@ OC.L10N.register( "Address" : "Endereço", "Loading…" : "A carregar..." }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 37f9336b..ddea755c 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -6,6 +6,7 @@ "Pico CMS" : "Pico CMS", "Access forbidden" : "Acesso proibido", "Back to %s" : "Voltar a %s", + "Not found" : "Não foi encontrado", "Internal Server Error" : "Erro Interno de Servidor", "The server was unable to complete your request." : "O servidor não conseguiu completar o seu pedido.", "If this happens again, please send the technical details below to the server administrator." : "Se voltar a acontecer, por favor envie os detalhes técnicos abaixo ao administrador do servidor.", @@ -35,5 +36,5 @@ "Create a new website" : "Criar um novo website", "Address" : "Endereço", "Loading…" : "A carregar..." -},"pluralForm" :"nplurals=2; plural=(n != 1);" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js index 31d8b4fd..9a7d3b68 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -7,6 +7,7 @@ OC.L10N.register( "Location" : "Locație", "Access forbidden" : "Acces restricționat", "Back to %s" : "Înapoi la %s", + "Not found" : "Inexistent", "Internal Server Error" : "Eroare internă a serverului", "The server was unable to complete your request." : "Serverul nu a reușit să proceseze cererea ta.", "If this happens again, please send the technical details below to the server administrator." : "Dacă se repetă, te rugăm trimite detaliile tehnice către administratorul de server.", @@ -23,6 +24,8 @@ OC.L10N.register( "Limit to groups" : "Limitează pentru grupuri", "Name" : "Nume", "Path" : "Cale", + "Theme" : "Temă", + "Created" : "A fost creat", "Actions" : "Acțiuni", "Address" : "Adresă", "Loading…" : "Se încarcă…" diff --git a/l10n/ro.json b/l10n/ro.json index f4355a57..f9de6eb4 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -5,6 +5,7 @@ "Location" : "Locație", "Access forbidden" : "Acces restricționat", "Back to %s" : "Înapoi la %s", + "Not found" : "Inexistent", "Internal Server Error" : "Eroare internă a serverului", "The server was unable to complete your request." : "Serverul nu a reușit să proceseze cererea ta.", "If this happens again, please send the technical details below to the server administrator." : "Dacă se repetă, te rugăm trimite detaliile tehnice către administratorul de server.", @@ -21,6 +22,8 @@ "Limit to groups" : "Limitează pentru grupuri", "Name" : "Nume", "Path" : "Cale", + "Theme" : "Temă", + "Created" : "A fost creat", "Actions" : "Acțiuni", "Address" : "Adresă", "Loading…" : "Se încarcă…" diff --git a/l10n/ru.js b/l10n/ru.js index 1f080093..1f5bb6d9 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Оформление уже существует.", "Website exists." : "Веб-сайт уже существует.", "No permission." : "Нет прав доступа.", + "The value given is invalid." : "Указано недопустимое значание.", "Website not found." : "Вебсайт не найден.", "Local (unencrypted)" : "Локальный (без шифрования)", "Location" : "Местоположение", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Путь к веб-сайту ведёт не в локальное хранилище.", "Parent folder of the website's path not found." : "Не найдена родительская папка размещения веб-сайта.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: не найден модуль «%s». Проверьте установку всех необходимых зависимостей запуском команды «composer install» в каталоге приложения в «%s», после чего снова попытайтесь активировать Pico CMS для Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: у веб-сервера отсутствуют разрешения на создание файлов и каталогов в «%s». Чтобы разрешить запись в этот каталог, назначьте ему права доступа и владельца аналогично каталогу «%s», после чего повторно включите приложение Pico CMS для Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: у веб-сервера отсутствуют разрешения на создание файлов и каталогов в «%s». Чтобы разрешить запись в этот каталог, назначьте ему права доступа и владельца аналогично каталогу «%s», после чего повторно включите приложение Pico CMS для Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Создание и публикация собственных сайтов с приложением Pico CMS для Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS для Nextcloud] (https://github.com/nextcloud/cms_pico) объединяет мощь [** Pico **] (http://picocms.org/) и [** Nextcloud **] (https : //nextcloud.com/) для создания простых, безопасных, общедоступных и удивительно мощных веб-сайтов всего за несколько кликов. Pico - это тупо простая, невероятно быстрая CMS с обычными файлами, облегчающая работу в Интернете.\n\n* Начать блог\n* Поделитесь своим резюме с миром\n* Создайте план мирового господства и делитесь только с нужными друзьями\n* Создайте базу знаний и позвольте умным коллегам помочь\n\nУстановка Pico CMS для Nextcloud позволяет вашим пользователям создавать собственные веб-сайты и управлять ими. Создание новой страницы с помощью Pico - это не более, чем создание простого текстового файла в пользовательских файлах Nextcloud. Никаких настроек не требуется, никаких сложных интерфейсов управления - только файлы. Для этого идеально подходит Nextcloud. Безопасный обмен, совместная работа, контроль доступа - не только для ваших файлов, но и для ваших веб-сайтов - все это стало возможным благодаря Pico CMS для Nextcloud! Преодоление границ между вашими мобильными и настольными устройствами и вашим сервером.\n\nВеб-сайты будут доступны через URL-адреса, такие как `https: // cloud.example.com / sites / my_site /`, и состоят из нескольких текстовых файлов `.md` в пользовательских файлах Nextcloud. `.md` расшифровывается как [** Markdown **] (https://www.markdownguide.org/) — супер простая и интуитивно понятная разметка для создания заголовков, абзацев, форматирования текста, списков, изображений и ссылок. Но не отчаивайтесь - вам не нужно учить еще один язык, если вы этого не хотите. Подумайте о том, чтобы включить приложение [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) в Nextcloud, чтобы упростить выполнение простых задач. Обратите внимание, встроенный текстовый редактор Nextcloud несовместим этим приложением. Но как насчет метаданных, таких как заголовок страницы или дата выпуска? Правильно, все в одном месте. В верхней части ваших файлов Markdown вы можете разместить блок с такими метаданными - так называемый Front Matter [** YAML **] (https://en.wikipedia.org/wiki/YAML). Создание сайтов не может быть проще ...\n\nНо это еще не все ... Pico CMS для Nextcloud обладает широкими возможностями настройки. Вы можете изменить внешний вид Pico с помощью пользовательских тем и добавить новые функциональные возможности с помощью пользовательских плагинов. Из соображений безопасности пользователи не могут добавлять собственные темы или плагины самостоятельно, но может администратор. Плагины и темы - это не просто новые «скины» или «виджеты», лежащие в основе технологии - это мощные структуры, которые вы можете использовать, чтобы сделать сайты ваших пользователей по-настоящему уникальными. Однако с большой силой приходит большая ответственность. Pico CMS для Nextcloud делает все возможное, чтобы пользователи не включали сценарии в веб-сайты, поскольку это может повлечь за собой риски для безопасности (так называемые «перекрестные сценарии»). Поскольку этот риск не распространяется на сам Pico, сторонние разработчики плагинов и тем могут не знать об этой проблеме - поэтому будьте осторожны при установке пользовательских плагинов и тем.\n\nХотите узнать больше о Pico CMS для Nextcloud? Легко! Просто скачайте и включите приложение в [App Store Nextcloud] (https://apps.nextcloud.com/apps/cms_pico) и перейдите на страницу настроек Nextcloud. В качестве администратора вы найдете два раздела «Pico CMS» в настройках Nextcloud - один ниже «Личный», другой под «Администрирование». Последнее позволяет добавлять пользовательские темы, плагины и шаблоны в Pico, а также настраивать некоторые расширенные настройки. Раздел «Pico CMS» ниже «Персональный» существует для всех пользователей Nextcloud и позволяет создавать персональные веб-сайты. Просто создайте свой первый персональный сайт и выберите «sample_pico» в качестве шаблона сайта. Пример содержимого Pico объяснит все, что вам нужно знать...", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Добавить пользовательский модуль", "Reload plugins list" : "Перезагрузить список модулей", "Compatible plugin." : "Совместимый модуль.", + "Example plugin" : "Пример плагина", + "Copy example plugin" : "Скопировать пример плагина", "System plugin" : "Системный модуль", "Custom plugin" : "Пользовательский модуль", "Reload custom plugin" : "Перезагрузить пользовательский модуль", "Delete custom plugin" : "Удалить пользовательский модуль", + "Base plugin" : "Базовый плагин", + "Plugin name" : "Название плагина", "Custom templates" : "Пользовательские шаблоны", "Make it easier for users to create new websites." : "Упрощение создания веб-сайтов.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Создание новых сайтов может быть сложным — с чего бы начать? Пользовательские шаблоны служат отправной точкой для создания нового веб-сайта с помощью Pico CMS для Nextcloud. Перед добавлением нового пользовательского шаблона с помощью кнопки «Добавить пользовательский шаблон», приведенной ниже, необходимо загрузить все файлы шаблона в папку данных вашего Nextcloud. После загрузки шаблона он отобразится в форме ниже, чтобы фактически добавить его в форму «Создание нового веб-сайта» ваших пользователей. Для редактирования используемого пользовательского шаблона возможно просто отредактировать соответствующие файлы в каталоге данных Nextcloud.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Удалить пользовательский шаблон", "Base template" : "Основной шаблон", "Template name" : "Имя шаблона", - "Configure your webserver" : "Настройте свой веб-сервер", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Все возможности Pico CMS для Nextcloud раскрываются при правильной настройке веб-сервера.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимости от настроек веб-сервера, сайтам могут быть назначены разные типы адресов. По умолчанию, используется адреса с полным путём приложения Pico CMS для Nextcloud, но эти адреса достаточно длинные и не удобны для использования, поэтому в Pico CMS для Nextcloud добавлена поддержка укороченных адресов, использующих виртуальную папку «sites/». Для использования этой функции требуется дополнительная настройка веб-сервера: при использовании Apache2 воспользуйтесь одним из двух первых примеров конфигурации, а при использовании nginx — одним из двух последних. Если вам требуется помощь в настройке, свяжитесь с администратором своего сервера и передайте ему приведённую ниже информацию. Если же внесение изменений в конфигурацию веб-сервера невозможно, используйте не требующие настройки полные адреса приложения Pico CMS для Nextcloud.", + "Configure your web server" : "Настройте свой веб-сервер", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Включите Pico CMS, чтобы полностью раскрыть потенциал Nextcloud, настроив соответствующим образом веб-сервер.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимости от конфигурации вашего веб-сервера пользователи могут получать доступ к своим веб-сайтам, используя разные URL-адреса. По умолчанию пользователи могут получить доступ к своим веб-сайтам с помощью Pico CMS для полного URL-адреса приложения Nextcloud. Однако эти URL-адреса довольно длинные и поэтому не очень удобны для пользователя. По этой причине Pico CMS для Nextcloud также поддерживает сокращенные URL-адреса с использованием виртуальной папки site/. Однако для использования этой функции требуется дополнительная настройка веб-сервера. Если вы используете веб-сервер Apache, попробуйте один из первых двух примеров, показанных ниже. Если вы предпочитаете использовать веб-сервер nginx, попробуйте один из двух последних примеров. Если вы не совсем понимаете, что происходит, обратитесь к администратору вашего сервера и отправьте ему информацию ниже. Если администратор вашего сервера говорит вам, что это невозможно, не отчаивайтесь — вы все равно можете использовать Pico CMS для полных URL-адресов приложений Nextcloud, они всегда работают «из коробки».", "Enable short website URLs" : "Использовать короткие адреса сайтов", "Full application URLs" : "Полные адреса приложения", "Short website URLs" : "Короткие адреса сайтов", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "После настройки поддержки сервером сокращённых адресов необходимо выбрать соответствующий параметр выше, чтобы уведомить пользователей об этой возможности. Не включайте этот параметр, если виртуальная папка «sites/» не настроена в соответствии с примерами, приведёнными ниже.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "После того, как вы настроили свой веб-сервер для включения сокращенных URL-адресов, вам следует выбрать соответствующую опцию выше, чтобы сообщить своим пользователям об этой функции. Не включайте эту опцию, если вы еще не настроили виртуальную папку «sites/», используя один из примеров конфигурации, показанных ниже.", "Using Apache's mod_proxy" : "Использование модуля mod_proxy сервера Apache", "Your users' website URLs will look like the following:" : "Адреса сайтов пользователей будут выглядеть следующим образом:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведённый выше фрагмент кода в раздел файла «apache.conf» сервера Nextcloud. Перед копированием необходимо активировать модули «mod_proxy» и «mod_proxy_http», иначе веб-сервер не (пере)запустится или будет сообщать об ошибке 500 — Внутренняя ошибка сервера.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf. Прежде чем сделать это, вы должны включить модули Apache mod_proxy и mod_proxy_http. В противном случае ваш веб-сервер либо откажется (пере)запуститься, либо выдаст ошибку 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Использование модуля mod_rewrite сервера Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Прежде чем копировать приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf, обязательно включите модуль Apache mod_rewrite. В противном случае ваш веб-сервер откажется (пере) запустить или выдаст 500 Internal Server Error. Обратите внимание, что эта конфигурация не позволяет вам использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вы должны предпочесть решение, использующее mod_proxy, показанное выше.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Прежде чем копировать приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf, обязательно включите модуль mod_rewrite Apache. В противном случае ваш веб-сервер откажется (пере)запуститься или выдаст 500 Internal Server Error. Обратите внимание, что эта конфигурация на самом деле не позволяет использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вам следует предпочесть решение с использованием mod_proxy, показанное выше.", "Using nginx's proxy_pass" : "Использование директивы proxy_pass сервера Nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведённый выше фрагмент кода в раздел {…} файла «nginx.conf» сервера Nextcloud. Перед копированием необходимо активировать модуль «ngx_http_proxy_module», иначе веб-сервер не (пере)запустится или будет сообщать об ошибке 500 — Внутренняя ошибка сервера.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведенный выше фрагмент конфигурации в раздел сервера Nextcloud {…} вашего nginx.conf. Прежде чем сделать это, вы должны включить модуль ngx_http_proxy_module nginx. В противном случае ваш веб-сервер либо откажется (пере)запуститься, либо выдаст ошибку 500 Internal Server Error.", "Using nginx's rewrite" : "Использование директивы rewrite сервера Nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Просто скопируйте приведенный выше фрагмент конфигурации в раздел сервера Nextcloud {…} вашего nginx.conf. Обратите внимание, что эта конфигурация не позволяет вам использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вы должны предпочесть решение, использующее указанную выше директиву nginx proxy_pass.", "Version information" : "Информация о версии", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Создана", "Go to website" : "Перейти на веб-сайт", "Go to website directory" : "Перейти в каталог веб-сайта", - "Toggle private website" : "Включить или отключить режим личного веб-сайта", + "Edit website name" : "Изменить название сайта", + "Edit private website settings" : "Изменить настройки частного веб-сайта", "Delete website" : "Удалить сайт", "Actions" : "Действия", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS для Nextcloud поддерживает как общедоступные, так и частные веб-сайты. Каждый может получить доступ к общедоступным веб-сайтам, независимо от того, вошли они в систему или нет. Если вы хотите ограничить доступ определенному подмножеству пользователей, создайте частный веб-сайт. Все посетители частного сайта должны войти в систему, в противном случае отображается ошибка «Доступ запрещен». Кроме того, должно быть выполнено одно из следующих условий: (1) пользователь имеет доступ к исходным файлам веб-сайта (т. е. исходная папка является общей для пользователя), (2) пользователь является членом одной из групп, перечисленных ниже, или (3) пользователь является членом одной из групп, указанных в YAML Front Matter запрошенной страницы с использованием метазначения «доступ».", + "Website type" : "Тип сайта", + "Public website" : "Публичный сайт", + "The website is publicly accessible and requires no authentication whatsoever." : "Сайт общедоступен и не требует никакой аутентификации.", + "Private website" : "Частный сайт", + "The website requires authentication, access is limited to a subset of all users." : "Веб-сайт требует аутентификации, доступ ограничен ограниченной группой всех пользователей.", + "Group access" : "Групповой доступ", + "Grant access to all members of the selected groups." : "Предоставить доступ всем участникам выбранных групп.", "Reload websites list" : "Перезагрузить список сайтов", "Create a new website" : "Создать новый сайт", "Just fill the form below to create your own personal website." : "Для создания личного веб-сайта заполните форму, расположенную ниже.", diff --git a/l10n/ru.json b/l10n/ru.json index 66f00167..54702890 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -25,6 +25,7 @@ "Theme exists already." : "Оформление уже существует.", "Website exists." : "Веб-сайт уже существует.", "No permission." : "Нет прав доступа.", + "The value given is invalid." : "Указано недопустимое значание.", "Website not found." : "Вебсайт не найден.", "Local (unencrypted)" : "Локальный (без шифрования)", "Location" : "Местоположение", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Путь к веб-сайту ведёт не в локальное хранилище.", "Parent folder of the website's path not found." : "Не найдена родительская папка размещения веб-сайта.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: не найден модуль «%s». Проверьте установку всех необходимых зависимостей запуском команды «composer install» в каталоге приложения в «%s», после чего снова попытайтесь активировать Pico CMS для Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: у веб-сервера отсутствуют разрешения на создание файлов и каталогов в «%s». Чтобы разрешить запись в этот каталог, назначьте ему права доступа и владельца аналогично каталогу «%s», после чего повторно включите приложение Pico CMS для Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Не удалось активировать Pico CMS для Nextcloud: у веб-сервера отсутствуют разрешения на создание файлов и каталогов в «%s». Чтобы разрешить запись в этот каталог, назначьте ему права доступа и владельца аналогично каталогу «%s», после чего повторно включите приложение Pico CMS для Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Создание и публикация собственных сайтов с приложением Pico CMS для Nextcloud.", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS для Nextcloud] (https://github.com/nextcloud/cms_pico) объединяет мощь [** Pico **] (http://picocms.org/) и [** Nextcloud **] (https : //nextcloud.com/) для создания простых, безопасных, общедоступных и удивительно мощных веб-сайтов всего за несколько кликов. Pico - это тупо простая, невероятно быстрая CMS с обычными файлами, облегчающая работу в Интернете.\n\n* Начать блог\n* Поделитесь своим резюме с миром\n* Создайте план мирового господства и делитесь только с нужными друзьями\n* Создайте базу знаний и позвольте умным коллегам помочь\n\nУстановка Pico CMS для Nextcloud позволяет вашим пользователям создавать собственные веб-сайты и управлять ими. Создание новой страницы с помощью Pico - это не более, чем создание простого текстового файла в пользовательских файлах Nextcloud. Никаких настроек не требуется, никаких сложных интерфейсов управления - только файлы. Для этого идеально подходит Nextcloud. Безопасный обмен, совместная работа, контроль доступа - не только для ваших файлов, но и для ваших веб-сайтов - все это стало возможным благодаря Pico CMS для Nextcloud! Преодоление границ между вашими мобильными и настольными устройствами и вашим сервером.\n\nВеб-сайты будут доступны через URL-адреса, такие как `https: // cloud.example.com / sites / my_site /`, и состоят из нескольких текстовых файлов `.md` в пользовательских файлах Nextcloud. `.md` расшифровывается как [** Markdown **] (https://www.markdownguide.org/) — супер простая и интуитивно понятная разметка для создания заголовков, абзацев, форматирования текста, списков, изображений и ссылок. Но не отчаивайтесь - вам не нужно учить еще один язык, если вы этого не хотите. Подумайте о том, чтобы включить приложение [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) в Nextcloud, чтобы упростить выполнение простых задач. Обратите внимание, встроенный текстовый редактор Nextcloud несовместим этим приложением. Но как насчет метаданных, таких как заголовок страницы или дата выпуска? Правильно, все в одном месте. В верхней части ваших файлов Markdown вы можете разместить блок с такими метаданными - так называемый Front Matter [** YAML **] (https://en.wikipedia.org/wiki/YAML). Создание сайтов не может быть проще ...\n\nНо это еще не все ... Pico CMS для Nextcloud обладает широкими возможностями настройки. Вы можете изменить внешний вид Pico с помощью пользовательских тем и добавить новые функциональные возможности с помощью пользовательских плагинов. Из соображений безопасности пользователи не могут добавлять собственные темы или плагины самостоятельно, но может администратор. Плагины и темы - это не просто новые «скины» или «виджеты», лежащие в основе технологии - это мощные структуры, которые вы можете использовать, чтобы сделать сайты ваших пользователей по-настоящему уникальными. Однако с большой силой приходит большая ответственность. Pico CMS для Nextcloud делает все возможное, чтобы пользователи не включали сценарии в веб-сайты, поскольку это может повлечь за собой риски для безопасности (так называемые «перекрестные сценарии»). Поскольку этот риск не распространяется на сам Pico, сторонние разработчики плагинов и тем могут не знать об этой проблеме - поэтому будьте осторожны при установке пользовательских плагинов и тем.\n\nХотите узнать больше о Pico CMS для Nextcloud? Легко! Просто скачайте и включите приложение в [App Store Nextcloud] (https://apps.nextcloud.com/apps/cms_pico) и перейдите на страницу настроек Nextcloud. В качестве администратора вы найдете два раздела «Pico CMS» в настройках Nextcloud - один ниже «Личный», другой под «Администрирование». Последнее позволяет добавлять пользовательские темы, плагины и шаблоны в Pico, а также настраивать некоторые расширенные настройки. Раздел «Pico CMS» ниже «Персональный» существует для всех пользователей Nextcloud и позволяет создавать персональные веб-сайты. Просто создайте свой первый персональный сайт и выберите «sample_pico» в качестве шаблона сайта. Пример содержимого Pico объяснит все, что вам нужно знать...", @@ -99,10 +100,14 @@ "Add custom plugin" : "Добавить пользовательский модуль", "Reload plugins list" : "Перезагрузить список модулей", "Compatible plugin." : "Совместимый модуль.", + "Example plugin" : "Пример плагина", + "Copy example plugin" : "Скопировать пример плагина", "System plugin" : "Системный модуль", "Custom plugin" : "Пользовательский модуль", "Reload custom plugin" : "Перезагрузить пользовательский модуль", "Delete custom plugin" : "Удалить пользовательский модуль", + "Base plugin" : "Базовый плагин", + "Plugin name" : "Название плагина", "Custom templates" : "Пользовательские шаблоны", "Make it easier for users to create new websites." : "Упрощение создания веб-сайтов.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Создание новых сайтов может быть сложным — с чего бы начать? Пользовательские шаблоны служат отправной точкой для создания нового веб-сайта с помощью Pico CMS для Nextcloud. Перед добавлением нового пользовательского шаблона с помощью кнопки «Добавить пользовательский шаблон», приведенной ниже, необходимо загрузить все файлы шаблона в папку данных вашего Nextcloud. После загрузки шаблона он отобразится в форме ниже, чтобы фактически добавить его в форму «Создание нового веб-сайта» ваших пользователей. Для редактирования используемого пользовательского шаблона возможно просто отредактировать соответствующие файлы в каталоге данных Nextcloud.", @@ -118,20 +123,20 @@ "Delete custom template" : "Удалить пользовательский шаблон", "Base template" : "Основной шаблон", "Template name" : "Имя шаблона", - "Configure your webserver" : "Настройте свой веб-сервер", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Все возможности Pico CMS для Nextcloud раскрываются при правильной настройке веб-сервера.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимости от настроек веб-сервера, сайтам могут быть назначены разные типы адресов. По умолчанию, используется адреса с полным путём приложения Pico CMS для Nextcloud, но эти адреса достаточно длинные и не удобны для использования, поэтому в Pico CMS для Nextcloud добавлена поддержка укороченных адресов, использующих виртуальную папку «sites/». Для использования этой функции требуется дополнительная настройка веб-сервера: при использовании Apache2 воспользуйтесь одним из двух первых примеров конфигурации, а при использовании nginx — одним из двух последних. Если вам требуется помощь в настройке, свяжитесь с администратором своего сервера и передайте ему приведённую ниже информацию. Если же внесение изменений в конфигурацию веб-сервера невозможно, используйте не требующие настройки полные адреса приложения Pico CMS для Nextcloud.", + "Configure your web server" : "Настройте свой веб-сервер", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Включите Pico CMS, чтобы полностью раскрыть потенциал Nextcloud, настроив соответствующим образом веб-сервер.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "В зависимости от конфигурации вашего веб-сервера пользователи могут получать доступ к своим веб-сайтам, используя разные URL-адреса. По умолчанию пользователи могут получить доступ к своим веб-сайтам с помощью Pico CMS для полного URL-адреса приложения Nextcloud. Однако эти URL-адреса довольно длинные и поэтому не очень удобны для пользователя. По этой причине Pico CMS для Nextcloud также поддерживает сокращенные URL-адреса с использованием виртуальной папки site/. Однако для использования этой функции требуется дополнительная настройка веб-сервера. Если вы используете веб-сервер Apache, попробуйте один из первых двух примеров, показанных ниже. Если вы предпочитаете использовать веб-сервер nginx, попробуйте один из двух последних примеров. Если вы не совсем понимаете, что происходит, обратитесь к администратору вашего сервера и отправьте ему информацию ниже. Если администратор вашего сервера говорит вам, что это невозможно, не отчаивайтесь — вы все равно можете использовать Pico CMS для полных URL-адресов приложений Nextcloud, они всегда работают «из коробки».", "Enable short website URLs" : "Использовать короткие адреса сайтов", "Full application URLs" : "Полные адреса приложения", "Short website URLs" : "Короткие адреса сайтов", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "После настройки поддержки сервером сокращённых адресов необходимо выбрать соответствующий параметр выше, чтобы уведомить пользователей об этой возможности. Не включайте этот параметр, если виртуальная папка «sites/» не настроена в соответствии с примерами, приведёнными ниже.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "После того, как вы настроили свой веб-сервер для включения сокращенных URL-адресов, вам следует выбрать соответствующую опцию выше, чтобы сообщить своим пользователям об этой функции. Не включайте эту опцию, если вы еще не настроили виртуальную папку «sites/», используя один из примеров конфигурации, показанных ниже.", "Using Apache's mod_proxy" : "Использование модуля mod_proxy сервера Apache", "Your users' website URLs will look like the following:" : "Адреса сайтов пользователей будут выглядеть следующим образом:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведённый выше фрагмент кода в раздел файла «apache.conf» сервера Nextcloud. Перед копированием необходимо активировать модули «mod_proxy» и «mod_proxy_http», иначе веб-сервер не (пере)запустится или будет сообщать об ошибке 500 — Внутренняя ошибка сервера.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf. Прежде чем сделать это, вы должны включить модули Apache mod_proxy и mod_proxy_http. В противном случае ваш веб-сервер либо откажется (пере)запуститься, либо выдаст ошибку 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Использование модуля mod_rewrite сервера Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Прежде чем копировать приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf, обязательно включите модуль Apache mod_rewrite. В противном случае ваш веб-сервер откажется (пере) запустить или выдаст 500 Internal Server Error. Обратите внимание, что эта конфигурация не позволяет вам использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вы должны предпочесть решение, использующее mod_proxy, показанное выше.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Прежде чем копировать приведенный выше фрагмент конфигурации в раздел Nextcloud вашего apache.conf, обязательно включите модуль mod_rewrite Apache. В противном случае ваш веб-сервер откажется (пере)запуститься или выдаст 500 Internal Server Error. Обратите внимание, что эта конфигурация на самом деле не позволяет использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вам следует предпочесть решение с использованием mod_proxy, показанное выше.", "Using nginx's proxy_pass" : "Использование директивы proxy_pass сервера Nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведённый выше фрагмент кода в раздел {…} файла «nginx.conf» сервера Nextcloud. Перед копированием необходимо активировать модуль «ngx_http_proxy_module», иначе веб-сервер не (пере)запустится или будет сообщать об ошибке 500 — Внутренняя ошибка сервера.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Скопируйте приведенный выше фрагмент конфигурации в раздел сервера Nextcloud {…} вашего nginx.conf. Прежде чем сделать это, вы должны включить модуль ngx_http_proxy_module nginx. В противном случае ваш веб-сервер либо откажется (пере)запуститься, либо выдаст ошибку 500 Internal Server Error.", "Using nginx's rewrite" : "Использование директивы rewrite сервера Nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Просто скопируйте приведенный выше фрагмент конфигурации в раздел сервера Nextcloud {…} вашего nginx.conf. Обратите внимание, что эта конфигурация не позволяет вам использовать сокращенные URL-адреса, она просто перенаправляет пользователей с сокращенных URL-адресов на полный URL-адрес сайта. Таким образом, вы должны предпочесть решение, использующее указанную выше директиву nginx proxy_pass.", "Version information" : "Информация о версии", @@ -150,9 +155,18 @@ "Created" : "Создана", "Go to website" : "Перейти на веб-сайт", "Go to website directory" : "Перейти в каталог веб-сайта", - "Toggle private website" : "Включить или отключить режим личного веб-сайта", + "Edit website name" : "Изменить название сайта", + "Edit private website settings" : "Изменить настройки частного веб-сайта", "Delete website" : "Удалить сайт", "Actions" : "Действия", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS для Nextcloud поддерживает как общедоступные, так и частные веб-сайты. Каждый может получить доступ к общедоступным веб-сайтам, независимо от того, вошли они в систему или нет. Если вы хотите ограничить доступ определенному подмножеству пользователей, создайте частный веб-сайт. Все посетители частного сайта должны войти в систему, в противном случае отображается ошибка «Доступ запрещен». Кроме того, должно быть выполнено одно из следующих условий: (1) пользователь имеет доступ к исходным файлам веб-сайта (т. е. исходная папка является общей для пользователя), (2) пользователь является членом одной из групп, перечисленных ниже, или (3) пользователь является членом одной из групп, указанных в YAML Front Matter запрошенной страницы с использованием метазначения «доступ».", + "Website type" : "Тип сайта", + "Public website" : "Публичный сайт", + "The website is publicly accessible and requires no authentication whatsoever." : "Сайт общедоступен и не требует никакой аутентификации.", + "Private website" : "Частный сайт", + "The website requires authentication, access is limited to a subset of all users." : "Веб-сайт требует аутентификации, доступ ограничен ограниченной группой всех пользователей.", + "Group access" : "Групповой доступ", + "Grant access to all members of the selected groups." : "Предоставить доступ всем участникам выбранных групп.", "Reload websites list" : "Перезагрузить список сайтов", "Create a new website" : "Создать новый сайт", "Just fill the form below to create your own personal website." : "Для создания личного веб-сайта заполните форму, расположенную ниже.", diff --git a/l10n/sc.js b/l10n/sc.js index d2a13104..3c99e348 100644 --- a/l10n/sc.js +++ b/l10n/sc.js @@ -46,10 +46,9 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Su caminu de su situ est sarvadu in un'archiviatzione non locale.", "Parent folder of the website's path not found." : "Cartella superiore de su caminu de su situ no agatada.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Impossìbile a ativare Pico CMS pro Nextcloud: Non s'est agatadu \"%s\". Assegura·ti de installare is partes dipendentes de s'aplicatzione, esecutende `composer install` in sa cartella de s'installatzione in suta de \"%s\". A pustis torra a proare a ativare Pico CMS pro Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Impossìbile a ativare Pico CMS pro Nextcloud: su serbidore non tenet su permissu de creare archìvios e cartellas a suta de \"%s\". Assegura·ti de ddi donare permissos de iscritura a su serbidore pro custa cartella, modifichende is permissos e ponende sa pròpia propriedade de sa cartella \"%s\". A pustis torra a proare a ativare Pico CMS pro Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea e pùblica su situ web tuo - cun Pico CMS pro Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) cumbinat sa potèntzia de [**Pico**](http://picocms.org/) cun sa de [**Nextcloud**](https://nextcloud.com/) pro creare pàginas web simpres, seguras, chi si potzant cumpartzire e de calidade arta cun pagos click. Pico est unu CMS de archìvios sìngulos simpre e lestru a beru.\n\n* Cumintza unu blog\n* Cumpartzi su curriculum tuo cun su mundu\n* Crea unu pranu pro su domìniu de su mundu e cumpartzi·ddu isceti cun is verdaderos amigos\n* Costrue una base de connoschèntzia e lassa chi t'agiudent isceti is collegas tuos abistos.\n\nSu de installare Pico CMS pro Nextcloud permitet a is utentes tuos de creare e gestire is pàginas personales issoro. A creare una pàgina cun Pico CMS non cheret nàrrere àteru si nono a creare un'archìviu testuale in is archìvios de Nextcloud de s'utente. Sena peruna cunfiguratzione, peruna interfache de gestione imboligada - isceti archìvios. Ddi deghet in manera perfeta a Nextcloud. Cumpartzidura segura, collaboratzione, controllu de is intradas - non pro is archìvios tuos ebbia, ma puru pro is pàginas tuas de ìnternet, totu possìbile pro more de Pico CMS pro Nextcloud! Ghetemus is làcanas intre is dispositivos mòbiles e de iscrivania e su serbidore tuo.\n\nS'at a pòdere intrare in is pàginas tràmite URL che a `https://cloud.esempio.com/sites/mio_sito/` e custas cunsistent in unu grustu de archìvios testuales `.md` intre is archìvios de Nextcloud de s'utente. `.md` est pro [**Markdown**](https://www.markdownguide.org/) - unu marcu simpre simpre e chi si cumprendet pro creare intestatziones, paràgrafos, formatatziones, elencos, imàgines e ligòngios. Ma non ti pighet a disisperu - non depes imparare un'àteru limbàgiu nou, si non cheres. Tene contu de s'ativatzione de s'aplicatzione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pro rèndere is cosas fàtziles e simpres meda. Ma ite nàrrere de is metadatos comente a su tìtulu de una pàgina o sa data de essida? As intzertadu, totu in unu logu. In su tretu prus in artu de is archìvios nche podes insertare unu blocu de custos metadatos - chi ddi narant [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare pàginas de ìnternet non podet èssere prus fàtzile…\n\nMa no est totu… Pico CMS pro Nextcloud si podet personalizare de su totu. Podes cambiare s'aèrgiu de Pico impreende temas personalizados e agiunghende funtzionalidades noas cun estensiones personalizadas. Pro resones de seguridade is utentes non podent agiùnghere temas o estensiones a sa sola - ma ddu podes fàghere comente amministradore. Is estensiones e is temas non sunt isceti \"skin\" o \"trastos\", is tecnologias in suta sunt istruturas potentes chi podes isfrutare pro rèndere is pàginas de is utentes tuos ùnicas a beru. Nointames, dae unu grandu podere benint grandu responsabilidades. Pico CMS pro Nextcloud faghet totu su chi podet pro impedire a is utentes de nche insertare script in is sitos issoro, ca diat pòdere cumportare arriscos pro sa seguridade (su chi ddi narant \"Cross Scripting\"). Dae chi custu arriscu non s'aplicat a Pico etotu, is ammaniadores de tres partes de estensiones e temas diant pòdere non nd'ischire - duncas dae cara a cando installas estensiones e temas personalizados.\n\nCheres àteras informatziones subra de Pico CMS pro Nextcloud? E ite bi cheret? Ti bastat de nch'iscarrigare e a ativare s'aplicatzione dae sa [butega de aplicatziones de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e de andare a sa pàgina de is impostatziones de Nextcloud. Comente amministratore, as a agatare duas setziones pro \"Pico CMS\" in is impostatziones de Nextcloud - una in suta de \"Personale\", s'àtera in suta de \"Amministratzione\". Custa ùrtima ti cunsentit de agiùnghere temas personalizados, estensiones e modellos a Pico, aici comente sa modìfica de unas cantas impostatziones avantzadas. Sa setzione de \"Pico CMS\" in suta de \"Personale\" b'est pro totu is utentes de Nextcloud e cunsentit a chie si siat de creare pàginas personales. Crea sa prima pàgina tua seberende su modellu \"sample_pico\". Is cuntenutos de esempru de Pico t'ant ispiegare totu su chi depes ischire…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) cumbinat sa potèntzia de [**Pico**](http://picocms.org/) cun sa de [**Nextcloud**](https://nextcloud.com/) pro creare pàginas web simpres, seguras, chi si potzant cumpartzire e de calidade arta cun pagos click. Pico est unu CMS de archìvios sìngulos simpre e lestru a beru.\n\n* Cumintza unu blog\n* Cumpartzi su curriculum tuo cun su mundu\n* Crea unu pranu pro su domìniu de su mundu e cumpartzi·ddu isceti cun is verdaderos amigos\n* Costrue una base de connoschèntzia e lassa chi t'agiudent isceti is collegas tuos abbistos.\n\nSu de installare Pico CMS pro Nextcloud permitit a is utentes tuos de creare e gestire is pàginas personales issoro. A creare una pàgina cun Pico CMS non cheret nàrrere àteru si nono a creare un'archìviu testuale in is archìvios de Nextcloud de s'utente. Sena peruna cunfiguratzione, peruna interfache de gestione imboligada - isceti archìvios. Ddi deghet in manera perfeta a Nextcloud. Cumpartzidura segura, collaboratzione, controllu de is intradas - non pro is archìvios tuos ebbia, ma puru pro is pàginas tuas de internet, totu possìbile pro more de Pico CMS pro Nextcloud! Ghetemus is làcanas intre is dispositivos mòbiles e de iscrivania e su serbidore tuo.\n\nS'at a pòdere intrare in is pàginas tràmite URL che a `https://cloud.esempio.com/sites/mio_sito/` e custas cunsistent in unu grustu de archìvios testuales `.md` intre is archìvios de Nextcloud de s'utente. `.md` est pro [**Markdown**](https://www.markdownguide.org/) - unu marcu simpre simpre e chi si cumprendet pro creare intestatziones, paràgrafos, formatatziones, elencos, immàgines e ligòngios. Ma non ti pighet a disisperu - non depes imparare un'àteru limbàgiu nou, si non cheres. Tene contu de s'ativatzione de s'aplicatzione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pro rèndere is cosas fàtziles e simpres meda. Ma ite nàrrere de is metadatos comente a su tìtulu de una pàgina o sa data de essida? As intzertadu, totu in unu logu. In su tretu prus in artu de is archìvios nche podes insertare unu blocu de custos metadatos - chi ddi narant [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare pàginas de ìnternet non podet èssere prus fàtzile…\n\nMa no est totu… Pico CMS pro Nextcloud si podet personalizare de su totu. Podes cambiare s'aèrgiu de Pico impreende temas personalizados e agiunghende funtzionalidades noas cun estensiones personalizadas. Pro resones de seguridade is utentes non podent agiùnghere temas o estensiones a sa sola - ma ddu podes fàghere comente amministradore. Is estensiones e is temas non sunt isceti \"skin\" o \"trastos\", is tecnologias in suta sunt istruturas potentes chi podes isfrutare pro rèndere is pàginas de is utentes tuos ùnicas a beru. Nointames, dae unu grandu podere benint grandu responsabilidades. Pico CMS pro Nextcloud faghet totu su chi podet pro impedire a is utentes de nche insertare script in is sitos issoro, ca diat pòdere cumportare arriscos pro sa seguridade (su chi ddi narant \"Cross Scripting\"). Dae chi custu arriscu non s'aplicat a Pico etotu, is ammaniadores de tres partes de estensiones e temas diant pòdere non nd'ischire - duncas dae cara a cando installas estensiones e temas personalizados.\n\nCheres àteras informatziones subra de Pico CMS pro Nextcloud? E ite bi cheret? Ti bastat de nch'iscarrigare e a ativare s'aplicatzione dae sa [butega de aplicatziones de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e de andare a sa pàgina de cunfiguratzione de Nextcloud. Comente amministratore, as a agatare duas setziones pro \"Pico CMS\" in sa cunfiguratzione de Nextcloud - una in suta de \"Personale\", s'àtera in suta de \"Amministratzione\". Custa ùrtima ti cunsentit de agiùnghere temas personalizados, estensiones e modellos a Pico, aici comente sa modìfica de unas cantas cunfiguratziones avantzadas. Sa setzione de \"Pico CMS\" in suta de \"Personale\" b'est pro totu is utentes de Nextcloud e cunsentit a chie si siat de creare pàginas personales. Crea sa prima pàgina tua seberende su modellu \"sample_pico\". Is cuntenutos de esempru de Pico t'ant ispiegare totu su chi depes ischire…", "Access forbidden" : "Atzessu proibidu", "Back to %s" : "Torra a %s", "Not found" : "No agatadu", @@ -120,20 +119,13 @@ OC.L10N.register( "Delete custom template" : "Cantzella modellu personalizadu", "Base template" : "Modellu de base", "Template name" : "Nùmene modellu", - "Configure your webserver" : "Cunfigura su serbidore web tuo", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ativa Pico CMS pro otènnere su potentziale màssimu de Nextcloud cunfigurende su serbidore web.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Cunforma a sa cunfiguratzione de su serbidore, is utentes podent intrare a is sitos issoro impreende URL diferentes. De base, is utentes podent intrare a is sitos issoro impreende s'URL cumpletu de Pico CMS pro Nextcloud. Mancari gasi, custos URL sunt unu pagu longos e duncas non meda còmodos. Pro custa resone, Pico CMS pro Nextcloud suportat puru is URL incurtziados impreende sa cartella virtuale \"sites/\". S'impreu de custa funtzione rechedet però unas cantas cunfiguratziones in prus de su serbidore. Si ses impreende Apache, proa unu de is primos duos esempros mustrados in bassu. Imbetzes, si impreas NGINX, proa unu de is ùrtimos duos esempros. Si non nch'essis de cumprèndere ite est sutzedende, cuntata a s'amministradore de su serbidore e imbia·ddi is informatziones posta in suta. Si s'amministradore ti narat chi non si podet, non ti pighet a disisperu - podes in cada casu impreare is URL cumpletos de Pico CMS pro Nextcloud, funzionant semper in modalidade predefinida.", "Enable short website URLs" : "Ativa URL curtzos pro is sitos web", "Full application URLs" : "URL aplicatzione cumpletos", "Short website URLs" : "URL curtzos pro su situ web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "A pustis de àere cunfiguradu su serbidore ìnternet pro impreare URL incurtziados, at a dèpere seletzionare su sèberu in subra pro fàghere connòschere a is utentes tuos custa funtziones. No atives custu sèberu si ancora no as cunfiguradu sa cartella virtuale \"sites/\" impreende unu de is esempros de cunfiguratziones mustrados in suta.", "Using Apache's mod_proxy" : "Impreende Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Is URL de is sitos ìnternet s'ant a presentare comente ponet in fatu:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Còpia su tretu de còdighe de cunfiguratzione subra de sa setzione de Nextcloud de su apache.conf tuo. In antis de ddu fàghere deves ativare is mòdulos de mod_proxy e mod_proxy_http. Sinunca su serbidore tuo de ìnternet non s'at a (torrare a) aviare o at a torrare unu 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Impreende Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "In antis de torrare a copiare su tretu de còdighe de cunfiguratzione subra de setzione de Nextcloud de su apache.conf tuo, segura·ti de ativare su mòdulu de Apache mod_rewrite. Sinunca su serbidore tuo de ìnternet non s'at a (torrare a) aviare o at a torrare unu 500 Internal Server Error. Tene presente chi custa cunfiguratzione non ti permitet de impreare URL incurtziadas, non faghet àteru chi torrare a deretare is utentes dae URL incurtziados all'URL completos dae su situ. Pro custu dias dèpere prefèrrere sa solutzione mustrada in subra chi impreat mod_proxy.", "Using nginx's proxy_pass" : "Impreende nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Còpia su tretu de còdighe de cunfiguratzione subra de sa setzione serbidore { … } de Nextcloud de su nginx.conf. In antis de ddu fàghere deves ativare su mòdulu de nginx ngx_http_proxy_module. Sinunca su serbidore tuo de ìnternet no s' at a (torrare a) aviare o at a torrare unu 500 Internal Server Error.", "Using nginx's rewrite" : "Impreu rewrite de nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Bastat de copiare su tretu de còdighe de cunfiguratzione in subra in sa setzione { … } de Nextcloud de su nginx.conf. Tene contu chi custa cunfiguratzione non ti permitet de impreare URL incurtziados, non fàghet àteru chi torrare a deretare utentes dae URL incurtziados a s'URL completu de su situ. Pro custu dias dèpere prefèrrere sa solutzione mustrada in subra chi impreat sa diretiva proxy_pass di nginx.", "Version information" : "Informatziones versione", @@ -152,7 +144,6 @@ OC.L10N.register( "Created" : "Creadu", "Go to website" : "Bae a su situ web", "Go to website directory" : "Bae a sa cartella de su situ web", - "Toggle private website" : "Ativa situ web privadu", "Delete website" : "Cantzella su situ web", "Actions" : "Atziones", "Reload websites list" : "Torra a carrigare sa lista de is sitos web", diff --git a/l10n/sc.json b/l10n/sc.json index 1a6478cb..d4d9daa1 100644 --- a/l10n/sc.json +++ b/l10n/sc.json @@ -44,10 +44,9 @@ "The website's path is stored on a non-local storage." : "Su caminu de su situ est sarvadu in un'archiviatzione non locale.", "Parent folder of the website's path not found." : "Cartella superiore de su caminu de su situ no agatada.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Impossìbile a ativare Pico CMS pro Nextcloud: Non s'est agatadu \"%s\". Assegura·ti de installare is partes dipendentes de s'aplicatzione, esecutende `composer install` in sa cartella de s'installatzione in suta de \"%s\". A pustis torra a proare a ativare Pico CMS pro Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Impossìbile a ativare Pico CMS pro Nextcloud: su serbidore non tenet su permissu de creare archìvios e cartellas a suta de \"%s\". Assegura·ti de ddi donare permissos de iscritura a su serbidore pro custa cartella, modifichende is permissos e ponende sa pròpia propriedade de sa cartella \"%s\". A pustis torra a proare a ativare Pico CMS pro Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Crea e pùblica su situ web tuo - cun Pico CMS pro Nextcloud!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) cumbinat sa potèntzia de [**Pico**](http://picocms.org/) cun sa de [**Nextcloud**](https://nextcloud.com/) pro creare pàginas web simpres, seguras, chi si potzant cumpartzire e de calidade arta cun pagos click. Pico est unu CMS de archìvios sìngulos simpre e lestru a beru.\n\n* Cumintza unu blog\n* Cumpartzi su curriculum tuo cun su mundu\n* Crea unu pranu pro su domìniu de su mundu e cumpartzi·ddu isceti cun is verdaderos amigos\n* Costrue una base de connoschèntzia e lassa chi t'agiudent isceti is collegas tuos abistos.\n\nSu de installare Pico CMS pro Nextcloud permitet a is utentes tuos de creare e gestire is pàginas personales issoro. A creare una pàgina cun Pico CMS non cheret nàrrere àteru si nono a creare un'archìviu testuale in is archìvios de Nextcloud de s'utente. Sena peruna cunfiguratzione, peruna interfache de gestione imboligada - isceti archìvios. Ddi deghet in manera perfeta a Nextcloud. Cumpartzidura segura, collaboratzione, controllu de is intradas - non pro is archìvios tuos ebbia, ma puru pro is pàginas tuas de ìnternet, totu possìbile pro more de Pico CMS pro Nextcloud! Ghetemus is làcanas intre is dispositivos mòbiles e de iscrivania e su serbidore tuo.\n\nS'at a pòdere intrare in is pàginas tràmite URL che a `https://cloud.esempio.com/sites/mio_sito/` e custas cunsistent in unu grustu de archìvios testuales `.md` intre is archìvios de Nextcloud de s'utente. `.md` est pro [**Markdown**](https://www.markdownguide.org/) - unu marcu simpre simpre e chi si cumprendet pro creare intestatziones, paràgrafos, formatatziones, elencos, imàgines e ligòngios. Ma non ti pighet a disisperu - non depes imparare un'àteru limbàgiu nou, si non cheres. Tene contu de s'ativatzione de s'aplicatzione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pro rèndere is cosas fàtziles e simpres meda. Ma ite nàrrere de is metadatos comente a su tìtulu de una pàgina o sa data de essida? As intzertadu, totu in unu logu. In su tretu prus in artu de is archìvios nche podes insertare unu blocu de custos metadatos - chi ddi narant [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare pàginas de ìnternet non podet èssere prus fàtzile…\n\nMa no est totu… Pico CMS pro Nextcloud si podet personalizare de su totu. Podes cambiare s'aèrgiu de Pico impreende temas personalizados e agiunghende funtzionalidades noas cun estensiones personalizadas. Pro resones de seguridade is utentes non podent agiùnghere temas o estensiones a sa sola - ma ddu podes fàghere comente amministradore. Is estensiones e is temas non sunt isceti \"skin\" o \"trastos\", is tecnologias in suta sunt istruturas potentes chi podes isfrutare pro rèndere is pàginas de is utentes tuos ùnicas a beru. Nointames, dae unu grandu podere benint grandu responsabilidades. Pico CMS pro Nextcloud faghet totu su chi podet pro impedire a is utentes de nche insertare script in is sitos issoro, ca diat pòdere cumportare arriscos pro sa seguridade (su chi ddi narant \"Cross Scripting\"). Dae chi custu arriscu non s'aplicat a Pico etotu, is ammaniadores de tres partes de estensiones e temas diant pòdere non nd'ischire - duncas dae cara a cando installas estensiones e temas personalizados.\n\nCheres àteras informatziones subra de Pico CMS pro Nextcloud? E ite bi cheret? Ti bastat de nch'iscarrigare e a ativare s'aplicatzione dae sa [butega de aplicatziones de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e de andare a sa pàgina de is impostatziones de Nextcloud. Comente amministratore, as a agatare duas setziones pro \"Pico CMS\" in is impostatziones de Nextcloud - una in suta de \"Personale\", s'àtera in suta de \"Amministratzione\". Custa ùrtima ti cunsentit de agiùnghere temas personalizados, estensiones e modellos a Pico, aici comente sa modìfica de unas cantas impostatziones avantzadas. Sa setzione de \"Pico CMS\" in suta de \"Personale\" b'est pro totu is utentes de Nextcloud e cunsentit a chie si siat de creare pàginas personales. Crea sa prima pàgina tua seberende su modellu \"sample_pico\". Is cuntenutos de esempru de Pico t'ant ispiegare totu su chi depes ischire…", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS per Nextcloud](https://github.com/nextcloud/cms_pico) cumbinat sa potèntzia de [**Pico**](http://picocms.org/) cun sa de [**Nextcloud**](https://nextcloud.com/) pro creare pàginas web simpres, seguras, chi si potzant cumpartzire e de calidade arta cun pagos click. Pico est unu CMS de archìvios sìngulos simpre e lestru a beru.\n\n* Cumintza unu blog\n* Cumpartzi su curriculum tuo cun su mundu\n* Crea unu pranu pro su domìniu de su mundu e cumpartzi·ddu isceti cun is verdaderos amigos\n* Costrue una base de connoschèntzia e lassa chi t'agiudent isceti is collegas tuos abbistos.\n\nSu de installare Pico CMS pro Nextcloud permitit a is utentes tuos de creare e gestire is pàginas personales issoro. A creare una pàgina cun Pico CMS non cheret nàrrere àteru si nono a creare un'archìviu testuale in is archìvios de Nextcloud de s'utente. Sena peruna cunfiguratzione, peruna interfache de gestione imboligada - isceti archìvios. Ddi deghet in manera perfeta a Nextcloud. Cumpartzidura segura, collaboratzione, controllu de is intradas - non pro is archìvios tuos ebbia, ma puru pro is pàginas tuas de internet, totu possìbile pro more de Pico CMS pro Nextcloud! Ghetemus is làcanas intre is dispositivos mòbiles e de iscrivania e su serbidore tuo.\n\nS'at a pòdere intrare in is pàginas tràmite URL che a `https://cloud.esempio.com/sites/mio_sito/` e custas cunsistent in unu grustu de archìvios testuales `.md` intre is archìvios de Nextcloud de s'utente. `.md` est pro [**Markdown**](https://www.markdownguide.org/) - unu marcu simpre simpre e chi si cumprendet pro creare intestatziones, paràgrafos, formatatziones, elencos, immàgines e ligòngios. Ma non ti pighet a disisperu - non depes imparare un'àteru limbàgiu nou, si non cheres. Tene contu de s'ativatzione de s'aplicatzione [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) de Nextcloud pro rèndere is cosas fàtziles e simpres meda. Ma ite nàrrere de is metadatos comente a su tìtulu de una pàgina o sa data de essida? As intzertadu, totu in unu logu. In su tretu prus in artu de is archìvios nche podes insertare unu blocu de custos metadatos - chi ddi narant [**YAML**](https://it.wikipedia.org/wiki/YAML) Front Matter. Creare pàginas de ìnternet non podet èssere prus fàtzile…\n\nMa no est totu… Pico CMS pro Nextcloud si podet personalizare de su totu. Podes cambiare s'aèrgiu de Pico impreende temas personalizados e agiunghende funtzionalidades noas cun estensiones personalizadas. Pro resones de seguridade is utentes non podent agiùnghere temas o estensiones a sa sola - ma ddu podes fàghere comente amministradore. Is estensiones e is temas non sunt isceti \"skin\" o \"trastos\", is tecnologias in suta sunt istruturas potentes chi podes isfrutare pro rèndere is pàginas de is utentes tuos ùnicas a beru. Nointames, dae unu grandu podere benint grandu responsabilidades. Pico CMS pro Nextcloud faghet totu su chi podet pro impedire a is utentes de nche insertare script in is sitos issoro, ca diat pòdere cumportare arriscos pro sa seguridade (su chi ddi narant \"Cross Scripting\"). Dae chi custu arriscu non s'aplicat a Pico etotu, is ammaniadores de tres partes de estensiones e temas diant pòdere non nd'ischire - duncas dae cara a cando installas estensiones e temas personalizados.\n\nCheres àteras informatziones subra de Pico CMS pro Nextcloud? E ite bi cheret? Ti bastat de nch'iscarrigare e a ativare s'aplicatzione dae sa [butega de aplicatziones de Nextcloud](https://apps.nextcloud.com/apps/cms_pico) e de andare a sa pàgina de cunfiguratzione de Nextcloud. Comente amministratore, as a agatare duas setziones pro \"Pico CMS\" in sa cunfiguratzione de Nextcloud - una in suta de \"Personale\", s'àtera in suta de \"Amministratzione\". Custa ùrtima ti cunsentit de agiùnghere temas personalizados, estensiones e modellos a Pico, aici comente sa modìfica de unas cantas cunfiguratziones avantzadas. Sa setzione de \"Pico CMS\" in suta de \"Personale\" b'est pro totu is utentes de Nextcloud e cunsentit a chie si siat de creare pàginas personales. Crea sa prima pàgina tua seberende su modellu \"sample_pico\". Is cuntenutos de esempru de Pico t'ant ispiegare totu su chi depes ischire…", "Access forbidden" : "Atzessu proibidu", "Back to %s" : "Torra a %s", "Not found" : "No agatadu", @@ -118,20 +117,13 @@ "Delete custom template" : "Cantzella modellu personalizadu", "Base template" : "Modellu de base", "Template name" : "Nùmene modellu", - "Configure your webserver" : "Cunfigura su serbidore web tuo", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Ativa Pico CMS pro otènnere su potentziale màssimu de Nextcloud cunfigurende su serbidore web.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Cunforma a sa cunfiguratzione de su serbidore, is utentes podent intrare a is sitos issoro impreende URL diferentes. De base, is utentes podent intrare a is sitos issoro impreende s'URL cumpletu de Pico CMS pro Nextcloud. Mancari gasi, custos URL sunt unu pagu longos e duncas non meda còmodos. Pro custa resone, Pico CMS pro Nextcloud suportat puru is URL incurtziados impreende sa cartella virtuale \"sites/\". S'impreu de custa funtzione rechedet però unas cantas cunfiguratziones in prus de su serbidore. Si ses impreende Apache, proa unu de is primos duos esempros mustrados in bassu. Imbetzes, si impreas NGINX, proa unu de is ùrtimos duos esempros. Si non nch'essis de cumprèndere ite est sutzedende, cuntata a s'amministradore de su serbidore e imbia·ddi is informatziones posta in suta. Si s'amministradore ti narat chi non si podet, non ti pighet a disisperu - podes in cada casu impreare is URL cumpletos de Pico CMS pro Nextcloud, funzionant semper in modalidade predefinida.", "Enable short website URLs" : "Ativa URL curtzos pro is sitos web", "Full application URLs" : "URL aplicatzione cumpletos", "Short website URLs" : "URL curtzos pro su situ web", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "A pustis de àere cunfiguradu su serbidore ìnternet pro impreare URL incurtziados, at a dèpere seletzionare su sèberu in subra pro fàghere connòschere a is utentes tuos custa funtziones. No atives custu sèberu si ancora no as cunfiguradu sa cartella virtuale \"sites/\" impreende unu de is esempros de cunfiguratziones mustrados in suta.", "Using Apache's mod_proxy" : "Impreende Apache's mod_proxy", "Your users' website URLs will look like the following:" : "Is URL de is sitos ìnternet s'ant a presentare comente ponet in fatu:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Còpia su tretu de còdighe de cunfiguratzione subra de sa setzione de Nextcloud de su apache.conf tuo. In antis de ddu fàghere deves ativare is mòdulos de mod_proxy e mod_proxy_http. Sinunca su serbidore tuo de ìnternet non s'at a (torrare a) aviare o at a torrare unu 500 Internal Server Error.", "Using Apache's mod_rewrite" : "Impreende Apache's mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "In antis de torrare a copiare su tretu de còdighe de cunfiguratzione subra de setzione de Nextcloud de su apache.conf tuo, segura·ti de ativare su mòdulu de Apache mod_rewrite. Sinunca su serbidore tuo de ìnternet non s'at a (torrare a) aviare o at a torrare unu 500 Internal Server Error. Tene presente chi custa cunfiguratzione non ti permitet de impreare URL incurtziadas, non faghet àteru chi torrare a deretare is utentes dae URL incurtziados all'URL completos dae su situ. Pro custu dias dèpere prefèrrere sa solutzione mustrada in subra chi impreat mod_proxy.", "Using nginx's proxy_pass" : "Impreende nginx's proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Còpia su tretu de còdighe de cunfiguratzione subra de sa setzione serbidore { … } de Nextcloud de su nginx.conf. In antis de ddu fàghere deves ativare su mòdulu de nginx ngx_http_proxy_module. Sinunca su serbidore tuo de ìnternet no s' at a (torrare a) aviare o at a torrare unu 500 Internal Server Error.", "Using nginx's rewrite" : "Impreu rewrite de nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Bastat de copiare su tretu de còdighe de cunfiguratzione in subra in sa setzione { … } de Nextcloud de su nginx.conf. Tene contu chi custa cunfiguratzione non ti permitet de impreare URL incurtziados, non fàghet àteru chi torrare a deretare utentes dae URL incurtziados a s'URL completu de su situ. Pro custu dias dèpere prefèrrere sa solutzione mustrada in subra chi impreat sa diretiva proxy_pass di nginx.", "Version information" : "Informatziones versione", @@ -150,7 +142,6 @@ "Created" : "Creadu", "Go to website" : "Bae a su situ web", "Go to website directory" : "Bae a sa cartella de su situ web", - "Toggle private website" : "Ativa situ web privadu", "Delete website" : "Cantzella su situ web", "Actions" : "Atziones", "Reload websites list" : "Torra a carrigare sa lista de is sitos web", diff --git a/l10n/sk.js b/l10n/sk.js index f765421b..1d9a649c 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "Téma vzhľadu už existuje.", "Website exists." : "Webová stránka existuje.", "No permission." : "Nemáte povolenie.", + "The value given is invalid." : "Zadaná hodnota je neplatná.", "Website not found." : "Webová stránka sa nenašla.", "Local (unencrypted)" : "Miestne (nešifrované)", "Location" : "Umiestnenie", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Cesta k webovej stránke nie je uložená v lokálnom úložisku.", "Parent folder of the website's path not found." : "Nadradený priečinok cesty k webovej stránke sa nenašiel.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Nepodarilo sa nájsť „%s“. Nezabudnite nainštalovať závislosti aplikácie tak, že v inštalačnom adresári aplikácie pod „%s“ spustíte „composer install“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Webový server nemá povolenie na vytváranie súborov a priečinkov pod „%s“. Zabezpečte, aby webserver mal právo zápisu do tohto priečinka zmenou jeho povolení a vlastníctva na rovnaké ako v priečinku „%s“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Webový server nemá povolenie na vytváranie súborov a priečinkov pod „%s“. Zabezpečte, aby webserver mal právo zápisu do tohto priečinka zmenou jeho povolení a vlastníctva na rovnaké ako v priečinku „%s“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Vytvorte a zverejnite svoje vlastné webové stránky - s Pico CMS pre Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS pre Nextcloud] (https://github.com/nextcloud/cms_pico) kombinuje silu [** Pico **] (http://picocms.org/) a [** Nextcloud **] (https : //nextcloud.com/) na vytvorenie jednoduchých, bezpečných, zdieľateľných a úžasne výkonných webových stránok pomocou niekoľkých kliknutí. Pico je veľmi jednoduchý, mimoriadne rýchly na jednoduchých súboroch založený redakčný systém, ktorý uľahčuje tvorbu webu.\n\n* Založte si blog\n* Podeľte sa o svoj životopis so svetom\n* Vytvorte plán na ovládnutie sveta a zdieľajte ho iba so správnymi priateľmi\n* Vytvorte si databázu vedomostí a nechajte kolegov pomôcť\n\nInštalácia Pico CMS pre Nextcloud umožňuje vašim používateľom vytvárať a spravovať svoje vlastné webové stránky. Vytvorenie novej stránky pomocou Pico nie je nič iné ako vytvorenie jednoduchého textového súboru v užívateľských súboroch Nextcloud. Nevyžaduje sa žiadna konfigurácia, žiadne zložité rozhrania správy - iba súbory. Je to perfektná zhoda s Nextcloud. Bezpečné zdieľanie, spolupráca, kontrola prístupu - nielen pre vaše súbory, ale aj pre vaše webové stránky - všetko umožňuje Pico CMS pre Nextcloud! Rúca hranice medzi mobilnými, stolnými zariadeniami a serverom.\n\nWebové stránky budú prístupné prostredníctvom URL, napríklad „https://cloud.priklad.sk/stranky/moja_stranka/“, a budú pozostávať iba z niekoľkých textových súborov „.md“ v súboroch Nextcloud používateľa. „.md“ znamená [** Markdown **] (https://www.markdownguide.org/) - super jednoduchý a intuitívny značkovací jazyk na vytváranie nadpisov, odsekov, formátovania textu, zoznamov, obrázkov a odkazov. Ale nebojte sa, nemusíte sa učiť ďalší jazyk, ak nechcete. Zvážte zapnutie aplikácií [Text] (https://apps.nextcloud.com/apps/text) alebo [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) od Nextcloudu na zjednodušenie. Ale čo meta údaje, ako je názov stránky alebo dátum vydania? Hádate správne, je to všetko na jednom mieste. V hornej časti súborov Markdown môžete umiestniť blok s takýmito meta údajmi - nazvaný [** YAML **] (https://en.wikipedia.org/wiki/YAML) Front Matter. Vytváranie webových stránok nemôže byť jednoduchšie...\n\nAle to nie je všetko... Pico CMS pre Nextcloud je vysoko prispôsobiteľný. Vzhľad Pico môžete meniť pomocou vlastných motívov vzhľadu a pridaním nových funkcií pomocou vlastných doplnkov. Z bezpečnostných dôvodov používatelia nemôžu pridávať vlastné témy ani doplnky samostatne - ale vy ako administrátor môžete. Doplnky a témy nie sú len nové „vzhľady“ alebo „widgety“. Základnými technológiami sú výkonné rámce, ktoré môžete využiť, aby sa webové stránky vašich používateľov stali skutočne jedinečnými. S veľkou mocou však prichádza veľká zodpovednosť. Pico CMS pre Nextcloud robí všetko preto, aby zabránil používateľom v začlenení skriptov na webové stránky, pretože by to mohlo predstavovať bezpečnostné riziko (tzv. „Krížové skriptovanie“). Pretože toto riziko sa netýka samotného Pico, vývojári doplnkov a tém tretích strán nemusia tento problém poznať - preto buďte pri inštalácii vlastných doplnkov a tém opatrní.\n\nChcete sa dozvedieť viac o Pico CMS pre Nextcloud? Jednoduché! Stačí stiahnuť a povoliť aplikáciu z [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) a prejsť na stránku nastavení Nextcloud. Ako administrátor nájdete v nastaveniach Nextcloud dve sekcie „Pico CMS“ - jednu pod položkou „Osobné“ a ďalšiu pod položkou „Správa“. Ten umožňuje pridávať do Pico vlastné motívy, doplnky a šablóny, ako aj dolaďovať niektoré rozšírené nastavenia. Sekcia „Pico CMS“ pod „Osobné“ existuje pre všetkých používateľov Nextcloud a umožňuje im vytvárať osobné webové stránky. Jednoducho si vytvorte svoj prvý osobný web a ako šablónu webu vyberte \"sample_pico\". Vzorový obsah Pico vysvetlí všetko, čo potrebujete vedieť...", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "Pridať vlastný zásuvný modul", "Reload plugins list" : "Znova načítať zoznam zásuvných modulov", "Compatible plugin." : "Kompatibilný zásuvný modul", + "Example plugin" : "Príklad zásuvného modulu", + "Copy example plugin" : "Skopírovať príklad zásuvného modulu", "System plugin" : "Systémový zásuvný modul", "Custom plugin" : "Vlastný zásuvný modul", "Reload custom plugin" : "Znova načítať vlastný zásuvný modul", "Delete custom plugin" : "Odstrániť vlastný zásuvný modul", + "Base plugin" : "Základný zásuvný modul", + "Plugin name" : "Názov zásuvného modulu", "Custom templates" : "Vlastné šablóny", "Make it easier for users to create new websites." : "Zjednodušte používateľom vytváranie nových webových stránok.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Vytváranie nových webových stránok môže byť ťažké - kde vlastne začať? Vlastné šablóny slúžia ako východiskový bod pre používateľov na vytvorenie novej webovej stránky pomocou Pico CMS pre Nextcloud. Pred pridaním novej vlastnej šablóny pomocou tlačidla „Pridať vlastnú šablónu“ nižšie musíte súbory šablóny nahrať do dátového priečinka vašej inštancie Nextcloudu. Po nahraní šablóny sa zobrazí vo formulári nižšie a skutočne ju pridá do formulára „Vytvorenie nového webu“ vašich používateľov. Ak chcete upraviť niektorú z vašich predtým pridaných vlastných šablón, jednoducho upravte príslušné súbory v dátovom priečinku Nextcloudu.", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "Zmazať vlastnú šablónu", "Base template" : "Základná šablóna", "Template name" : "Názov šablóny", - "Configure your webserver" : "Nastavte váš webový server", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Využije celý potenciál Pico CMS pro Nextcloud príslušným nastavením vášho webového servera.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti od konfigurácie vášho webového servera môžu používatelia pristupovať na svoje webové stránky pomocou rôznych URL. V predvolenom nastavení môžu používatelia pristupovať na svoje webové stránky pomocou systému Pico CMS pre úplnú URL aplikácie Nextcloud. Tieto URL sú však dosť dlhé a preto nie sú veľmi užívateľsky príjemné. Z tohto dôvodu podporuje Pico CMS pre Nextcloud aj skrátené URL využívajúce virtuálny priečinok „sites/“. Použitie tejto funkcie si však vyžaduje ďalšie nastavenie webového servera. Ak používate webový server Apache, skúste jeden z prvých dvoch príkladov uvedených nižšie. Ak radšej používate webový server nginx, skúste jeden z posledných dvoch príkladov. Ak naozaj nerozumiete, čo sa deje, kontaktujte správcu servera a odošlite mu informácie uvedené nižšie. Ak vám váš správca servera povie, že to nie je možné, nezúfajte - stále môžete používať Pico CMS pre úplné URL aplikácie Nextcloud, tie fungujú vždy.", + "Configure your web server" : "Nastavte váš webový server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Využije celý potenciál Pico CMS pro Nextcloud príslušným nastavením vášho webového servera.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti od konfigurácie vášho webového servera môžu používatelia pristupovať na svoje webové stránky pomocou rôznych URL. V predvolenom nastavení môžu používatelia pristupovať na svoje webové stránky pomocou systému Pico CMS cez úplnú URL aplikácie Nextcloud. Tieto URL sú však dosť dlhé a preto nie sú veľmi užívateľsky príjemné. Z tohto dôvodu podporuje Pico CMS pre Nextcloud aj skrátené URL využívajúce virtuálny priečinok „sites/“. Použitie tejto funkcie si však vyžaduje ďalšie nastavenie webového servera. Ak používate webový server Apache, skúste jeden z prvých dvoch príkladov uvedených nižšie. Ak radšej používate webový server nginx, skúste jeden z posledných dvoch príkladov. Ak naozaj nerozumiete, čo sa deje, kontaktujte správcu servera a odošlite mu informácie uvedené nižšie. Ak vám váš správca servera povie, že to nie je možné, nezúfajte - stále môžete používať Pico CMS pre úplné URL aplikácie Nextcloud, tie fungujú vždy.", "Enable short website URLs" : "Povoliť krátke URL webových stránok", "Full application URLs" : "Úplné URL aplikácie", "Short website URLs" : "Krátke URL webových stránok", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po povolení skrátených URL na webovom serveri by ste mali vybrať príslušnú možnosť uvedenú vyššie, aby ste svojich používateľov informovali o tejto funkcii. Túto voľbu nepovoľte, ak ste ešte nenastavili virtuálny priečinok „sites/“ pomocou jedného z nižšie uvedených príkladov konfigurácie.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po povolení skrátených URL na webovom serveri by ste mali vybrať príslušnú možnosť uvedenú vyššie, aby ste svojich používateľov informovali o tejto funkcii. Túto voľbu nepovoľte, ak ste ešte nenastavili virtuálny priečinok „sites/“ pomocou jedného z nižšie uvedených príkladov konfigurácie.", "Using Apache's mod_proxy" : "Pomocou mod_proxy z Apache", "Your users' website URLs will look like the following:" : "URL webových stránok vašich používateľov budú vyzerať takto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu vášho apache.conf. Pred tým však, je potrebné zapnúť ako mod_proxy, tak mod_proxy_http moduly pre Apache. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu vášho apache.conf. Pred tým však, je potrebné zapnúť ako mod_proxy, tak mod_proxy_http moduly pre Apache. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", "Using Apache's mod_rewrite" : "Pomocou mod_rewrite z Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred skopírovaním vyššie uvedeného úryvku nastavenia do sekcie Nextcloudu vášho apache.conf zaistite, aby bol zapnutý aj Apache modul mod_rewrite. Ináč váš webový server odmietne (re)štart alebo bude hlásiť: 500 vnútorná chyba serveru. Pamätajte, že toto nastavenie v skutočnosti neumožní používať skrátené URL, iba užívateľov presmeruje zo skrátených URL na tie úplné. Preto by ste mali uprednostniť vyššie ukázané riešenie využívajúce mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred skopírovaním vyššie uvedeného úryvku nastavenia do sekcie Nextcloudu vášho apache.conf zaistite, aby bol zapnutý aj Apache modul mod_rewrite. Ináč váš webový server odmietne (re)štart alebo bude hlásiť: 500 vnútorná chyba serveru. Pamätajte, že toto nastavenie v skutočnosti neumožní používať skrátené URL, iba užívateľov presmeruje zo skrátených URL na tie úplné. Preto by ste mali uprednostniť vyššie ukázané riešenie využívajúce mod_proxy.", "Using nginx's proxy_pass" : "Pomocou proxy_pass z nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Pred tým však, je potrebné zapnúť ngx_http_proxy_module module pre nginx. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Pred tým však, je potrebné zapnúť ngx_http_proxy_module module pre nginx. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", "Using nginx's rewrite" : "Pomocou rewrite z nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Majte na pamäti, že toto nastavenie vám v skutočnosti nedovolí použiť skrátené URL, iba presmeruje používateľov zo skrátených URL na úplnú URL stránok. Preto by ste mali uprednostniť riešenie využívajúce direktívu proxy_pass uvedenú vyššie.", "Version information" : "Informácie o verzii", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "Vytvorené", "Go to website" : "Prejdite na webovú stránku", "Go to website directory" : "Prejdite do priečinka webovej stránky", - "Toggle private website" : "Vypnúť/zapnúť súkromnú webovú stránku", + "Edit website name" : "Upraviť meno webovej stránky", + "Edit private website settings" : "Upraviť súkromné nastavenia webovej stránky", "Delete website" : "Zmazať webstránku", "Actions" : "Akcie", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pre Nextcloud podporuje verejné aj súkromné ​​webové stránky. Na verejné stránky má prístup každý, bez ohľadu na to, či je prihlásený alebo nie. Ak chcete obmedziť prístup na určitú podskupinu používateľov, vytvorte si súkromnú webovú stránku. Všetci návštevníci súkromnej webovej stránky musia byť prihlásení, inak sa zobrazí chyba „Prístup zakázaný“. Okrem toho musí byť splnená jedna z nasledujúcich podmienok: (1) používateľ má prístup k zdrojovým súborom webovej stránky (tj zdrojový priečinok je zdieľaný s používateľom), (2) používateľ je členom jednej zo skupín uvedených nižšie, alebo (3) používateľ je členom jednej zo skupín uvedených v úvodnej časti YAML požadovanej stránky pomocou meta hodnoty „access“.", + "Website type" : "Typ webovej stránky", + "Public website" : "Verejná webová stránka", + "The website is publicly accessible and requires no authentication whatsoever." : "Webová stránka je prístupná verejne a nevyžaduje žiadne overovanie.", + "Private website" : "Súkromná webová stránka", + "The website requires authentication, access is limited to a subset of all users." : "Webová stránka vyžaduje overenie, prístup je obmedzený pre časť používateľov.", + "Group access" : "Prístup pre skupinu", + "Grant access to all members of the selected groups." : "Povoliť prístup pre všetkých členov vybraných skupín.", "Reload websites list" : "Obnoviť zoznam webstránok", "Create a new website" : "Vytvoriť novú webstránku", "Just fill the form below to create your own personal website." : "Pre vytvorenie vašej osobnej webovej stránky stačí vyplniť nasledujúci formulár.", diff --git a/l10n/sk.json b/l10n/sk.json index 7a247d17..5478a795 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -25,6 +25,7 @@ "Theme exists already." : "Téma vzhľadu už existuje.", "Website exists." : "Webová stránka existuje.", "No permission." : "Nemáte povolenie.", + "The value given is invalid." : "Zadaná hodnota je neplatná.", "Website not found." : "Webová stránka sa nenašla.", "Local (unencrypted)" : "Miestne (nešifrované)", "Location" : "Umiestnenie", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "Cesta k webovej stránke nie je uložená v lokálnom úložisku.", "Parent folder of the website's path not found." : "Nadradený priečinok cesty k webovej stránke sa nenašiel.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Nepodarilo sa nájsť „%s“. Nezabudnite nainštalovať závislosti aplikácie tak, že v inštalačnom adresári aplikácie pod „%s“ spustíte „composer install“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Webový server nemá povolenie na vytváranie súborov a priečinkov pod „%s“. Zabezpečte, aby webserver mal právo zápisu do tohto priečinka zmenou jeho povolení a vlastníctva na rovnaké ako v priečinku „%s“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nepodarilo sa zapnúť Pico CMS pre Nextcloud: Webový server nemá povolenie na vytváranie súborov a priečinkov pod „%s“. Zabezpečte, aby webserver mal právo zápisu do tohto priečinka zmenou jeho povolení a vlastníctva na rovnaké ako v priečinku „%s“. Potom skúste znova zapnúť Pico CMS pre Nextcloud.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Vytvorte a zverejnite svoje vlastné webové stránky - s Pico CMS pre Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS pre Nextcloud] (https://github.com/nextcloud/cms_pico) kombinuje silu [** Pico **] (http://picocms.org/) a [** Nextcloud **] (https : //nextcloud.com/) na vytvorenie jednoduchých, bezpečných, zdieľateľných a úžasne výkonných webových stránok pomocou niekoľkých kliknutí. Pico je veľmi jednoduchý, mimoriadne rýchly na jednoduchých súboroch založený redakčný systém, ktorý uľahčuje tvorbu webu.\n\n* Založte si blog\n* Podeľte sa o svoj životopis so svetom\n* Vytvorte plán na ovládnutie sveta a zdieľajte ho iba so správnymi priateľmi\n* Vytvorte si databázu vedomostí a nechajte kolegov pomôcť\n\nInštalácia Pico CMS pre Nextcloud umožňuje vašim používateľom vytvárať a spravovať svoje vlastné webové stránky. Vytvorenie novej stránky pomocou Pico nie je nič iné ako vytvorenie jednoduchého textového súboru v užívateľských súboroch Nextcloud. Nevyžaduje sa žiadna konfigurácia, žiadne zložité rozhrania správy - iba súbory. Je to perfektná zhoda s Nextcloud. Bezpečné zdieľanie, spolupráca, kontrola prístupu - nielen pre vaše súbory, ale aj pre vaše webové stránky - všetko umožňuje Pico CMS pre Nextcloud! Rúca hranice medzi mobilnými, stolnými zariadeniami a serverom.\n\nWebové stránky budú prístupné prostredníctvom URL, napríklad „https://cloud.priklad.sk/stranky/moja_stranka/“, a budú pozostávať iba z niekoľkých textových súborov „.md“ v súboroch Nextcloud používateľa. „.md“ znamená [** Markdown **] (https://www.markdownguide.org/) - super jednoduchý a intuitívny značkovací jazyk na vytváranie nadpisov, odsekov, formátovania textu, zoznamov, obrázkov a odkazov. Ale nebojte sa, nemusíte sa učiť ďalší jazyk, ak nechcete. Zvážte zapnutie aplikácií [Text] (https://apps.nextcloud.com/apps/text) alebo [Markdown Editor] (https://apps.nextcloud.com/apps/files_markdown) od Nextcloudu na zjednodušenie. Ale čo meta údaje, ako je názov stránky alebo dátum vydania? Hádate správne, je to všetko na jednom mieste. V hornej časti súborov Markdown môžete umiestniť blok s takýmito meta údajmi - nazvaný [** YAML **] (https://en.wikipedia.org/wiki/YAML) Front Matter. Vytváranie webových stránok nemôže byť jednoduchšie...\n\nAle to nie je všetko... Pico CMS pre Nextcloud je vysoko prispôsobiteľný. Vzhľad Pico môžete meniť pomocou vlastných motívov vzhľadu a pridaním nových funkcií pomocou vlastných doplnkov. Z bezpečnostných dôvodov používatelia nemôžu pridávať vlastné témy ani doplnky samostatne - ale vy ako administrátor môžete. Doplnky a témy nie sú len nové „vzhľady“ alebo „widgety“. Základnými technológiami sú výkonné rámce, ktoré môžete využiť, aby sa webové stránky vašich používateľov stali skutočne jedinečnými. S veľkou mocou však prichádza veľká zodpovednosť. Pico CMS pre Nextcloud robí všetko preto, aby zabránil používateľom v začlenení skriptov na webové stránky, pretože by to mohlo predstavovať bezpečnostné riziko (tzv. „Krížové skriptovanie“). Pretože toto riziko sa netýka samotného Pico, vývojári doplnkov a tém tretích strán nemusia tento problém poznať - preto buďte pri inštalácii vlastných doplnkov a tém opatrní.\n\nChcete sa dozvedieť viac o Pico CMS pre Nextcloud? Jednoduché! Stačí stiahnuť a povoliť aplikáciu z [Nextcloud's App Store] (https://apps.nextcloud.com/apps/cms_pico) a prejsť na stránku nastavení Nextcloud. Ako administrátor nájdete v nastaveniach Nextcloud dve sekcie „Pico CMS“ - jednu pod položkou „Osobné“ a ďalšiu pod položkou „Správa“. Ten umožňuje pridávať do Pico vlastné motívy, doplnky a šablóny, ako aj dolaďovať niektoré rozšírené nastavenia. Sekcia „Pico CMS“ pod „Osobné“ existuje pre všetkých používateľov Nextcloud a umožňuje im vytvárať osobné webové stránky. Jednoducho si vytvorte svoj prvý osobný web a ako šablónu webu vyberte \"sample_pico\". Vzorový obsah Pico vysvetlí všetko, čo potrebujete vedieť...", @@ -99,10 +100,14 @@ "Add custom plugin" : "Pridať vlastný zásuvný modul", "Reload plugins list" : "Znova načítať zoznam zásuvných modulov", "Compatible plugin." : "Kompatibilný zásuvný modul", + "Example plugin" : "Príklad zásuvného modulu", + "Copy example plugin" : "Skopírovať príklad zásuvného modulu", "System plugin" : "Systémový zásuvný modul", "Custom plugin" : "Vlastný zásuvný modul", "Reload custom plugin" : "Znova načítať vlastný zásuvný modul", "Delete custom plugin" : "Odstrániť vlastný zásuvný modul", + "Base plugin" : "Základný zásuvný modul", + "Plugin name" : "Názov zásuvného modulu", "Custom templates" : "Vlastné šablóny", "Make it easier for users to create new websites." : "Zjednodušte používateľom vytváranie nových webových stránok.", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Vytváranie nových webových stránok môže byť ťažké - kde vlastne začať? Vlastné šablóny slúžia ako východiskový bod pre používateľov na vytvorenie novej webovej stránky pomocou Pico CMS pre Nextcloud. Pred pridaním novej vlastnej šablóny pomocou tlačidla „Pridať vlastnú šablónu“ nižšie musíte súbory šablóny nahrať do dátového priečinka vašej inštancie Nextcloudu. Po nahraní šablóny sa zobrazí vo formulári nižšie a skutočne ju pridá do formulára „Vytvorenie nového webu“ vašich používateľov. Ak chcete upraviť niektorú z vašich predtým pridaných vlastných šablón, jednoducho upravte príslušné súbory v dátovom priečinku Nextcloudu.", @@ -118,20 +123,20 @@ "Delete custom template" : "Zmazať vlastnú šablónu", "Base template" : "Základná šablóna", "Template name" : "Názov šablóny", - "Configure your webserver" : "Nastavte váš webový server", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Využije celý potenciál Pico CMS pro Nextcloud príslušným nastavením vášho webového servera.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti od konfigurácie vášho webového servera môžu používatelia pristupovať na svoje webové stránky pomocou rôznych URL. V predvolenom nastavení môžu používatelia pristupovať na svoje webové stránky pomocou systému Pico CMS pre úplnú URL aplikácie Nextcloud. Tieto URL sú však dosť dlhé a preto nie sú veľmi užívateľsky príjemné. Z tohto dôvodu podporuje Pico CMS pre Nextcloud aj skrátené URL využívajúce virtuálny priečinok „sites/“. Použitie tejto funkcie si však vyžaduje ďalšie nastavenie webového servera. Ak používate webový server Apache, skúste jeden z prvých dvoch príkladov uvedených nižšie. Ak radšej používate webový server nginx, skúste jeden z posledných dvoch príkladov. Ak naozaj nerozumiete, čo sa deje, kontaktujte správcu servera a odošlite mu informácie uvedené nižšie. Ak vám váš správca servera povie, že to nie je možné, nezúfajte - stále môžete používať Pico CMS pre úplné URL aplikácie Nextcloud, tie fungujú vždy.", + "Configure your web server" : "Nastavte váš webový server", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Využije celý potenciál Pico CMS pro Nextcloud príslušným nastavením vášho webového servera.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "V závislosti od konfigurácie vášho webového servera môžu používatelia pristupovať na svoje webové stránky pomocou rôznych URL. V predvolenom nastavení môžu používatelia pristupovať na svoje webové stránky pomocou systému Pico CMS cez úplnú URL aplikácie Nextcloud. Tieto URL sú však dosť dlhé a preto nie sú veľmi užívateľsky príjemné. Z tohto dôvodu podporuje Pico CMS pre Nextcloud aj skrátené URL využívajúce virtuálny priečinok „sites/“. Použitie tejto funkcie si však vyžaduje ďalšie nastavenie webového servera. Ak používate webový server Apache, skúste jeden z prvých dvoch príkladov uvedených nižšie. Ak radšej používate webový server nginx, skúste jeden z posledných dvoch príkladov. Ak naozaj nerozumiete, čo sa deje, kontaktujte správcu servera a odošlite mu informácie uvedené nižšie. Ak vám váš správca servera povie, že to nie je možné, nezúfajte - stále môžete používať Pico CMS pre úplné URL aplikácie Nextcloud, tie fungujú vždy.", "Enable short website URLs" : "Povoliť krátke URL webových stránok", "Full application URLs" : "Úplné URL aplikácie", "Short website URLs" : "Krátke URL webových stránok", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po povolení skrátených URL na webovom serveri by ste mali vybrať príslušnú možnosť uvedenú vyššie, aby ste svojich používateľov informovali o tejto funkcii. Túto voľbu nepovoľte, ak ste ešte nenastavili virtuálny priečinok „sites/“ pomocou jedného z nižšie uvedených príkladov konfigurácie.", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po povolení skrátených URL na webovom serveri by ste mali vybrať príslušnú možnosť uvedenú vyššie, aby ste svojich používateľov informovali o tejto funkcii. Túto voľbu nepovoľte, ak ste ešte nenastavili virtuálny priečinok „sites/“ pomocou jedného z nižšie uvedených príkladov konfigurácie.", "Using Apache's mod_proxy" : "Pomocou mod_proxy z Apache", "Your users' website URLs will look like the following:" : "URL webových stránok vašich používateľov budú vyzerať takto:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu vášho apache.conf. Pred tým však, je potrebné zapnúť ako mod_proxy, tak mod_proxy_http moduly pre Apache. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu vášho apache.conf. Pred tým však, je potrebné zapnúť ako mod_proxy, tak mod_proxy_http moduly pre Apache. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", "Using Apache's mod_rewrite" : "Pomocou mod_rewrite z Apache", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred skopírovaním vyššie uvedeného úryvku nastavenia do sekcie Nextcloudu vášho apache.conf zaistite, aby bol zapnutý aj Apache modul mod_rewrite. Ináč váš webový server odmietne (re)štart alebo bude hlásiť: 500 vnútorná chyba serveru. Pamätajte, že toto nastavenie v skutočnosti neumožní používať skrátené URL, iba užívateľov presmeruje zo skrátených URL na tie úplné. Preto by ste mali uprednostniť vyššie ukázané riešenie využívajúce mod_proxy.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred skopírovaním vyššie uvedeného úryvku nastavenia do sekcie Nextcloudu vášho apache.conf zaistite, aby bol zapnutý aj Apache modul mod_rewrite. Ináč váš webový server odmietne (re)štart alebo bude hlásiť: 500 vnútorná chyba serveru. Pamätajte, že toto nastavenie v skutočnosti neumožní používať skrátené URL, iba užívateľov presmeruje zo skrátených URL na tie úplné. Preto by ste mali uprednostniť vyššie ukázané riešenie využívajúce mod_proxy.", "Using nginx's proxy_pass" : "Pomocou proxy_pass z nginx", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Pred tým však, je potrebné zapnúť ngx_http_proxy_module module pre nginx. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Pred tým však, je potrebné zapnúť ngx_http_proxy_module module pre nginx. Inak váš webový server alebo odmietne (re)štart, alebo bude hlásiť: 500 vnútorná chyba serveru.", "Using nginx's rewrite" : "Pomocou rewrite z nginx", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Skopírujte vyššie uvedený úryvok nastavenia do sekcie Nextcloudu { … } vášho nginx.conf. Majte na pamäti, že toto nastavenie vám v skutočnosti nedovolí použiť skrátené URL, iba presmeruje používateľov zo skrátených URL na úplnú URL stránok. Preto by ste mali uprednostniť riešenie využívajúce direktívu proxy_pass uvedenú vyššie.", "Version information" : "Informácie o verzii", @@ -150,9 +155,18 @@ "Created" : "Vytvorené", "Go to website" : "Prejdite na webovú stránku", "Go to website directory" : "Prejdite do priečinka webovej stránky", - "Toggle private website" : "Vypnúť/zapnúť súkromnú webovú stránku", + "Edit website name" : "Upraviť meno webovej stránky", + "Edit private website settings" : "Upraviť súkromné nastavenia webovej stránky", "Delete website" : "Zmazať webstránku", "Actions" : "Akcie", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS pre Nextcloud podporuje verejné aj súkromné ​​webové stránky. Na verejné stránky má prístup každý, bez ohľadu na to, či je prihlásený alebo nie. Ak chcete obmedziť prístup na určitú podskupinu používateľov, vytvorte si súkromnú webovú stránku. Všetci návštevníci súkromnej webovej stránky musia byť prihlásení, inak sa zobrazí chyba „Prístup zakázaný“. Okrem toho musí byť splnená jedna z nasledujúcich podmienok: (1) používateľ má prístup k zdrojovým súborom webovej stránky (tj zdrojový priečinok je zdieľaný s používateľom), (2) používateľ je členom jednej zo skupín uvedených nižšie, alebo (3) používateľ je členom jednej zo skupín uvedených v úvodnej časti YAML požadovanej stránky pomocou meta hodnoty „access“.", + "Website type" : "Typ webovej stránky", + "Public website" : "Verejná webová stránka", + "The website is publicly accessible and requires no authentication whatsoever." : "Webová stránka je prístupná verejne a nevyžaduje žiadne overovanie.", + "Private website" : "Súkromná webová stránka", + "The website requires authentication, access is limited to a subset of all users." : "Webová stránka vyžaduje overenie, prístup je obmedzený pre časť používateľov.", + "Group access" : "Prístup pre skupinu", + "Grant access to all members of the selected groups." : "Povoliť prístup pre všetkých členov vybraných skupín.", "Reload websites list" : "Obnoviť zoznam webstránok", "Create a new website" : "Vytvoriť novú webstránku", "Just fill the form below to create your own personal website." : "Pre vytvorenie vašej osobnej webovej stránky stačí vyplniť nasledujúci formulár.", diff --git a/l10n/sl.js b/l10n/sl.js index 9a3a9771..a6a4a876 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -46,7 +46,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "Pot tega spletišča je shranjena na ne-krajevni shrambi.", "Parent folder of the website's path not found." : "Nadrejene mape oziroma poti spletišča ni mogoče najti.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Omogočanje programa Pico CMS za Nextcloud je spodletelo: ni mogoče najti datoteke »%s«. Prepričajte se, da so nameščene tudi programske odvisnosti. To lahko storite z ukazom »composer install« v namestitve ni mapi »%s«. Potem poskusite program Pico CMS znova omogočiti.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Omogočanje programa Pico CMS za Nextcloud je spodletelo: spletni strežnik nima dovoljenj za ustvarjanje datotek in map znotraj »%s«. Prepričajte se, da ima strežnik odobren dostop do mape s spreminjanjem dovoljenj in lastništva na enake nastavitve, kot jih ima mapa »%s«. Potem poskusite program Pico CMS znova omogočiti.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Ustvarite in objavite svoje spletne strani – s Pico CMS za Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS za Nextcloud](https://github.com/nextcloud/cms_pico) združuje zmogljivosti programa [**Pico**](http://picocms.org/) in spletnega oblaka [**Nextcloud**](https://nextcloud.com/) za ustvarjanje enostavnih, varnih, prilagodljivih in izjemno zmogljivih spletnih strani v zgolj nekaj korakih. Pico je neverjetno enostaven in nedojemljivo hiter datotečni sistem CMS.\n\n* Začnite pisati spletnik\n* Objavite se v svet\n* Ustvarite načrt za svetovno nadvlado in ga delite le s pravimi prijatelji\n* Izgradite zbirko znanja in omogočite izbranim znancem, da vam pri tem pomagajo\n\nNamestitev Pico CMS za Nextcloud omogoča uporabnikom ustvarjanje in upravljanje spletnih strani. Izdelava nove strani je v programu Pico tako enostavna, kot je enostavno pripraviti vsebino v besedilni datoteki. Ni posebnih nastavitev, ni zapletenih vmesnikov za nadzor, ničesar ni, razen datotek. Kot tak je program popolnoma skladen z oblakom Nextcloud. Varna souporaba, sodelovalno delo, nadzor nad dostopom – ne samo za datoteke, ampak tudi za spletne strani, oblikovane skladno s sistemom Pico CMS za Nextcloud! Preskočite ovire med mobilnimi in namiznimi napravami in strežnikom.\n\nSpletne strani so dostopne prek naslovov URL, kot je `https://oblak.domena.si/sites/stranPico/` in so izgrajene iz enostavnih besedilnih datotek »*.md«, ki so spravljene med drugimi datotekami v oblaku. Datoteke »*.md« so oblikovane v zapisu [**Markdown**](https://www.markdownguide.org/) – enostavnem in intuitivnem zapisu za naslove, odstavke, oblikovanje, sezname, slike in povezave. A to sploh ni pomembno, če se s tem ne želite ukvarjati – s programom [Text](https://apps.nextcloud.com/apps/text) oziroma urejevalnikom [Markdown](https://apps.nextcloud.com/apps/files_markdown) je to prav zares mačji kašelj. Morda se sprašujete, kaj je z metapodatki, naslovi strani in datumi objave? Vse je zbrano v mapi spletne strani. K oblikovani vsebini v datotekah, zapisanih v Markdown, je mogoče priložiti še posebno datoteko z metapodatki [**YAML**](https://en.wikipedia.org/wiki/YAML). Izdelava spletnih strani še ni bila bolj enostavna …\n\nA to prav res še ni vse … Program Pico CMS za Nextcloud je izredno prilagodljiv. Lahko spremenite videz s temami in dodajate zmožnosti z vstavki po meri. Iz varnostnih razlogov teh ne morejo dodajati uporabniki sami, lahko pa za njih to stori skrbnik. Vstavki in teme niso zgolj nove »preobleke« in »gradniki«. Tehnologija, ki jih omogoča, vključuje zmogljivosti za res edinstvena spletišča. Vendar pa z veliko močjo pride tudi velika odgovornost. Program Pico CMS onemogoča uporabnikom vključevanje skript, saj lahko predstavljajo varnostna tveganja (tako imenovan »Cross Scripting«). Čeprav se ta nevarnost ne kaže pri programu Pico samem po sebi, se lahko zunanji razvijalci tega niti ne zavedajo. Prav zato previdnost pri nameščanju vstavkov in tem ni nikoli odveč.\n\nŽelite izvedeti več o programu Pico CMS zar Nextcloud? Enostavno! Prejmite in omogočite program v [Trgovini Nextcloud](https://apps.nextcloud.com/apps/cms_pico) in nato preglejte nastavitvene strani programa. Skrbniki bodo našli dva razdelka »Pico CMS« – enega med »Osebnimi« nastavitvami in drugega med »Skrbniškimi«. Slednji vam omogoča dodajanje tem po meri, vstavkov in predlog ter možnost prilagajanja naprednih nastavitev. Razdelek »Pico CMS« med osebnimi pa je enak za vse uporabnike okolja Nextcloud in omogoča ustvarjanje osebnih spletnih strani. Ustvarite prvo in izberite predlogo »sample_pico«. Ustvarili boste stran, ki je hkrati tudi pomoč, kako to stran učinkovito urejati …", @@ -120,20 +119,14 @@ OC.L10N.register( "Delete custom template" : "Izbriši predlogo po meri", "Base template" : "Osnovna predloga", "Template name" : "Ime predloge", - "Configure your webserver" : "Nastavitev spletnega strežnika", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Omogočite vse zmožnosti programa Pico CMS za Nextcloud z ustreznim prilagajanjem spletnega stražnika.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Glede na nastavitve strežnika je uporabnikom omogočen dostop do spletnih mest prek različnih naslovov URL. Privzeto je ta omogočen prek programskega naslova URL, a so ti naslovi pogosto precej dolgi in prav nič prijazni uporabniku. Prav zato je v programu na voljo možnost za krajšanje naslovo do navidezne mape »sites /«. Ta možnost zahteva dodatne nastavitve spletnega strežnika. Pri uporabi strežnika Apache, poskusite uporabiti enega od prvih dveh spodnjih primerov, če uporabljate strežnik nginx, poskusite enega od zadnjih dveh. Če storitve ne razumete najbolje, je priporočljivo stopiti v stik s skrbnikom. Iz varnostnih razlogov te nastavitve včasih niso na voljo in tudi če niso, – še vedno lahko uporabljate Pico CMS in dolge naslove, ki bodo vedno na voljo.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Glede na nastavitve strežnika je uporabnikom omogočen dostop do spletnih mest prek različnih naslovov URL. Privzeto je ta omogočen prek programskega naslova URL, a so ti naslovi pogosto precej dolgi in prav nič prijazni uporabniku. Prav zato je v programu na voljo možnost za krajšanje naslovo do navidezne mape »sites /«. Ta možnost zahteva dodatne nastavitve spletnega strežnika. Pri uporabi strežnika Apache, poskusite uporabiti enega od prvih dveh spodnjih primerov, če uporabljate strežnik nginx, poskusite enega od zadnjih dveh. Če storitve ne razumete najbolje, je priporočljivo stopiti v stik s skrbnikom. Iz varnostnih razlogov te nastavitve včasih niso na voljo in tudi če niso, – še vedno lahko uporabljate Pico CMS in dolge naslove, ki bodo vedno na voljo.", "Enable short website URLs" : "Omogoči kratke naslove URL spletišča", "Full application URLs" : "Poln naslov URL programa", "Short website URLs" : "Kratki naslovi URL spletišča", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po nastavljanju spletnega strežnika za uporabo skrajšanih naslovov URL, izberite ustrezno možnost zgoraj in o tem obvestite uporabnike. Možnosti ni priporočeno omogočiti, če še ni ustrezno nastavljena navidezna mapa »sites /« z uporabo enega od spodnjih načinov.", "Using Apache's mod_proxy" : "V uporabi je posredniški mod_proxy Apache", "Your users' website URLs will look like the following:" : "Uporabniški naslov URL spletišča bo zapisan kot:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte zgornji izrezek nastavitev v razdelek strežnika Nextcloud v datoteki apache.conf. Pred tem je treba omogočiti modula Apache mod_proxy in mod_proxy_http. Če tega ne storite bo spletni strežnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500.", "Using Apache's mod_rewrite" : "Uporaba možnosti Apache mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred kopiranjem izrezka nastavitev v razdelek strežnika Nextcloud v datoteki apache.conf, se prepričajte, da je omogočen modul Apache mod_rewrite. Če tega ne storite bo spletni stražnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500. Upoštevajte, da ta spremenjena nastavitev ne omogoča uporabe skrajševanja naslovov URL, ampak le preusmerja uporabnike s skrajšanih naslovov na celoten naslov URL spletnega mesta. Prednostno je torej bolje uporabiti rešitev mod_proxy.", "Using nginx's proxy_pass" : "Uporaba možnosti nginx proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte zgornji izrezek nastavitev v razdelek strežnika Nextcloud { … } v datoteko nginx.conf. Pred tem je treba omogočiti modul nginxngx_http_proxy_module. Če tega ne storite bo spletni strežnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500.", "Using nginx's rewrite" : "Uporaba možnosti nginx rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Enostavno kopirajte izrezek nastavitev v razdelek strežnika Nextcloud {…} v datoteko nginx.conf. Upoštevajte, da ta spremenjena nastavitev ne omogoča uporabe skrajševanja naslovov URL, ampak le preusmerja uporabnike s skrajšanih naslovov na celoten URL spletnega mesta. Prednostno je torej bolje uporabiti rešitev nginx proxy_pass.", "Version information" : "Podrobnosti različice", @@ -152,7 +145,6 @@ OC.L10N.register( "Created" : "Ustvarjeno", "Go to website" : "Pojdi na spletišče", "Go to website directory" : "Pojdi v mapo spletišča", - "Toggle private website" : "Preklopi zasebnost spletišča", "Delete website" : "Izbriši spletno stran", "Actions" : "Dejanja", "Reload websites list" : "Ponovno naloži seznam spletnih strani", diff --git a/l10n/sl.json b/l10n/sl.json index 86cb6ae7..a3b08455 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -44,7 +44,6 @@ "The website's path is stored on a non-local storage." : "Pot tega spletišča je shranjena na ne-krajevni shrambi.", "Parent folder of the website's path not found." : "Nadrejene mape oziroma poti spletišča ni mogoče najti.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Omogočanje programa Pico CMS za Nextcloud je spodletelo: ni mogoče najti datoteke »%s«. Prepričajte se, da so nameščene tudi programske odvisnosti. To lahko storite z ukazom »composer install« v namestitve ni mapi »%s«. Potem poskusite program Pico CMS znova omogočiti.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Omogočanje programa Pico CMS za Nextcloud je spodletelo: spletni strežnik nima dovoljenj za ustvarjanje datotek in map znotraj »%s«. Prepričajte se, da ima strežnik odobren dostop do mape s spreminjanjem dovoljenj in lastništva na enake nastavitve, kot jih ima mapa »%s«. Potem poskusite program Pico CMS znova omogočiti.", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Ustvarite in objavite svoje spletne strani – s Pico CMS za Nextcloud!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS za Nextcloud](https://github.com/nextcloud/cms_pico) združuje zmogljivosti programa [**Pico**](http://picocms.org/) in spletnega oblaka [**Nextcloud**](https://nextcloud.com/) za ustvarjanje enostavnih, varnih, prilagodljivih in izjemno zmogljivih spletnih strani v zgolj nekaj korakih. Pico je neverjetno enostaven in nedojemljivo hiter datotečni sistem CMS.\n\n* Začnite pisati spletnik\n* Objavite se v svet\n* Ustvarite načrt za svetovno nadvlado in ga delite le s pravimi prijatelji\n* Izgradite zbirko znanja in omogočite izbranim znancem, da vam pri tem pomagajo\n\nNamestitev Pico CMS za Nextcloud omogoča uporabnikom ustvarjanje in upravljanje spletnih strani. Izdelava nove strani je v programu Pico tako enostavna, kot je enostavno pripraviti vsebino v besedilni datoteki. Ni posebnih nastavitev, ni zapletenih vmesnikov za nadzor, ničesar ni, razen datotek. Kot tak je program popolnoma skladen z oblakom Nextcloud. Varna souporaba, sodelovalno delo, nadzor nad dostopom – ne samo za datoteke, ampak tudi za spletne strani, oblikovane skladno s sistemom Pico CMS za Nextcloud! Preskočite ovire med mobilnimi in namiznimi napravami in strežnikom.\n\nSpletne strani so dostopne prek naslovov URL, kot je `https://oblak.domena.si/sites/stranPico/` in so izgrajene iz enostavnih besedilnih datotek »*.md«, ki so spravljene med drugimi datotekami v oblaku. Datoteke »*.md« so oblikovane v zapisu [**Markdown**](https://www.markdownguide.org/) – enostavnem in intuitivnem zapisu za naslove, odstavke, oblikovanje, sezname, slike in povezave. A to sploh ni pomembno, če se s tem ne želite ukvarjati – s programom [Text](https://apps.nextcloud.com/apps/text) oziroma urejevalnikom [Markdown](https://apps.nextcloud.com/apps/files_markdown) je to prav zares mačji kašelj. Morda se sprašujete, kaj je z metapodatki, naslovi strani in datumi objave? Vse je zbrano v mapi spletne strani. K oblikovani vsebini v datotekah, zapisanih v Markdown, je mogoče priložiti še posebno datoteko z metapodatki [**YAML**](https://en.wikipedia.org/wiki/YAML). Izdelava spletnih strani še ni bila bolj enostavna …\n\nA to prav res še ni vse … Program Pico CMS za Nextcloud je izredno prilagodljiv. Lahko spremenite videz s temami in dodajate zmožnosti z vstavki po meri. Iz varnostnih razlogov teh ne morejo dodajati uporabniki sami, lahko pa za njih to stori skrbnik. Vstavki in teme niso zgolj nove »preobleke« in »gradniki«. Tehnologija, ki jih omogoča, vključuje zmogljivosti za res edinstvena spletišča. Vendar pa z veliko močjo pride tudi velika odgovornost. Program Pico CMS onemogoča uporabnikom vključevanje skript, saj lahko predstavljajo varnostna tveganja (tako imenovan »Cross Scripting«). Čeprav se ta nevarnost ne kaže pri programu Pico samem po sebi, se lahko zunanji razvijalci tega niti ne zavedajo. Prav zato previdnost pri nameščanju vstavkov in tem ni nikoli odveč.\n\nŽelite izvedeti več o programu Pico CMS zar Nextcloud? Enostavno! Prejmite in omogočite program v [Trgovini Nextcloud](https://apps.nextcloud.com/apps/cms_pico) in nato preglejte nastavitvene strani programa. Skrbniki bodo našli dva razdelka »Pico CMS« – enega med »Osebnimi« nastavitvami in drugega med »Skrbniškimi«. Slednji vam omogoča dodajanje tem po meri, vstavkov in predlog ter možnost prilagajanja naprednih nastavitev. Razdelek »Pico CMS« med osebnimi pa je enak za vse uporabnike okolja Nextcloud in omogoča ustvarjanje osebnih spletnih strani. Ustvarite prvo in izberite predlogo »sample_pico«. Ustvarili boste stran, ki je hkrati tudi pomoč, kako to stran učinkovito urejati …", @@ -118,20 +117,14 @@ "Delete custom template" : "Izbriši predlogo po meri", "Base template" : "Osnovna predloga", "Template name" : "Ime predloge", - "Configure your webserver" : "Nastavitev spletnega strežnika", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Omogočite vse zmožnosti programa Pico CMS za Nextcloud z ustreznim prilagajanjem spletnega stražnika.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Glede na nastavitve strežnika je uporabnikom omogočen dostop do spletnih mest prek različnih naslovov URL. Privzeto je ta omogočen prek programskega naslova URL, a so ti naslovi pogosto precej dolgi in prav nič prijazni uporabniku. Prav zato je v programu na voljo možnost za krajšanje naslovo do navidezne mape »sites /«. Ta možnost zahteva dodatne nastavitve spletnega strežnika. Pri uporabi strežnika Apache, poskusite uporabiti enega od prvih dveh spodnjih primerov, če uporabljate strežnik nginx, poskusite enega od zadnjih dveh. Če storitve ne razumete najbolje, je priporočljivo stopiti v stik s skrbnikom. Iz varnostnih razlogov te nastavitve včasih niso na voljo in tudi če niso, – še vedno lahko uporabljate Pico CMS in dolge naslove, ki bodo vedno na voljo.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Glede na nastavitve strežnika je uporabnikom omogočen dostop do spletnih mest prek različnih naslovov URL. Privzeto je ta omogočen prek programskega naslova URL, a so ti naslovi pogosto precej dolgi in prav nič prijazni uporabniku. Prav zato je v programu na voljo možnost za krajšanje naslovo do navidezne mape »sites /«. Ta možnost zahteva dodatne nastavitve spletnega strežnika. Pri uporabi strežnika Apache, poskusite uporabiti enega od prvih dveh spodnjih primerov, če uporabljate strežnik nginx, poskusite enega od zadnjih dveh. Če storitve ne razumete najbolje, je priporočljivo stopiti v stik s skrbnikom. Iz varnostnih razlogov te nastavitve včasih niso na voljo in tudi če niso, – še vedno lahko uporabljate Pico CMS in dolge naslove, ki bodo vedno na voljo.", "Enable short website URLs" : "Omogoči kratke naslove URL spletišča", "Full application URLs" : "Poln naslov URL programa", "Short website URLs" : "Kratki naslovi URL spletišča", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Po nastavljanju spletnega strežnika za uporabo skrajšanih naslovov URL, izberite ustrezno možnost zgoraj in o tem obvestite uporabnike. Možnosti ni priporočeno omogočiti, če še ni ustrezno nastavljena navidezna mapa »sites /« z uporabo enega od spodnjih načinov.", "Using Apache's mod_proxy" : "V uporabi je posredniški mod_proxy Apache", "Your users' website URLs will look like the following:" : "Uporabniški naslov URL spletišča bo zapisan kot:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte zgornji izrezek nastavitev v razdelek strežnika Nextcloud v datoteki apache.conf. Pred tem je treba omogočiti modula Apache mod_proxy in mod_proxy_http. Če tega ne storite bo spletni strežnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500.", "Using Apache's mod_rewrite" : "Uporaba možnosti Apache mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Pred kopiranjem izrezka nastavitev v razdelek strežnika Nextcloud v datoteki apache.conf, se prepričajte, da je omogočen modul Apache mod_rewrite. Če tega ne storite bo spletni stražnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500. Upoštevajte, da ta spremenjena nastavitev ne omogoča uporabe skrajševanja naslovov URL, ampak le preusmerja uporabnike s skrajšanih naslovov na celoten naslov URL spletnega mesta. Prednostno je torej bolje uporabiti rešitev mod_proxy.", "Using nginx's proxy_pass" : "Uporaba možnosti nginx proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Kopirajte zgornji izrezek nastavitev v razdelek strežnika Nextcloud { … } v datoteko nginx.conf. Pred tem je treba omogočiti modul nginxngx_http_proxy_module. Če tega ne storite bo spletni strežnik zavračal (ponovni) zagon, ali povzročal notranjo napako strežnika 500.", "Using nginx's rewrite" : "Uporaba možnosti nginx rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Enostavno kopirajte izrezek nastavitev v razdelek strežnika Nextcloud {…} v datoteko nginx.conf. Upoštevajte, da ta spremenjena nastavitev ne omogoča uporabe skrajševanja naslovov URL, ampak le preusmerja uporabnike s skrajšanih naslovov na celoten URL spletnega mesta. Prednostno je torej bolje uporabiti rešitev nginx proxy_pass.", "Version information" : "Podrobnosti različice", @@ -150,7 +143,6 @@ "Created" : "Ustvarjeno", "Go to website" : "Pojdi na spletišče", "Go to website directory" : "Pojdi v mapo spletišča", - "Toggle private website" : "Preklopi zasebnost spletišča", "Delete website" : "Izbriši spletno stran", "Actions" : "Dejanja", "Reload websites list" : "Ponovno naloži seznam spletnih strani", diff --git a/l10n/sr.js b/l10n/sr.js index be67b6b4..7400f10d 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -2,10 +2,55 @@ OC.L10N.register( "cms_pico", { "Copy" : "Копија", + "Confirm website deletion" : "Потврди брисање веб сајта", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Ова операција ће обрисати веб сајт „{name}”. Међутим, сав његов садржај ће и даље бити доступан на вашем Nextcloud серверу.", + "Choose website directory" : "Изаберите директоријум веб сајта", "Abort" : "Прекини", "Save" : "Сачувај", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Тражени веб сајт не може да се нађе на серверу. Да није обрисан?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Изгледа да је структура директоријума и фајлова овог веб сајта неисправна па не може да му се приступи.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Немате приступ овом приватном веб сајту. Можда је дељење избрисано или му је истекао рок трајања?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Овај веб сајт се хостује на складишту које није локално, па не може да му се приступи.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Овај веб сајт користи тему која не може да се нађе на серверу, тако да не може да се изгради.", + "This website uses a incompatible theme and thus could not be built." : "Овај веб сајт користи некомпатибилну тему , тако да не може да се изгради.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Тражена страница веб сајта не може да се пронађе на серверу. Да није обрисана?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Немате приступ овој страници веб сајта. Можда је дељење избрисано или му је истекао рок трајања?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Тражена страница веб сајта не може да се изгради, па сервер није у стању да доврши ваш захтев.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Изгледа да је структура директоријума и фајлова овог веб сајта неисправна па не може да му се приступи.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Тражени ресурс веб сајта не може да се пронађе на серверу. Да није обрисан?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Немате приступ овом ресурсу веб сајта. Можда је дељење избрисано или му је истекао рок трајања?", + "Plugin not found." : "Није пронађен додатак.", + "Plugin exists already." : "Додатак већ постоји.", + "Template not found." : "Шаблон није пронађен.", + "Template exists already." : "Шаблон већ постоји.", + "Theme not found." : "Није пронађена тема.", + "Theme exists already." : "Тема већ постоји.", + "Website exists." : "Веб сајт постоји.", + "No permission." : "Нема дозволе.", + "The value given is invalid." : "Наведена вредност није исправна.", + "Website not found." : "Није пронађен веб сајт.", + "Local (unencrypted)" : "Локално (нешифрирано)", "Location" : "Локација", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Некомпатибилни додатак: није пронађен фајл додатка „{file}”.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Некомпатибилни додатак: грешка PHP парсирања у фајлу „{file}”.", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Некомпатибилни додатак: није пронађена класа додатка „{class}”.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Некомпатибилни додатак: додаци за Pico CMS за Nextcloud морају да користе једну од API верзија {compatApiVersions}, али овај додатак користи API верзију {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Некомпатибилни шаблон: није пронађен потребан директоријум „{file}”.", + "Incompatible theme: Twig template \"{file}\" not found." : "Некомпатибилна тема: није пронађе Twig шаблон „{file}”.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Некомпатибилна тема: теме за Pico CMS за Nextcloud морају да користе једну од API верзија {compatApiVersions}, али ова тема користи API верзију {apiVersion}.", + "The name of the website must be longer." : "Назив веб сајта мора бити дужи.", + "The name of the website is too long." : "Назив веб сајта је сувише дугачак.", + "The identifier of the website must be longer." : "Идентификатор веб сајта мора бити дужи.", + "The identifier of the website is too long." : "Идентификатор веб сајта је сувише дугачак.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Идентификатор сајта сме да садржи само мале алфанумеричке карактере.", + "The path of the website is invalid." : "Путања веб сајта није исправна.", + "The website's path is stored on a non-local storage." : "Путања веб сајта је сачувана на скалдишту које није локално.", + "Parent folder of the website's path not found." : "Није пронађен фолдер родитељ путање веб сајта.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Pico CMS за Nextcloud није могао да се укључи: не може да се пронађе „%s”. Обезбедите да су све зависности апликације инсталиране тако што ћете извршити `composer install` у инсталационом директоријуму апликације под „%s”. Затим поново покушајте да укључите Pico CMS за Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Pico CMS за Nextcloud није могао да се укључи: веб сервер нам дозволу да креира фајлове и фолдере у „%s”. Обезбедите да је веб серверу дозвољено право уписа у овај директоријум тако што ћете променити његове дозволе и власништво на исто као за ваш директоријум „%s”. Затим поново покушајте да укључите Pico CMS за Nextcloud.", "Pico CMS" : "Пико CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Креирајте и објавите сопствене веб сајтове - са Pico CMS за Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS за Nextcloud](https://github.com/nextcloud/cms_pico) комбинује снагу [**Pico**](http://picocms.org/) и [**Nextcloud**](https://nextcloud.com/) за креирање једноставних, сигурних, дељивих и врло моћних веб сајтова коришћењем само неколико кликова. Pico је глупаво једноставан, ултра брзи, CMS са простим фајловима - који чини веб једноставним.\n\n* Почните блог\n* Поделите свој резиме са светом\n* Креирајте план за доминацију светом и поделите га само са правим пријатељима\n* Изградите базу знања и омогућите да паметни међу вашим колегама помогну\n\nИнсталирање Pico CMS за Nextcloud омогућава вашим корисницима да креирају и управљају сопственим веб сајтовима. Креирање нове странице помоћу Pico није ништа више од креирања простог текст фајла у корисниковим Nextcloud фајловима. Није потребна никаква конфигурација, нема бескрајно сложених интерфејса за управљање - само фајлови. Савршено се слаже са Nextcloud. Сигурно дељење, сарадња, контрола приступа - не само за ваше фајлове, већ и за ваше веб сајтове, све то обезбеђује Pico CMS за Nextcloud! Брише границе између ваших мобилних и десктоп уређаја и вашег сервера.\n\nВеб сајтовима ће моћи да се приступи преко URL адреса као што је `https://cloud.example.com/sites/my_site/` и састоје се од гомиле `.md` текст фајлова у корисниковим Nextcloud фајловима. `.md` значи [**Markdown**](https://www.markdownguide.org/) - супер једноставно и интуитивно маркирање којим се праве наслови, пасуси, форматирање текста, листе, слике и линкови. Али не очајавајте - нема потребе да научите још један језик ако то не желите. Размотрите могућност да укључите Nextcloud апликацију [Markdown едитор](https://apps.nextcloud.com/apps/files_markdown) којом се лаке ствари праве глупаво једноставним. Имајте на уму да уграђени Nextcloud Текст едитор није компатибилан са Pico CMS за Nextcloud. Али шта је са метаподацима као што су наслов странице или датум објављивања? Право погађате, све је то на једном месту. На врху ваших Markdown фајлова можете да поставите блок са таквим метаподацима - он се назива [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Креирање веб сајтова не може бити једноставније…\n\nАли то није све… Pico CMS за Nextcloud се врло лако прилагођава. Изглед Pico апликације можете променити употребом произвољних тема, а нове функционалности можете да додате употребом додатака. Из разлога безбедности, сами корисници не могу да додају ни произвољне теме ни додатке - али као админ, можете ви. Додаци и теме нису само нове „коже” или „виџети”, технологије испод хаубе су моћни оквири које можете да искористите и тако учините да веб сајтови ваших корисника буду заиста јединствени. Међутим, уз велику моћ иде и велика одговорност. Pico CMS за Nextcloud се максимално труди да спречи кориснике да умећу скрипте у веб сајтове, јер то представља безбедносни ризик (такозвани „Cross Scripting”). Пошто се тај ризик не односи на сам Pico, програмери додатака и тема треће стране можда нису свесни овог проблема - тако да будите опрезни када инсталирате прилагођене теме и додатке.\n\nЖелите ли да научите још у вези са Pico CMS за Nextcloud? Просто! Само преузмите и инсталирајте апликацију са [Nextcloud Продавнице апликација](https://apps.nextcloud.com/apps/cms_pico) и отворите страницу са Nextcloud подешавањима. Као админ, пронаћи ћете два „Pico CMS” одељка у својим Nextcloud подешавањима - једно под „Лична”, а друго под „Администрација”. Ово друго вам омогућава да у Pico додате прилагођене теме, додатке и шаблоне, као и да подесите нека напредна подешавања. „Pico CMS” одељак под „Лично” постоји за све Nextcloud кориснике и омогућава им да креирају личне веб сајтове. Једноставно креирајте свој први веб сајт и изаберите „sample_pico” као шаблон веб сајта. Садржај за пример програма Pico' ће вам објаснити све што је потребно да знате…", "Access forbidden" : "Забрањен приступ", "Back to %s" : "Назад на %s", "Not found" : "Није нађено", @@ -22,21 +67,122 @@ OC.L10N.register( "File: %s" : "Фајл: %s", "Line: %s" : "Линија: %s", "Trace" : "Траг", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Ваша Nextcloud инсталација није компатибилна са Pico CMS за Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Неке од ваших апликација имају познате некомпатибилности са Pico CMS за Nextcloud. Ово није ничија грешка, нити треба да се криви Nextcloud или конфликтна апликација, то је просто неко техничко ограничење инфраструктуре Nextcloud апликација које не можемо да решимо на кратак рок. Али радимо на решењу! У међувремену морате да уклоните конфликтне апликације. Познате конфликтне апликације су Шаблон проблема” и „Услови услуге”.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Ако видите грешку \"Call to undefined method ParsedownExtra::textElements()\" у Nextcloud дневницима чак и након уклањања свих конфликтних апликација, не оклевајте да отворите нови проблем на GitHub са копијом грешке, заједно са трагом стека и комплетном листом инсталираних апликација.", + "Pico CMS for Nextcloud" : "Pico CMS за Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Промените понашање апликације Pico CMS за Nextcloud и управљајте опционалним могућностима.", "Limit to groups" : "Ограничи на групе", + "Loading groups…" : "Учитавање група...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Ако не желите да сви ваши корисници могу да креирају личне веб сајтове, Pico CMS за Nextcloud можете да ограничите на одређене групе. Изаберите групе на које желите да ограничите могућност приступа. Ако ово поље оставите празно, употреба се не ограничава. Укидање приступа одређеним групама неће обрисати ниједан кориснички веб сајт, међутим, они више неће бити доступни.", "Custom themes" : "Произвољне теме", + "Add custom themes for greater individuality and style." : "Додајте произвољне теме за већу индивидуалност и стил.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS за Nextcloud вам омогућава да додате произвољне теме и тако добијете већу индивидуалност и другачији стил. Међутим, из разлога безбедности, сами корисници не могу да додају произвољне теме. Пре него што будете у стању да употребом дугмета „Додај произвољну тему” испод додате произвољну тему, мораћете да опремите све њене фајлове у фолдер са подацима ваше Nextcloud инстанце. Након отпремања теме, она ће се појавити у доњем формулару и корисници ће моћи да је изаберу. Ако желите да измените неку од раније додатих произвољних тема, једноставно уредите одговарајуће фајлове у Nextcloud фолдеру са подацима. Да би измене ступиле на снагу, морате да притиснете дугме „Поново учитај произвољну тему” поред уређене теме у доњем формулару.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Пре него што додате нову произвољну тему, отпремите све њене фајлове нови фолдер у следећем фолдеру. Ако желите да уредите једну од својих прилагођених тема, такође погледајте овај директоријум.", + "Loading themes…" : "Учитавају се теме...", "Add custom theme" : "Додај произвољну тему", + "Reload themes list" : "Поново учитај листу тема", + "Compatible theme." : "Компатибилна тема.", + "System theme" : "Системска тема", + "Copy system theme" : "Копирај системску тему", + "Custom theme" : "Произвољна тема", + "Reload custom theme" : "Поново учитај произвољну тему", + "Copy custom theme" : "Копирај произвољну тему", "Delete custom theme" : "Обриши произвољну тему", + "Base theme" : "Основна тема", + "Theme name" : "Назив теме", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Дошло је до неочекиване грешке током извршавања ове акције. Молимо вас да погледате Nextclоud дневнике.", + "Error: {error}" : "Грешка: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Наишло се на неочекивано {exception}: {exceptionMessage}", + "Custom plugins" : "Произвољни додатак", + "Add custom plugins to reach for Pico's full potential." : "Додајте произвољне додатке и развијте пуни потенцијал програма Pico.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS за Nextcloud вам омогућава да додате произвољне додатке и тако у потпуности искористите сву снагу програма Pico. Додаци раде на глобалном нивоу, тј. додавање произвољног додатка га укључује за веб сајтове свих ваших корисника. Пре него што додате нови прилагођени додатак употребом дугмета „Додај произвољни додатак” испод, морадте да отпремите све фајлове додатка у фолдер са подацима ваше Nextcloud инстанце. Након отпремања додатка, он ће се појавити у формулару испод и моћи ћете да га укључите. Ако желите да ажурирате један од ваших ранијих произвољних додатака, јеноставно замените фајлове додатка у Nextcloud фолдеру података. Да би измене ступиле на снагу, морате да кликнете на дугме „Поново учитај прилагођени додатак поред ажурираног додатка у формулару испод.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Пре него што додате нови произвољни додатак, отпремите све фајлове додатка у нови фолдер унутар следећег директоријума. Ако ђелите да ажурирате неки од ваших произвољних додатака, такође погледајте у овај директоријум. Молимо вас да имате на уму да име фолдера додатка мора стриктно да се подудара са именом додатка, у супротном ће Pico одбити да укључи додатак.", + "Loading plugins…" : "Учитавање додатака...", + "Add custom plugin" : "Додај произвољни додатак", + "Reload plugins list" : "Поново учитај листу додатака", + "Compatible plugin." : "Компатибилан додатак.", + "Example plugin" : "Пример додатак", + "Copy example plugin" : "Копирај пример додатак", + "System plugin" : "Системски додатак", + "Custom plugin" : "Произвољни додатак", + "Reload custom plugin" : "Поново учитај произвољни додатак", + "Delete custom plugin" : "Обриши произвољни додатак", + "Base plugin" : "Основни додатак", + "Plugin name" : "Назив додатка", "Custom templates" : "Произвољни шаблони", + "Make it easier for users to create new websites." : "Олакшајте корисницима креирање нових веб сајтова.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Креирање нових веб сајтова може да буде тешко - одакле уопште да се почне? Произвољни шаблони корисницима служе као почетна тачка при креирању новог веб сајта употребом Pico CMS за Nextcloud. Пре него што додате нови произвољни шаблон употребом дугмета „Додај произвољни шаблон” испод, морате да отпремите све фајлове шаблона у фолдер података ваше Nextcloud инстанце. Након отпремања шаблона, он ће се појавити у формулару испод и моћи ћете да га додате у формулар „Креирај нови веб сајт” ваших корисника. Ако желите да измените неки од произвољних формулара које сте раније додали, једноставно измените одговарајуће фајлове у Nextcloud фолдеру са подацима.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Пре додавања новог произвољног шаблона, отпремите све фајлове шаблона у нови фолдер унутар следећег директоријума:", + "Loading templates…" : "Учитавање шаблона...", "Add custom template" : "Додај произвољни шаблон", + "Reload templates list" : "Поново учитај листу шаблона", + "Compatible template." : "Компатибилни шаблон.", + "System template" : "Системски шаблон", + "Copy system template" : "Копирај системски шаблон", + "Custom template" : "Произвољни шаблон", + "Copy custom template" : "Копирај произвољни шаблон", "Delete custom template" : "Обриши произвољни шаблон", + "Base template" : "Основни шаблон", + "Template name" : "Назив шаблона", + "Configure your web server" : "Конфигуришите свој веб сервер", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Омогућите пун потенцијал апликације Pico CMS за Nextcloud тако што ћете исправно подесити свој веб сервер.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "У зависности од конфигурације вашег веб сервера, корисници могу да приступе својим веб сајтовима користећи различите URL адресе. Подразумевано, корисници могу да приступе својим веб сајтовима употребом пуне URL адресе Pico CMS за Nextcloud апликације. Међутим, ове URL адресе су прилично дугачке и нису баш прилагођене корисницима. Из тог разлога, Pico CMS за Nextcloud такође подржава скраћене URL адресе које искоришћавају виртуелни „sites/” фолдер. Међутим, да би се ова могућност искористила, потребна су додатна подешавања конфигурације вашег веб сервера. Ако користите Apache веб сервер, пробајте један од прва два примера приказана испод. Ако користите nginx веб сервер, пробајте један од последња два примера. Ако уопште не разумете шта се дешава, обратите се свом администратору сервера и пошаљите му информације приказане испод. Ако вам он одговори да то није могуће, не очајавајте - још увек можете да користите пуне URL адресе апликације Pico CMS за Nextcloud, оне увек раде без икаквих додатних подешавања.", + "Enable short website URLs" : "Укључи кратке URL адресе веб сајтова", + "Full application URLs" : "Пуне URL адресе апликације", + "Short website URLs" : "Кратке URL адресе веб сајтова", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Када сте подесили свој веб сервер тако да се укључе скраћене URL адресе, требало би да изаберете одговарајућу опцију изнад тако да ваши корисници знају за ову могућност. Немојте да укључујете ову опцију ако још увек нисте конфигурисали виртуелни „sites/” фолдер користећи један од примера конфигурације који су приказани испод.", + "Using Apache's mod_proxy" : "Користи се Apache mod_proxy", + "Your users' website URLs will look like the following:" : "URL адресе веб сајтова ваших корисника ће изгледати овако:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирајте горњи комад конфигурације у Nextcloud одељак вашег apache.conf фајла. Пре него што то урадите морате да укључите Apache модуле mod_proxy и mod_proxy_http. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Користи се Apache mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Пре него што копирате горњи комад конфигурације у Nextcloud одељак вашег apache.conf фајла, обезбедите да је укључен Apache mod_rewrite модул. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error. Молимо вас да имате на уму да вам ова конфигурација уствари неће омогућити употребу скраћених URLадреса, већ само преусмерава кориснике са скраћених URL адреса на пуне URL адресе сајта. Стога би било боље да употребите mod_proxy решење приказано изнад.", + "Using nginx's proxy_pass" : "Користи се nginx proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирајте горњи комад конфигурације у Nextcloud серверски { … } одељак вашег nginx.conf фајла. Пре него што то урадите, морате да укључите nginx ngx_http_proxy_module модул. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error.", + "Using nginx's rewrite" : "Користи се nginx rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Једноставно копирајте горњи комад конфигурације у Nextcloud серверски { … } одељак вашег nginx.conf фајла. Молимо вас да имате на уму да вам ова конфигурација уствари неће омогућити употребу скраћених URLадреса, већ само преусмерава кориснике са скраћених URL адреса на пуне URL адресе сајта. Стога би било боље да употребите решење које користи nginx proxy_pass директиву приказано изнад.", + "Version information" : "Информација о верзији", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS за Nextcloud су направили Максенс Ланг и Данијел Рудолф.
То је слободан софтвер отвореног кода објављен у сагласности са GNU Affero Општој Јавној Лиценци.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico су направили Гилберт Пелегром и Данијел Рудолф и одржава га Pico заједница.
То је слободан софтвер отвореног кода који је објављен у сагласности са MIT лиценцом.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS за Nextcloud комбинује снагу Pico и Nextcloud за креирање простих, сигурних, дељивих и врло моћних веб сајтова коришћењем само неколико кликова. Pico је глупаво једноставан, ултра брз, CMS са простим фајловима - који веб чини једноставним!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Почните блог, поделите свој резиме са светом, креирајте план за доминацију светом и поделите га само са правим пријатељима или изградите базу знања и омогућите да паметни међу вашим колегама помогну. Pico CMS за Nextcloud вам омогућава да креирате и управљате сопственим веб сајтовима. Креирање нове странице помоћу Pico није ништа више од креирања простог текст фајла у корисниковим Nextcloud фајловима. Није потребна никаква конфигурација, нема бескрајно сложених интерфејса за управљање - само фајлови. Савршено се слаже са Nextcloud. Сигурно дељење, сарадња, контрола приступа - не само за ваше фајлове, већ и за ваше веб сајтове, све то обезбеђује Pico CMS за Nextcloud! Брише границе између ваших мобилних и десктоп уређаја и вашег сервера.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Веб сајт се састоји се од гомиле .md текст фајлова у вашим Nextcloud фајловима. .md значи Markdown - супер једноставно и интуитивно маркирање којим се праве наслови, пасуси, форматирање текста, листе, слике и линкови. Али не очајавајте - нема потребе да научите још један језик ако то не желите. Размотрите могућност да укључите Nextcloud апликацију Markdown едитор којом се лаке ствари праве глупаво једноставним. Имајте на уму да уграђени Nextcloud Текст едитор није компатибилан са Pico CMS за Nextcloud. Али шта је са метаподацима као што су наслов странице или датум објављивања? Право погађате, све је то на једном месту. На врху ваших Markdown фајлова можете да поставите блок са таквим метаподацима - он се назива YAML Front Matter. Креирање веб сајтова не може бити једноставније…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Желите ли да научите још у вези са Pico CMS за Nextcloud? Просто! Једноставно креирајте свој први веб сајт и изаберите „sample_pico” као шаблон веб сајта. Садржај за пример програма Pico' ће вам објаснити све што је потребно да знате…", + "You will be able to access your websites using URLs like the following:" : "Својим веб сајтовима ћете моћи да приступите користећи URL адресе као што је следећа:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud админ је ограничио приступ Pico CMS за Nextcloud само одређеним групама. Нажалост, ви немате право да креирате личне веб сајтове. Још увек имате приступ сајтовима осталих корисника, могуће и приватним. Ако сте раније имали дозволу да креирате веб сајтове, не морате да бринете за своје податке: ништа није изгубљено. Међутим, нико неће моћи да приступи вашим приватним веб сајтовима и када се то покуша, исписује се грешка „Веб сајт не може да се пронађе”.", + "Loading websites…" : "Учитавање веб сајтова...", "Name" : "Назив", "Path" : "Путања", "Theme" : "Тема", "Created" : "Направљен", + "Go to website" : "Иди на веб сајт", + "Go to website directory" : "Иди у директоријум веб сајтова", + "Edit website name" : "Уреди назив веб сајта", + "Edit private website settings" : "Уреди приватна подешавања веб сајта", "Delete website" : "Обриши веб сајт", "Actions" : "Радње", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS за Nextcloud подржава и јавне и приватне веб сајтове. Свако може да приступи јавним веб сајтовима, без обзира на то да ли је пријављен или не. Ако приступ желите да ограничите само на одређени подксуп корисника, креирајте приватни веб сајт. Сви посетиоци приватног сајта морају бити пријављени, у супротном се приказује грешка „Забрањен приступ”. Уз то, још један од следећа три услова мора да буде задовољен: (1) корисник има приступ изворним фајловима веб сајта (тј. фолдер са изворима је подељен са корисником), (2) корисник је члан једне од група наведених испод, или (3) корисник је члан једне од група наведених у YAML Front Matter тражене странице помоћу „access” мета вредности.", + "Website type" : "Тип веб сајта", + "Public website" : "Јавни веб сајт", + "The website is publicly accessible and requires no authentication whatsoever." : "Веб сајт је јавно доступан и није потребна никаква аутентификација.", + "Private website" : "Приватни веб сајт", + "The website requires authentication, access is limited to a subset of all users." : "Веб сајт захтева аутентификацију, приступ је ограничен само на подскуп свих корисника.", + "Group access" : "Групни приступ", + "Grant access to all members of the selected groups." : "Приступ је дозвољен свим члановима изабраних група.", + "Reload websites list" : "Поново учитај листу веб сајтова", "Create a new website" : "Направи нови веб сајт", + "Just fill the form below to create your own personal website." : "Једноставно испуните формулар испод и креирајте свој лични веб сајт.", + "My example website" : "Пример мог веб сајта", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Овде можете да наведете назив свог личног веб сајта. Тај назив ће се користити као назив веб сајта, који се често приказује у заглављу сајта.", + "Identifier" : "Идентификатор", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Идентификатор вашег веб сајта прописује и адресу веб сајта (URL) и назив директоријума у којем ће се смештати фајлови сајта (и странице и ресурси). Идентификатор веб сајта мора да се састоји само од малих слова и бројева, цртице и доње црте (a-z, 0-9, - и _).", "Address" : "Адреса", + "You will be able to access your website using the address (URL) shown above." : "Свом веб сајту ћете моћи да приступите користећи адресу (URL) која је приказана изнад.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Када креира нови веб сајт, Pico CMS за Nextcloud копира шаблон веб сајта у следећи нови директоријум на вашем Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Можете да користите једну од испоручених тема и тако додатно истакнете индивидуалност и стил. Ако желите да користите неку другу тему, обратите се свом Nextcloud админу - такође постоји могућност да се дода и ваша омиљена тема!", + "Template" : "Шаблон", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Шаблони служе као почетна тачка код креирања новог веб сајта. Сви шаблони се састоје од директоријума „content” (за ваше странице) и „assets” директоријума (за ресурсе вашег веб сајта), који ће се копирати у фолдер вашег Nextcloud који је наведен изнад.", + "Create new website" : "Креирај нови веб сајт", "Loading…" : "Учитавам…" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json index dd2e08d8..99c606f3 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -1,9 +1,54 @@ { "translations": { "Copy" : "Копија", + "Confirm website deletion" : "Потврди брисање веб сајта", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Ова операција ће обрисати веб сајт „{name}”. Међутим, сав његов садржај ће и даље бити доступан на вашем Nextcloud серверу.", + "Choose website directory" : "Изаберите директоријум веб сајта", "Abort" : "Прекини", "Save" : "Сачувај", + "The requested website could not be found on the server. Maybe the website was deleted?" : "Тражени веб сајт не може да се нађе на серверу. Да није обрисан?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Изгледа да је структура директоријума и фајлова овог веб сајта неисправна па не може да му се приступи.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Немате приступ овом приватном веб сајту. Можда је дељење избрисано или му је истекао рок трајања?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Овај веб сајт се хостује на складишту које није локално, па не може да му се приступи.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Овај веб сајт користи тему која не може да се нађе на серверу, тако да не може да се изгради.", + "This website uses a incompatible theme and thus could not be built." : "Овај веб сајт користи некомпатибилну тему , тако да не може да се изгради.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "Тражена страница веб сајта не може да се пронађе на серверу. Да није обрисана?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Немате приступ овој страници веб сајта. Можда је дељење избрисано или му је истекао рок трајања?", + "The requested website page could not be built, so that the server was unable to complete your request." : "Тражена страница веб сајта не може да се изгради, па сервер није у стању да доврши ваш захтев.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Изгледа да је структура директоријума и фајлова овог веб сајта неисправна па не може да му се приступи.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "Тражени ресурс веб сајта не може да се пронађе на серверу. Да није обрисан?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Немате приступ овом ресурсу веб сајта. Можда је дељење избрисано или му је истекао рок трајања?", + "Plugin not found." : "Није пронађен додатак.", + "Plugin exists already." : "Додатак већ постоји.", + "Template not found." : "Шаблон није пронађен.", + "Template exists already." : "Шаблон већ постоји.", + "Theme not found." : "Није пронађена тема.", + "Theme exists already." : "Тема већ постоји.", + "Website exists." : "Веб сајт постоји.", + "No permission." : "Нема дозволе.", + "The value given is invalid." : "Наведена вредност није исправна.", + "Website not found." : "Није пронађен веб сајт.", + "Local (unencrypted)" : "Локално (нешифрирано)", "Location" : "Локација", + "Incompatible plugin: Plugin file \"{file}\" not found." : "Некомпатибилни додатак: није пронађен фајл додатка „{file}”.", + "Incompatible plugin: PHP parse error in file \"{file}\"." : "Некомпатибилни додатак: грешка PHP парсирања у фајлу „{file}”.", + "Incompatible plugin: Plugin class \"{class}\" not found." : "Некомпатибилни додатак: није пронађена класа додатка „{class}”.", + "Incompatible plugin: Plugins for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this plugin uses API version {apiVersion}." : "Некомпатибилни додатак: додаци за Pico CMS за Nextcloud морају да користе једну од API верзија {compatApiVersions}, али овај додатак користи API верзију {apiVersion}.", + "Incompatible template: Required directory \"{file}\" not found." : "Некомпатибилни шаблон: није пронађен потребан директоријум „{file}”.", + "Incompatible theme: Twig template \"{file}\" not found." : "Некомпатибилна тема: није пронађе Twig шаблон „{file}”.", + "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Некомпатибилна тема: теме за Pico CMS за Nextcloud морају да користе једну од API верзија {compatApiVersions}, али ова тема користи API верзију {apiVersion}.", + "The name of the website must be longer." : "Назив веб сајта мора бити дужи.", + "The name of the website is too long." : "Назив веб сајта је сувише дугачак.", + "The identifier of the website must be longer." : "Идентификатор веб сајта мора бити дужи.", + "The identifier of the website is too long." : "Идентификатор веб сајта је сувише дугачак.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Идентификатор сајта сме да садржи само мале алфанумеричке карактере.", + "The path of the website is invalid." : "Путања веб сајта није исправна.", + "The website's path is stored on a non-local storage." : "Путања веб сајта је сачувана на скалдишту које није локално.", + "Parent folder of the website's path not found." : "Није пронађен фолдер родитељ путање веб сајта.", + "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Pico CMS за Nextcloud није могао да се укључи: не може да се пронађе „%s”. Обезбедите да су све зависности апликације инсталиране тако што ћете извршити `composer install` у инсталационом директоријуму апликације под „%s”. Затим поново покушајте да укључите Pico CMS за Nextcloud.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Pico CMS за Nextcloud није могао да се укључи: веб сервер нам дозволу да креира фајлове и фолдере у „%s”. Обезбедите да је веб серверу дозвољено право уписа у овај директоријум тако што ћете променити његове дозволе и власништво на исто као за ваш директоријум „%s”. Затим поново покушајте да укључите Pico CMS за Nextcloud.", "Pico CMS" : "Пико CMS", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Креирајте и објавите сопствене веб сајтове - са Pico CMS за Nextcloud!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS за Nextcloud](https://github.com/nextcloud/cms_pico) комбинује снагу [**Pico**](http://picocms.org/) и [**Nextcloud**](https://nextcloud.com/) за креирање једноставних, сигурних, дељивих и врло моћних веб сајтова коришћењем само неколико кликова. Pico је глупаво једноставан, ултра брзи, CMS са простим фајловима - који чини веб једноставним.\n\n* Почните блог\n* Поделите свој резиме са светом\n* Креирајте план за доминацију светом и поделите га само са правим пријатељима\n* Изградите базу знања и омогућите да паметни међу вашим колегама помогну\n\nИнсталирање Pico CMS за Nextcloud омогућава вашим корисницима да креирају и управљају сопственим веб сајтовима. Креирање нове странице помоћу Pico није ништа више од креирања простог текст фајла у корисниковим Nextcloud фајловима. Није потребна никаква конфигурација, нема бескрајно сложених интерфејса за управљање - само фајлови. Савршено се слаже са Nextcloud. Сигурно дељење, сарадња, контрола приступа - не само за ваше фајлове, већ и за ваше веб сајтове, све то обезбеђује Pico CMS за Nextcloud! Брише границе између ваших мобилних и десктоп уређаја и вашег сервера.\n\nВеб сајтовима ће моћи да се приступи преко URL адреса као што је `https://cloud.example.com/sites/my_site/` и састоје се од гомиле `.md` текст фајлова у корисниковим Nextcloud фајловима. `.md` значи [**Markdown**](https://www.markdownguide.org/) - супер једноставно и интуитивно маркирање којим се праве наслови, пасуси, форматирање текста, листе, слике и линкови. Али не очајавајте - нема потребе да научите још један језик ако то не желите. Размотрите могућност да укључите Nextcloud апликацију [Markdown едитор](https://apps.nextcloud.com/apps/files_markdown) којом се лаке ствари праве глупаво једноставним. Имајте на уму да уграђени Nextcloud Текст едитор није компатибилан са Pico CMS за Nextcloud. Али шта је са метаподацима као што су наслов странице или датум објављивања? Право погађате, све је то на једном месту. На врху ваших Markdown фајлова можете да поставите блок са таквим метаподацима - он се назива [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Креирање веб сајтова не може бити једноставније…\n\nАли то није све… Pico CMS за Nextcloud се врло лако прилагођава. Изглед Pico апликације можете променити употребом произвољних тема, а нове функционалности можете да додате употребом додатака. Из разлога безбедности, сами корисници не могу да додају ни произвољне теме ни додатке - али као админ, можете ви. Додаци и теме нису само нове „коже” или „виџети”, технологије испод хаубе су моћни оквири које можете да искористите и тако учините да веб сајтови ваших корисника буду заиста јединствени. Међутим, уз велику моћ иде и велика одговорност. Pico CMS за Nextcloud се максимално труди да спречи кориснике да умећу скрипте у веб сајтове, јер то представља безбедносни ризик (такозвани „Cross Scripting”). Пошто се тај ризик не односи на сам Pico, програмери додатака и тема треће стране можда нису свесни овог проблема - тако да будите опрезни када инсталирате прилагођене теме и додатке.\n\nЖелите ли да научите још у вези са Pico CMS за Nextcloud? Просто! Само преузмите и инсталирајте апликацију са [Nextcloud Продавнице апликација](https://apps.nextcloud.com/apps/cms_pico) и отворите страницу са Nextcloud подешавањима. Као админ, пронаћи ћете два „Pico CMS” одељка у својим Nextcloud подешавањима - једно под „Лична”, а друго под „Администрација”. Ово друго вам омогућава да у Pico додате прилагођене теме, додатке и шаблоне, као и да подесите нека напредна подешавања. „Pico CMS” одељак под „Лично” постоји за све Nextcloud кориснике и омогућава им да креирају личне веб сајтове. Једноставно креирајте свој први веб сајт и изаберите „sample_pico” као шаблон веб сајта. Садржај за пример програма Pico' ће вам објаснити све што је потребно да знате…", "Access forbidden" : "Забрањен приступ", "Back to %s" : "Назад на %s", "Not found" : "Није нађено", @@ -20,21 +65,122 @@ "File: %s" : "Фајл: %s", "Line: %s" : "Линија: %s", "Trace" : "Траг", + "Your Nextcloud installation is incompatible with Pico CMS for Nextcloud!" : "Ваша Nextcloud инсталација није компатибилна са Pico CMS за Nextcloud!", + "Some of your Nextcloud apps have known incompatibilities with Pico CMS for Nextcloud. This is no-one's fault, neither are Nextcloud nor the conflicting apps to blame, this is just some technical limitation of Nextcloud's app infrastructure we cannot solve in the short term. We're working on a solution! In the meantime you must remove the conflicting apps. Known conflicting apps are \"Issue Template\" and \"Terms of service\"." : "Неке од ваших апликација имају познате некомпатибилности са Pico CMS за Nextcloud. Ово није ничија грешка, нити треба да се криви Nextcloud или конфликтна апликација, то је просто неко техничко ограничење инфраструктуре Nextcloud апликација које не можемо да решимо на кратак рок. Али радимо на решењу! У међувремену морате да уклоните конфликтне апликације. Познате конфликтне апликације су Шаблон проблема” и „Услови услуге”.", + "If you see the error \"Call to undefined method ParsedownExtra::textElements()\" in Nextcloud's logs even though you've removed all conflicting apps, please don't hesitate to open a new Issue on GitHub with a copy of the error including its stack trace and a complete list of all apps installed." : "Ако видите грешку \"Call to undefined method ParsedownExtra::textElements()\" у Nextcloud дневницима чак и након уклањања свих конфликтних апликација, не оклевајте да отворите нови проблем на GitHub са копијом грешке, заједно са трагом стека и комплетном листом инсталираних апликација.", + "Pico CMS for Nextcloud" : "Pico CMS за Nextcloud", + "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Промените понашање апликације Pico CMS за Nextcloud и управљајте опционалним могућностима.", "Limit to groups" : "Ограничи на групе", + "Loading groups…" : "Учитавање група...", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Ако не желите да сви ваши корисници могу да креирају личне веб сајтове, Pico CMS за Nextcloud можете да ограничите на одређене групе. Изаберите групе на које желите да ограничите могућност приступа. Ако ово поље оставите празно, употреба се не ограничава. Укидање приступа одређеним групама неће обрисати ниједан кориснички веб сајт, међутим, они више неће бити доступни.", "Custom themes" : "Произвољне теме", + "Add custom themes for greater individuality and style." : "Додајте произвољне теме за већу индивидуалност и стил.", + "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Pico CMS за Nextcloud вам омогућава да додате произвољне теме и тако добијете већу индивидуалност и другачији стил. Међутим, из разлога безбедности, сами корисници не могу да додају произвољне теме. Пре него што будете у стању да употребом дугмета „Додај произвољну тему” испод додате произвољну тему, мораћете да опремите све њене фајлове у фолдер са подацима ваше Nextcloud инстанце. Након отпремања теме, она ће се појавити у доњем формулару и корисници ће моћи да је изаберу. Ако желите да измените неку од раније додатих произвољних тема, једноставно уредите одговарајуће фајлове у Nextcloud фолдеру са подацима. Да би измене ступиле на снагу, морате да притиснете дугме „Поново учитај произвољну тему” поред уређене теме у доњем формулару.", + "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "Пре него што додате нову произвољну тему, отпремите све њене фајлове нови фолдер у следећем фолдеру. Ако желите да уредите једну од својих прилагођених тема, такође погледајте овај директоријум.", + "Loading themes…" : "Учитавају се теме...", "Add custom theme" : "Додај произвољну тему", + "Reload themes list" : "Поново учитај листу тема", + "Compatible theme." : "Компатибилна тема.", + "System theme" : "Системска тема", + "Copy system theme" : "Копирај системску тему", + "Custom theme" : "Произвољна тема", + "Reload custom theme" : "Поново учитај произвољну тему", + "Copy custom theme" : "Копирај произвољну тему", "Delete custom theme" : "Обриши произвољну тему", + "Base theme" : "Основна тема", + "Theme name" : "Назив теме", + "An unexpected error occurred while performing this action. Please check Nextcloud's logs." : "Дошло је до неочекиване грешке током извршавања ове акције. Молимо вас да погледате Nextclоud дневнике.", + "Error: {error}" : "Грешка: {error}", + "Encountered unexpected {exception}: {exceptionMessage}" : "Наишло се на неочекивано {exception}: {exceptionMessage}", + "Custom plugins" : "Произвољни додатак", + "Add custom plugins to reach for Pico's full potential." : "Додајте произвољне додатке и развијте пуни потенцијал програма Pico.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS за Nextcloud вам омогућава да додате произвољне додатке и тако у потпуности искористите сву снагу програма Pico. Додаци раде на глобалном нивоу, тј. додавање произвољног додатка га укључује за веб сајтове свих ваших корисника. Пре него што додате нови прилагођени додатак употребом дугмета „Додај произвољни додатак” испод, морадте да отпремите све фајлове додатка у фолдер са подацима ваше Nextcloud инстанце. Након отпремања додатка, он ће се појавити у формулару испод и моћи ћете да га укључите. Ако желите да ажурирате један од ваших ранијих произвољних додатака, јеноставно замените фајлове додатка у Nextcloud фолдеру података. Да би измене ступиле на снагу, морате да кликнете на дугме „Поново учитај прилагођени додатак поред ажурираног додатка у формулару испод.", + "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Пре него што додате нови произвољни додатак, отпремите све фајлове додатка у нови фолдер унутар следећег директоријума. Ако ђелите да ажурирате неки од ваших произвољних додатака, такође погледајте у овај директоријум. Молимо вас да имате на уму да име фолдера додатка мора стриктно да се подудара са именом додатка, у супротном ће Pico одбити да укључи додатак.", + "Loading plugins…" : "Учитавање додатака...", + "Add custom plugin" : "Додај произвољни додатак", + "Reload plugins list" : "Поново учитај листу додатака", + "Compatible plugin." : "Компатибилан додатак.", + "Example plugin" : "Пример додатак", + "Copy example plugin" : "Копирај пример додатак", + "System plugin" : "Системски додатак", + "Custom plugin" : "Произвољни додатак", + "Reload custom plugin" : "Поново учитај произвољни додатак", + "Delete custom plugin" : "Обриши произвољни додатак", + "Base plugin" : "Основни додатак", + "Plugin name" : "Назив додатка", "Custom templates" : "Произвољни шаблони", + "Make it easier for users to create new websites." : "Олакшајте корисницима креирање нових веб сајтова.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Креирање нових веб сајтова може да буде тешко - одакле уопште да се почне? Произвољни шаблони корисницима служе као почетна тачка при креирању новог веб сајта употребом Pico CMS за Nextcloud. Пре него што додате нови произвољни шаблон употребом дугмета „Додај произвољни шаблон” испод, морате да отпремите све фајлове шаблона у фолдер података ваше Nextcloud инстанце. Након отпремања шаблона, он ће се појавити у формулару испод и моћи ћете да га додате у формулар „Креирај нови веб сајт” ваших корисника. Ако желите да измените неки од произвољних формулара које сте раније додали, једноставно измените одговарајуће фајлове у Nextcloud фолдеру са подацима.", + "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Пре додавања новог произвољног шаблона, отпремите све фајлове шаблона у нови фолдер унутар следећег директоријума:", + "Loading templates…" : "Учитавање шаблона...", "Add custom template" : "Додај произвољни шаблон", + "Reload templates list" : "Поново учитај листу шаблона", + "Compatible template." : "Компатибилни шаблон.", + "System template" : "Системски шаблон", + "Copy system template" : "Копирај системски шаблон", + "Custom template" : "Произвољни шаблон", + "Copy custom template" : "Копирај произвољни шаблон", "Delete custom template" : "Обриши произвољни шаблон", + "Base template" : "Основни шаблон", + "Template name" : "Назив шаблона", + "Configure your web server" : "Конфигуришите свој веб сервер", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Омогућите пун потенцијал апликације Pico CMS за Nextcloud тако што ћете исправно подесити свој веб сервер.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "У зависности од конфигурације вашег веб сервера, корисници могу да приступе својим веб сајтовима користећи различите URL адресе. Подразумевано, корисници могу да приступе својим веб сајтовима употребом пуне URL адресе Pico CMS за Nextcloud апликације. Међутим, ове URL адресе су прилично дугачке и нису баш прилагођене корисницима. Из тог разлога, Pico CMS за Nextcloud такође подржава скраћене URL адресе које искоришћавају виртуелни „sites/” фолдер. Међутим, да би се ова могућност искористила, потребна су додатна подешавања конфигурације вашег веб сервера. Ако користите Apache веб сервер, пробајте један од прва два примера приказана испод. Ако користите nginx веб сервер, пробајте један од последња два примера. Ако уопште не разумете шта се дешава, обратите се свом администратору сервера и пошаљите му информације приказане испод. Ако вам он одговори да то није могуће, не очајавајте - још увек можете да користите пуне URL адресе апликације Pico CMS за Nextcloud, оне увек раде без икаквих додатних подешавања.", + "Enable short website URLs" : "Укључи кратке URL адресе веб сајтова", + "Full application URLs" : "Пуне URL адресе апликације", + "Short website URLs" : "Кратке URL адресе веб сајтова", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Када сте подесили свој веб сервер тако да се укључе скраћене URL адресе, требало би да изаберете одговарајућу опцију изнад тако да ваши корисници знају за ову могућност. Немојте да укључујете ову опцију ако још увек нисте конфигурисали виртуелни „sites/” фолдер користећи један од примера конфигурације који су приказани испод.", + "Using Apache's mod_proxy" : "Користи се Apache mod_proxy", + "Your users' website URLs will look like the following:" : "URL адресе веб сајтова ваших корисника ће изгледати овако:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирајте горњи комад конфигурације у Nextcloud одељак вашег apache.conf фајла. Пре него што то урадите морате да укључите Apache модуле mod_proxy и mod_proxy_http. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error.", + "Using Apache's mod_rewrite" : "Користи се Apache mod_rewrite", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Пре него што копирате горњи комад конфигурације у Nextcloud одељак вашег apache.conf фајла, обезбедите да је укључен Apache mod_rewrite модул. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error. Молимо вас да имате на уму да вам ова конфигурација уствари неће омогућити употребу скраћених URLадреса, већ само преусмерава кориснике са скраћених URL адреса на пуне URL адресе сајта. Стога би било боље да употребите mod_proxy решење приказано изнад.", + "Using nginx's proxy_pass" : "Користи се nginx proxy_pass", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Копирајте горњи комад конфигурације у Nextcloud серверски { … } одељак вашег nginx.conf фајла. Пре него што то урадите, морате да укључите nginx ngx_http_proxy_module модул. У супротном, ваш сервер ће или да одбије (поновно) покретање или ће да врати 500 Internal Server Error.", + "Using nginx's rewrite" : "Користи се nginx rewrite", + "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Једноставно копирајте горњи комад конфигурације у Nextcloud серверски { … } одељак вашег nginx.conf фајла. Молимо вас да имате на уму да вам ова конфигурација уствари неће омогућити употребу скраћених URLадреса, већ само преусмерава кориснике са скраћених URL адреса на пуне URL адресе сајта. Стога би било боље да употребите решење које користи nginx proxy_pass директиву приказано изнад.", + "Version information" : "Информација о верзији", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Pico CMS за Nextcloud су направили Максенс Ланг и Данијел Рудолф.
То је слободан софтвер отвореног кода објављен у сагласности са GNU Affero Општој Јавној Лиценци.", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico су направили Гилберт Пелегром и Данијел Рудолф и одржава га Pico заједница.
То је слободан софтвер отвореног кода који је објављен у сагласности са MIT лиценцом.", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Pico CMS за Nextcloud комбинује снагу Pico и Nextcloud за креирање простих, сигурних, дељивих и врло моћних веб сајтова коришћењем само неколико кликова. Pico је глупаво једноставан, ултра брз, CMS са простим фајловима - који веб чини једноставним!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Почните блог, поделите свој резиме са светом, креирајте план за доминацију светом и поделите га само са правим пријатељима или изградите базу знања и омогућите да паметни међу вашим колегама помогну. Pico CMS за Nextcloud вам омогућава да креирате и управљате сопственим веб сајтовима. Креирање нове странице помоћу Pico није ништа више од креирања простог текст фајла у корисниковим Nextcloud фајловима. Није потребна никаква конфигурација, нема бескрајно сложених интерфејса за управљање - само фајлови. Савршено се слаже са Nextcloud. Сигурно дељење, сарадња, контрола приступа - не само за ваше фајлове, већ и за ваше веб сајтове, све то обезбеђује Pico CMS за Nextcloud! Брише границе између ваших мобилних и десктоп уређаја и вашег сервера.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Веб сајт се састоји се од гомиле .md текст фајлова у вашим Nextcloud фајловима. .md значи Markdown - супер једноставно и интуитивно маркирање којим се праве наслови, пасуси, форматирање текста, листе, слике и линкови. Али не очајавајте - нема потребе да научите још један језик ако то не желите. Размотрите могућност да укључите Nextcloud апликацију Markdown едитор којом се лаке ствари праве глупаво једноставним. Имајте на уму да уграђени Nextcloud Текст едитор није компатибилан са Pico CMS за Nextcloud. Али шта је са метаподацима као што су наслов странице или датум објављивања? Право погађате, све је то на једном месту. На врху ваших Markdown фајлова можете да поставите блок са таквим метаподацима - он се назива YAML Front Matter. Креирање веб сајтова не може бити једноставније…", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Желите ли да научите још у вези са Pico CMS за Nextcloud? Просто! Једноставно креирајте свој први веб сајт и изаберите „sample_pico” као шаблон веб сајта. Садржај за пример програма Pico' ће вам објаснити све што је потребно да знате…", + "You will be able to access your websites using URLs like the following:" : "Својим веб сајтовима ћете моћи да приступите користећи URL адресе као што је следећа:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud админ је ограничио приступ Pico CMS за Nextcloud само одређеним групама. Нажалост, ви немате право да креирате личне веб сајтове. Још увек имате приступ сајтовима осталих корисника, могуће и приватним. Ако сте раније имали дозволу да креирате веб сајтове, не морате да бринете за своје податке: ништа није изгубљено. Међутим, нико неће моћи да приступи вашим приватним веб сајтовима и када се то покуша, исписује се грешка „Веб сајт не може да се пронађе”.", + "Loading websites…" : "Учитавање веб сајтова...", "Name" : "Назив", "Path" : "Путања", "Theme" : "Тема", "Created" : "Направљен", + "Go to website" : "Иди на веб сајт", + "Go to website directory" : "Иди у директоријум веб сајтова", + "Edit website name" : "Уреди назив веб сајта", + "Edit private website settings" : "Уреди приватна подешавања веб сајта", "Delete website" : "Обриши веб сајт", "Actions" : "Радње", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Pico CMS за Nextcloud подржава и јавне и приватне веб сајтове. Свако може да приступи јавним веб сајтовима, без обзира на то да ли је пријављен или не. Ако приступ желите да ограничите само на одређени подксуп корисника, креирајте приватни веб сајт. Сви посетиоци приватног сајта морају бити пријављени, у супротном се приказује грешка „Забрањен приступ”. Уз то, још један од следећа три услова мора да буде задовољен: (1) корисник има приступ изворним фајловима веб сајта (тј. фолдер са изворима је подељен са корисником), (2) корисник је члан једне од група наведених испод, или (3) корисник је члан једне од група наведених у YAML Front Matter тражене странице помоћу „access” мета вредности.", + "Website type" : "Тип веб сајта", + "Public website" : "Јавни веб сајт", + "The website is publicly accessible and requires no authentication whatsoever." : "Веб сајт је јавно доступан и није потребна никаква аутентификација.", + "Private website" : "Приватни веб сајт", + "The website requires authentication, access is limited to a subset of all users." : "Веб сајт захтева аутентификацију, приступ је ограничен само на подскуп свих корисника.", + "Group access" : "Групни приступ", + "Grant access to all members of the selected groups." : "Приступ је дозвољен свим члановима изабраних група.", + "Reload websites list" : "Поново учитај листу веб сајтова", "Create a new website" : "Направи нови веб сајт", + "Just fill the form below to create your own personal website." : "Једноставно испуните формулар испод и креирајте свој лични веб сајт.", + "My example website" : "Пример мог веб сајта", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Овде можете да наведете назив свог личног веб сајта. Тај назив ће се користити као назив веб сајта, који се често приказује у заглављу сајта.", + "Identifier" : "Идентификатор", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Идентификатор вашег веб сајта прописује и адресу веб сајта (URL) и назив директоријума у којем ће се смештати фајлови сајта (и странице и ресурси). Идентификатор веб сајта мора да се састоји само од малих слова и бројева, цртице и доње црте (a-z, 0-9, - и _).", "Address" : "Адреса", + "You will be able to access your website using the address (URL) shown above." : "Свом веб сајту ћете моћи да приступите користећи адресу (URL) која је приказана изнад.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Када креира нови веб сајт, Pico CMS за Nextcloud копира шаблон веб сајта у следећи нови директоријум на вашем Nextcloud.", + "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Можете да користите једну од испоручених тема и тако додатно истакнете индивидуалност и стил. Ако желите да користите неку другу тему, обратите се свом Nextcloud админу - такође постоји могућност да се дода и ваша омиљена тема!", + "Template" : "Шаблон", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Шаблони служе као почетна тачка код креирања новог веб сајта. Сви шаблони се састоје од директоријума „content” (за ваше странице) и „assets” директоријума (за ресурсе вашег веб сајта), који ће се копирати у фолдер вашег Nextcloud који је наведен изнад.", + "Create new website" : "Креирај нови веб сајт", "Loading…" : "Учитавам…" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index 9a130ebd..2b1d0c20 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -56,20 +56,38 @@ OC.L10N.register( "Line: %s" : "Rad: %s", "Trace" : "Spåra", "Limit to groups" : "Begränsa till grupper", + "Loading groups…" : "Hämtar grupper...", "Custom themes" : "Anpassade teman", "Add custom theme" : "Lägg till anpassat tema", + "System theme" : "Systemets tema", + "Copy custom theme" : "Kopiera anpassat tema", "Delete custom theme" : "Ta bort anpassat tema", + "Theme name" : "Temats namn", "Custom templates" : "Anpassade mallar", + "Make it easier for users to create new websites." : "Underlättar för användare att ska en ny hemsida", + "Loading templates…" : "Laddar mallar...", "Add custom template" : "Lägg till anpassad mapp", + "Reload templates list" : "Ladda om mallistan", + "System template" : "System mall", + "Copy system template" : "Kopiera system mallen", + "Custom template" : "Anpassad mall", + "Copy custom template" : "Kopiera anpassad mall", "Delete custom template" : "Ta bort anpassad mapp", + "Template name" : "Namn på mall", + "Loading websites…" : "Laddar hemsida...", "Name" : "Namn", "Path" : "Sökväg", "Theme" : "Tema", "Created" : "Skapat", + "Go to website" : "Gå till hemsida", "Delete website" : "Ta bort webbplats", "Actions" : "Åtgärder", "Create a new website" : "Skapa en ny webbplats", + "My example website" : "Min exempel hemsida", + "Identifier" : "Identifierare", "Address" : "Adress", + "Template" : "Mall", + "Create new website" : "Skapa en ny webbplats", "Loading…" : "Läser in…" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index d730c3c9..1ab3a27b 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -54,20 +54,38 @@ "Line: %s" : "Rad: %s", "Trace" : "Spåra", "Limit to groups" : "Begränsa till grupper", + "Loading groups…" : "Hämtar grupper...", "Custom themes" : "Anpassade teman", "Add custom theme" : "Lägg till anpassat tema", + "System theme" : "Systemets tema", + "Copy custom theme" : "Kopiera anpassat tema", "Delete custom theme" : "Ta bort anpassat tema", + "Theme name" : "Temats namn", "Custom templates" : "Anpassade mallar", + "Make it easier for users to create new websites." : "Underlättar för användare att ska en ny hemsida", + "Loading templates…" : "Laddar mallar...", "Add custom template" : "Lägg till anpassad mapp", + "Reload templates list" : "Ladda om mallistan", + "System template" : "System mall", + "Copy system template" : "Kopiera system mallen", + "Custom template" : "Anpassad mall", + "Copy custom template" : "Kopiera anpassad mall", "Delete custom template" : "Ta bort anpassad mapp", + "Template name" : "Namn på mall", + "Loading websites…" : "Laddar hemsida...", "Name" : "Namn", "Path" : "Sökväg", "Theme" : "Tema", "Created" : "Skapat", + "Go to website" : "Gå till hemsida", "Delete website" : "Ta bort webbplats", "Actions" : "Åtgärder", "Create a new website" : "Skapa en ny webbplats", + "My example website" : "Min exempel hemsida", + "Identifier" : "Identifierare", "Address" : "Adress", + "Template" : "Mall", + "Create new website" : "Skapa en ny webbplats", "Loading…" : "Läser in…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js index 0fdf9abf..92a9d25b 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -4,21 +4,25 @@ OC.L10N.register( "Copy" : "คัดลอก", "Abort" : "ยกเลิก", "Save" : "บันทึก", - "Location" : "ตำแหน่งที่อยู่", + "Location" : "ตำแหน่ง", "Access forbidden" : "การเข้าถึงถูกหวงห้าม", - "Internal Server Error" : "เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์", + "Back to %s" : "กลับสู่ %s", + "Internal Server Error" : "ข้อผิดพลาดภายในเซิร์ฟเวอร์", + "The server was unable to complete your request." : "เซิร์ฟเวอร์ไม่สามารถดำเนินการคำขอของคุณได้", + "If this happens again, please send the technical details below to the server administrator." : "หากพบปัญหานี้อีก โปรดส่งข้อมูลทางเทคนิคด้านล่างไปให้ผู้ดูแลเซิร์ฟเวอร์", "Remote Address: %s" : "ที่อยู่รีโมท: %s", - "Request ID: %s" : "คำขอ ID: %s", - "More details can be found in the server log." : "รายละเอียดเพิ่มเติมสามารถดูได้ที่บันทึกของระบบเซิร์ฟเวอร์", + "Request ID: %s" : "ID คำขอ: %s", + "More details can be found in the server log." : "ดูรายละเอียดเพิ่มเติมได้ที่บันทึกของเซิร์ฟเวอร์", "Technical details" : "รายละเอียดทางเทคนิค", "Type: %s" : "ชนิด: %s", "Code: %s" : "โค้ด: %s", "Message: %s" : "ข้อความ: %s", "File: %s" : "ไฟล์: %s", - "Line: %s" : "ไลน์: %s", + "Line: %s" : "บรรทัด: %s", "Trace" : "ร่องรอย", "Name" : "ชื่อ", "Path" : "เส้นทาง", + "Theme" : "ธีม", "Actions" : "การกระทำ", "Address" : "ที่อยู่", "Loading…" : "กำลังโหลด..." diff --git a/l10n/th.json b/l10n/th.json index f7ae899e..54fc7f99 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -2,21 +2,25 @@ "Copy" : "คัดลอก", "Abort" : "ยกเลิก", "Save" : "บันทึก", - "Location" : "ตำแหน่งที่อยู่", + "Location" : "ตำแหน่ง", "Access forbidden" : "การเข้าถึงถูกหวงห้าม", - "Internal Server Error" : "เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์", + "Back to %s" : "กลับสู่ %s", + "Internal Server Error" : "ข้อผิดพลาดภายในเซิร์ฟเวอร์", + "The server was unable to complete your request." : "เซิร์ฟเวอร์ไม่สามารถดำเนินการคำขอของคุณได้", + "If this happens again, please send the technical details below to the server administrator." : "หากพบปัญหานี้อีก โปรดส่งข้อมูลทางเทคนิคด้านล่างไปให้ผู้ดูแลเซิร์ฟเวอร์", "Remote Address: %s" : "ที่อยู่รีโมท: %s", - "Request ID: %s" : "คำขอ ID: %s", - "More details can be found in the server log." : "รายละเอียดเพิ่มเติมสามารถดูได้ที่บันทึกของระบบเซิร์ฟเวอร์", + "Request ID: %s" : "ID คำขอ: %s", + "More details can be found in the server log." : "ดูรายละเอียดเพิ่มเติมได้ที่บันทึกของเซิร์ฟเวอร์", "Technical details" : "รายละเอียดทางเทคนิค", "Type: %s" : "ชนิด: %s", "Code: %s" : "โค้ด: %s", "Message: %s" : "ข้อความ: %s", "File: %s" : "ไฟล์: %s", - "Line: %s" : "ไลน์: %s", + "Line: %s" : "บรรทัด: %s", "Trace" : "ร่องรอย", "Name" : "ชื่อ", "Path" : "เส้นทาง", + "Theme" : "ธีม", "Actions" : "การกระทำ", "Address" : "ที่อยู่", "Loading…" : "กำลังโหลด..." diff --git a/l10n/tr.js b/l10n/tr.js index ab0a7824..21179f99 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -2,32 +2,33 @@ OC.L10N.register( "cms_pico", { "Copy" : "Kopyala", - "Confirm website deletion" : "Web sitesini silmeyi onayla", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Bu işlem \"{name}\" web sitesini silecek ancak içerikleri Nextcloud kopyanızda durmaya devam edecek.", - "Choose website directory" : "Web sitesi klasörünü seçin", + "Confirm website deletion" : "Siteyi silmeyi onayla", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Bu işlem \"{name}\" sitesini silecek ancak içerikleri Nextcloud kopyanızda durmayı sürdürecek.", + "Choose website directory" : "Site klasörünü seçin", "Abort" : "Vazgeç", "Save" : "Kaydet", - "The requested website could not be found on the server. Maybe the website was deleted?" : "İstenilen web sitesi sunucu üzerinde bulunamadı. Web sitesi silinmiş olabilir mi?", - "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Bu web sitesinin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle web sitesine erişilemiyor.", - "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Bu kişisel web sitesine erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", - "This website is hosted on a non-local storage and thus could not be accessed." : "Bu web sitesi yerel olmayan bir depolama aygıtı üzerinde bulunuyor. Bu nedenle web sitesine erişilemiyor.", - "This website uses a theme that could not be found on the server and thus could not be built." : "Bu web sitesi sunucu üzerinde bulunamayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", - "This website uses a incompatible theme and thus could not be built." : "Bu web sitesi uyumlu olmayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", - "The requested website page could not be found on the server. Maybe the page was deleted?" : "İstenilen web sitesi sayfası sunucu üzerinde bulunamadı. Sayfa silinmiş olabilir mi?", - "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Bu web sitesi sayfasına erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", - "The requested website page could not be built, so that the server was unable to complete your request." : "İstenilen web sitesi sayfası oluşturulamadı. Bu nedenle sunucu isteğinizi yerine getiremiyor.", - "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Bu web sitesinin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle web sitesine erişilemiyor.", - "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "İstenilen web sitesi varlığı sunucu üzerinde bulunamadı. Varlık silinmiş olabilir mi?", - "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Bu web sitesi varlığına erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", + "The requested website could not be found on the server. Maybe the website was deleted?" : "İstenilen site sunucu üzerinde bulunamadı. Site silinmiş olabilir mi?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Bu sitenin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle siteye erişilemiyor.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Bu kişisel siteye erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Bu site yerel olmayan bir depolama aygıtı üzerinde bulunuyor. Bu nedenle siteye erişilemiyor.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Bu site sunucu üzerinde bulunamayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", + "This website uses a incompatible theme and thus could not be built." : "Bu site uyumlu olmayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "İstenilen site sayfası sunucu üzerinde bulunamadı. Sayfa silinmiş olabilir mi?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Bu site sayfasına erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", + "The requested website page could not be built, so that the server was unable to complete your request." : "İstenilen site sayfası oluşturulamadı. Bu nedenle sunucu isteğinizi yerine getiremiyor.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Bu sitenin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle siteye erişilemiyor.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "İstenilen site varlığı sunucu üzerinde bulunamadı. Varlık silinmiş olabilir mi?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Bu site varlığına erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", "Plugin not found." : "Uygulama eki bulunamadı.", "Plugin exists already." : "Uygulama eki zaten var.", "Template not found." : "Kalıp bulunamadı.", "Template exists already." : "Kalıp zaten var.", "Theme not found." : "Tema bulunamadı.", "Theme exists already." : "Tema zaten var.", - "Website exists." : "Web sitesi zaten var", + "Website exists." : "Site zaten var", "No permission." : "Erişim izni yok.", - "Website not found." : "Web sitesi bulunamadı.", + "The value given is invalid." : "Belirtilen değer geçersiz.", + "Website not found." : "Site bulunamadı.", "Local (unencrypted)" : "Yerel (şifrelenmemiş)", "Location" : "Konum", "Incompatible plugin: Plugin file \"{file}\" not found." : "Uygulama eki uyumsuz: \"{file}\" uygulama eki dosyası bulunamadı.", @@ -37,19 +38,19 @@ OC.L10N.register( "Incompatible template: Required directory \"{file}\" not found." : "Kalıp uyumsuz: Gerekli \"{file}\" klasörü bulunamadı.", "Incompatible theme: Twig template \"{file}\" not found." : "Tema uyumsuz: \"{file}\" Twig kalıbı bulunamadı.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema uyumsuz: Nextcloud için Pico CMS temaları {compatApiVersions} API sürümlerinden birini kullanmalıdır, ancak bu uygulama eki {apiVersion} API sürümünü kullanıyor.", - "The name of the website must be longer." : "Web sitesinin adı daha uzun olmalıdır.", - "The name of the website is too long." : "Web sitesinin adı çok uzun.", - "The identifier of the website must be longer." : "Web sitesinin belirteci daha uzun olmalıdır.", - "The identifier of the website is too long." : "Web sitesinin belirteci çok uzun.", - "The identifier of the website can only contain lowercase alpha numeric chars." : "Web sitesinin belirtecinde yalnız küçük harf ve rakam karakterleri bulunabilir.", - "The path of the website is invalid." : "Web sitesinin yolu geçersiz.", - "The website's path is stored on a non-local storage." : "Web sitesinin yolu yerel olmayan bir depolama aygıtı üzerinde bulunuyor.", - "Parent folder of the website's path not found." : "Web sitesi yolunun üst klasörü bulunamadı.", + "The name of the website must be longer." : "Sitenin adı daha uzun olmalıdır.", + "The name of the website is too long." : "Sitenin adı çok uzun.", + "The identifier of the website must be longer." : "Sitenin belirteci daha uzun olmalıdır.", + "The identifier of the website is too long." : "Sitenin belirteci çok uzun.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Sitenin belirtecinde yalnızca küçük harf ve rakam karakterleri bulunabilir.", + "The path of the website is invalid." : "Sitenin yolu geçersiz.", + "The website's path is stored on a non-local storage." : "Sitenin yolu yerel olmayan bir depolama aygıtı üzerinde bulunuyor.", + "Parent folder of the website's path not found." : "Site yolunun üst klasörü bulunamadı.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: \"%s\" bulunamadı. Uygulamanın \"%s\" altındaki kurulum klasöründe `composer install` komutunu yürüterek uygulamanın bağımlılıklarının kurulduğundan emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: Web sunucusunun \"%s\" altında dosya ve klasör oluşturma izni yok. Bu klasörün izinlerini ve sahipliğini \"%s\" klasörünüz ile aynı olacak şekilde değiştirerek web sunucuya yazma izni verdiğinizden emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: Site sunucusunun \"%s\" altında dosya ve klasör oluşturma izni yok. Bu klasörün izinlerini ve sahipliğini \"%s\" klasörünüz ile aynı olacak şekilde değiştirerek site sunucusuna yazma izni verdiğinizden emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", "Pico CMS" : "Pico CMS", - "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Nextcloud için Pico CMS ile kendi web sitelerinizi oluşturup yayınlayabilirsiniz!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextcloud için Pico CMS](https://github.com/nextcloud/cms_pico) uygulaması, [**Pico**](http://picocms.org/) ile [**Nextcloud**](https://nextcloud.com/) uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü web siteleri oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Web sitelerini hazırlamak artık çok kolay.\n\n* Bir günlük oluşturabilirsiniz\n* Özgeçmişinizi Dünya ile paylaşabilirsiniz\n* Dünyayı ele geçirmek için bir plan yapıp yalnız doğru arkadaşlarınız ile paylaşabilirsiniz\n* Bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz\n\nNextcloud için Pico CMS uygulamasını kurmak, kullanıcılarınızın kendi web sitelerini oluşturup yönetebilmesini sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, işbirlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnız dosyalarınız için değil, web siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.\n\nWeb sitelerine `https://cloud.ornek.com/sites/benim_sitem/` gibi adresler kullanılarak erişebilir. Web siteleri kullanıcının Nextcloud dosyaları içindeki `.md` dosyalarından oluşur. `.md` [**Markdown**](https://www.markdownguide.org/) anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için [Markdown Düzenleyici](https://apps.nextcloud.com/apps/files_markdown) uygulamasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne [**YAML**](https://en.wikipedia.org/wiki/YAML) olarak eklenebilir. Web siteleri oluşturmak daha kolay olamazdı …\n\nAncak hepsi bununla sınırlı değil… Nextcloud için Pico CMS büyük oranda özelleştirilebilir. Özel temaları kullanarak Pico görünümü değiştirebilir, özel uygulama ekleri kullanarak yeni özellikler ekleyebilirsiniz. Güvenlik nedeniyle kullanıcılar kendi kendilerine özel temalar ya da uygulama ekleri kuramaz. Ancak bir yönetici olarak bunları siz yapabilirsiniz. Uygulama ekleri ve temalar yalnız yeni \"görünümler\" ya da \"pano bileşenleri\" değildir. Altındaki teknolojiler, kullanıcılarınızın web sitelerini gerçekten benzersiz kılmak için yararlanabileceğiniz güçlü yazılım çerçevelerdir. Bununla birlikte büyük gücün sorumluluğu da büyük olur. \n\nNextcloud için Pico CMS, güvenlik riskleri oluşturabileceğinden, kullanıcıların web sitelerine betik dosyaları eklemesini engellemek için elinden gelenin en iyisini yapar (\"Karşılıklı Betik Erişimi, Cross Scripting\" olarak bilinir). Bu risk Pico uygulamasından kaynaklanmadığından, üçüncü taraf uygulama eki ve tema geliştiricileri bu sorunun farkında olmayabilir. O yüzden özel uygulama eki ve temaları kurarken dikkatli olmalısınız.\n\nNextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! [Nextcloud Uygulama Mağazası](https://apps.nextcloud.com/apps/cms_pico) üzerinden indirip kurun ve Nextcloud ayarları bölümüne gidin. Bir yönetici olarak, Nextcloud ayarları altında, biri \"Kişisel\" diğeri \"Yönetim\" başlığı altında iki tane \"Pico CMS\" bölümü göreceksiniz. \"Yönetim\" altından, Pico için özel temalar, uygulama ekleri ve kalıplar ekleyebilir ve bazı gelişmiş ayarları değiştirebilirsiniz. \"Kişisel\" altındaki bölüm, tüm Nextcloud kullanıcıları tarafından görülebilir ve kişisel web sitelerini oluşturmak için kullanılabilir. İlk kişisel web sitenizi oluşturmak için \"sample_pico\" kalıbını kullanın. Oluşturulacak örnek Pico içeriğinde bilmeniz gerekenleri görebilirsiniz …", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Nextcloud için Pico CMS ile kendi sitelerinizi oluşturup yayınlayabilirsiniz!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextcloud için Pico CMS](https://github.com/nextcloud/cms_pico) uygulaması, [**Pico**](http://picocms.org/) ile [**Nextcloud**](https://nextcloud.com/) uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü siteler oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Siteleri hazırlamak artık çok kolay.\n\n* Bir günlük oluşturabilirsiniz\n* Özgeçmişinizi Dünya ile paylaşabilirsiniz\n* Dünyayı ele geçirmek için bir plan yapıp yalnızca doğru arkadaşlarınız ile paylaşabilirsiniz\n* Bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz\n\nNextcloud için Pico CMS uygulamasını kurmak, kullanıcılarınızın kendi sitelerini oluşturup yönetebilmesini sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, iş birlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnızca dosyalarınız için değil, siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.\n\nSitelere `https://cloud.ornek.com/sites/benim_sitem/` gibi adresler kullanılarak erişebilir. Siteler kullanıcının Nextcloud dosyaları içindeki `.md` dosyalarından oluşur. `.md` [**Markdown**](https://www.markdownguide.org/) anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için [Markdown düzenleyici](https://apps.nextcloud.com/apps/files_markdown) uygulamasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne [**YAML**](https://en.wikipedia.org/wiki/YAML) olarak eklenebilir. Site oluşturmak daha kolay olamazdı …\n\nAncak hepsi bununla sınırlı değil… Nextcloud için Pico CMS büyük oranda özelleştirilebilir. Özel temaları kullanarak Pico görünümü değiştirebilir, özel uygulama ekleri kullanarak yeni özellikler ekleyebilirsiniz. Güvenlik nedeniyle kullanıcılar kendi kendilerine özel temalar ya da uygulama ekleri kuramaz. Ancak bir yönetici olarak bunları siz yapabilirsiniz. Uygulama ekleri ve temalar yalnız yeni \"görünümler\" ya da \"pano bileşenleri\" değildir. Altındaki teknolojiler, kullanıcılarınızın sitelerini gerçekten benzersiz kılmak için yararlanabileceğiniz güçlü yazılım çerçevelerdir. Bununla birlikte büyük gücün sorumluluğu da büyük olur. \n\nNextcloud için Pico CMS, güvenlik riskleri oluşturabileceğinden, kullanıcıların sitelerine betik dosyaları eklemesini engellemek için elinden gelenin en iyisini yapar (\"Karşılıklı Betik Erişimi, Cross Scripting\" olarak bilinir). Bu risk Pico uygulamasından kaynaklanmadığından, üçüncü taraf uygulama eki ve tema geliştiricileri bu sorunun farkında olmayabilir. O yüzden özel uygulama eki ve temaları kurarken dikkatli olmalısınız.\n\nNextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! [Nextcloud Uygulama Mağazası](https://apps.nextcloud.com/apps/cms_pico) üzerinden indirip kurun ve Nextcloud ayarları bölümüne gidin. Bir yönetici olarak, Nextcloud ayarları altında, biri \"Kişisel\" diğeri \"Yönetim\" başlığı altında iki tane \"Pico CMS\" bölümü göreceksiniz. \"Yönetim\" altından, Pico için özel temalar, uygulama ekleri ve kalıplar ekleyebilir ve bazı gelişmiş ayarları değiştirebilirsiniz. \"Kişisel\" altındaki bölüm, tüm Nextcloud kullanıcıları tarafından görülebilir ve kişisel siteleri oluşturmak için kullanılabilir. İlk kişisel sitenizi oluşturmak için \"sample_pico\" kalıbını kullanın. Oluşturulacak örnek Pico içeriğinde bilmeniz gerekenleri görebilirsiniz …", "Access forbidden" : "Erişim engellendi", "Back to %s" : "%s sayfasına dön", "Not found" : "Bulunamadı", @@ -57,7 +58,7 @@ OC.L10N.register( "The server was unable to complete your request." : "Sunucu isteğinizi yerine getiremedi.", "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları BT yöneticinize iletin.", "Remote Address: %s" : "Uzak adres: %s", - "Request ID: %s" : "İstek kodu: %s", + "Request ID: %s" : "İstek kimliği: %s", "More details can be found in the server log." : "Sunucu günlüğünden ayrıntılı bilgi alabilirsiniz.", "Technical details" : "Teknik ayrıntılar", "Type: %s" : "Tür: %s", @@ -73,7 +74,7 @@ OC.L10N.register( "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Nextcloud için Pico CMS davranışını değiştirin ve isteğe bağlı özellikleri yönetin.", "Limit to groups" : "Şu gruplarla sınırla", "Loading groups…" : "Gruplar yükleniyor …", - "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Tüm kullanıcılarınızın kişisel web siteleri oluşturabilmesini istemiyorsanız, Nextcloud için Pico CMS uygulamasını belirli grupların kullanabileceği şekilde sınırlandırabilirsiniz. Erişimini sınırlandırmak istediğiniz grupları seçin. Bu alanı boş bırakırsanız kullanım sınırlanmaz. Bazı gruplara erişimin iptal edilmesi, bu gruplardaki kullanıcıların var olan web sitelerini silmez, ancak erişilmez kılar.", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Tüm kullanıcılarınızın kişisel siteler oluşturabilmesini istemiyorsanız, Nextcloud için Pico CMS uygulamasını belirli grupların kullanabileceği şekilde sınırlandırabilirsiniz. Erişimini sınırlandırmak istediğiniz grupları seçin. Bu alanı boş bırakırsanız kullanım sınırlanmaz. Bazı gruplara erişimin iptal edilmesi, bu gruplardaki kullanıcıların var olan sitelerini silmez, ancak erişilmez kılar.", "Custom themes" : "Özel temalar", "Add custom themes for greater individuality and style." : "Daha özel görünüm ve biçemler kullanmak için özel temalar ekleyin.", "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextcloud için Pico CMS, daha özel bir görünüm ve biçem sağlamak için özel temalar eklemenize izin verir. Ancak güvenlik nedeniyle, kullanıcılar kendi başlarına özel temalar ekleyemez. Aşağıdaki \"Özel tema ekle\" düğmesini kullanarak yeni bir özel tema eklemeden önce, tema dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Tema yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından özel tema olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen temanın yanındaki \"Özel temayı yeniden yükle\" düğmesine tıklayın.", @@ -95,19 +96,23 @@ OC.L10N.register( "Encountered unexpected {exception}: {exceptionMessage}" : "Beklenmeyen {exception} sorunu çıktı: {exceptionMessage}", "Custom plugins" : "Özel uygulama ekleri", "Add custom plugins to reach for Pico's full potential." : "Pico uygulamasının tam potansiyeline ulaşmak için özel uygulama ekleri ekleyin.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextcloud için Pico CMS uygulaması, Pico uygulamasının gücünden tam olarak faydalanmak için özel uygulama ekleri eklenmesine izin verir. Uygulama ekleri genel olarak tüm siteler için kullanılır. Yani eklenen özel uygulama ekleri, tüm kullanıcıların web siteleri için geçerli olur. Aşağıdaki \"Özel uygulama eki ekle\" düğmesini kullanarak yeni bir özel uygulama eki eklemeden önce, uygulama ekinin tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemelisiniz. Uygulama eki yüklendikten sonra aşağıdaki formda görüntülenir ve böylece etkinleştirilebilir. Önceden eklenmiş özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen uygulama ekinin yanındaki \"Özel uygulama ekini yeniden yükle\" düğmesine tıklayın.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextcloud için Pico CMS uygulaması, Pico uygulamasının gücünden tam olarak faydalanmak için özel uygulama ekleri eklenmesine izin verir. Uygulama ekleri genel olarak tüm siteler için kullanılır. Yani eklenen özel uygulama ekleri, tüm kullanıcıların siteleri için geçerli olur. Aşağıdaki \"Özel uygulama eki ekle\" düğmesini kullanarak yeni bir özel uygulama eki eklemeden önce, uygulama ekinin tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemelisiniz. Uygulama eki yüklendikten sonra aşağıdaki formda görüntülenir ve böylece etkinleştirilebilir. Önceden eklenmiş özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen uygulama ekinin yanındaki \"Özel uygulama ekini yeniden yükle\" düğmesine tıklayın.", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Yeni bir özel uygulama ekini eklemeden önce, uygulama ekinin tüm dosyalarını şu klasör altındaki yeni bir klasöre yükleyin. Bu yeni klasörün adının, uygulama ekinin adıyla aynı olması gerektiğini unutmayın. Yoksa Pico uygulama ekini etkinleştirmeyi reddeder. Özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Uygulama eki klasörünün adının uygulama eki adı ile tam olarak aynı olduğundan emin olun. Yoksa Pico uygulama ekini etkinleştirmez.", "Loading plugins…" : "Uygulama ekleri yükleniyor …", "Add custom plugin" : "Özel uygulama eki ekle", "Reload plugins list" : "Uygulama eki listesini yeniden yükle", "Compatible plugin." : "Uyumlu uygulama eki.", + "Example plugin" : "Örnek uygulama eki", + "Copy example plugin" : "Örnek uygulama ekini kopyala", "System plugin" : "Sistem uygulama eki", "Custom plugin" : "Özel uygulama eki", "Reload custom plugin" : "Özel uygulama ekini yeniden yükle", "Delete custom plugin" : "Özel uygulama ekini sil", + "Base plugin" : "Temel uygulama eki", + "Plugin name" : "Uygulama eki adı", "Custom templates" : "Özel kalıplar", - "Make it easier for users to create new websites." : "Kullanıcıların kolayca yeni web siteleri oluşturmasını sağlayın.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Yeni bir web sitesi oluşturmak zor olabilir. Nereden başlamalı? Kullanıcıların Nextcloud için Pico CMS uygulamasını kullanarak yeni bir web sitesi oluşturması için başlangıç noktası özel kalıplardır. Aşağıdaki \"Özel kalıp ekle\" düğmesini kullanarak yeni bir özel kalıp eklemeden önce, kalıbın tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Kalıp yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından \"Yeni bir web sitesi oluştur\" formunda özel kalıp olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz.", + "Make it easier for users to create new websites." : "Kullanıcıların kolayca yeni siteler oluşturmasını sağlayın.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Yeni bir web sitesi oluşturmak zor olabilir. Nereden başlamalı? Kullanıcıların Nextcloud için Pico CMS uygulamasını kullanarak yeni bir site oluşturması için başlangıç noktası özel kalıplardır. Aşağıdaki \"Özel kalıp ekle\" düğmesini kullanarak yeni bir özel kalıp eklemeden önce, kalıbın tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Kalıp yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından \"Yeni bir site oluştur\" formunda özel kalıp olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz.", "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Özel bir kalıp eklemeden önce temanın tüm dosyalarını şu klasörün altında yeni bir klasöre yüklemelisiniz:", "Loading templates…" : "Kalıplar yükleniyor …", "Add custom template" : "Özel kalıp ekle", @@ -120,55 +125,64 @@ OC.L10N.register( "Delete custom template" : "Özel kalıbı sil", "Base template" : "Temel kalıp", "Template name" : "Kalıp adı", - "Configure your webserver" : "Web sunucunuzu yapılandırın", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Web sunucunuzu uygun şekilde yapılandırarak Nextcloud için Pico CMS uygulamasının tüm potansiyelini kullanın.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Web sunucunuzun yapılandırmasına bağlı olarak, kullanıcılar web sitelerine farklı adresler kullanarak erişebilir. Kullanıcılar varsayılan olarak kendi web sitelerine Nextcloud için Pico CMS uygulamasının tam adresi ile erişebilir. Ancak bu adres oldukça uzun olduğundan kullanıcı dostu değildir. Bu nedenle, Nextcloud için Pico CMS uygulaması sanal bir \"sites /\" klasörü kullanan kısaltılmış adresleri de destekler. Ancak, bu özelliği kullanabilmek için web sunucusu yapılandırmasına bazı ekler gerekir. Apache web sunucusu kullanıyorsanız, aşağıda gösterilen ilk iki örnekten birini deneyin. Nginx web sunucusu kullanıyorsanız, son iki örnekten birini deneyin. Bunların ne olduğunu anlamıyorsanız, sunucu yöneticiniz ile görüşün ve aşağıdaki bilgileri gönderin. Sunucu yöneticiniz size bunu yapamayacağını söylerse, umutsuzluğa kapılmayın. Hala Nextcloud için Pico CMS uygulamasının tam adresini kullanabilirsiniz. Bu adresler her zaman çalışır.", - "Enable short website URLs" : "Kısa web sitesi adresleri kullanılsın", + "Configure your web server" : "Site sunucunuzu yapılandırın", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Site sunucunuzu uygun şekilde yapılandırarak Nextcloud için Pico CMS uygulamasının tüm potansiyelini kullanın.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Site sunucunuzun yapılandırmasına bağlı olarak, kullanıcılar sitelere farklı adresler kullanarak erişebilir. Kullanıcılar varsayılan olarak kendi sitelerine Nextcloud için Pico CMS uygulamasının tam adresi ile erişebilir. Ancak bu adres oldukça uzun olduğundan kullanıcı dostu değildir. Bu nedenle, Nextcloud için Pico CMS uygulaması sanal bir \"sites /\" klasörü kullanan kısaltılmış adresleri de destekler. Ancak, bu özelliği kullanabilmek için site sunucusu yapılandırmasına bazı ekler gerekir. Apache sunucusu kullanıyorsanız, aşağıda gösterilen ilk iki örnekten birini deneyin. Nginx sunucusu kullanıyorsanız, son iki örnekten birini deneyin. Bunların ne olduğunu anlamıyorsanız, sunucu yöneticiniz ile görüşün ve aşağıdaki bilgileri gönderin. Sunucu yöneticiniz size bunu yapamayacağını söylerse, umutsuzluğa kapılmayın. Hala Nextcloud için Pico CMS uygulamasının tam adresini kullanabilirsiniz. Bu adresler her zaman çalışır.", + "Enable short website URLs" : "Kısa site adresleri kullanılsın", "Full application URLs" : "Tam uygulama adresleri", - "Short website URLs" : "Kısa web sitesi adresleri", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web sunucunuzu kısaltılmış adresleri kullanacak şekilde yapılandırdıktan sonra, kullanıcılarınıza bu özelliği öğrenmeleri için yukarıdan ilgili seçeneği seçmelisiniz. Henüz aşağıda görüntülenen yapılandırma örneklerinden birini kullanarak sanal \"sites/\" klasörünü yapılandırmadıysanız, bu seçeneği etkinleştirmeyin.", + "Short website URLs" : "Kısa site adresleri", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Site sunucunuzu kısaltılmış adresleri kullanacak şekilde yapılandırdıktan sonra, kullanıcılarınıza bu özelliği öğrenmeleri için yukarıdan ilgili seçeneği seçmelisiniz. Henüz aşağıda görüntülenen yapılandırma örneklerinden birini kullanarak sanal \"sites/\" klasörünü yapılandırmadıysanız, bu seçeneği etkinleştirmeyin.", "Using Apache's mod_proxy" : "Apache mod_proxy kullanarak", - "Your users' website URLs will look like the following:" : "Kullanıcılarınızın web sitesi adresleri şunun gibi görünecek:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_proxy ve mod_proxy_http modüllerini etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler.", + "Your users' website URLs will look like the following:" : "Kullanıcılarınızın site adresleri şunun gibi görünecek:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_proxy ve mod_proxy_http modüllerini etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler.", "Using Apache's mod_rewrite" : "Apache mod_rewrite kullanarak", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_rewrite modüllünü etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki Apache mod_proxy çözümünü kullanmanız önerilir.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_rewrite modüllünü etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki Apache mod_proxy çözümünü kullanmanız önerilir.", "Using nginx's proxy_pass" : "Nginx proxy_pass kullanarak", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Bunu yapmadan önce nginx ngx_http_proxy_module modülünü etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntülenir.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Bunu yapmadan önce nginx ngx_http_proxy_module modülünü etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntülenir.", "Using nginx's rewrite" : "Nginx rewrite kullanarak", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki nginx proxy_pass directive çözümünü kullanmanız önerilir.", "Version information" : "Sürüm bilgileri", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Nextcloud için Pico CMS Maxence Lange ve Daniel Rudolf tarafından geliştirilmiştir.
GNU Affero Genel Kamu Lisansı koşulları altında yayınlanan özgür bir açık kaynaklı yazılımdır.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico Gilbert Pellegrom ve Daniel Rudolf tarafından geliştirilmiştir ve Pico Topluluğu tarafından desteklenmektedir.
MIT lisansı koşulları altında yayınlanan özgür bir açık kaynaklı yazılımdır.", - "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Nextcloud için Pico CMS uygulaması, Pico ile Nextcloud uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü web siteleri oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Web sitelerini hazırlamak artık çok kolay!", - "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Bir günlük oluşturabilir, özgeçmişinizi Dünya ile paylaşabilir, Dünyayı ele geçirmek için bir plan yapıp yalnız doğru arkadaşlarınız ile paylaşabilir, bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz. Nextcloud için Pico CMS kendi web sitelerinizi oluşturup yönetebilmenizi sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, işbirlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnız dosyalarınız için değil, web siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Web siteleri kullanıcının Nextcloud dosyaları içindeki .md dosyalarından oluşur. .md, Markdown anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için Markdown Düzenleyici uygulamalasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne YAML olarak eklenebilir. Web siteleri oluşturmak daha kolay olamazdı …", - "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Nextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! \"sample_pico\" kalıbını kullanarak ilk kişisel web sitenizi oluşturun. Bu örnek Pico içeriği bilmeniz gereken her şeyi size açıklar …", - "You will be able to access your websites using URLs like the following:" : "Web sitelerinize aşağıdakilere benzer adresler kullanarak erişebileceksiniz:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud yöneticisi, Nextcloud için Pico CMS erişimini belirli gruplar ile kısıtlamış. Sizin şu anda bulunduğunuz grubun kişisel web sitesi oluşturma izni yok. Ancak diğer kullanıcıların normal (ve muhtemelen kişisel) web sitelerine erişebilirsiniz. Geçmişte izniniz varsa ve web sitesi oluşturduysanız verileriniz hakkında endişelenmeyin: Hiç biri kaybolmaz. Bununla birlikte hiç kimse kişisel web sitelerinize erişemeyecek ve \"Web sitesi bulunamadı\" iletisi görüntülenecek.", - "Loading websites…" : "Web siteleri yükleniyor …", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Nextcloud için Pico CMS uygulaması, Pico ile Nextcloud uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü siteler oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Siteleri hazırlamak artık çok kolay!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Bir günlük oluşturabilir, özgeçmişinizi Dünya ile paylaşabilir, Dünyayı ele geçirmek için bir plan yapıp yalnızca doğru arkadaşlarınız ile paylaşabilir, bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz. Nextcloud için Pico CMS kendi sitelerinizi oluşturup yönetebilmenizi sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, iş birlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnızca dosyalarınız için değil, siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Siteler kullanıcının Nextcloud dosyaları içindeki .md dosyalarından oluşur. .md, Markdown anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için Markdown Düzenleyici uygulamalasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne YAML olarak eklenebilir. Site oluşturmak daha kolay olamazdı …", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Nextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! \"sample_pico\" kalıbını kullanarak ilk kişisel sitenizi oluşturun. Bu örnek Pico içeriği bilmeniz gereken her şeyi size açıklar …", + "You will be able to access your websites using URLs like the following:" : "Sitelerinize aşağıdakilere benzer adresler kullanarak erişebileceksiniz:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud yöneticisi, Nextcloud için Pico CMS erişimini belirli gruplar ile kısıtlamış. Sizin şu anda bulunduğunuz grubun kişisel site oluşturma izni yok. Ancak diğer kullanıcıların normal (ve muhtemelen kişisel) sitelerine erişebilirsiniz. Geçmişte izniniz varsa ve site oluşturduysanız verileriniz hakkında endişelenmeyin: Hiç biri kaybolmaz. Bununla birlikte hiç kimse kişisel sitelerinize erişemeyecek ve \"Site bulunamadı\" iletisi görüntülenecek.", + "Loading websites…" : "Siteler yükleniyor …", "Name" : "Ad", "Path" : "Yol", "Theme" : "Tema", "Created" : "Oluşturulma", - "Go to website" : "Web sitesine git", - "Go to website directory" : "Web sitesi klasörüne git", - "Toggle private website" : "Kişisel web sitesini aç/kapat", - "Delete website" : "Web sitesini sil", + "Go to website" : "Siteye git", + "Go to website directory" : "Site klasörüne git", + "Edit website name" : "Site adını düzenle", + "Edit private website settings" : "Özel site ayarlarını düzenle", + "Delete website" : "Siteyi sil", "Actions" : "İşlemler", - "Reload websites list" : "Web siteleri listesini yeniden yükle", - "Create a new website" : "Web sitesi ekle", - "Just fill the form below to create your own personal website." : "Kişisel web sitenizi oluşturmak için aşağıdaki formu doldurun.", - "My example website" : "Örnek web sitem", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Kişisel web sayfanızın adını bu bölümde belirtebilirsiniz. Web sitenizin adı, web tarayıcıda görüntülenecek web sitesi başlığı olarak kullanılır.", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud için Pico CMS, hem herkese açık hem de özel siteleri destekler. Oturum açmış olsun ya da olmasın, tüm ziyaretçiler herkese açık sitelere erişebilir. Erişimi belirli bir kullanıcı alt kümesiyle sınırlamak istiyorsanız, bir özel site oluşturun. Bir özel sitenin tüm ziyaretçileri oturum açmalıdır, yoksa \"Erişim engellendi\" hatası görüntülenir. Ayrıca aşağıdaki koşullardan birinin yerine getirilmesi gerekir: (1) kullanıcının sitenin kaynak dosyalarına erişimi olması (yani kaynak klasörün kullanıcıyla paylaşılıyor olması), (2) kullanıcının aşağıda listelenen gruplardan birinin üyesi olması, veya (3) kullanıcı, \"erişim\" üst veri değeri kullanılarak istenilen sayfanın YAML ön konusunda belirtilen gruplardan birinin üyesi olması.", + "Website type" : "Site türü", + "Public website" : "Herkese açık site", + "The website is publicly accessible and requires no authentication whatsoever." : "Site herkese açıktır ve herhangi bir kimlik doğrulaması gerekmez.", + "Private website" : "Özel site", + "The website requires authentication, access is limited to a subset of all users." : "Siteye erişmek için kimlik doğrulaması gerekir. Yalnızca tüm kullanıcıların bir alt kümesi erişebilir", + "Group access" : "Grup erişimi", + "Grant access to all members of the selected groups." : "Seçilen grupların tüm üyelerine erişim izni verin.", + "Reload websites list" : "Sitelerin listesini yeniden yükle", + "Create a new website" : "Site ekle", + "Just fill the form below to create your own personal website." : "Kişisel sitenizi oluşturmak için aşağıdaki formu doldurun.", + "My example website" : "Örnek sitem", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Kişisel site sayfanızın adını bu bölümde belirtebilirsiniz. Sitenizin adı, tarayıcıda görüntülenecek site başlığı olarak kullanılır.", "Identifier" : "Belirteç", - "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Web sitenizin belirteci hem web sitenizin adresini (URL) hem de web sitenizin dosyalarının (hem sayfalar hem de varlıklar) içinde saklanacağı klasörü belirtir. Bir web sitesinin belirtecinde yalnız küçük harfler, rakamlar, tire ve alt çizgi karakterleri bulunabilir (az, 0-9, - ve _).", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Sitenizin belirteci hem sitenizin adresini (URL) hem de sitenizin dosyalarının (hem sayfalar hem de varlıklar) içinde saklanacağı klasörü belirtir. Bir sitenin belirtecinde yalnızca küçük harfler, rakamlar, tire ve alt çizgi karakterleri bulunabilir (az, 0-9, - ve _).", "Address" : "Adres", - "You will be able to access your website using the address (URL) shown above." : "Web sitenize yukarıdaki adresi (URL) kullanarak erişebileceksiniz.", - "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Yeni bir web sitesi oluştururken, Nextcloud için Pico CMS, web sitesi kalıbını Nextcloud kopyanızda aşağıdaki yeni klasöre kopyalar.", + "You will be able to access your website using the address (URL) shown above." : "Sitenize yukarıdaki adresi (URL) kullanarak erişebileceksiniz.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Yeni bir site oluştururken, Nextcloud için Pico CMS, site kalıbını Nextcloud kopyanızda aşağıdaki yeni klasöre kopyalar.", "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Hazır temalardan birini kullanarak daha kişisel bir görünüm ve biçem elde edebilirsiniz. Başka bir tema kullanmak istiyorsanız Nextcloud yöneticinizle görüşün. Beğendiğiniz temayı ekleyebilir!", "Template" : "Kalıp", - "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Yeni bir web sitesi oluştururken başlangıç noktası kalıplardır. Tüm kalıplarda bir \"content\" klasörü (sayfalarınız için) ve bir \"assets\" klasörü (web sitenizin varlıkları için) bulunur. Bu klasörler Nextcloud kopyanızda yukarıdaki klasöre kopyalanır.", - "Create new website" : "Web sitesi ekle", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Yeni bir site oluştururken başlangıç noktası kalıplardır. Tüm kalıplarda bir \"content\" klasörü (sayfalarınız için) ve bir \"assets\" klasörü (sitenizin varlıkları için) bulunur. Bu klasörler Nextcloud kopyanızda yukarıdaki klasöre kopyalanır.", + "Create new website" : "Site ekle", "Loading…" : "Yükleniyor …" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index d7945161..79f08126 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,31 +1,32 @@ { "translations": { "Copy" : "Kopyala", - "Confirm website deletion" : "Web sitesini silmeyi onayla", - "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Bu işlem \"{name}\" web sitesini silecek ancak içerikleri Nextcloud kopyanızda durmaya devam edecek.", - "Choose website directory" : "Web sitesi klasörünü seçin", + "Confirm website deletion" : "Siteyi silmeyi onayla", + "This operation will delete the website \"{name}\". However, all of its contents will still be available in your Nextcloud." : "Bu işlem \"{name}\" sitesini silecek ancak içerikleri Nextcloud kopyanızda durmayı sürdürecek.", + "Choose website directory" : "Site klasörünü seçin", "Abort" : "Vazgeç", "Save" : "Kaydet", - "The requested website could not be found on the server. Maybe the website was deleted?" : "İstenilen web sitesi sunucu üzerinde bulunamadı. Web sitesi silinmiş olabilir mi?", - "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Bu web sitesinin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle web sitesine erişilemiyor.", - "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Bu kişisel web sitesine erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", - "This website is hosted on a non-local storage and thus could not be accessed." : "Bu web sitesi yerel olmayan bir depolama aygıtı üzerinde bulunuyor. Bu nedenle web sitesine erişilemiyor.", - "This website uses a theme that could not be found on the server and thus could not be built." : "Bu web sitesi sunucu üzerinde bulunamayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", - "This website uses a incompatible theme and thus could not be built." : "Bu web sitesi uyumlu olmayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", - "The requested website page could not be found on the server. Maybe the page was deleted?" : "İstenilen web sitesi sayfası sunucu üzerinde bulunamadı. Sayfa silinmiş olabilir mi?", - "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Bu web sitesi sayfasına erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", - "The requested website page could not be built, so that the server was unable to complete your request." : "İstenilen web sitesi sayfası oluşturulamadı. Bu nedenle sunucu isteğinizi yerine getiremiyor.", - "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Bu web sitesinin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle web sitesine erişilemiyor.", - "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "İstenilen web sitesi varlığı sunucu üzerinde bulunamadı. Varlık silinmiş olabilir mi?", - "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Bu web sitesi varlığına erişme izniniz yok. Paylaşım silinmiş ya da süresi geçmiş olabilir mi?", + "The requested website could not be found on the server. Maybe the website was deleted?" : "İstenilen site sunucu üzerinde bulunamadı. Site silinmiş olabilir mi?", + "The file and directory structure of this website appears to be broken and thus could not be accessed." : "Bu sitenin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle siteye erişilemiyor.", + "You don't have access to this private website. Maybe the share was deleted or has expired?" : "Bu kişisel siteye erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", + "This website is hosted on a non-local storage and thus could not be accessed." : "Bu site yerel olmayan bir depolama aygıtı üzerinde bulunuyor. Bu nedenle siteye erişilemiyor.", + "This website uses a theme that could not be found on the server and thus could not be built." : "Bu site sunucu üzerinde bulunamayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", + "This website uses a incompatible theme and thus could not be built." : "Bu site uyumlu olmayan bir tema kullanıyor. Bu nedenle oluşturulamadı.", + "The requested website page could not be found on the server. Maybe the page was deleted?" : "İstenilen site sayfası sunucu üzerinde bulunamadı. Sayfa silinmiş olabilir mi?", + "You don't have access to this website page. Maybe the share was deleted or has expired?" : "Bu site sayfasına erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", + "The requested website page could not be built, so that the server was unable to complete your request." : "İstenilen site sayfası oluşturulamadı. Bu nedenle sunucu isteğinizi yerine getiremiyor.", + "The file and directory structure of this website appears to be broken und thus could not be accessed." : "Bu sitenin dosya ve klasör yapısı bozulmuş gibi görünüyor. Bu nedenle siteye erişilemiyor.", + "The requested website asset could not be found on the server. Maybe the asset was deleted?" : "İstenilen site varlığı sunucu üzerinde bulunamadı. Varlık silinmiş olabilir mi?", + "You don't have access to this website asset. Maybe the share was deleted or has expired?" : "Bu site varlığına erişme izniniz yok. Paylaşım silinmiş ya da geçerlilik süresi dolmuş olabilir mi?", "Plugin not found." : "Uygulama eki bulunamadı.", "Plugin exists already." : "Uygulama eki zaten var.", "Template not found." : "Kalıp bulunamadı.", "Template exists already." : "Kalıp zaten var.", "Theme not found." : "Tema bulunamadı.", "Theme exists already." : "Tema zaten var.", - "Website exists." : "Web sitesi zaten var", + "Website exists." : "Site zaten var", "No permission." : "Erişim izni yok.", - "Website not found." : "Web sitesi bulunamadı.", + "The value given is invalid." : "Belirtilen değer geçersiz.", + "Website not found." : "Site bulunamadı.", "Local (unencrypted)" : "Yerel (şifrelenmemiş)", "Location" : "Konum", "Incompatible plugin: Plugin file \"{file}\" not found." : "Uygulama eki uyumsuz: \"{file}\" uygulama eki dosyası bulunamadı.", @@ -35,19 +36,19 @@ "Incompatible template: Required directory \"{file}\" not found." : "Kalıp uyumsuz: Gerekli \"{file}\" klasörü bulunamadı.", "Incompatible theme: Twig template \"{file}\" not found." : "Tema uyumsuz: \"{file}\" Twig kalıbı bulunamadı.", "Incompatible theme: Themes for Pico CMS for Nextcloud must use one of the API versions {compatApiVersions}, but this theme uses API version {apiVersion}." : "Tema uyumsuz: Nextcloud için Pico CMS temaları {compatApiVersions} API sürümlerinden birini kullanmalıdır, ancak bu uygulama eki {apiVersion} API sürümünü kullanıyor.", - "The name of the website must be longer." : "Web sitesinin adı daha uzun olmalıdır.", - "The name of the website is too long." : "Web sitesinin adı çok uzun.", - "The identifier of the website must be longer." : "Web sitesinin belirteci daha uzun olmalıdır.", - "The identifier of the website is too long." : "Web sitesinin belirteci çok uzun.", - "The identifier of the website can only contain lowercase alpha numeric chars." : "Web sitesinin belirtecinde yalnız küçük harf ve rakam karakterleri bulunabilir.", - "The path of the website is invalid." : "Web sitesinin yolu geçersiz.", - "The website's path is stored on a non-local storage." : "Web sitesinin yolu yerel olmayan bir depolama aygıtı üzerinde bulunuyor.", - "Parent folder of the website's path not found." : "Web sitesi yolunun üst klasörü bulunamadı.", + "The name of the website must be longer." : "Sitenin adı daha uzun olmalıdır.", + "The name of the website is too long." : "Sitenin adı çok uzun.", + "The identifier of the website must be longer." : "Sitenin belirteci daha uzun olmalıdır.", + "The identifier of the website is too long." : "Sitenin belirteci çok uzun.", + "The identifier of the website can only contain lowercase alpha numeric chars." : "Sitenin belirtecinde yalnızca küçük harf ve rakam karakterleri bulunabilir.", + "The path of the website is invalid." : "Sitenin yolu geçersiz.", + "The website's path is stored on a non-local storage." : "Sitenin yolu yerel olmayan bir depolama aygıtı üzerinde bulunuyor.", + "Parent folder of the website's path not found." : "Site yolunun üst klasörü bulunamadı.", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: \"%s\" bulunamadı. Uygulamanın \"%s\" altındaki kurulum klasöründe `composer install` komutunu yürüterek uygulamanın bağımlılıklarının kurulduğundan emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: Web sunucusunun \"%s\" altında dosya ve klasör oluşturma izni yok. Bu klasörün izinlerini ve sahipliğini \"%s\" klasörünüz ile aynı olacak şekilde değiştirerek web sunucuya yazma izni verdiğinizden emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "Nextcloud için Pico CMS etkinleştirilemedi: Site sunucusunun \"%s\" altında dosya ve klasör oluşturma izni yok. Bu klasörün izinlerini ve sahipliğini \"%s\" klasörünüz ile aynı olacak şekilde değiştirerek site sunucusuna yazma izni verdiğinizden emin olun. Ardından yeniden Nextcloud için Pico CMS uygulamasını etkinleştirmeyi deneyin.", "Pico CMS" : "Pico CMS", - "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Nextcloud için Pico CMS ile kendi web sitelerinizi oluşturup yayınlayabilirsiniz!", - "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextcloud için Pico CMS](https://github.com/nextcloud/cms_pico) uygulaması, [**Pico**](http://picocms.org/) ile [**Nextcloud**](https://nextcloud.com/) uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü web siteleri oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Web sitelerini hazırlamak artık çok kolay.\n\n* Bir günlük oluşturabilirsiniz\n* Özgeçmişinizi Dünya ile paylaşabilirsiniz\n* Dünyayı ele geçirmek için bir plan yapıp yalnız doğru arkadaşlarınız ile paylaşabilirsiniz\n* Bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz\n\nNextcloud için Pico CMS uygulamasını kurmak, kullanıcılarınızın kendi web sitelerini oluşturup yönetebilmesini sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, işbirlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnız dosyalarınız için değil, web siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.\n\nWeb sitelerine `https://cloud.ornek.com/sites/benim_sitem/` gibi adresler kullanılarak erişebilir. Web siteleri kullanıcının Nextcloud dosyaları içindeki `.md` dosyalarından oluşur. `.md` [**Markdown**](https://www.markdownguide.org/) anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için [Markdown Düzenleyici](https://apps.nextcloud.com/apps/files_markdown) uygulamasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne [**YAML**](https://en.wikipedia.org/wiki/YAML) olarak eklenebilir. Web siteleri oluşturmak daha kolay olamazdı …\n\nAncak hepsi bununla sınırlı değil… Nextcloud için Pico CMS büyük oranda özelleştirilebilir. Özel temaları kullanarak Pico görünümü değiştirebilir, özel uygulama ekleri kullanarak yeni özellikler ekleyebilirsiniz. Güvenlik nedeniyle kullanıcılar kendi kendilerine özel temalar ya da uygulama ekleri kuramaz. Ancak bir yönetici olarak bunları siz yapabilirsiniz. Uygulama ekleri ve temalar yalnız yeni \"görünümler\" ya da \"pano bileşenleri\" değildir. Altındaki teknolojiler, kullanıcılarınızın web sitelerini gerçekten benzersiz kılmak için yararlanabileceğiniz güçlü yazılım çerçevelerdir. Bununla birlikte büyük gücün sorumluluğu da büyük olur. \n\nNextcloud için Pico CMS, güvenlik riskleri oluşturabileceğinden, kullanıcıların web sitelerine betik dosyaları eklemesini engellemek için elinden gelenin en iyisini yapar (\"Karşılıklı Betik Erişimi, Cross Scripting\" olarak bilinir). Bu risk Pico uygulamasından kaynaklanmadığından, üçüncü taraf uygulama eki ve tema geliştiricileri bu sorunun farkında olmayabilir. O yüzden özel uygulama eki ve temaları kurarken dikkatli olmalısınız.\n\nNextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! [Nextcloud Uygulama Mağazası](https://apps.nextcloud.com/apps/cms_pico) üzerinden indirip kurun ve Nextcloud ayarları bölümüne gidin. Bir yönetici olarak, Nextcloud ayarları altında, biri \"Kişisel\" diğeri \"Yönetim\" başlığı altında iki tane \"Pico CMS\" bölümü göreceksiniz. \"Yönetim\" altından, Pico için özel temalar, uygulama ekleri ve kalıplar ekleyebilir ve bazı gelişmiş ayarları değiştirebilirsiniz. \"Kişisel\" altındaki bölüm, tüm Nextcloud kullanıcıları tarafından görülebilir ve kişisel web sitelerini oluşturmak için kullanılabilir. İlk kişisel web sitenizi oluşturmak için \"sample_pico\" kalıbını kullanın. Oluşturulacak örnek Pico içeriğinde bilmeniz gerekenleri görebilirsiniz …", + "Create and publish your own websites - with Pico CMS for Nextcloud!" : "Nextcloud için Pico CMS ile kendi sitelerinizi oluşturup yayınlayabilirsiniz!", + "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Nextcloud için Pico CMS](https://github.com/nextcloud/cms_pico) uygulaması, [**Pico**](http://picocms.org/) ile [**Nextcloud**](https://nextcloud.com/) uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü siteler oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Siteleri hazırlamak artık çok kolay.\n\n* Bir günlük oluşturabilirsiniz\n* Özgeçmişinizi Dünya ile paylaşabilirsiniz\n* Dünyayı ele geçirmek için bir plan yapıp yalnızca doğru arkadaşlarınız ile paylaşabilirsiniz\n* Bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz\n\nNextcloud için Pico CMS uygulamasını kurmak, kullanıcılarınızın kendi sitelerini oluşturup yönetebilmesini sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, iş birlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnızca dosyalarınız için değil, siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.\n\nSitelere `https://cloud.ornek.com/sites/benim_sitem/` gibi adresler kullanılarak erişebilir. Siteler kullanıcının Nextcloud dosyaları içindeki `.md` dosyalarından oluşur. `.md` [**Markdown**](https://www.markdownguide.org/) anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için [Markdown düzenleyici](https://apps.nextcloud.com/apps/files_markdown) uygulamasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne [**YAML**](https://en.wikipedia.org/wiki/YAML) olarak eklenebilir. Site oluşturmak daha kolay olamazdı …\n\nAncak hepsi bununla sınırlı değil… Nextcloud için Pico CMS büyük oranda özelleştirilebilir. Özel temaları kullanarak Pico görünümü değiştirebilir, özel uygulama ekleri kullanarak yeni özellikler ekleyebilirsiniz. Güvenlik nedeniyle kullanıcılar kendi kendilerine özel temalar ya da uygulama ekleri kuramaz. Ancak bir yönetici olarak bunları siz yapabilirsiniz. Uygulama ekleri ve temalar yalnız yeni \"görünümler\" ya da \"pano bileşenleri\" değildir. Altındaki teknolojiler, kullanıcılarınızın sitelerini gerçekten benzersiz kılmak için yararlanabileceğiniz güçlü yazılım çerçevelerdir. Bununla birlikte büyük gücün sorumluluğu da büyük olur. \n\nNextcloud için Pico CMS, güvenlik riskleri oluşturabileceğinden, kullanıcıların sitelerine betik dosyaları eklemesini engellemek için elinden gelenin en iyisini yapar (\"Karşılıklı Betik Erişimi, Cross Scripting\" olarak bilinir). Bu risk Pico uygulamasından kaynaklanmadığından, üçüncü taraf uygulama eki ve tema geliştiricileri bu sorunun farkında olmayabilir. O yüzden özel uygulama eki ve temaları kurarken dikkatli olmalısınız.\n\nNextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! [Nextcloud Uygulama Mağazası](https://apps.nextcloud.com/apps/cms_pico) üzerinden indirip kurun ve Nextcloud ayarları bölümüne gidin. Bir yönetici olarak, Nextcloud ayarları altında, biri \"Kişisel\" diğeri \"Yönetim\" başlığı altında iki tane \"Pico CMS\" bölümü göreceksiniz. \"Yönetim\" altından, Pico için özel temalar, uygulama ekleri ve kalıplar ekleyebilir ve bazı gelişmiş ayarları değiştirebilirsiniz. \"Kişisel\" altındaki bölüm, tüm Nextcloud kullanıcıları tarafından görülebilir ve kişisel siteleri oluşturmak için kullanılabilir. İlk kişisel sitenizi oluşturmak için \"sample_pico\" kalıbını kullanın. Oluşturulacak örnek Pico içeriğinde bilmeniz gerekenleri görebilirsiniz …", "Access forbidden" : "Erişim engellendi", "Back to %s" : "%s sayfasına dön", "Not found" : "Bulunamadı", @@ -55,7 +56,7 @@ "The server was unable to complete your request." : "Sunucu isteğinizi yerine getiremedi.", "If this happens again, please send the technical details below to the server administrator." : "Bu sorun sürerse lütfen aşağıdaki teknik ayrıntıları BT yöneticinize iletin.", "Remote Address: %s" : "Uzak adres: %s", - "Request ID: %s" : "İstek kodu: %s", + "Request ID: %s" : "İstek kimliği: %s", "More details can be found in the server log." : "Sunucu günlüğünden ayrıntılı bilgi alabilirsiniz.", "Technical details" : "Teknik ayrıntılar", "Type: %s" : "Tür: %s", @@ -71,7 +72,7 @@ "Change Pico CMS for Nextcloud's behavior and manage optional features." : "Nextcloud için Pico CMS davranışını değiştirin ve isteğe bağlı özellikleri yönetin.", "Limit to groups" : "Şu gruplarla sınırla", "Loading groups…" : "Gruplar yükleniyor …", - "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Tüm kullanıcılarınızın kişisel web siteleri oluşturabilmesini istemiyorsanız, Nextcloud için Pico CMS uygulamasını belirli grupların kullanabileceği şekilde sınırlandırabilirsiniz. Erişimini sınırlandırmak istediğiniz grupları seçin. Bu alanı boş bırakırsanız kullanım sınırlanmaz. Bazı gruplara erişimin iptal edilmesi, bu gruplardaki kullanıcıların var olan web sitelerini silmez, ancak erişilmez kılar.", + "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "Tüm kullanıcılarınızın kişisel siteler oluşturabilmesini istemiyorsanız, Nextcloud için Pico CMS uygulamasını belirli grupların kullanabileceği şekilde sınırlandırabilirsiniz. Erişimini sınırlandırmak istediğiniz grupları seçin. Bu alanı boş bırakırsanız kullanım sınırlanmaz. Bazı gruplara erişimin iptal edilmesi, bu gruplardaki kullanıcıların var olan sitelerini silmez, ancak erişilmez kılar.", "Custom themes" : "Özel temalar", "Add custom themes for greater individuality and style." : "Daha özel görünüm ve biçemler kullanmak için özel temalar ekleyin.", "Pico CMS for Nextcloud allows you to add custom themes for some greater individuality and style. However, for security reasons, users cannot add custom themes on their own. Before you can add a new custom theme using the \"Add custom theme\" button below, you'll have to upload all of its files to the data folder of your Nextcloud instance. After uploading the theme it will show up in the form below to actually allow users to use the custom theme. If you want to modify one of your previously added custom themes, simply edit the corresponding files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom theme\" button next to the edited theme in the form below." : "Nextcloud için Pico CMS, daha özel bir görünüm ve biçem sağlamak için özel temalar eklemenize izin verir. Ancak güvenlik nedeniyle, kullanıcılar kendi başlarına özel temalar ekleyemez. Aşağıdaki \"Özel tema ekle\" düğmesini kullanarak yeni bir özel tema eklemeden önce, tema dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Tema yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından özel tema olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen temanın yanındaki \"Özel temayı yeniden yükle\" düğmesine tıklayın.", @@ -93,19 +94,23 @@ "Encountered unexpected {exception}: {exceptionMessage}" : "Beklenmeyen {exception} sorunu çıktı: {exceptionMessage}", "Custom plugins" : "Özel uygulama ekleri", "Add custom plugins to reach for Pico's full potential." : "Pico uygulamasının tam potansiyeline ulaşmak için özel uygulama ekleri ekleyin.", - "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextcloud için Pico CMS uygulaması, Pico uygulamasının gücünden tam olarak faydalanmak için özel uygulama ekleri eklenmesine izin verir. Uygulama ekleri genel olarak tüm siteler için kullanılır. Yani eklenen özel uygulama ekleri, tüm kullanıcıların web siteleri için geçerli olur. Aşağıdaki \"Özel uygulama eki ekle\" düğmesini kullanarak yeni bir özel uygulama eki eklemeden önce, uygulama ekinin tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemelisiniz. Uygulama eki yüklendikten sonra aşağıdaki formda görüntülenir ve böylece etkinleştirilebilir. Önceden eklenmiş özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen uygulama ekinin yanındaki \"Özel uygulama ekini yeniden yükle\" düğmesine tıklayın.", + "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Nextcloud için Pico CMS uygulaması, Pico uygulamasının gücünden tam olarak faydalanmak için özel uygulama ekleri eklenmesine izin verir. Uygulama ekleri genel olarak tüm siteler için kullanılır. Yani eklenen özel uygulama ekleri, tüm kullanıcıların siteleri için geçerli olur. Aşağıdaki \"Özel uygulama eki ekle\" düğmesini kullanarak yeni bir özel uygulama eki eklemeden önce, uygulama ekinin tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemelisiniz. Uygulama eki yüklendikten sonra aşağıdaki formda görüntülenir ve böylece etkinleştirilebilir. Önceden eklenmiş özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Değişikliklerin etkili olması için, aşağıdaki formda düzenlenen uygulama ekinin yanındaki \"Özel uygulama ekini yeniden yükle\" düğmesine tıklayın.", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "Yeni bir özel uygulama ekini eklemeden önce, uygulama ekinin tüm dosyalarını şu klasör altındaki yeni bir klasöre yükleyin. Bu yeni klasörün adının, uygulama ekinin adıyla aynı olması gerektiğini unutmayın. Yoksa Pico uygulama ekini etkinleştirmeyi reddeder. Özel uygulama eklerinden birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz. Uygulama eki klasörünün adının uygulama eki adı ile tam olarak aynı olduğundan emin olun. Yoksa Pico uygulama ekini etkinleştirmez.", "Loading plugins…" : "Uygulama ekleri yükleniyor …", "Add custom plugin" : "Özel uygulama eki ekle", "Reload plugins list" : "Uygulama eki listesini yeniden yükle", "Compatible plugin." : "Uyumlu uygulama eki.", + "Example plugin" : "Örnek uygulama eki", + "Copy example plugin" : "Örnek uygulama ekini kopyala", "System plugin" : "Sistem uygulama eki", "Custom plugin" : "Özel uygulama eki", "Reload custom plugin" : "Özel uygulama ekini yeniden yükle", "Delete custom plugin" : "Özel uygulama ekini sil", + "Base plugin" : "Temel uygulama eki", + "Plugin name" : "Uygulama eki adı", "Custom templates" : "Özel kalıplar", - "Make it easier for users to create new websites." : "Kullanıcıların kolayca yeni web siteleri oluşturmasını sağlayın.", - "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Yeni bir web sitesi oluşturmak zor olabilir. Nereden başlamalı? Kullanıcıların Nextcloud için Pico CMS uygulamasını kullanarak yeni bir web sitesi oluşturması için başlangıç noktası özel kalıplardır. Aşağıdaki \"Özel kalıp ekle\" düğmesini kullanarak yeni bir özel kalıp eklemeden önce, kalıbın tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Kalıp yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından \"Yeni bir web sitesi oluştur\" formunda özel kalıp olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz.", + "Make it easier for users to create new websites." : "Kullanıcıların kolayca yeni siteler oluşturmasını sağlayın.", + "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "Yeni bir web sitesi oluşturmak zor olabilir. Nereden başlamalı? Kullanıcıların Nextcloud için Pico CMS uygulamasını kullanarak yeni bir site oluşturması için başlangıç noktası özel kalıplardır. Aşağıdaki \"Özel kalıp ekle\" düğmesini kullanarak yeni bir özel kalıp eklemeden önce, kalıbın tüm dosyalarını Nextcloud kopyanızın veri klasörüne yüklemeniz gerekir. Kalıp yüklendikten sonra aşağıdaki formda görüntülenir ve böylece kullanıcılar tarafından \"Yeni bir site oluştur\" formunda özel kalıp olarak kullanılmasına izin verilebilir. Önceden yüklenmiş özel temalardan birini değiştirmek isterseniz, Nextcloud data klasöründe bulunan ilgili dosyaları düzenleyebilirsiniz.", "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "Özel bir kalıp eklemeden önce temanın tüm dosyalarını şu klasörün altında yeni bir klasöre yüklemelisiniz:", "Loading templates…" : "Kalıplar yükleniyor …", "Add custom template" : "Özel kalıp ekle", @@ -118,55 +123,64 @@ "Delete custom template" : "Özel kalıbı sil", "Base template" : "Temel kalıp", "Template name" : "Kalıp adı", - "Configure your webserver" : "Web sunucunuzu yapılandırın", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "Web sunucunuzu uygun şekilde yapılandırarak Nextcloud için Pico CMS uygulamasının tüm potansiyelini kullanın.", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Web sunucunuzun yapılandırmasına bağlı olarak, kullanıcılar web sitelerine farklı adresler kullanarak erişebilir. Kullanıcılar varsayılan olarak kendi web sitelerine Nextcloud için Pico CMS uygulamasının tam adresi ile erişebilir. Ancak bu adres oldukça uzun olduğundan kullanıcı dostu değildir. Bu nedenle, Nextcloud için Pico CMS uygulaması sanal bir \"sites /\" klasörü kullanan kısaltılmış adresleri de destekler. Ancak, bu özelliği kullanabilmek için web sunucusu yapılandırmasına bazı ekler gerekir. Apache web sunucusu kullanıyorsanız, aşağıda gösterilen ilk iki örnekten birini deneyin. Nginx web sunucusu kullanıyorsanız, son iki örnekten birini deneyin. Bunların ne olduğunu anlamıyorsanız, sunucu yöneticiniz ile görüşün ve aşağıdaki bilgileri gönderin. Sunucu yöneticiniz size bunu yapamayacağını söylerse, umutsuzluğa kapılmayın. Hala Nextcloud için Pico CMS uygulamasının tam adresini kullanabilirsiniz. Bu adresler her zaman çalışır.", - "Enable short website URLs" : "Kısa web sitesi adresleri kullanılsın", + "Configure your web server" : "Site sunucunuzu yapılandırın", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "Site sunucunuzu uygun şekilde yapılandırarak Nextcloud için Pico CMS uygulamasının tüm potansiyelini kullanın.", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "Site sunucunuzun yapılandırmasına bağlı olarak, kullanıcılar sitelere farklı adresler kullanarak erişebilir. Kullanıcılar varsayılan olarak kendi sitelerine Nextcloud için Pico CMS uygulamasının tam adresi ile erişebilir. Ancak bu adres oldukça uzun olduğundan kullanıcı dostu değildir. Bu nedenle, Nextcloud için Pico CMS uygulaması sanal bir \"sites /\" klasörü kullanan kısaltılmış adresleri de destekler. Ancak, bu özelliği kullanabilmek için site sunucusu yapılandırmasına bazı ekler gerekir. Apache sunucusu kullanıyorsanız, aşağıda gösterilen ilk iki örnekten birini deneyin. Nginx sunucusu kullanıyorsanız, son iki örnekten birini deneyin. Bunların ne olduğunu anlamıyorsanız, sunucu yöneticiniz ile görüşün ve aşağıdaki bilgileri gönderin. Sunucu yöneticiniz size bunu yapamayacağını söylerse, umutsuzluğa kapılmayın. Hala Nextcloud için Pico CMS uygulamasının tam adresini kullanabilirsiniz. Bu adresler her zaman çalışır.", + "Enable short website URLs" : "Kısa site adresleri kullanılsın", "Full application URLs" : "Tam uygulama adresleri", - "Short website URLs" : "Kısa web sitesi adresleri", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Web sunucunuzu kısaltılmış adresleri kullanacak şekilde yapılandırdıktan sonra, kullanıcılarınıza bu özelliği öğrenmeleri için yukarıdan ilgili seçeneği seçmelisiniz. Henüz aşağıda görüntülenen yapılandırma örneklerinden birini kullanarak sanal \"sites/\" klasörünü yapılandırmadıysanız, bu seçeneği etkinleştirmeyin.", + "Short website URLs" : "Kısa site adresleri", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Site sunucunuzu kısaltılmış adresleri kullanacak şekilde yapılandırdıktan sonra, kullanıcılarınıza bu özelliği öğrenmeleri için yukarıdan ilgili seçeneği seçmelisiniz. Henüz aşağıda görüntülenen yapılandırma örneklerinden birini kullanarak sanal \"sites/\" klasörünü yapılandırmadıysanız, bu seçeneği etkinleştirmeyin.", "Using Apache's mod_proxy" : "Apache mod_proxy kullanarak", - "Your users' website URLs will look like the following:" : "Kullanıcılarınızın web sitesi adresleri şunun gibi görünecek:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_proxy ve mod_proxy_http modüllerini etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler.", + "Your users' website URLs will look like the following:" : "Kullanıcılarınızın site adresleri şunun gibi görünecek:", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_proxy ve mod_proxy_http modüllerini etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler.", "Using Apache's mod_rewrite" : "Apache mod_rewrite kullanarak", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_rewrite modüllünü etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki Apache mod_proxy çözümünü kullanmanız önerilir.", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud apache.conf dosyanızın bölümüne kopyalayın. Bunu yapmadan önce Apache mod_rewrite modüllünü etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntüler. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki Apache mod_proxy çözümünü kullanmanız önerilir.", "Using nginx's proxy_pass" : "Nginx proxy_pass kullanarak", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Bunu yapmadan önce nginx ngx_http_proxy_module modülünü etkinleştirmiş olmanız gerekir. Yoksa web sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntülenir.", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Bunu yapmadan önce nginx ngx_http_proxy_module modülünü etkinleştirmiş olmanız gerekir. Yoksa site sunucunuz (yeniden) başlatılamaz ya da 500 sunucu sorunu iletisi görüntülenir.", "Using nginx's rewrite" : "Nginx rewrite kullanarak", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Yukarıdaki yapılandırma kodu parçasını, Nextcloud nginx.conf dosyanızın { … } bölümüne kopyalayın. Lütfen bu yapılandırmanın aslında kısaltılmış adreslerin kullanılmasına izin vermediğini, kullanıcıları kısaltılmış adreslerden sitenin tam adresine yönlendireceğini unutmayın. Bu nedenle yukarıdaki nginx proxy_pass directive çözümünü kullanmanız önerilir.", "Version information" : "Sürüm bilgileri", "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "Nextcloud için Pico CMS Maxence Lange ve Daniel Rudolf tarafından geliştirilmiştir.
GNU Affero Genel Kamu Lisansı koşulları altında yayınlanan özgür bir açık kaynaklı yazılımdır.", "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico Gilbert Pellegrom ve Daniel Rudolf tarafından geliştirilmiştir ve Pico Topluluğu tarafından desteklenmektedir.
MIT lisansı koşulları altında yayınlanan özgür bir açık kaynaklı yazılımdır.", - "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Nextcloud için Pico CMS uygulaması, Pico ile Nextcloud uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü web siteleri oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Web sitelerini hazırlamak artık çok kolay!", - "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Bir günlük oluşturabilir, özgeçmişinizi Dünya ile paylaşabilir, Dünyayı ele geçirmek için bir plan yapıp yalnız doğru arkadaşlarınız ile paylaşabilir, bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz. Nextcloud için Pico CMS kendi web sitelerinizi oluşturup yönetebilmenizi sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, işbirlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnız dosyalarınız için değil, web siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.", - "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Web siteleri kullanıcının Nextcloud dosyaları içindeki .md dosyalarından oluşur. .md, Markdown anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için Markdown Düzenleyici uygulamalasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne YAML olarak eklenebilir. Web siteleri oluşturmak daha kolay olamazdı …", - "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Nextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! \"sample_pico\" kalıbını kullanarak ilk kişisel web sitenizi oluşturun. Bu örnek Pico içeriği bilmeniz gereken her şeyi size açıklar …", - "You will be able to access your websites using URLs like the following:" : "Web sitelerinize aşağıdakilere benzer adresler kullanarak erişebileceksiniz:", - "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud yöneticisi, Nextcloud için Pico CMS erişimini belirli gruplar ile kısıtlamış. Sizin şu anda bulunduğunuz grubun kişisel web sitesi oluşturma izni yok. Ancak diğer kullanıcıların normal (ve muhtemelen kişisel) web sitelerine erişebilirsiniz. Geçmişte izniniz varsa ve web sitesi oluşturduysanız verileriniz hakkında endişelenmeyin: Hiç biri kaybolmaz. Bununla birlikte hiç kimse kişisel web sitelerinize erişemeyecek ve \"Web sitesi bulunamadı\" iletisi görüntülenecek.", - "Loading websites…" : "Web siteleri yükleniyor …", + "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "Nextcloud için Pico CMS uygulaması, Pico ile Nextcloud uygulamalarının güçlerini birleştirerek, bir kaç tıklama ile basit, güvenli, paylaşılabilir ve inanılmaz güçlü siteler oluşturulmasını sağlar. Pico inanılamayacak kadar basit, çok hızlı ve düz dosya alt yapısı ile çalışan bir içerik yönetimi sistemidir (CMS). Siteleri hazırlamak artık çok kolay!", + "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "Bir günlük oluşturabilir, özgeçmişinizi Dünya ile paylaşabilir, Dünyayı ele geçirmek için bir plan yapıp yalnızca doğru arkadaşlarınız ile paylaşabilir, bir bilgi bankası oluşturarak zeki iş arkadaşlarınızın yardımcı olmasını sağlayabilirsiniz. Nextcloud için Pico CMS kendi sitelerinizi oluşturup yönetebilmenizi sağlar. Pico ile yeni bir sayfa oluşturmak, kullanıcının Nextcloud dosyalarında bir metin dosyası oluşturmaktan farklı değildir. Herhangi bir yapılandırma ya da karmaşık yönetim panoları ile uğraşmaya gerek yoktur. Yalnızca dosyalar yeterlidir. Nextcloud için kusursuz bir eşleşmedir. Güvenli paylaşım, iş birlikli çalışma, erişim denetimi gibi özellikler Nextcloud için Pico CMS ile yalnızca dosyalarınız için değil, siteleriniz için de kullanılabilir! Mobil ve Masaüstü aygıtlarınız ile sunucunuz arasındaki sınırlar kalkar.", + "A website consist of just a bunch of .md text files in your Nextcloud files. .md stands for Markdown - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Try Nextcloud's Markdown Editor app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called YAML Front Matter. Creating websites cannot be easier…" : "Siteler kullanıcının Nextcloud dosyaları içindeki .md dosyalarından oluşur. .md, Markdown anlamına gelir ve başlıklar, paragraflar, metin biçimlendirme, listeler, görüntüler ve bağlantılar oluşturmak için süper basit ve sezgisel olarak öğrenilebilen bir kod imlemesi biçimidir. Hemen umutsuzluğa kapılmayın. İstemiyorsanız yeni bir dil öğrenmek zorunda değilsiniz. Nextcloud için Markdown Düzenleyici uygulamalasını kullanarak bu işleri inanılmaz derecede kolayca yapabilirsiniz. İç Nextcloud metin düzenleyicisinin Nextcloud için Pico CMS ile uyumlu olmadığını unutmayın. Peki bir sayfanın başlığı ya da yayın tarihi gibi üst veriler ne olacak? Doğru bildiniz, hepsi aynı yerde bulunur. Bu tür üst veriler Markdown dosyalarının üst bölümüne YAML olarak eklenebilir. Site oluşturmak daha kolay olamazdı …", + "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "Nextcloud için Pico CMS hakkında ayrıntılı bilgi mi almak istiyorsunuz? Çok kolay! \"sample_pico\" kalıbını kullanarak ilk kişisel sitenizi oluşturun. Bu örnek Pico içeriği bilmeniz gereken her şeyi size açıklar …", + "You will be able to access your websites using URLs like the following:" : "Sitelerinize aşağıdakilere benzer adresler kullanarak erişebileceksiniz:", + "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud yöneticisi, Nextcloud için Pico CMS erişimini belirli gruplar ile kısıtlamış. Sizin şu anda bulunduğunuz grubun kişisel site oluşturma izni yok. Ancak diğer kullanıcıların normal (ve muhtemelen kişisel) sitelerine erişebilirsiniz. Geçmişte izniniz varsa ve site oluşturduysanız verileriniz hakkında endişelenmeyin: Hiç biri kaybolmaz. Bununla birlikte hiç kimse kişisel sitelerinize erişemeyecek ve \"Site bulunamadı\" iletisi görüntülenecek.", + "Loading websites…" : "Siteler yükleniyor …", "Name" : "Ad", "Path" : "Yol", "Theme" : "Tema", "Created" : "Oluşturulma", - "Go to website" : "Web sitesine git", - "Go to website directory" : "Web sitesi klasörüne git", - "Toggle private website" : "Kişisel web sitesini aç/kapat", - "Delete website" : "Web sitesini sil", + "Go to website" : "Siteye git", + "Go to website directory" : "Site klasörüne git", + "Edit website name" : "Site adını düzenle", + "Edit private website settings" : "Özel site ayarlarını düzenle", + "Delete website" : "Siteyi sil", "Actions" : "İşlemler", - "Reload websites list" : "Web siteleri listesini yeniden yükle", - "Create a new website" : "Web sitesi ekle", - "Just fill the form below to create your own personal website." : "Kişisel web sitenizi oluşturmak için aşağıdaki formu doldurun.", - "My example website" : "Örnek web sitem", - "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Kişisel web sayfanızın adını bu bölümde belirtebilirsiniz. Web sitenizin adı, web tarayıcıda görüntülenecek web sitesi başlığı olarak kullanılır.", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud için Pico CMS, hem herkese açık hem de özel siteleri destekler. Oturum açmış olsun ya da olmasın, tüm ziyaretçiler herkese açık sitelere erişebilir. Erişimi belirli bir kullanıcı alt kümesiyle sınırlamak istiyorsanız, bir özel site oluşturun. Bir özel sitenin tüm ziyaretçileri oturum açmalıdır, yoksa \"Erişim engellendi\" hatası görüntülenir. Ayrıca aşağıdaki koşullardan birinin yerine getirilmesi gerekir: (1) kullanıcının sitenin kaynak dosyalarına erişimi olması (yani kaynak klasörün kullanıcıyla paylaşılıyor olması), (2) kullanıcının aşağıda listelenen gruplardan birinin üyesi olması, veya (3) kullanıcı, \"erişim\" üst veri değeri kullanılarak istenilen sayfanın YAML ön konusunda belirtilen gruplardan birinin üyesi olması.", + "Website type" : "Site türü", + "Public website" : "Herkese açık site", + "The website is publicly accessible and requires no authentication whatsoever." : "Site herkese açıktır ve herhangi bir kimlik doğrulaması gerekmez.", + "Private website" : "Özel site", + "The website requires authentication, access is limited to a subset of all users." : "Siteye erişmek için kimlik doğrulaması gerekir. Yalnızca tüm kullanıcıların bir alt kümesi erişebilir", + "Group access" : "Grup erişimi", + "Grant access to all members of the selected groups." : "Seçilen grupların tüm üyelerine erişim izni verin.", + "Reload websites list" : "Sitelerin listesini yeniden yükle", + "Create a new website" : "Site ekle", + "Just fill the form below to create your own personal website." : "Kişisel sitenizi oluşturmak için aşağıdaki formu doldurun.", + "My example website" : "Örnek sitem", + "Here you can specify the name of your personal website. Your website's name will be used as website title, often shown in your website's header." : "Kişisel site sayfanızın adını bu bölümde belirtebilirsiniz. Sitenizin adı, tarayıcıda görüntülenecek site başlığı olarak kullanılır.", "Identifier" : "Belirteç", - "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Web sitenizin belirteci hem web sitenizin adresini (URL) hem de web sitenizin dosyalarının (hem sayfalar hem de varlıklar) içinde saklanacağı klasörü belirtir. Bir web sitesinin belirtecinde yalnız küçük harfler, rakamlar, tire ve alt çizgi karakterleri bulunabilir (az, 0-9, - ve _).", + "The identifier of your website prescribes both your website's address (URL) and the name of the directory your website's files (both pages and assets) will be stored in. A website's identifier must consist of lowercase alphanumeric characters, dashes and underscores (a-z, 0-9, - and _) only." : "Sitenizin belirteci hem sitenizin adresini (URL) hem de sitenizin dosyalarının (hem sayfalar hem de varlıklar) içinde saklanacağı klasörü belirtir. Bir sitenin belirtecinde yalnızca küçük harfler, rakamlar, tire ve alt çizgi karakterleri bulunabilir (az, 0-9, - ve _).", "Address" : "Adres", - "You will be able to access your website using the address (URL) shown above." : "Web sitenize yukarıdaki adresi (URL) kullanarak erişebileceksiniz.", - "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Yeni bir web sitesi oluştururken, Nextcloud için Pico CMS, web sitesi kalıbını Nextcloud kopyanızda aşağıdaki yeni klasöre kopyalar.", + "You will be able to access your website using the address (URL) shown above." : "Sitenize yukarıdaki adresi (URL) kullanarak erişebileceksiniz.", + "When creating a new website, Pico CMS for Nextcloud copies the website template to the following new directory in your Nextcloud." : "Yeni bir site oluştururken, Nextcloud için Pico CMS, site kalıbını Nextcloud kopyanızda aşağıdaki yeni klasöre kopyalar.", "You can use one of the provided themes for some greater individuality and style. If you want to use another theme, ask your Nextcloud admin - it might be possible to add your favourite theme, too!" : "Hazır temalardan birini kullanarak daha kişisel bir görünüm ve biçem elde edebilirsiniz. Başka bir tema kullanmak istiyorsanız Nextcloud yöneticinizle görüşün. Beğendiğiniz temayı ekleyebilir!", "Template" : "Kalıp", - "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Yeni bir web sitesi oluştururken başlangıç noktası kalıplardır. Tüm kalıplarda bir \"content\" klasörü (sayfalarınız için) ve bir \"assets\" klasörü (web sitenizin varlıkları için) bulunur. Bu klasörler Nextcloud kopyanızda yukarıdaki klasöre kopyalanır.", - "Create new website" : "Web sitesi ekle", + "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "Yeni bir site oluştururken başlangıç noktası kalıplardır. Tüm kalıplarda bir \"content\" klasörü (sayfalarınız için) ve bir \"assets\" klasörü (sitenizin varlıkları için) bulunur. Bu klasörler Nextcloud kopyanızda yukarıdaki klasöre kopyalanır.", + "Create new website" : "Site ekle", "Loading…" : "Yükleniyor …" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js index 8296d8e0..7ae85f6d 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -11,7 +11,7 @@ OC.L10N.register( "Internal Server Error" : "Внутрішня помилка серверу", "The server was unable to complete your request." : "Сервер не зміг обробити ваш запит.", "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці нижче адміністратору сервера.", - "Remote Address: %s" : "Віддалена Адреса: %s", + "Remote Address: %s" : "Віддалена адреса: %s", "Request ID: %s" : "ID запиту: %s", "More details can be found in the server log." : "Більше деталей може бути в журналі серверу.", "Technical details" : "Технічні деталі", @@ -22,12 +22,16 @@ OC.L10N.register( "Line: %s" : "Рядок: %s", "Trace" : "Трасування", "Limit to groups" : "Обмежити групами", + "Custom themes" : "Користувацькі теми", + "Add custom themes for greater individuality and style." : "Додайте власні теми для більшої індивідуальності та стилю.", + "Template name" : "Ім'я шаблону", "Name" : "Ім'я", "Path" : "Шлях", "Theme" : "Тема", "Created" : "Створено", "Actions" : "Дії", "Address" : "Адреса", + "Template" : "Шаблон", "Loading…" : "Завантаження…" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json index 0f666d3a..362196a9 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -9,7 +9,7 @@ "Internal Server Error" : "Внутрішня помилка серверу", "The server was unable to complete your request." : "Сервер не зміг обробити ваш запит.", "If this happens again, please send the technical details below to the server administrator." : "Якщо це станеться знову, надішліть технічні подробиці нижче адміністратору сервера.", - "Remote Address: %s" : "Віддалена Адреса: %s", + "Remote Address: %s" : "Віддалена адреса: %s", "Request ID: %s" : "ID запиту: %s", "More details can be found in the server log." : "Більше деталей може бути в журналі серверу.", "Technical details" : "Технічні деталі", @@ -20,12 +20,16 @@ "Line: %s" : "Рядок: %s", "Trace" : "Трасування", "Limit to groups" : "Обмежити групами", + "Custom themes" : "Користувацькі теми", + "Add custom themes for greater individuality and style." : "Додайте власні теми для більшої індивідуальності та стилю.", + "Template name" : "Ім'я шаблону", "Name" : "Ім'я", "Path" : "Шлях", "Theme" : "Тема", "Created" : "Створено", "Actions" : "Дії", "Address" : "Адреса", + "Template" : "Шаблон", "Loading…" : "Завантаження…" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/l10n/uz.js b/l10n/uz.js index 4aab1044..058e5d4c 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -1,23 +1,26 @@ OC.L10N.register( "cms_pico", { - "Copy" : "Nusxalash", - "Save" : "Saqlash", - "Access forbidden" : "Kirish taqiqlangan", - "Internal Server Error" : "Serverdagi ichki xatolik", - "The server was unable to complete your request." : "Server so'rovingizni bajarib bo'lmadi.", - "If this happens again, please send the technical details below to the server administrator." : "Agar shunday bo'lsa, iltimos, quyidagi texnik ma'lumotlarni quyidagi server administratoriga yuboring.", - "Remote Address: %s" : "Masofali manzil: %s", - "Request ID: %s" : "ID so'rovi: %s", - "More details can be found in the server log." : "Batafsil ma'lumotni server jurnallaridan topishingiz mumkin.", - "Technical details" : "Texnik ma'lumotlar", - "Type: %s" : "ID so'rovi: %s", - "Code: %s" : "Kod: %s", - "Message: %s" : "Xabar: %s", - "File: %s" : "Fayl: %s", - "Line: %s" : "Qator: %s", - "Trace" : "Iz", - "Name" : "Ism...", - "Loading…" : "Yuklanmoqda…" + "Copy" : "Copy", + "Save" : "Save", + "Access forbidden" : "Access forbidden", + "Internal Server Error" : "Internal Server Error", + "The server was unable to complete your request." : "The server was unable to complete your request.", + "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "More details can be found in the server log." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Type: %s" : "Type: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Name" : "Name", + "Path" : "Path", + "Actions" : "Actions", + "Address" : "Address", + "Loading…" : "Loading…" }, "nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json index 0ebc6254..c0a71aeb 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -1,21 +1,24 @@ { "translations": { - "Copy" : "Nusxalash", - "Save" : "Saqlash", - "Access forbidden" : "Kirish taqiqlangan", - "Internal Server Error" : "Serverdagi ichki xatolik", - "The server was unable to complete your request." : "Server so'rovingizni bajarib bo'lmadi.", - "If this happens again, please send the technical details below to the server administrator." : "Agar shunday bo'lsa, iltimos, quyidagi texnik ma'lumotlarni quyidagi server administratoriga yuboring.", - "Remote Address: %s" : "Masofali manzil: %s", - "Request ID: %s" : "ID so'rovi: %s", - "More details can be found in the server log." : "Batafsil ma'lumotni server jurnallaridan topishingiz mumkin.", - "Technical details" : "Texnik ma'lumotlar", - "Type: %s" : "ID so'rovi: %s", - "Code: %s" : "Kod: %s", - "Message: %s" : "Xabar: %s", - "File: %s" : "Fayl: %s", - "Line: %s" : "Qator: %s", - "Trace" : "Iz", - "Name" : "Ism...", - "Loading…" : "Yuklanmoqda…" + "Copy" : "Copy", + "Save" : "Save", + "Access forbidden" : "Access forbidden", + "Internal Server Error" : "Internal Server Error", + "The server was unable to complete your request." : "The server was unable to complete your request.", + "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", + "Remote Address: %s" : "Remote Address: %s", + "Request ID: %s" : "Request ID: %s", + "More details can be found in the server log." : "More details can be found in the server log.", + "Technical details" : "Technical details", + "Type: %s" : "Type: %s", + "Code: %s" : "Code: %s", + "Message: %s" : "Message: %s", + "File: %s" : "File: %s", + "Line: %s" : "Line: %s", + "Trace" : "Trace", + "Name" : "Name", + "Path" : "Path", + "Actions" : "Actions", + "Address" : "Address", + "Loading…" : "Loading…" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js index c0207d19..9d6a6b10 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -6,6 +6,8 @@ OC.L10N.register( "Save" : "Lưu", "Location" : "Vị trí", "Access forbidden" : "Truy cập bị cấm", + "Back to %s" : "Quay lại %s", + "Not found" : "Không tìm thấy", "Internal Server Error" : "Lỗi máy chủ.", "The server was unable to complete your request." : "Máy chủ không thể hoàn thành được yêu cầu của bạn", "If this happens again, please send the technical details below to the server administrator." : "Nếu điều này tiếp tục xảy ra, xin vui lòng gửi thông tin kỹ thuật chi tiết tới người quản trị hệ thống.", @@ -22,6 +24,7 @@ OC.L10N.register( "Limit to groups" : "Giới hạn nhóm", "Name" : "Tên", "Path" : "Đường dẫn", + "Theme" : "Chủ đề", "Created" : "Đã tạo", "Actions" : "Hành động", "Address" : "Địa chỉ", diff --git a/l10n/vi.json b/l10n/vi.json index 142858c0..75d1117c 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -4,6 +4,8 @@ "Save" : "Lưu", "Location" : "Vị trí", "Access forbidden" : "Truy cập bị cấm", + "Back to %s" : "Quay lại %s", + "Not found" : "Không tìm thấy", "Internal Server Error" : "Lỗi máy chủ.", "The server was unable to complete your request." : "Máy chủ không thể hoàn thành được yêu cầu của bạn", "If this happens again, please send the technical details below to the server administrator." : "Nếu điều này tiếp tục xảy ra, xin vui lòng gửi thông tin kỹ thuật chi tiết tới người quản trị hệ thống.", @@ -20,6 +22,7 @@ "Limit to groups" : "Giới hạn nhóm", "Name" : "Tên", "Path" : "Đường dẫn", + "Theme" : "Chủ đề", "Created" : "Đã tạo", "Actions" : "Hành động", "Address" : "Địa chỉ", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index db261296..4c27a0a0 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -46,7 +46,6 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "网站的路径存放在非本地存储上。", "Parent folder of the website's path not found." : "无法找到网站路径的父文件夹。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "无法启用Pico CMS for Nextcloud:无法找到 \"%s\"。请确保通过在 \"%s\" 下的应用安装目录执行 `composer install` 来安装应用的依赖,然后再次尝试启用Pico CMS for Nextcloud。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "无法为 Nextcloud 启用 Pico CMS:网页服务器无权创建“%s”以下的文件和文件夹。 通过将其权限和所有权更改为与您的“%s”目录相同的权限,确保授予网页服务器对此目录的写访问权限。 然后,再次尝试为 Nextcloud 启用 Pico CMS。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "创建和发布您自己的网站 - 使用Pico CMS for Nextcloud!", "Access forbidden" : "访问被禁止", @@ -71,12 +70,12 @@ OC.L10N.register( "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "改变Pico CMS for Nextcloud的行为并管理可选的功能。", "Limit to groups" : "限制于分组", - "Loading groups…" : "正在加载群组…", + "Loading groups…" : "正在加载群组……", "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "如果您不想让所有用户创建个人网站,则可以将 Nextcloud 的 Pico CMS 限制为某些组。 选择您要限制访问的组。 如果将此字段留空,则使用不受限制。 撤消某些用户组的访问权限不会删除用户的任何网站,但是它们无法访问。", "Custom themes" : "自定义主题", "Add custom themes for greater individuality and style." : "添加自定义主题以增强个性和风格。", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "在添加新的自定义主题之前,请将主题的所有文件上传到以下目录中的新文件夹中。如果要编辑自定义主题之一,请同样引用此目录。", - "Loading themes…" : "正在加载主题…", + "Loading themes…" : "正在加载主题……", "Add custom theme" : "添加自定义主题", "Reload themes list" : "重新加载主题列表", "Compatible theme." : "兼容的主题。", @@ -95,7 +94,7 @@ OC.L10N.register( "Add custom plugins to reach for Pico's full potential." : "添加自定义插件以充分发挥Pico的潜力。", "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud 允许您添加自定义插件以充分实现其全部功能。插件全局有效,添加插件意味着其为您网站的所有用户可用。在使用下面的【添加自定义插件】按钮添加新的自定义插件之前,您必须先将插件文件上传到 Nextcloud 的数据文件夹中。上传插件后,它将显示在下面的表单中以便启用。如果要更新自定义插件,只需替换Nextcloud 数据文件夹中的插件文件即可。若要启用更改,您必须在下方表单中点击对应插件旁边的【重新加载自定义插件】按钮。", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "在添加新的自定义插件之前,请将插件的所有文件上传到以下目录的新文件夹中。如果你想更新你的自定义插件之一,请同样引用此目录。请注意插件文件夹的名称必须与插件名称严格匹配,否则 Pico 将拒绝启用插件。", - "Loading plugins…" : "正在加载插件…", + "Loading plugins…" : "正在加载插件……", "Add custom plugin" : "添加自定义插件", "Reload plugins list" : "重新加载插件列表", "Compatible plugin." : "兼容的插件。", @@ -107,7 +106,7 @@ OC.L10N.register( "Make it easier for users to create new websites." : "使用户更容易创建新网站。", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "创建新网站可能很困难 - 该从何处开始?自定义模板是用户使用 Pico CMS for Nextcloud 创建新网站的起点。使用下面的【添加自定义模板】按钮添加新的自定义模板之前,必须将该模板所有的文件上传到 Nextcloud 实例的数据文件夹中。上传模板后,它将显示在下面的表单,以将其实际添加到用户的“创建新网站”表单中。如果要修改以前添加的自定义模板,只需修改 Nextcloud 数据文件夹中相应的文件。", "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "在添加新的自定义模板之前,请将模板的所有文件上传到以下目录中的新文件夹:", - "Loading templates…" : "正在加载模板…", + "Loading templates…" : "正在加载模板……", "Add custom template" : "添加自定义模板", "Reload templates list" : "重新加载模板列表", "Compatible template." : "兼容的模板。", @@ -118,36 +117,30 @@ OC.L10N.register( "Delete custom template" : "删除自定义模板", "Base template" : "基础模板", "Template name" : "模板名称", - "Configure your webserver" : "配置您的网络服务器", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "通过正确配置您的web服务器以充分发挥Pico CMS for Nextcloud的潜力。", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根据您的网络服务器的配置,用户可以使用不同的 URL 访问其网站。 默认情况下,用户可以使用 Pico CMS 访问 Nextcloud 的完整应用程序URL的网站。 但是,这些URL相当长,因此对用户不太友好。 因此,用于 Nextcloud 的 Pico CMS 还支持利用虚拟 ”sites/” 文件夹缩短 URL。 但是,使用此功能需要一些其他的网页服务器配置。 如果您使用的是 Apache 网页服务器,请尝试下面显示的前两个示例之一。 如果您要使用 Nginx 网页服务器,请尝试最后两个示例之一。 如果您真的不了解发生了什么,请与您的服务器管理员联系并向他发送以下信息。 如果您的服务器管理员告诉您不可能做到这一点,请不要失望 - 您仍然可以将 Pico CMS 用于 Nextcloud 的完整应用程序 URL,它们始终是开箱即用的。", "Enable short website URLs" : "启用短网站URL", "Full application URLs" : "完整的应用URL", "Short website URLs" : "简短的网站网址", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "将网络服务器配置为启用缩短的 URL 后,应选择上面的相应选项,以使您的用户了解此功能。 如果尚未使用下面显示的配置示例之一配置虚拟 “ sites/” 文件夹,则不要启用此选项。", "Using Apache's mod_proxy" : "使用Apache的mod_proxy", "Your users' website URLs will look like the following:" : "您用户的网站 URL 如下所示:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "将上面的配置片段复制到 apache.conf 的 Nextcloud 的部分。 在这样做之前,您必须同时启用 Apache 的 mod_proxy 和 mod_proxy_http 模块。 否则,您的网络服务器将拒绝(重新)启动或产生500 内部服务器错误。", "Using Apache's mod_rewrite" : "使用Apache的mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在将上面的配置片段复制到 apache.conf 的 Nextcloud 的部分之前,请确保启用 Apache 的 mod_rewrite 模块。 否则,您的网络服务器将拒绝(重新)启动或产生500 内部服务器错误。 请注意,此配置实际上不会允许您使用缩短的 URL,而只是将用户从缩短的 URL 重定向到站点的完整 URL。 因此,您应该更喜欢使用上面显示的 mod_proxy 的解决方案。", "Using nginx's proxy_pass" : "使用nginx的proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "将上方的配置片段复制到你的nginx.conf的Nextcloud服务器 { … }部分。在此之前,你必须启用nginx的ngx_http_proxy_module代理模块。否则,你的网络服务器要么拒绝(重新)启动,要么产生一个500内部服务器错误。", "Using nginx's rewrite" : "使用nginx的rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "只需将上面的配置片段复制到 nginx.conf 的 Nextcloud 的 server {…} 部分。 请注意,此配置实际上不会允许您使用缩短的 URL,而只是将用户从缩短的URL重定向到站点的完整 URL。 因此,您应该更喜欢使用上面显示的 nginx 的 proxy_pass 指令的解决方案。", "Version information" : "版本信息", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "用于 Nextcloud 的 Pico CMS 的作者是Maxence LangeDaniel Rudolf。该软件是以GNU AGPL许可发布的自由开源软件。", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico 由 Gilbert PellegromDaniel Rudolf开发,由The Pico Community维护。
该软件是以MIT许可发布的自由开源软件。", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "适用于 Nextcloud 的 Pico CMS 结合了 Pico 和 Nextcloud 的强大功能,只需单击几下即可创建简单,安全,可共享且功能强大的网站。 Pico 是一个非常简单,非常快速的平面文件 CMS - 使网络变得简单!", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "创建一个博客,与全世界分享您的简历,制定一个统治世界的计划,仅与合适的朋友分享,或者建立一个知识库,然后让同事中的聪明人提供帮助。 Pico CMS for Nextcloud 允许您创建和管理自己的网站。 使用 Pico 创建新页面只不过是在 Nextcloud 文件中创建一个简单的文本文件。 无需配置,不需要非常复杂的管理界面-只需文件。 与 Nextcloud 完美匹配。 安全共享,协作,访问控制-不仅适用于您的文件,而且还适用于您的网站,所有这些都可以通过 Pico CMS for Nextcloud 来实现! 打破移动和桌面设备与服务器之间的界限。", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "您想要了解更多有关 Pico CMS for Nextcloud 的信息吗? 简单! 只需使用 \"sample_pico\" 模板创建您的第一个个人网站。 Pico 的样本内容将说明您需要了解的所有内容……", "You will be able to access your websites using URLs like the following:" : "您将可以使用如下的URL访问您的网站:", "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud 管理员将 Pico CMS for Nextcloud 的访问权限限制为某些组。 不幸的是,您无权创建个人网站。 您仍然可以访问其他用户的网站,可能包括私有网站。 如果您过去拥有创建网站的权限,则不必担心数据:什么都不会丢失。 但是,没有人可以访问您的私人网站,而是显示“找不到网站”错误。", - "Loading websites…" : "正在加载网站…", + "Loading websites…" : "正在加载网站……", "Name" : "名字", "Path" : "路径", "Theme" : "主题", "Created" : "已创建", "Go to website" : "前往网站", "Go to website directory" : "转到网站目录", - "Toggle private website" : "切换私有网站", "Delete website" : "删除网站", "Actions" : "操作", "Reload websites list" : "重新加载网站列表 ", @@ -164,6 +157,6 @@ OC.L10N.register( "Template" : "模板", "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "模板是创建一个新网站的起点。所有的模板都包含一个\"content\"目录(存放您的网页)和一个\"assets\"目录(存放您网站的资产文件),这些目录将被复制到您Nextcloud的上述文件夹中。", "Create new website" : "创建新网站", - "Loading…" : "正在加载…" + "Loading…" : "正在加载……" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 747da3bb..d5b2c830 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -44,7 +44,6 @@ "The website's path is stored on a non-local storage." : "网站的路径存放在非本地存储上。", "Parent folder of the website's path not found." : "无法找到网站路径的父文件夹。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "无法启用Pico CMS for Nextcloud:无法找到 \"%s\"。请确保通过在 \"%s\" 下的应用安装目录执行 `composer install` 来安装应用的依赖,然后再次尝试启用Pico CMS for Nextcloud。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "无法为 Nextcloud 启用 Pico CMS:网页服务器无权创建“%s”以下的文件和文件夹。 通过将其权限和所有权更改为与您的“%s”目录相同的权限,确保授予网页服务器对此目录的写访问权限。 然后,再次尝试为 Nextcloud 启用 Pico CMS。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "创建和发布您自己的网站 - 使用Pico CMS for Nextcloud!", "Access forbidden" : "访问被禁止", @@ -69,12 +68,12 @@ "Pico CMS for Nextcloud" : "Pico CMS for Nextcloud", "Change Pico CMS for Nextcloud's behavior and manage optional features." : "改变Pico CMS for Nextcloud的行为并管理可选的功能。", "Limit to groups" : "限制于分组", - "Loading groups…" : "正在加载群组…", + "Loading groups…" : "正在加载群组……", "If you wish not to enable all of your users to create personal websites, you can limit Pico CMS for Nextcloud to certain groups. Select the groups you want to limit access to. If you leave this field empty, usage isn't limited. Revoking access for certain groups won't delete any of a user's websites, however, they get inaccessible." : "如果您不想让所有用户创建个人网站,则可以将 Nextcloud 的 Pico CMS 限制为某些组。 选择您要限制访问的组。 如果将此字段留空,则使用不受限制。 撤消某些用户组的访问权限不会删除用户的任何网站,但是它们无法访问。", "Custom themes" : "自定义主题", "Add custom themes for greater individuality and style." : "添加自定义主题以增强个性和风格。", "Before adding a new custom theme, upload all of the theme's files to a new folder in the following directory. If you want to edit one of your custom themes, refer to this directory likewise." : "在添加新的自定义主题之前,请将主题的所有文件上传到以下目录中的新文件夹中。如果要编辑自定义主题之一,请同样引用此目录。", - "Loading themes…" : "正在加载主题…", + "Loading themes…" : "正在加载主题……", "Add custom theme" : "添加自定义主题", "Reload themes list" : "重新加载主题列表", "Compatible theme." : "兼容的主题。", @@ -93,7 +92,7 @@ "Add custom plugins to reach for Pico's full potential." : "添加自定义插件以充分发挥Pico的潜力。", "Pico CMS for Nextcloud allows you to add custom plugins to really utilize all of Pico's power. Plugins work on a global basis, i.e. adding a custom plugin will enable it for all of your users' websites. Before adding a new custom plugin using the \"Add custom plugin\" button below, you must upload all of the plugin's files to the data folder of your Nextcloud instance. After uploading the plugin it will show up in the form below to actually enable it. If you want to update one of your previously added custom plugins, simply replace the plugin's files in Nextcloud's data folder. For the changes to take effect you must hit the \"Reload custom plugin\" button next to the updated plugin in the form below." : "Pico CMS for Nextcloud 允许您添加自定义插件以充分实现其全部功能。插件全局有效,添加插件意味着其为您网站的所有用户可用。在使用下面的【添加自定义插件】按钮添加新的自定义插件之前,您必须先将插件文件上传到 Nextcloud 的数据文件夹中。上传插件后,它将显示在下面的表单中以便启用。如果要更新自定义插件,只需替换Nextcloud 数据文件夹中的插件文件即可。若要启用更改,您必须在下方表单中点击对应插件旁边的【重新加载自定义插件】按钮。", "Before adding a new custom plugin, upload all of the plugin's files to a new folder in the following directory. If you want to update one of your custom plugins, refer to this directory likewise. Please note that the name of a plugin's folder must strictly match the name of the plugin, otherwise Pico will refuse to enable the plugin." : "在添加新的自定义插件之前,请将插件的所有文件上传到以下目录的新文件夹中。如果你想更新你的自定义插件之一,请同样引用此目录。请注意插件文件夹的名称必须与插件名称严格匹配,否则 Pico 将拒绝启用插件。", - "Loading plugins…" : "正在加载插件…", + "Loading plugins…" : "正在加载插件……", "Add custom plugin" : "添加自定义插件", "Reload plugins list" : "重新加载插件列表", "Compatible plugin." : "兼容的插件。", @@ -105,7 +104,7 @@ "Make it easier for users to create new websites." : "使用户更容易创建新网站。", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "创建新网站可能很困难 - 该从何处开始?自定义模板是用户使用 Pico CMS for Nextcloud 创建新网站的起点。使用下面的【添加自定义模板】按钮添加新的自定义模板之前,必须将该模板所有的文件上传到 Nextcloud 实例的数据文件夹中。上传模板后,它将显示在下面的表单,以将其实际添加到用户的“创建新网站”表单中。如果要修改以前添加的自定义模板,只需修改 Nextcloud 数据文件夹中相应的文件。", "Before adding a new custom template, upload all of the template's files to a new folder in the following directory:" : "在添加新的自定义模板之前,请将模板的所有文件上传到以下目录中的新文件夹:", - "Loading templates…" : "正在加载模板…", + "Loading templates…" : "正在加载模板……", "Add custom template" : "添加自定义模板", "Reload templates list" : "重新加载模板列表", "Compatible template." : "兼容的模板。", @@ -116,36 +115,30 @@ "Delete custom template" : "删除自定义模板", "Base template" : "基础模板", "Template name" : "模板名称", - "Configure your webserver" : "配置您的网络服务器", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "通过正确配置您的web服务器以充分发挥Pico CMS for Nextcloud的潜力。", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根据您的网络服务器的配置,用户可以使用不同的 URL 访问其网站。 默认情况下,用户可以使用 Pico CMS 访问 Nextcloud 的完整应用程序URL的网站。 但是,这些URL相当长,因此对用户不太友好。 因此,用于 Nextcloud 的 Pico CMS 还支持利用虚拟 ”sites/” 文件夹缩短 URL。 但是,使用此功能需要一些其他的网页服务器配置。 如果您使用的是 Apache 网页服务器,请尝试下面显示的前两个示例之一。 如果您要使用 Nginx 网页服务器,请尝试最后两个示例之一。 如果您真的不了解发生了什么,请与您的服务器管理员联系并向他发送以下信息。 如果您的服务器管理员告诉您不可能做到这一点,请不要失望 - 您仍然可以将 Pico CMS 用于 Nextcloud 的完整应用程序 URL,它们始终是开箱即用的。", "Enable short website URLs" : "启用短网站URL", "Full application URLs" : "完整的应用URL", "Short website URLs" : "简短的网站网址", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "将网络服务器配置为启用缩短的 URL 后,应选择上面的相应选项,以使您的用户了解此功能。 如果尚未使用下面显示的配置示例之一配置虚拟 “ sites/” 文件夹,则不要启用此选项。", "Using Apache's mod_proxy" : "使用Apache的mod_proxy", "Your users' website URLs will look like the following:" : "您用户的网站 URL 如下所示:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "将上面的配置片段复制到 apache.conf 的 Nextcloud 的部分。 在这样做之前,您必须同时启用 Apache 的 mod_proxy 和 mod_proxy_http 模块。 否则,您的网络服务器将拒绝(重新)启动或产生500 内部服务器错误。", "Using Apache's mod_rewrite" : "使用Apache的mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在将上面的配置片段复制到 apache.conf 的 Nextcloud 的部分之前,请确保启用 Apache 的 mod_rewrite 模块。 否则,您的网络服务器将拒绝(重新)启动或产生500 内部服务器错误。 请注意,此配置实际上不会允许您使用缩短的 URL,而只是将用户从缩短的 URL 重定向到站点的完整 URL。 因此,您应该更喜欢使用上面显示的 mod_proxy 的解决方案。", "Using nginx's proxy_pass" : "使用nginx的proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "将上方的配置片段复制到你的nginx.conf的Nextcloud服务器 { … }部分。在此之前,你必须启用nginx的ngx_http_proxy_module代理模块。否则,你的网络服务器要么拒绝(重新)启动,要么产生一个500内部服务器错误。", "Using nginx's rewrite" : "使用nginx的rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "只需将上面的配置片段复制到 nginx.conf 的 Nextcloud 的 server {…} 部分。 请注意,此配置实际上不会允许您使用缩短的 URL,而只是将用户从缩短的URL重定向到站点的完整 URL。 因此,您应该更喜欢使用上面显示的 nginx 的 proxy_pass 指令的解决方案。", "Version information" : "版本信息", + "Pico CMS for Nextcloud was made by Maxence Lange and Daniel Rudolf.
It is free and open source software released under the GNU Affero General Public License." : "用于 Nextcloud 的 Pico CMS 的作者是Maxence LangeDaniel Rudolf。该软件是以GNU AGPL许可发布的自由开源软件。", + "Pico was made by Gilbert Pellegrom and Daniel Rudolf and is maintained by The Pico Community.
It is free and open source software released under the MIT license." : "Pico 由 Gilbert PellegromDaniel Rudolf开发,由The Pico Community维护。
该软件是以MIT许可发布的自由开源软件。", "Pico CMS for Nextcloud combines the power of Pico and Nextcloud to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy!" : "适用于 Nextcloud 的 Pico CMS 结合了 Pico 和 Nextcloud 的强大功能,只需单击几下即可创建简单,安全,可共享且功能强大的网站。 Pico 是一个非常简单,非常快速的平面文件 CMS - 使网络变得简单!", "Start a blog, share your resume with the world, create a plan for world domination and only share it with the right friends or build a knowledge base and let the smart ones among your colleagues help out. Pico CMS for Nextcloud allows you to create and manage your own websites. Creating a new page with Pico is no more than creating a simple text file in your Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server." : "创建一个博客,与全世界分享您的简历,制定一个统治世界的计划,仅与合适的朋友分享,或者建立一个知识库,然后让同事中的聪明人提供帮助。 Pico CMS for Nextcloud 允许您创建和管理自己的网站。 使用 Pico 创建新页面只不过是在 Nextcloud 文件中创建一个简单的文本文件。 无需配置,不需要非常复杂的管理界面-只需文件。 与 Nextcloud 完美匹配。 安全共享,协作,访问控制-不仅适用于您的文件,而且还适用于您的网站,所有这些都可以通过 Pico CMS for Nextcloud 来实现! 打破移动和桌面设备与服务器之间的界限。", "You want to learn more about Pico CMS for Nextcloud? Easy! Just create your first personal website using the \"sample_pico\" template. Pico's sample contents will explain all you need to know…" : "您想要了解更多有关 Pico CMS for Nextcloud 的信息吗? 简单! 只需使用 \"sample_pico\" 模板创建您的第一个个人网站。 Pico 的样本内容将说明您需要了解的所有内容……", "You will be able to access your websites using URLs like the following:" : "您将可以使用如下的URL访问您的网站:", "The Nextcloud admin limited access of Pico CMS for Nextcloud to certain groups. Unfortunately you don't have permission to create personal websites. You can still access websites of other users, possibly including private websites. If you had permission to create websites in the past, you don't have to worry about your data: Nothing is lost. However, nobody will be able to access your private websites and a \"Website not found\" error is shown instead." : "Nextcloud 管理员将 Pico CMS for Nextcloud 的访问权限限制为某些组。 不幸的是,您无权创建个人网站。 您仍然可以访问其他用户的网站,可能包括私有网站。 如果您过去拥有创建网站的权限,则不必担心数据:什么都不会丢失。 但是,没有人可以访问您的私人网站,而是显示“找不到网站”错误。", - "Loading websites…" : "正在加载网站…", + "Loading websites…" : "正在加载网站……", "Name" : "名字", "Path" : "路径", "Theme" : "主题", "Created" : "已创建", "Go to website" : "前往网站", "Go to website directory" : "转到网站目录", - "Toggle private website" : "切换私有网站", "Delete website" : "删除网站", "Actions" : "操作", "Reload websites list" : "重新加载网站列表 ", @@ -162,6 +155,6 @@ "Template" : "模板", "Templates act as a starting point when creating a new website. All templates consist of a \"content\" directory (for your pages) and a \"assets\" directory (for your website's assets), which will be copied to the above folder in your Nextcloud." : "模板是创建一个新网站的起点。所有的模板都包含一个\"content\"目录(存放您的网页)和一个\"assets\"目录(存放您网站的资产文件),这些目录将被复制到您Nextcloud的上述文件夹中。", "Create new website" : "创建新网站", - "Loading…" : "正在加载…" + "Loading…" : "正在加载……" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 22776313..9bb48a84 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -27,6 +27,7 @@ OC.L10N.register( "Theme exists already." : "主題已存在。", "Website exists." : "網站已存在。", "No permission." : "沒有權限", + "The value given is invalid." : "給定的值無效。", "Website not found." : "網站未找到。", "Local (unencrypted)" : "本地(未加密)", "Location" : "位置", @@ -46,7 +47,7 @@ OC.L10N.register( "The website's path is stored on a non-local storage." : "網站的路徑存放在非近端存儲上。", "Parent folder of the website's path not found." : "無法找到網站路徑的父資料夾。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "無法啟用Pico CMS for Nextcloud:無法找到 \"%s\"。請確保通過在 \"%s\" 下的應用安裝目錄執行 `composer install` 來安裝應用的依賴,然後再次嘗試啟用Pico CMS for Nextcloud。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "無法為 Nextcloud 啟用 Pico CMS:網頁伺服器無權創建“%s”以下的文件和文件夾。通過將其權限和所有權更改為與您的“%s”目錄相同的權限,確保授予網頁伺服器對此目錄的寫訪問權限。然後,再次嘗試為 Nextcloud 啟用 Pico CMS。", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "無法為 Nextcloud 啟用 Pico CMS:網頁伺服器無權創建“%s”以下的文件和文件夾。通過將其權限和所有權更改為與您的“%s”目錄相同的權限,確保授予網頁伺服器對此目錄的寫訪問權限。然後,再次嘗試為 Nextcloud 啟用 Pico CMS。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "使用 Pico CMS for Nextcloud 創建和發佈自己的網站!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) 結合了 [**Pico**](http://picocms.org/) 和 [**Nextcloud**](https://nextcloud.com/)的力量,只需點擊幾下即可創建簡單、安全、可共享且功能強大的網站。Pico 是一個非常簡單、極快的平面文件 CMS - 讓網絡變得簡單。\n\n* 開始寫博客\n* 與全世界分享您的簡歷\n* 制定統治世界的計劃,只與合適的朋友分享\n* 建立知識庫,讓同事中的聰明人幫忙\n\n為 Nextcloud 安裝 Pico CMS 允許您的用戶創建和管理他們自己的網站。使用 Pico 創建新頁面只不過是在用戶的 Nextcloud 文件中創建一個簡單的文本文件。不需要配置,不需要非常複雜的管理界面——只需文件。這是與 Nextcloud 的完美搭配。安全共享、協作、訪問控制 - 不僅適用於您的文件,還適用於您的網站,這一切都由 Nextcloud 的 Pico CMS 實現!打破移動和桌面設備與伺服器之間的界限。\n\n網站將可以通過諸如“https://cloud.example.com/sites/my_site/”之類的 URL 訪問,並且僅由用戶 Nextcloud 文件中的一堆“.md”文本文件組成。`.md` 代表 [**Markdown**](https://www.markdownguide.org/) - 一個超級簡單直觀的標記,用於創建標題、段落、文本格式、列表、圖像和鏈接。但是不要絕望 - 如果您不想,您不必再學習另一種語言。考慮啟用 Nextcloud 的 [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) 應用程序,讓簡單的事情變得非常簡單。請注意 Nextcloud 的內置文本編輯器與 Nextcloud 的 Pico CMS 不兼容。但是像頁面標題或發布日期這樣的元數據呢?猜對了,這一切都集中在一個地方。在 Markdown 文件的頂部,您可以放置​​一個包含此類元數據的塊 - 稱為 [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter。創建網站再簡單不過了……\n\n但這還不是全部…… Nextcloud 的 Pico CMS 是高度可定制的。您可以使用自定義主題更改 Pico 的外觀,並使用自定義插件添加新功能。出於安全原因,用戶既不能自己添加自定義主題,也不能添加插件 - 但作為管理員,您可以。插件和主題不僅僅是新的“皮膚”或“小部件”,底層技術是強大的框架,您可以利用它們使用戶的網站真正獨一無二。然而,權力越大,責任越大。Nextcloud 的 Pico CMS 盡最大努力防止用戶將腳本包含在網站中,因為這可能會帶來安全風險(所謂的“交叉腳本”)。由於此風險不適用於 Pico 本身,因此插件和主題的 3rd 方開發人員可能不會意識到此問題 - 因此在安裝自定義插件和主題時要小心。\n\n您想了解有關 Nextcloud 的 Pico CMS 的更多信息嗎?非常簡單!只需從 [Nextcloud 的 App Store](https://apps.nextcloud.com/apps/cms_pico) 下載並啟用該應用程式,然後導航到 Nextcloud 的設置頁面。作為管理員,您會在 Nextcloud 設置中找到兩個“Pico CMS”部分 - 一個位於“個人”下方,另一個位於“管理”下方。後者允許您向 Pico 添加自定義主題、插件和模板,以及調整一些高級設置。“個人”下方的“Pico CMS”部分適用於所有 Nextcloud 用戶,並允許創建個人網站。只需創建您的第一個個人網站並選擇“sample_pico”作為網站模板。Pico 的示例內容將解釋您需要知道的所有內容……", @@ -101,10 +102,14 @@ OC.L10N.register( "Add custom plugin" : "添加自定義插件", "Reload plugins list" : "重新加載插件列表", "Compatible plugin." : "兼容的插件。", + "Example plugin" : "示例插件", + "Copy example plugin" : "複製示例插件", "System plugin" : "系統插件", "Custom plugin" : "自定義插件", "Reload custom plugin" : "重新加載自定義的插件", "Delete custom plugin" : "刪除自定義插件", + "Base plugin" : "基礎插件", + "Plugin name" : "插件名稱", "Custom templates" : "自定義模板", "Make it easier for users to create new websites." : "使用戶更容易創建新網站。", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "創建新網站可能很難 - 從哪裡開始?自定義模板是用戶使用 Pico CMS for Nextcloud b創建新網站的起點。使用下面的【添加自定義模板】按鈕添加新的自定義模板之前,必須將模板的所有檔案上傳到 Nextcloud 實例的數據資料夾。上載模板後,它將顯示在下面的表單中,以將其實際添加到用戶的“創建新網站”表單中。如果要修改以前添加的自定義模板,只需在 Nextcloud 的數據資料夾中編輯相應的檔案。", @@ -120,20 +125,20 @@ OC.L10N.register( "Delete custom template" : "刪除自定義模板", "Base template" : "基礎模板", "Template name" : "模板名稱", - "Configure your webserver" : "配置您的網絡伺服器", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "通過正確配置您的web伺服器以充分發揮Pico CMS for Nextcloud的潛力。", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根據您的網絡伺服器的配置,用戶可以使用不同的 URL 訪問其網站。默認情況下,用戶可以使用 Pico CMS 訪問 Nextcloud 的完整應用程序URL的網站。但是,這些URL相當長,因此對用戶不太友好。因此,用於 Nextcloud 的 Pico CMS 還支持利用虛擬 ”sites/” 文件夾縮短 URL。但是,使用此功能需要一些其他的網頁伺服器配置。如果您使用的是 Apache 網頁伺服器,請嘗試下面顯示的前兩個示例之一。如果您要使用 Nginx 網頁伺服器,請嘗試最後兩個示例之一。如果您真的不了解發生了什麼,請與您的伺服器管理員聯繫並向他發送以下信息。如果您的伺服器管理員告訴您不可能做到這一點,請不要失望 - 您仍然可以將 Pico CMS 用於 Nextcloud 的完整應用程序 URL,它們始終是開箱即用的。", + "Configure your web server" : "配置您的網絡伺服器", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "通過正確配置您的web伺服器以充分發揮Pico CMS for Nextcloud的潛力。", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根據您的網絡伺服器的配置,用戶可以使用不同的 URL 訪問其網站。默認情況下,用戶可以使用 Pico CMS 訪問 Nextcloud 的完整應用程序URL的網站。但是,這些URL相當長,因此對用戶不太友好。因此,用於 Nextcloud 的 Pico CMS 還支持利用虛擬 ”sites/” 文件夾縮短 URL。但是,使用此功能需要一些其他的網頁伺服器配置。如果您使用的是 Apache 網頁伺服器,請嘗試下面顯示的前兩個示例之一。如果您要使用 Nginx 網頁伺服器,請嘗試最後兩個示例之一。如果您真的不了解發生了什麼,請與您的伺服器管理員聯繫並向他發送以下信息。如果您的伺服器管理員告訴您不可能做到這一點,請不要失望 - 您仍然可以將 Pico CMS 用於 Nextcloud 的完整應用程序 URL,它們始終是開箱即用的。", "Enable short website URLs" : "啟用短網站URL", "Full application URLs" : "完整的應用URL", "Short website URLs" : "簡短的網站網址", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "將網絡伺服器配置為啟用縮短的 URL 後,應選擇上面的相應選項,以使您的用戶了解此功能。如果尚未使用下面顯示的配置示例之一配置虛擬 “ sites/” 文件夾,則不要啟用此選項。", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "將網絡伺服器配置為啟用縮短的 URL 後,應選擇上面的相應選項,以使您的用戶了解此功能。如果尚未使用下面顯示的配置示例之一配置虛擬 “ sites/” 文件夾,則不要啟用此選項。", "Using Apache's mod_proxy" : "使用Apache的mod_proxy", "Your users' website URLs will look like the following:" : "您用戶的網站 URL 如下所示:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 apache。conf 的 Nextcloud 的部分。在這樣做之前,您必須同時啟用 Apache 的 mod_proxy 和 mod_proxy_http 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 apache。conf 的 Nextcloud 的部分。在這樣做之前,您必須同時啟用 Apache 的 mod_proxy 和 mod_proxy_http 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。", "Using Apache's mod_rewrite" : "使用Apache的mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在將上面的配置片段複製到 apache.conf 的 Nextcloud 的部分之前,請確保啟用 Apache 的 mod_rewrite 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的 URL 重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 mod_proxy 的解決方案。", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在將上面的配置片段複製到 apache.conf 的 Nextcloud 的部分之前,請確保啟用 Apache 的 mod_rewrite 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的 URL 重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 mod_proxy 的解決方案。", "Using nginx's proxy_pass" : "使用nginx的proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 nginx。conf 的 Nextcloud 伺服器的{ … } 部分。在這樣做之前,您必須同時啟用 nginx 的 ngx_http_proxy_module 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生 500 內部伺服器錯誤。", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 nginx。conf 的 Nextcloud 伺服器的{ … } 部分。在這樣做之前,您必須同時啟用 nginx 的 ngx_http_proxy_module 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生 500 內部伺服器錯誤。", "Using nginx's rewrite" : "使用nginx的rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "只需將上面的配置片段複製到 nginx.conf 的 Nextcloud 的 server {…} 部分。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的URL重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 nginx 的 proxy_pass 指令的解決方案。", "Version information" : "版本資訊", @@ -152,9 +157,18 @@ OC.L10N.register( "Created" : "已創建", "Go to website" : "前往網站", "Go to website directory" : "轉到網站目錄", - "Toggle private website" : "切換私有網站", + "Edit website name" : "編輯網站名稱", + "Edit private website settings" : "編輯私人網站設定", "Delete website" : "刪除網站", "Actions" : "操作", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud 的 Pico CMS 支持公共和私人網站。 每個人都可以存取公共網站,無論他們是否登錄。 如果您想限制對特定用戶子集的訪問,請創建一個私人網站。 私人網站的所有訪客都必須登錄,否則會顯示“禁止存取”錯誤。此外,還必須滿足以下條件之一:(1) 用戶有權訪問網站的源檔案(即與用戶共享源資料夾),(2) 用戶是下列組之一的成員, 或 (3) 用戶是使用“存取”元值在所請求頁面的 YAML 前文中指定的組之一的成員。", + "Website type" : "網站類型", + "Public website" : "公共網站", + "The website is publicly accessible and requires no authentication whatsoever." : "網站供公眾訪問,無需任何身份驗證。", + "Private website" : "私人網站", + "The website requires authentication, access is limited to a subset of all users." : "網站需要身份驗證,只有選定用戶才能訪問。", + "Group access" : "群組存取", + "Grant access to all members of the selected groups." : "授予選定群組所有成員訪問權限。", "Reload websites list" : "加載網站清單", "Create a new website" : "創建一個新的網站", "Just fill the form below to create your own personal website." : "只需填寫以下表格即可創建您自己的個人網站。", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 56bc5ecd..f57f63d5 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -25,6 +25,7 @@ "Theme exists already." : "主題已存在。", "Website exists." : "網站已存在。", "No permission." : "沒有權限", + "The value given is invalid." : "給定的值無效。", "Website not found." : "網站未找到。", "Local (unencrypted)" : "本地(未加密)", "Location" : "位置", @@ -44,7 +45,7 @@ "The website's path is stored on a non-local storage." : "網站的路徑存放在非近端存儲上。", "Parent folder of the website's path not found." : "無法找到網站路徑的父資料夾。", "Failed to enable Pico CMS for Nextcloud: Couldn't find \"%s\". Make sure to install the app's dependencies by executing `composer install` in the app's install directory below \"%s\". Then try again enabling Pico CMS for Nextcloud." : "無法啟用Pico CMS for Nextcloud:無法找到 \"%s\"。請確保通過在 \"%s\" 下的應用安裝目錄執行 `composer install` 來安裝應用的依賴,然後再次嘗試啟用Pico CMS for Nextcloud。", - "Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and folders below \"%s\". Make sure to give the webserver write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "無法為 Nextcloud 啟用 Pico CMS:網頁伺服器無權創建“%s”以下的文件和文件夾。通過將其權限和所有權更改為與您的“%s”目錄相同的權限,確保授予網頁伺服器對此目錄的寫訪問權限。然後,再次嘗試為 Nextcloud 啟用 Pico CMS。", + "Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and folders below \"%s\". Make sure to give the web server write access to this directory by changing its permissions and ownership to the same as of your \"%s\" directory. Then try again enabling Pico CMS for Nextcloud." : "無法為 Nextcloud 啟用 Pico CMS:網頁伺服器無權創建“%s”以下的文件和文件夾。通過將其權限和所有權更改為與您的“%s”目錄相同的權限,確保授予網頁伺服器對此目錄的寫訪問權限。然後,再次嘗試為 Nextcloud 啟用 Pico CMS。", "Pico CMS" : "Pico CMS", "Create and publish your own websites - with Pico CMS for Nextcloud!" : "使用 Pico CMS for Nextcloud 創建和發佈自己的網站!", "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) combines the power of [**Pico**](http://picocms.org/) and [**Nextcloud**](https://nextcloud.com/) to create simple, secure, shareable and amazingly powerful websites with just a few clicks. Pico is a stupidly simple, blazing fast, flat file CMS - making the web easy.\n\n* Start a blog\n* Share your resume with the world\n* Create a plan for world domination and only share with the right friends\n* Build a knowledge base and let the smart ones among your colleagues help out\n\nInstalling Pico CMS for Nextcloud allows your users to create and manage their own websites. Creating a new page with Pico is no more than creating a simple text file in a users' Nextcloud files. No config is required, no utterly complex management interfaces - just files. It's the perfect match with Nextcloud. Secure Sharing, Collaboration, Access Control - not just for your files, but also your websites, all made possible by Pico CMS for Nextcloud! Breaking the boundaries between your Mobile & Desktop devices and your Server.\n\nWebsites will be accessible through URLs like `https://cloud.example.com/sites/my_site/` and consist of just a bunch of `.md` text files in a user's Nextcloud files. `.md` stands for [**Markdown**](https://www.markdownguide.org/) - a super simple and intuitive markup to create headings, paragraphs, text formatting, lists, images and links. But don't despair - you don't have to learn yet another language if you don't want to. Consider enabling Nextcloud's [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) app to make easy things stupidly simple. Please note that Nextcloud's built-in Text editor is incompatible with Pico CMS for Nextcloud. But what about meta data like a page's title or release date? Guess right, it's all in one place. At the top of your Markdown files you can place a block with such meta data - called the [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter. Creating websites can't be easier…\n\nBut that wasn't everything… Pico CMS for Nextcloud is highly customizable. You can change Pico’s appearance by using custom themes and add new functionality by using custom plugins. For security reasons users can neither add custom themes nor plugins on their own - but as an admin you can. Plugins and themes aren’t just new \"skins\" or \"widgets\", the underlying technologies are powerful frameworks you can leverage to make your users' websites truly unique. However, with great power comes great responsibility. Pico CMS for Nextcloud does its best to prevent users from including scripts into websites, since this might bear security risks (so called \"Cross Scripting\"). Since this risk doesn't apply to Pico itself, 3rd-party developers of plugins and themes might not be aware of this issue - so be careful when installing custom plugins and themes.\n\nYou want to learn more about Pico CMS for Nextcloud? Easy! Just download and enable the app from [Nextcloud's App Store](https://apps.nextcloud.com/apps/cms_pico) and navigate to Nextcloud's settings page. As an admin you'll find two \"Pico CMS\" sections in your Nextcloud settings - one below \"Personal\", another below \"Administration\". The latter allows you to add custom themes, plugins and templates to Pico, as well as tweaking some advanced settings. The \"Pico CMS\" section below \"Personal\" exists for all Nextcloud users and allows one to create personal websites. Simply create your first personal website and choose \"sample_pico\" as website template. Pico's sample contents will explain all you need to know…" : "[Pico CMS for Nextcloud](https://github.com/nextcloud/cms_pico) 結合了 [**Pico**](http://picocms.org/) 和 [**Nextcloud**](https://nextcloud.com/)的力量,只需點擊幾下即可創建簡單、安全、可共享且功能強大的網站。Pico 是一個非常簡單、極快的平面文件 CMS - 讓網絡變得簡單。\n\n* 開始寫博客\n* 與全世界分享您的簡歷\n* 制定統治世界的計劃,只與合適的朋友分享\n* 建立知識庫,讓同事中的聰明人幫忙\n\n為 Nextcloud 安裝 Pico CMS 允許您的用戶創建和管理他們自己的網站。使用 Pico 創建新頁面只不過是在用戶的 Nextcloud 文件中創建一個簡單的文本文件。不需要配置,不需要非常複雜的管理界面——只需文件。這是與 Nextcloud 的完美搭配。安全共享、協作、訪問控制 - 不僅適用於您的文件,還適用於您的網站,這一切都由 Nextcloud 的 Pico CMS 實現!打破移動和桌面設備與伺服器之間的界限。\n\n網站將可以通過諸如“https://cloud.example.com/sites/my_site/”之類的 URL 訪問,並且僅由用戶 Nextcloud 文件中的一堆“.md”文本文件組成。`.md` 代表 [**Markdown**](https://www.markdownguide.org/) - 一個超級簡單直觀的標記,用於創建標題、段落、文本格式、列表、圖像和鏈接。但是不要絕望 - 如果您不想,您不必再學習另一種語言。考慮啟用 Nextcloud 的 [Markdown Editor](https://apps.nextcloud.com/apps/files_markdown) 應用程序,讓簡單的事情變得非常簡單。請注意 Nextcloud 的內置文本編輯器與 Nextcloud 的 Pico CMS 不兼容。但是像頁面標題或發布日期這樣的元數據呢?猜對了,這一切都集中在一個地方。在 Markdown 文件的頂部,您可以放置​​一個包含此類元數據的塊 - 稱為 [**YAML**](https://en.wikipedia.org/wiki/YAML) Front Matter。創建網站再簡單不過了……\n\n但這還不是全部…… Nextcloud 的 Pico CMS 是高度可定制的。您可以使用自定義主題更改 Pico 的外觀,並使用自定義插件添加新功能。出於安全原因,用戶既不能自己添加自定義主題,也不能添加插件 - 但作為管理員,您可以。插件和主題不僅僅是新的“皮膚”或“小部件”,底層技術是強大的框架,您可以利用它們使用戶的網站真正獨一無二。然而,權力越大,責任越大。Nextcloud 的 Pico CMS 盡最大努力防止用戶將腳本包含在網站中,因為這可能會帶來安全風險(所謂的“交叉腳本”)。由於此風險不適用於 Pico 本身,因此插件和主題的 3rd 方開發人員可能不會意識到此問題 - 因此在安裝自定義插件和主題時要小心。\n\n您想了解有關 Nextcloud 的 Pico CMS 的更多信息嗎?非常簡單!只需從 [Nextcloud 的 App Store](https://apps.nextcloud.com/apps/cms_pico) 下載並啟用該應用程式,然後導航到 Nextcloud 的設置頁面。作為管理員,您會在 Nextcloud 設置中找到兩個“Pico CMS”部分 - 一個位於“個人”下方,另一個位於“管理”下方。後者允許您向 Pico 添加自定義主題、插件和模板,以及調整一些高級設置。“個人”下方的“Pico CMS”部分適用於所有 Nextcloud 用戶,並允許創建個人網站。只需創建您的第一個個人網站並選擇“sample_pico”作為網站模板。Pico 的示例內容將解釋您需要知道的所有內容……", @@ -99,10 +100,14 @@ "Add custom plugin" : "添加自定義插件", "Reload plugins list" : "重新加載插件列表", "Compatible plugin." : "兼容的插件。", + "Example plugin" : "示例插件", + "Copy example plugin" : "複製示例插件", "System plugin" : "系統插件", "Custom plugin" : "自定義插件", "Reload custom plugin" : "重新加載自定義的插件", "Delete custom plugin" : "刪除自定義插件", + "Base plugin" : "基礎插件", + "Plugin name" : "插件名稱", "Custom templates" : "自定義模板", "Make it easier for users to create new websites." : "使用戶更容易創建新網站。", "Creating new websites can be hard - where to even start? Custom templates act as a starting point for users to create a new website using Pico CMS for Nextcloud. Before adding a new custom template using the \"Add custom template\" button below, you must upload all of the template's files to the data folder of your Nextcloud instance. After uploading the template it will show up in the form below to actually add it to the \"Create a new website\" form of your users. If you want to modify one of your previously added custom templates, simply edit the corresponding files in Nextcloud's data folder." : "創建新網站可能很難 - 從哪裡開始?自定義模板是用戶使用 Pico CMS for Nextcloud b創建新網站的起點。使用下面的【添加自定義模板】按鈕添加新的自定義模板之前,必須將模板的所有檔案上傳到 Nextcloud 實例的數據資料夾。上載模板後,它將顯示在下面的表單中,以將其實際添加到用戶的“創建新網站”表單中。如果要修改以前添加的自定義模板,只需在 Nextcloud 的數據資料夾中編輯相應的檔案。", @@ -118,20 +123,20 @@ "Delete custom template" : "刪除自定義模板", "Base template" : "基礎模板", "Template name" : "模板名稱", - "Configure your webserver" : "配置您的網絡伺服器", - "Enable Pico CMS for Nextcloud's full potential by configuring your webserver appropriately." : "通過正確配置您的web伺服器以充分發揮Pico CMS for Nextcloud的潛力。", - "Depending on your webserver's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional webserver configuration. If you're using the Apache webserver, try one of the first two examples shown below. If you're rather using the nginx webserver, try one of last two examples. If you don't really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, don't despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根據您的網絡伺服器的配置,用戶可以使用不同的 URL 訪問其網站。默認情況下,用戶可以使用 Pico CMS 訪問 Nextcloud 的完整應用程序URL的網站。但是,這些URL相當長,因此對用戶不太友好。因此,用於 Nextcloud 的 Pico CMS 還支持利用虛擬 ”sites/” 文件夾縮短 URL。但是,使用此功能需要一些其他的網頁伺服器配置。如果您使用的是 Apache 網頁伺服器,請嘗試下面顯示的前兩個示例之一。如果您要使用 Nginx 網頁伺服器,請嘗試最後兩個示例之一。如果您真的不了解發生了什麼,請與您的伺服器管理員聯繫並向他發送以下信息。如果您的伺服器管理員告訴您不可能做到這一點,請不要失望 - 您仍然可以將 Pico CMS 用於 Nextcloud 的完整應用程序 URL,它們始終是開箱即用的。", + "Configure your web server" : "配置您的網絡伺服器", + "Enable Pico CMS for Nextcloud's full potential by configuring your web server appropriately." : "通過正確配置您的web伺服器以充分發揮Pico CMS for Nextcloud的潛力。", + "Depending on your web server's configuration, users can access their websites using different URLs. By default, users can access their websites using Pico CMS for Nextcloud's full application URL. However, these URLs are pretty long and thus not very user-friendly. For this reason, Pico CMS for Nextcloud also supports shortened URLs utilizing the virtual \"sites/\" folder. However, using this feature requires some additional web server configuration. If you're using the Apache web server, try one of the first two examples shown below. If you're rather using the nginx web server, try one of last two examples. If you do not really understand what's going on, contact your server administrator and send him the information below. If your server administrator tells you this isn't possible, do not despair - you can still use Pico CMS for Nextcloud's full application URLs, they always work out-of-the-box." : "根據您的網絡伺服器的配置,用戶可以使用不同的 URL 訪問其網站。默認情況下,用戶可以使用 Pico CMS 訪問 Nextcloud 的完整應用程序URL的網站。但是,這些URL相當長,因此對用戶不太友好。因此,用於 Nextcloud 的 Pico CMS 還支持利用虛擬 ”sites/” 文件夾縮短 URL。但是,使用此功能需要一些其他的網頁伺服器配置。如果您使用的是 Apache 網頁伺服器,請嘗試下面顯示的前兩個示例之一。如果您要使用 Nginx 網頁伺服器,請嘗試最後兩個示例之一。如果您真的不了解發生了什麼,請與您的伺服器管理員聯繫並向他發送以下信息。如果您的伺服器管理員告訴您不可能做到這一點,請不要失望 - 您仍然可以將 Pico CMS 用於 Nextcloud 的完整應用程序 URL,它們始終是開箱即用的。", "Enable short website URLs" : "啟用短網站URL", "Full application URLs" : "完整的應用URL", "Short website URLs" : "簡短的網站網址", - "After you've configured your webserver to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Don't enable this option if you haven't configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "將網絡伺服器配置為啟用縮短的 URL 後,應選擇上面的相應選項,以使您的用戶了解此功能。如果尚未使用下面顯示的配置示例之一配置虛擬 “ sites/” 文件夾,則不要啟用此選項。", + "After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "將網絡伺服器配置為啟用縮短的 URL 後,應選擇上面的相應選項,以使您的用戶了解此功能。如果尚未使用下面顯示的配置示例之一配置虛擬 “ sites/” 文件夾,則不要啟用此選項。", "Using Apache's mod_proxy" : "使用Apache的mod_proxy", "Your users' website URLs will look like the following:" : "您用戶的網站 URL 如下所示:", - "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 apache。conf 的 Nextcloud 的部分。在這樣做之前,您必須同時啟用 Apache 的 mod_proxy 和 mod_proxy_http 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。", + "Copy the config snippet above to Nextcloud's section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 apache。conf 的 Nextcloud 的部分。在這樣做之前,您必須同時啟用 Apache 的 mod_proxy 和 mod_proxy_http 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。", "Using Apache's mod_rewrite" : "使用Apache的mod_rewrite", - "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your webserver will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在將上面的配置片段複製到 apache.conf 的 Nextcloud 的部分之前,請確保啟用 Apache 的 mod_rewrite 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的 URL 重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 mod_proxy 的解決方案。", + "Before copying the config snippet above to Nextcloud's section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "在將上面的配置片段複製到 apache.conf 的 Nextcloud 的部分之前,請確保啟用 Apache 的 mod_rewrite 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生500 內部伺服器錯誤。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的 URL 重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 mod_proxy 的解決方案。", "Using nginx's proxy_pass" : "使用nginx的proxy_pass", - "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your webserver will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 nginx。conf 的 Nextcloud 伺服器的{ … } 部分。在這樣做之前,您必須同時啟用 nginx 的 ngx_http_proxy_module 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生 500 內部伺服器錯誤。", + "Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "將上面的配置片段複製到 nginx。conf 的 Nextcloud 伺服器的{ … } 部分。在這樣做之前,您必須同時啟用 nginx 的 ngx_http_proxy_module 模塊。否則,您的網絡伺服器將拒絕(重新)啟動或產生 500 內部伺服器錯誤。", "Using nginx's rewrite" : "使用nginx的rewrite", "Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "只需將上面的配置片段複製到 nginx.conf 的 Nextcloud 的 server {…} 部分。請注意,此配置實際上不會允許您使用縮短的 URL,而只是將用戶從縮短的URL重定向到站點的完整 URL。因此,您應該更喜歡使用上面顯示的 nginx 的 proxy_pass 指令的解決方案。", "Version information" : "版本資訊", @@ -150,9 +155,18 @@ "Created" : "已創建", "Go to website" : "前往網站", "Go to website directory" : "轉到網站目錄", - "Toggle private website" : "切換私有網站", + "Edit website name" : "編輯網站名稱", + "Edit private website settings" : "編輯私人網站設定", "Delete website" : "刪除網站", "Actions" : "操作", + "Pico CMS for Nextcloud supports both public and private websites. Everyone can access public websites, no matter whether they are logged in or not. If you want to limit access to a certain subset of users, create a private website. All visitors of a private website must be logged in, otherwise a \"Access forbidden\" error is shown. Additionally one of the following conditions must be met: (1) the user has access to the website's source files (i.e. the source folder is shared with the user), (2) the user is a member of one of the groups listed below, or (3) the user is a member of one of the groups specified in the YAML Front Matter of the requested page using the \"access\" meta value." : "Nextcloud 的 Pico CMS 支持公共和私人網站。 每個人都可以存取公共網站,無論他們是否登錄。 如果您想限制對特定用戶子集的訪問,請創建一個私人網站。 私人網站的所有訪客都必須登錄,否則會顯示“禁止存取”錯誤。此外,還必須滿足以下條件之一:(1) 用戶有權訪問網站的源檔案(即與用戶共享源資料夾),(2) 用戶是下列組之一的成員, 或 (3) 用戶是使用“存取”元值在所請求頁面的 YAML 前文中指定的組之一的成員。", + "Website type" : "網站類型", + "Public website" : "公共網站", + "The website is publicly accessible and requires no authentication whatsoever." : "網站供公眾訪問,無需任何身份驗證。", + "Private website" : "私人網站", + "The website requires authentication, access is limited to a subset of all users." : "網站需要身份驗證,只有選定用戶才能訪問。", + "Group access" : "群組存取", + "Grant access to all members of the selected groups." : "授予選定群組所有成員訪問權限。", "Reload websites list" : "加載網站清單", "Create a new website" : "創建一個新的網站", "Just fill the form below to create your own personal website." : "只需填寫以下表格即可創建您自己的個人網站。", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index a050b3ef..ca709807 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -21,6 +21,7 @@ OC.L10N.register( "Pico CMS" : "Pico CMS", "Access forbidden" : "存取被拒", "Back to %s" : "回到 %s", + "Not found" : "找不到", "Internal Server Error" : "內部伺服器錯誤", "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", @@ -35,6 +36,8 @@ OC.L10N.register( "Line: %s" : "行數:%s", "Trace" : "追蹤", "Limit to groups" : "限制給特定群組", + "Error: {error}" : "錯誤:{error}", + "Template name" : "範本名稱", "Name" : "名稱", "Path" : "路徑", "Theme" : "佈景主題", @@ -42,6 +45,7 @@ OC.L10N.register( "Actions" : "動作", "Create a new website" : "建立新網站", "Address" : "地址", + "Template" : "範本", "Loading…" : "載入中…" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 1f4364d6..d14c976a 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -19,6 +19,7 @@ "Pico CMS" : "Pico CMS", "Access forbidden" : "存取被拒", "Back to %s" : "回到 %s", + "Not found" : "找不到", "Internal Server Error" : "內部伺服器錯誤", "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", @@ -33,6 +34,8 @@ "Line: %s" : "行數:%s", "Trace" : "追蹤", "Limit to groups" : "限制給特定群組", + "Error: {error}" : "錯誤:{error}", + "Template name" : "範本名稱", "Name" : "名稱", "Path" : "路徑", "Theme" : "佈景主題", @@ -40,6 +43,7 @@ "Actions" : "動作", "Create a new website" : "建立新網站", "Address" : "地址", + "Template" : "範本", "Loading…" : "載入中…" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/Controller/PluginsController.php b/lib/Controller/PluginsController.php index 67f4bb31..4781f75d 100644 --- a/lib/Controller/PluginsController.php +++ b/lib/Controller/PluginsController.php @@ -136,4 +136,24 @@ public function removeCustomPlugin(string $item): DataResponse return $this->createErrorResponse($e); } } + + /** + * @param string $name + * + * @return DataResponse + */ + public function copyDummyPlugin(string $name): DataResponse + { + try { + $this->pluginsService->copyDummyPlugin($name); + + return $this->getPlugins(); + } catch (PluginNotFoundException $e) { + return $this->createErrorResponse($e, [ 'error' => $this->l10n->t('Plugin not found.') ]); + } catch (PluginAlreadyExistsException $e) { + return $this->createErrorResponse($e, [ 'error' => $this->l10n->t('Plugin exists already.') ]); + } catch (\Exception $e) { + return $this->createErrorResponse($e); + } + } } diff --git a/lib/Controller/WebsitesController.php b/lib/Controller/WebsitesController.php index 4f600a74..5299f705 100644 --- a/lib/Controller/WebsitesController.php +++ b/lib/Controller/WebsitesController.php @@ -30,7 +30,7 @@ use OCA\CMSPico\Exceptions\TemplateNotFoundException; use OCA\CMSPico\Exceptions\ThemeNotCompatibleException; use OCA\CMSPico\Exceptions\ThemeNotFoundException; -use OCA\CMSPico\Exceptions\WebsiteExistsException; +use OCA\CMSPico\Exceptions\WebsiteAlreadyExistsException; use OCA\CMSPico\Exceptions\WebsiteForeignOwnerException; use OCA\CMSPico\Exceptions\WebsiteInvalidDataException; use OCA\CMSPico\Exceptions\WebsiteInvalidOwnerException; @@ -43,6 +43,7 @@ use OCP\ILogger; use OCP\IRequest; use OCP\IUserSession; +use function OCA\CMSPico\t; class WebsitesController extends Controller { @@ -123,12 +124,13 @@ public function createPersonalWebsite(array $data): DataResponse return $this->getPersonalWebsites(); } catch (\Throwable $e) { $error = []; - if ($e instanceof WebsiteExistsException) { + if ($e instanceof WebsiteAlreadyExistsException) { $error += [ 'errorField' => 'site', 'error' => $this->l10n->t('Website exists.') ]; } elseif ($e instanceof WebsiteInvalidOwnerException) { $error += [ 'errorField' => 'user', 'error' => $this->l10n->t('No permission.') ]; } elseif (($e instanceof WebsiteInvalidDataException) && $e->getField()) { - $error += [ 'errorField' => $e->getField(), 'error' => $e->getMessage() ]; + $errorMessage = $e->getError() ?? t('The value given is invalid.'); + $error += [ 'errorField' => $e->getField(), 'error' => $this->l10n->t($errorMessage) ]; } elseif ($e instanceof ThemeNotFoundException) { $error += [ 'errorField' => 'theme', 'error' => $this->l10n->t('Theme not found.') ]; } elseif ($e instanceof ThemeNotCompatibleException) { @@ -161,6 +163,10 @@ public function updatePersonalWebsite(int $siteId, array $data): DataResponse foreach ($data as $key => $value) { switch ($key) { + case 'name': + $website->setName($value); + break; + case 'type': $website->setType((int) $value); break; @@ -169,8 +175,25 @@ public function updatePersonalWebsite(int $siteId, array $data): DataResponse $website->setTheme($value); break; + case 'options': + foreach ($value as $optionKey => $optionValue) { + switch ($optionKey) { + case 'group_access': + $groupAccess = $optionValue ? explode('|', $optionValue) : []; + $website->setGroupAccess($groupAccess); + break; + + default: + throw new WebsiteInvalidDataException( + $website->getSite(), + 'options.' . $optionKey + ); + } + } + break; + default: - throw new WebsiteInvalidDataException(); + throw new WebsiteInvalidDataException($website->getSite(), $key); } } @@ -181,8 +204,9 @@ public function updatePersonalWebsite(int $siteId, array $data): DataResponse $error = []; if (($e instanceof WebsiteNotFoundException) || ($e instanceof WebsiteForeignOwnerException)) { $error += [ 'errorField' => 'identifier', 'error' => $this->l10n->t('Website not found.') ]; - } elseif ($e instanceof WebsiteInvalidDataException) { - $error += [ 'errorField' => $e->getField(), 'error' => $e->getMessage() ]; + } elseif (($e instanceof WebsiteInvalidDataException) && $e->getField()) { + $errorMessage = $e->getError() ?? t('The value given is invalid.'); + $error += [ 'errorField' => $e->getField(), 'error' => $this->l10n->t($errorMessage) ]; } elseif ($e instanceof ThemeNotFoundException) { $error += [ 'errorField' => 'theme', 'error' => $this->l10n->t('Theme not found.') ]; } elseif ($e instanceof ThemeNotCompatibleException) { diff --git a/lib/Db/WebsitesRequest.php b/lib/Db/WebsitesRequest.php index bc3869ad..ed0dd810 100644 --- a/lib/Db/WebsitesRequest.php +++ b/lib/Db/WebsitesRequest.php @@ -27,15 +27,35 @@ use OCA\CMSPico\Exceptions\WebsiteNotFoundException; use OCA\CMSPico\Model\Website; +use OCP\DB\QueryBuilder\IQueryBuilder; +use OCP\IDBConnection; -class WebsitesRequest extends WebsitesRequestBuilder +class WebsitesRequest { + /** @var string */ + public const TABLE_NAME = 'cms_pico_websites'; + + /** @var IDBConnection */ + protected $dbConnection; + + /** + * CoreRequestBuilder constructor. + * + * @param IDBConnection $connection + */ + public function __construct(IDBConnection $connection) + { + $this->dbConnection = $connection; + } + /** * @param Website $website */ public function create(Website $website): void { - $qb = $this->getWebsitesInsertSql(); + $qb = $this->dbConnection->getQueryBuilder() + ->insert(WebsitesRequest::TABLE_NAME); + $qb ->setValue('name', $qb->createNamedParameter($website->getName())) ->setValue('user_id', $qb->createNamedParameter($website->getUserId())) @@ -43,7 +63,8 @@ public function create(Website $website): void ->setValue('theme', $qb->createNamedParameter($website->getTheme())) ->setValue('type', $qb->createNamedParameter($website->getType())) ->setValue('options', $qb->createNamedParameter($website->getOptionsJSON())) - ->setValue('path', $qb->createNamedParameter($website->getPath())); + ->setValue('path', $qb->createNamedParameter($website->getPath())) + ->setValue('creation', $qb->createFunction('NOW()')); $qb->execute(); @@ -55,7 +76,9 @@ public function create(Website $website): void */ public function update(Website $website): void { - $qb = $this->getWebsitesUpdateSql(); + $qb = $this->dbConnection->getQueryBuilder() + ->update(WebsitesRequest::TABLE_NAME); + $qb ->set('name', $qb->createNamedParameter($website->getName())) ->set('user_id', $qb->createNamedParameter($website->getUserId())) @@ -65,7 +88,7 @@ public function update(Website $website): void ->set('options', $qb->createNamedParameter($website->getOptionsJSON())) ->set('path', $qb->createNamedParameter($website->getPath())); - $this->limitToId($qb, $website->getId()); + $this->limitToField($qb, 'id', $website->getId()); $qb->execute(); } @@ -75,8 +98,10 @@ public function update(Website $website): void */ public function delete(Website $website): void { - $qb = $this->getWebsitesDeleteSql(); - $this->limitToId($qb, $website->getId()); + $qb = $this->dbConnection->getQueryBuilder() + ->delete(WebsitesRequest::TABLE_NAME); + + $this->limitToField($qb, 'id', $website->getId()); $qb->execute(); } @@ -86,12 +111,33 @@ public function delete(Website $website): void */ public function deleteAllFromUserId(string $userId): void { - $qb = $this->getWebsitesDeleteSql(); - $this->limitToUserId($qb, $userId); + $qb = $this->dbConnection->getQueryBuilder() + ->delete(WebsitesRequest::TABLE_NAME); + + $this->limitToField($qb, 'user_id', $userId); $qb->execute(); } + /** + * @return Website[] + */ + public function getWebsites(): array + { + $qb = $this->dbConnection->getQueryBuilder() + ->select('*') + ->from(WebsitesRequest::TABLE_NAME); + + $websites = []; + $cursor = $qb->execute(); + while ($data = $cursor->fetch()) { + $websites[] = $this->createInstance($data); + } + $cursor->closeCursor(); + + return $websites; + } + /** * @param string $userId * @@ -99,13 +145,16 @@ public function deleteAllFromUserId(string $userId): void */ public function getWebsitesFromUserId(string $userId): array { - $qb = $this->getWebsitesSelectSql(); - $this->limitToUserId($qb, $userId); + $qb = $this->dbConnection->getQueryBuilder() + ->select('*') + ->from(WebsitesRequest::TABLE_NAME); + + $this->limitToField($qb, 'user_id', $userId); $websites = []; $cursor = $qb->execute(); while ($data = $cursor->fetch()) { - $websites[] = new Website($data); + $websites[] = $this->createInstance($data); } $cursor->closeCursor(); @@ -118,20 +167,23 @@ public function getWebsitesFromUserId(string $userId): array * @return Website * @throws WebsiteNotFoundException */ - public function getWebsiteFromId(int $siteId): Website + public function getWebsiteFromId(int $id): Website { - $qb = $this->getWebsitesSelectSql(); - $this->limitToId($qb, $siteId); + $qb = $this->dbConnection->getQueryBuilder() + ->select('*') + ->from(WebsitesRequest::TABLE_NAME); + + $this->limitToField($qb, 'id', $id); $cursor = $qb->execute(); $data = $cursor->fetch(); $cursor->closeCursor(); if ($data === false) { - throw new WebsiteNotFoundException(); + throw new WebsiteNotFoundException('#' . $id); } - return new Website($data); + return $this->createInstance($data); } /** @@ -142,17 +194,40 @@ public function getWebsiteFromId(int $siteId): Website */ public function getWebsiteFromSite(string $site): Website { - $qb = $this->getWebsitesSelectSql(); - $this->limitToSite($qb, $site); + $qb = $this->dbConnection->getQueryBuilder() + ->select('*') + ->from(WebsitesRequest::TABLE_NAME); + + $this->limitToField($qb, 'site', $site); $cursor = $qb->execute(); $data = $cursor->fetch(); $cursor->closeCursor(); if ($data === false) { - throw new WebsiteNotFoundException(); + throw new WebsiteNotFoundException($site); } + return $this->createInstance($data); + } + + /** + * @param array $data + * + * @return Website + */ + private function createInstance(array $data): Website + { return new Website($data); } + + /** + * @param IQueryBuilder $qb + * @param string $field + * @param mixed $value + */ + private function limitToField(IQueryBuilder $qb, string $field, $value): void + { + $qb->andWhere($qb->expr()->eq($field, $qb->createNamedParameter($value))); + } } diff --git a/lib/Db/WebsitesRequestBuilder.php b/lib/Db/WebsitesRequestBuilder.php deleted file mode 100644 index f0a58d59..00000000 --- a/lib/Db/WebsitesRequestBuilder.php +++ /dev/null @@ -1,132 +0,0 @@ -) - * @copyright Copyright (c) 2019, Daniel Rudolf () - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - -declare(strict_types=1); - -namespace OCA\CMSPico\Db; - -use OCP\DB\QueryBuilder\IQueryBuilder; -use OCP\IDBConnection; - -class WebsitesRequestBuilder -{ - /** @var string */ - public const TABLE_WEBSITES = 'cms_pico_websites'; - - /** @var IDBConnection */ - protected $dbConnection; - - /** - * CoreRequestBuilder constructor. - * - * @param IDBConnection $connection - */ - public function __construct(IDBConnection $connection) - { - $this->dbConnection = $connection; - } - - /** - * @return IQueryBuilder - */ - protected function getWebsitesSelectSql(): IQueryBuilder - { - return $this->dbConnection->getQueryBuilder() - ->select('*') - ->from(self::TABLE_WEBSITES); - } - - /** - * @return IQueryBuilder - */ - protected function getWebsitesInsertSql(): IQueryBuilder - { - $qb = $this->dbConnection->getQueryBuilder(); - $qb - ->insert(self::TABLE_WEBSITES) - ->setValue('creation', $qb->createFunction('NOW()')); - - return $qb; - } - - /** - * @return IQueryBuilder - */ - protected function getWebsitesUpdateSql(): IQueryBuilder - { - return $this->dbConnection->getQueryBuilder() - ->update(self::TABLE_WEBSITES); - } - - /** - * @return IQueryBuilder - */ - protected function getWebsitesDeleteSql(): IQueryBuilder - { - return $this->dbConnection->getQueryBuilder() - ->delete(self::TABLE_WEBSITES); - } - - /** - * Limit the request by id. - * - * @param IQueryBuilder $qb - * @param int $id - */ - protected function limitToId(IQueryBuilder $qb, int $id): void - { - $this->limitToDBField($qb, 'id', $id); - } - - /** - * Limit the request to a user. - * - * @param IQueryBuilder $qb - * @param string $userId - */ - protected function limitToUserId(IQueryBuilder $qb, string $userId): void - { - $this->limitToDBField($qb, 'user_id', $userId); - } - - /** - * Limit the request to a site. - * - * @param IQueryBuilder $qb - * @param string $site - */ - protected function limitToSite(IQueryBuilder $qb, string $site): void - { - $this->limitToDBField($qb, 'site', $site); - } - - /** - * @param IQueryBuilder $qb - * @param string $field - * @param mixed $value - */ - private function limitToDBField(IQueryBuilder $qb, string $field, $value): void - { - $qb->andWhere($qb->expr()->eq($field, $qb->createNamedParameter($value))); - } -} diff --git a/lib/Exceptions/AssetInvalidPathException.php b/lib/Exceptions/AssetInvalidPathException.php index 88a19f16..6d99bc9d 100644 --- a/lib/Exceptions/AssetInvalidPathException.php +++ b/lib/Exceptions/AssetInvalidPathException.php @@ -26,17 +26,51 @@ class AssetInvalidPathException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $asset; + /** * AssetInvalidPathException constructor. * + * @param string|null $site + * @param string|null $asset * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $asset = null, \Exception $previous = null) { + $this->site = $site; + $this->asset = $asset; + + $message = ''; + if ($site && $asset) { + $message = sprintf("Unable to access asset '%s' of website '%s': Invalid path", $asset, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getAsset(): ?string + { + return $this->asset; + } } diff --git a/lib/Exceptions/AssetNotFoundException.php b/lib/Exceptions/AssetNotFoundException.php index bc4fad80..f2c17195 100644 --- a/lib/Exceptions/AssetNotFoundException.php +++ b/lib/Exceptions/AssetNotFoundException.php @@ -27,17 +27,51 @@ class AssetNotFoundException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $asset; + /** * AssetNotFoundException constructor. * + * @param string|null $site + * @param string|null $asset * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $asset = null, \Exception $previous = null) { + $this->site = $site; + $this->asset = $asset; + + $message = ''; + if ($site && $asset) { + $message = sprintf("Unable to access asset '%s' of website '%s': No such asset", $asset, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getAsset(): ?string + { + return $this->asset; + } } diff --git a/lib/Exceptions/AssetNotPermittedException.php b/lib/Exceptions/AssetNotPermittedException.php index 2a273d8c..c3756b3f 100644 --- a/lib/Exceptions/AssetNotPermittedException.php +++ b/lib/Exceptions/AssetNotPermittedException.php @@ -26,17 +26,51 @@ class AssetNotPermittedException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $asset; + /** * AssetNotPermittedException constructor. * + * @param string|null $site + * @param string|null $asset * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $asset = null, \Exception $previous = null) { + $this->site = $site; + $this->asset = $asset; + + $message = ''; + if ($site && $asset) { + $message = sprintf("Unable to access asset '%s' of website '%s': Permission denied", $asset, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getAsset(): ?string + { + return $this->asset; + } } diff --git a/lib/Exceptions/PageInvalidPathException.php b/lib/Exceptions/PageInvalidPathException.php index b9e417ef..15deba78 100644 --- a/lib/Exceptions/PageInvalidPathException.php +++ b/lib/Exceptions/PageInvalidPathException.php @@ -26,17 +26,51 @@ class PageInvalidPathException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $page; + /** * PageInvalidPathException constructor. * + * @param string|null $site + * @param string|null $page * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $page = null, \Exception $previous = null) { + $this->site = $site; + $this->page = $page; + + $message = ''; + if ($site && $page) { + $message = sprintf("Unable to access page '%s' of website '%s': Invalid path", $page, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getPage(): ?string + { + return $this->page; + } } diff --git a/lib/Exceptions/PageNotFoundException.php b/lib/Exceptions/PageNotFoundException.php index 7627b740..fcbb21b0 100644 --- a/lib/Exceptions/PageNotFoundException.php +++ b/lib/Exceptions/PageNotFoundException.php @@ -27,17 +27,51 @@ class PageNotFoundException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $page; + /** * PageNotFoundException constructor. * + * @param string|null $site + * @param string|null $page * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $page = null, \Exception $previous = null) { + $this->site = $site; + $this->page = $page; + + $message = ''; + if ($site && $page) { + $message = sprintf("Unable to access page '%s' of website '%s': No such page", $page, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getPage(): ?string + { + return $this->page; + } } diff --git a/lib/Exceptions/PageNotPermittedException.php b/lib/Exceptions/PageNotPermittedException.php index b2542cbd..701c1b34 100644 --- a/lib/Exceptions/PageNotPermittedException.php +++ b/lib/Exceptions/PageNotPermittedException.php @@ -27,17 +27,51 @@ class PageNotPermittedException extends \Exception { + /** @var string|null */ + private $site; + + /** @var string|null */ + private $page; + /** * PageNotPermittedException constructor. * + * @param string|null $site + * @param string|null $page * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, string $page = null, \Exception $previous = null) { + $this->site = $site; + $this->page = $page; + + $message = ''; + if ($site && $page) { + $message = sprintf("Unable to access page '%s' of website '%s': Permission denied", $page, $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } + + /** + * @return string|null + */ + public function getPage(): ?string + { + return $this->page; + } } diff --git a/lib/Exceptions/PluginAlreadyExistsException.php b/lib/Exceptions/PluginAlreadyExistsException.php index 81ff7476..801507fb 100644 --- a/lib/Exceptions/PluginAlreadyExistsException.php +++ b/lib/Exceptions/PluginAlreadyExistsException.php @@ -26,5 +26,38 @@ class PluginAlreadyExistsException extends \Exception { + /** @var string|null */ + private $pluginName; + /** + * PluginAlreadyExistsException constructor. + * + * @param string|null $pluginName + * @param \Exception|null $previous + */ + public function __construct(string $pluginName = null, \Exception $previous = null) + { + $this->pluginName = $pluginName; + + $message = ''; + if ($pluginName) { + $message = sprintf("Unable to load plugin '%s': Plugin already exists", $pluginName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getPluginName(): ?string + { + return $this->pluginName; + } } diff --git a/lib/Exceptions/PluginNotCompatibleException.php b/lib/Exceptions/PluginNotCompatibleException.php index 1ef2fbad..fe6dcae9 100644 --- a/lib/Exceptions/PluginNotCompatibleException.php +++ b/lib/Exceptions/PluginNotCompatibleException.php @@ -48,7 +48,10 @@ public function __construct(string $pluginName, string $reason = "", array $reas $this->reason = $reason; $this->reasonData = $reasonData; - parent::__construct($this->getReason()); + $parsedReason = $this->getReason() ?: 'Incompatible plugin'; + $message = sprintf("Unable to load plugin '%s': %s", $pluginName, $parsedReason); + + parent::__construct($message); } /** diff --git a/lib/Exceptions/PluginNotFoundException.php b/lib/Exceptions/PluginNotFoundException.php index 2f71957a..f60be5dc 100644 --- a/lib/Exceptions/PluginNotFoundException.php +++ b/lib/Exceptions/PluginNotFoundException.php @@ -26,5 +26,38 @@ class PluginNotFoundException extends \Exception { + /** @var string|null */ + private $pluginName; + /** + * PluginNotFoundException constructor. + * + * @param string|null $pluginName + * @param \Exception|null $previous + */ + public function __construct(string $pluginName = null, \Exception $previous = null) + { + $this->pluginName = $pluginName; + + $message = ''; + if ($pluginName) { + $message = sprintf("Unable to load plugin '%s': No such plugin", $pluginName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getPluginName(): ?string + { + return $this->pluginName; + } } diff --git a/lib/Exceptions/TemplateAlreadyExistsException.php b/lib/Exceptions/TemplateAlreadyExistsException.php index a72de584..47745cd1 100644 --- a/lib/Exceptions/TemplateAlreadyExistsException.php +++ b/lib/Exceptions/TemplateAlreadyExistsException.php @@ -26,5 +26,38 @@ class TemplateAlreadyExistsException extends \Exception { + /** @var string|null */ + private $templateName; + /** + * TemplateAlreadyExistsException constructor. + * + * @param string|null $templateName + * @param \Exception|null $previous + */ + public function __construct(string $templateName = null, \Exception $previous = null) + { + $this->templateName = $templateName; + + $message = ''; + if ($templateName) { + $message = sprintf("Unable to load template '%s': Template already exists", $templateName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getTemplateName(): ?string + { + return $this->templateName; + } } diff --git a/lib/Exceptions/TemplateNotCompatibleException.php b/lib/Exceptions/TemplateNotCompatibleException.php index 3b968e5e..69ce798c 100644 --- a/lib/Exceptions/TemplateNotCompatibleException.php +++ b/lib/Exceptions/TemplateNotCompatibleException.php @@ -48,7 +48,10 @@ public function __construct(string $templateName, string $reason = "", array $re $this->reason = $reason; $this->reasonData = $reasonData; - parent::__construct($this->getReason()); + $parsedReason = $this->getReason() ?: 'Incompatible template'; + $message = sprintf("Unable to load template '%s': %s", $templateName, $parsedReason); + + parent::__construct($message); } /** diff --git a/lib/Exceptions/TemplateNotFoundException.php b/lib/Exceptions/TemplateNotFoundException.php index ed6794f7..94f4a07d 100644 --- a/lib/Exceptions/TemplateNotFoundException.php +++ b/lib/Exceptions/TemplateNotFoundException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -26,5 +27,38 @@ class TemplateNotFoundException extends \Exception { + /** @var string|null */ + private $templateName; + /** + * TemplateNotFoundException constructor. + * + * @param string|null $templateName + * @param \Exception|null $previous + */ + public function __construct(string $templateName = null, \Exception $previous = null) + { + $this->templateName = $templateName; + + $message = ''; + if ($templateName) { + $message = sprintf("Unable to load template '%s': No such template", $templateName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getTemplateName(): ?string + { + return $this->templateName; + } } diff --git a/lib/Exceptions/ThemeAlreadyExistsException.php b/lib/Exceptions/ThemeAlreadyExistsException.php index 7c7c36b9..38990514 100644 --- a/lib/Exceptions/ThemeAlreadyExistsException.php +++ b/lib/Exceptions/ThemeAlreadyExistsException.php @@ -26,5 +26,38 @@ class ThemeAlreadyExistsException extends \Exception { + /** @var string|null */ + private $themeName; + /** + * ThemeAlreadyExistsException constructor. + * + * @param string|null $themeName + * @param \Exception|null $previous + */ + public function __construct(string $themeName = null, \Exception $previous = null) + { + $this->themeName = $themeName; + + $message = ''; + if ($themeName) { + $message = sprintf("Unable to load theme '%s': Theme already exists", $themeName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getThemeName(): ?string + { + return $this->themeName; + } } diff --git a/lib/Exceptions/ThemeNotCompatibleException.php b/lib/Exceptions/ThemeNotCompatibleException.php index 737653f1..87733b31 100644 --- a/lib/Exceptions/ThemeNotCompatibleException.php +++ b/lib/Exceptions/ThemeNotCompatibleException.php @@ -48,7 +48,10 @@ public function __construct(string $themeName, string $reason = "", array $reaso $this->reason = $reason; $this->reasonData = $reasonData; - parent::__construct($this->getReason()); + $parsedReason = $this->getReason() ?: 'Incompatible theme'; + $message = sprintf("Unable to load theme '%s': %s", $themeName, $parsedReason); + + parent::__construct($message); } /** diff --git a/lib/Exceptions/ThemeNotFoundException.php b/lib/Exceptions/ThemeNotFoundException.php index 73209887..86f5ade1 100644 --- a/lib/Exceptions/ThemeNotFoundException.php +++ b/lib/Exceptions/ThemeNotFoundException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -26,5 +27,38 @@ class ThemeNotFoundException extends \Exception { + /** @var string|null */ + private $themeName; + /** + * ThemeNotFoundException constructor. + * + * @param string|null $themeName + * @param \Exception|null $previous + */ + public function __construct(string $themeName = null, \Exception $previous = null) + { + $this->themeName = $themeName; + + $message = ''; + if ($themeName) { + $message = sprintf("Unable to load theme '%s': No such theme", $themeName); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getThemeName(): ?string + { + return $this->themeName; + } } diff --git a/lib/Exceptions/WebsiteExistsException.php b/lib/Exceptions/WebsiteAlreadyExistsException.php similarity index 53% rename from lib/Exceptions/WebsiteExistsException.php rename to lib/Exceptions/WebsiteAlreadyExistsException.php index 91c3fc01..d1753ed9 100644 --- a/lib/Exceptions/WebsiteExistsException.php +++ b/lib/Exceptions/WebsiteAlreadyExistsException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -24,7 +25,40 @@ namespace OCA\CMSPico\Exceptions; -class WebsiteExistsException extends \Exception +class WebsiteAlreadyExistsException extends \Exception { + /** @var string|null */ + private $site; + /** + * WebsiteAlreadyExistsException constructor. + * + * @param string|null $site + * @param \Exception|null $previous + */ + public function __construct(string $site = null, \Exception $previous = null) + { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': Website already exists", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Exceptions/WebsiteForeignOwnerException.php b/lib/Exceptions/WebsiteForeignOwnerException.php index 9888e964..fdb51381 100644 --- a/lib/Exceptions/WebsiteForeignOwnerException.php +++ b/lib/Exceptions/WebsiteForeignOwnerException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -26,5 +27,38 @@ class WebsiteForeignOwnerException extends \Exception { + /** @var string|null */ + private $site; + /** + * WebsiteForeignOwnerException constructor. + * + * @param string|null $site + * @param \Exception|null $previous + */ + public function __construct(string $site = null, \Exception $previous = null) + { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': Website is owned by a different user", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Exceptions/WebsiteInvalidDataException.php b/lib/Exceptions/WebsiteInvalidDataException.php index 46bbebae..149a1c1d 100644 --- a/lib/Exceptions/WebsiteInvalidDataException.php +++ b/lib/Exceptions/WebsiteInvalidDataException.php @@ -26,28 +26,72 @@ class WebsiteInvalidDataException extends \Exception { - /** @var string */ + /** @var string|null */ + private $site; + + /** @var string|null */ private $field; + /** @var string|null */ + private $error; + /** * WebsiteInvalidDataException constructor. * - * @param string $field - * @param string $message + * @param string|null $site + * @param string|null $field + * @param string|null $error * @param \Throwable|null $previous */ - public function __construct(string $field = '', string $message = '', \Throwable $previous = null) - { + public function __construct( + string $site = null, + string $field = null, + string $error = null, + \Throwable $previous = null + ) { + $this->site = $site; $this->field = $field; + $this->error = $error; + + $message = ''; + if ($site && $field && $error) { + $message = sprintf("Unable to modify website '%s': Invalid data given for '%s': %s", $site, $field, $error); + } elseif ($site && $field) { + $message = sprintf("Unable to modify website '%s': Invalid data given for '%s'", $site, $field); + } elseif ($site) { + $message = sprintf("Unable to modify website '%s': Invalid data given", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } - parent::__construct($message, 0, $previous); + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; } /** - * @return string + * @return string|null */ - public function getField(): string + public function getField(): ?string { return $this->field; } + + /** + * @return string|null + */ + public function getError(): ?string + { + return $this->error; + } } diff --git a/lib/Exceptions/WebsiteInvalidFilesystemException.php b/lib/Exceptions/WebsiteInvalidFilesystemException.php index a4275ae2..6819fb02 100644 --- a/lib/Exceptions/WebsiteInvalidFilesystemException.php +++ b/lib/Exceptions/WebsiteInvalidFilesystemException.php @@ -26,17 +26,38 @@ class WebsiteInvalidFilesystemException extends \Exception { + /** @var string|null */ + private $site; + /** * WebsiteInvalidFilesystemException constructor. * + * @param string|null $site * @param \Exception|null $previous */ - public function __construct(\Exception $previous = null) + public function __construct(string $site = null, \Exception $previous = null) { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': Invalid directory structure", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + if ($previous) { - parent::__construct($previous->getMessage(), $previous->getCode(), $previous); + parent::__construct($message, $previous->getCode(), $previous); } else { - parent::__construct(); + parent::__construct($message); } } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Exceptions/WebsiteInvalidOwnerException.php b/lib/Exceptions/WebsiteInvalidOwnerException.php index 62e1f829..b435318c 100644 --- a/lib/Exceptions/WebsiteInvalidOwnerException.php +++ b/lib/Exceptions/WebsiteInvalidOwnerException.php @@ -26,5 +26,38 @@ class WebsiteInvalidOwnerException extends \Exception { + /** @var string|null */ + private $site; + /** + * WebsiteInvalidOwnerException constructor. + * + * @param string|null $site + * @param \Exception|null $previous + */ + public function __construct(string $site = null, \Exception $previous = null) + { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': Website owner is not allowed to create websites", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Exceptions/WebsiteNotFoundException.php b/lib/Exceptions/WebsiteNotFoundException.php index 3c8a4c23..742324b3 100644 --- a/lib/Exceptions/WebsiteNotFoundException.php +++ b/lib/Exceptions/WebsiteNotFoundException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -26,5 +27,38 @@ class WebsiteNotFoundException extends \Exception { + /** @var string|null */ + private $site; + /** + * WebsiteNotFoundException constructor. + * + * @param string|null $site + * @param \Exception|null $previous + */ + public function __construct(string $site = null, \Exception $previous = null) + { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': No such website", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Exceptions/WebsiteNotPermittedException.php b/lib/Exceptions/WebsiteNotPermittedException.php index e86542e0..e3a35d1a 100644 --- a/lib/Exceptions/WebsiteNotPermittedException.php +++ b/lib/Exceptions/WebsiteNotPermittedException.php @@ -3,6 +3,7 @@ * CMS Pico - Create websites using Pico CMS for Nextcloud. * * @copyright Copyright (c) 2017, Maxence Lange () + * @copyright Copyright (c) 2022, Daniel Rudolf () * * @license GNU AGPL version 3 or any later version * @@ -26,5 +27,38 @@ class WebsiteNotPermittedException extends \Exception { + /** @var string|null */ + private $site; + /** + * WebsiteNotPermittedException constructor. + * + * @param string|null $site + * @param \Exception|null $previous + */ + public function __construct(string $site = null, \Exception $previous = null) + { + $this->site = $site; + + $message = ''; + if ($site) { + $message = sprintf("Unable to load website '%s': Permission denied", $site); + } elseif ($previous) { + $message = $previous->getMessage(); + } + + if ($previous) { + parent::__construct($message, $previous->getCode(), $previous); + } else { + parent::__construct($message); + } + } + + /** + * @return string|null + */ + public function getSite(): ?string + { + return $this->site; + } } diff --git a/lib/Files/Glob/GlobIterator.php b/lib/Files/Glob/GlobIterator.php index 9478c621..80a2930b 100644 --- a/lib/Files/Glob/GlobIterator.php +++ b/lib/Files/Glob/GlobIterator.php @@ -1,4 +1,24 @@ ) + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ namespace OCA\CMSPico\Files\Glob; diff --git a/lib/Http/PicoAssetResponse.php b/lib/Http/PicoAssetResponse.php index 01c15319..ddde67a0 100644 --- a/lib/Http/PicoAssetResponse.php +++ b/lib/Http/PicoAssetResponse.php @@ -108,7 +108,7 @@ public function cacheFor(int $cacheSeconds, bool $public = false, bool $immutabl $pragma = $public ? 'public' : 'private'; $maxAge = 'max-age=' . $cacheSeconds; - $this->addHeader('Cache-Control', $pragma . ',' . $maxAge . ($immutable ? ', immutable' : '')); + $this->addHeader('Cache-Control', $pragma . ', ' . $maxAge . ($immutable ? ', immutable' : '')); $this->addHeader('Pragma', $pragma); try { diff --git a/lib/Listener/GroupDeletedEventListener.php b/lib/Listener/GroupDeletedEventListener.php index 8331b983..c8bfdc18 100644 --- a/lib/Listener/GroupDeletedEventListener.php +++ b/lib/Listener/GroupDeletedEventListener.php @@ -53,8 +53,21 @@ public function handle(Event $event): void return; } + $groupId = $event->getGroup()->getGID(); + $limitGroups = $this->websitesService->getLimitGroups(); - $limitGroups = array_values(array_diff($limitGroups, [ $event->getGroup()->getGID() ])); - $this->websitesService->setLimitGroups($limitGroups); + $newLimitGroups = array_values(array_diff($limitGroups, [ $groupId ])); + if ($newLimitGroups !== $limitGroups) { + $this->websitesService->setLimitGroups($newLimitGroups); + } + + foreach ($this->websitesService->getWebsites() as $website) { + $groupAccess = $website->getGroupAccess(); + $newGroupAccess = array_values(array_diff($groupAccess, [ $groupId ])); + if ($newGroupAccess !== $groupAccess) { + $website->setGroupAccess($newGroupAccess); + $this->websitesService->updateWebsite($website); + } + } } } diff --git a/lib/Migration/Version010000.php b/lib/Migration/Version010000.php index a612bd70..a83e0585 100644 --- a/lib/Migration/Version010000.php +++ b/lib/Migration/Version010000.php @@ -25,7 +25,7 @@ namespace OCA\CMSPico\Migration; use Doctrine\DBAL\Schema\SchemaException; -use OCA\CMSPico\Db\WebsitesRequestBuilder; +use OCA\CMSPico\Db\WebsitesRequest; use OCA\CMSPico\Service\MiscService; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; @@ -57,9 +57,9 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op $schema = $schemaClosure(); try { - $table = $schema->getTable(WebsitesRequestBuilder::TABLE_WEBSITES); + $table = $schema->getTable(WebsitesRequest::TABLE_NAME); } catch (SchemaException $e) { - $table = $schema->createTable(WebsitesRequestBuilder::TABLE_WEBSITES); + $table = $schema->createTable(WebsitesRequest::TABLE_NAME); $table->addColumn('id', 'integer', [ 'autoincrement' => true, @@ -108,12 +108,12 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op $themeColumn->setLength(64); } - if (!$table->hasIndex(WebsitesRequestBuilder::TABLE_WEBSITES . '_user_id')) { - $table->addIndex([ 'user_id' ], WebsitesRequestBuilder::TABLE_WEBSITES . '_user_id'); + if (!$table->hasIndex(WebsitesRequest::TABLE_NAME . '_user_id')) { + $table->addIndex([ 'user_id' ], WebsitesRequest::TABLE_NAME . '_user_id'); } - if (!$table->hasIndex(WebsitesRequestBuilder::TABLE_WEBSITES . '_site')) { - $table->addIndex([ 'site' ], WebsitesRequestBuilder::TABLE_WEBSITES . '_site'); + if (!$table->hasIndex(WebsitesRequest::TABLE_NAME . '_site')) { + $table->addIndex([ 'site' ], WebsitesRequest::TABLE_NAME . '_site'); } return $schema; diff --git a/lib/Migration/Version010000From000908.php b/lib/Migration/Version010000From000908.php index 206d2746..377eadfd 100644 --- a/lib/Migration/Version010000From000908.php +++ b/lib/Migration/Version010000From000908.php @@ -24,11 +24,11 @@ namespace OCA\CMSPico\Migration; -use OCA\CMSPico\Db\WebsitesRequestBuilder; +use OCA\CMSPico\Db\WebsitesRequest; use OCA\CMSPico\Files\FolderInterface; use OCA\CMSPico\Model\Template; use OCA\CMSPico\Model\Theme; -use OCA\CMSPico\Model\WebsiteCore; +use OCA\CMSPico\Model\Website; use OCA\CMSPico\Service\ConfigService; use OCA\CMSPico\Service\FileService; use OCA\CMSPico\Service\PicoService; @@ -221,7 +221,7 @@ private function migratePrivateWebsites(array $themesMigrationMap): void { $qbUpdate = $this->databaseConnection->getQueryBuilder(); $qbUpdate - ->update(WebsitesRequestBuilder::TABLE_WEBSITES) + ->update(WebsitesRequest::TABLE_NAME) ->set('theme', $qbUpdate->createParameter('theme')) ->set('type', $qbUpdate->createParameter('type')) ->set('options', $qbUpdate->createParameter('options')) @@ -229,16 +229,16 @@ private function migratePrivateWebsites(array $themesMigrationMap): void $selectCursor = $this->databaseConnection->getQueryBuilder() ->select('id', 'site', 'theme', 'type', 'options') - ->from(WebsitesRequestBuilder::TABLE_WEBSITES) + ->from(WebsitesRequest::TABLE_NAME) ->execute(); while ($data = $selectCursor->fetch()) { $websiteTheme = $themesMigrationMap[$data['theme']] ?? $data['theme']; - $websiteType = $data['type'] ?: WebsiteCore::TYPE_PUBLIC; + $websiteType = $data['type'] ?: Website::TYPE_PUBLIC; $websiteOptions = $data['options'] ? json_decode($data['options'], true) : []; if (isset($websiteOptions['private'])) { - $websiteType = $websiteOptions['private'] ? WebsiteCore::TYPE_PRIVATE : WebsiteCore::TYPE_PUBLIC; + $websiteType = $websiteOptions['private'] ? Website::TYPE_PRIVATE : Website::TYPE_PUBLIC; unset($websiteOptions['private']); } @@ -252,7 +252,7 @@ private function migratePrivateWebsites(array $themesMigrationMap): void $this->logInfo( 'Migrating Pico CMS website "%s" (private: %s, theme: "%s")', $data['site'], - ($websiteType === WebsiteCore::TYPE_PRIVATE) ? 'yes' : 'no', + ($websiteType === Website::TYPE_PRIVATE) ? 'yes' : 'no', $websiteTheme ); diff --git a/lib/Migration/Version010017.php b/lib/Migration/Version010017.php index 6ef834fd..1713b406 100644 --- a/lib/Migration/Version010017.php +++ b/lib/Migration/Version010017.php @@ -24,7 +24,7 @@ namespace OCA\CMSPico\Migration; -use OCA\CMSPico\Db\WebsitesRequestBuilder; +use OCA\CMSPico\Db\WebsitesRequest; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; @@ -43,22 +43,22 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op /** @var ISchemaWrapper $schema */ $schema = $schemaClosure(); - $table = $schema->getTable(WebsitesRequestBuilder::TABLE_WEBSITES); + $table = $schema->getTable(WebsitesRequest::TABLE_NAME); if ($table->hasIndex('user_id')) { $table->dropIndex('user_id'); } - if (!$table->hasIndex(WebsitesRequestBuilder::TABLE_WEBSITES . '_user_id')) { - $table->addIndex([ 'user_id' ], WebsitesRequestBuilder::TABLE_WEBSITES . '_user_id'); + if (!$table->hasIndex(WebsitesRequest::TABLE_NAME . '_user_id')) { + $table->addIndex([ 'user_id' ], WebsitesRequest::TABLE_NAME . '_user_id'); } if ($table->hasIndex('site')) { $table->dropIndex('site'); } - if (!$table->hasIndex(WebsitesRequestBuilder::TABLE_WEBSITES . '_site')) { - $table->addIndex([ 'site' ], WebsitesRequestBuilder::TABLE_WEBSITES . '_site'); + if (!$table->hasIndex(WebsitesRequest::TABLE_NAME . '_site')) { + $table->addIndex([ 'site' ], WebsitesRequest::TABLE_NAME . '_site'); } return $schema; diff --git a/lib/Model/DummyPluginFile.php b/lib/Model/DummyPluginFile.php new file mode 100644 index 00000000..75185ed6 --- /dev/null +++ b/lib/Model/DummyPluginFile.php @@ -0,0 +1,175 @@ +) + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +declare(strict_types=1); + +namespace OCA\CMSPico\Model; + +use OCA\CMSPico\Files\AbstractNode; +use OCA\CMSPico\Files\FileInterface; +use OCA\CMSPico\Files\FolderInterface; +use OCA\CMSPico\Files\NodeInterface; +use OCP\Constants; +use OCP\Files\InvalidPathException; +use OCP\Files\NotFoundException; +use OCP\Files\NotPermittedException; + +class DummyPluginFile extends AbstractNode implements FileInterface +{ + /** @var string */ + private $pluginName; + + /** @var FileInterface */ + private $file; + + /** + * DummyPluginFile constructor. + * + * @param string $pluginName + * @param FileInterface $file + * + * @throws InvalidPathException + */ + public function __construct(string $pluginName, FileInterface $file) + { + parent::__construct(); + + $this->file = $file; + $this->rename($pluginName . '.' . $this->getExtension()); + } + + /** + * {@inheritDoc} + */ + public function rename(string $name): NodeInterface + { + $this->assertValidFileName($name); + + $extension = ''; + if (($extensionPos = strrpos($name, '.')) !== false) { + $extension = substr($name, $extensionPos + 1); + $name = substr($name, 0, $extensionPos); + } + + if ($extension !== $this->getExtension()) { + throw new InvalidPathException(); + } + if (!preg_match('/^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$/', $name)) { + throw new InvalidPathException(); + } + + $this->pluginName = $name; + return $this; + } + + /** + * {@inheritDoc} + */ + public function delete(): void + { + // nothing to do + } + + /** + * {@inheritDoc} + */ + public function getPath(): string + { + return '/' . $this->getName(); + } + + /** + * {@inheritDoc} + */ + public function getLocalPath(): string + { + throw new NotFoundException(); + } + + /** + * {@inheritDoc} + */ + public function getName(): string + { + return $this->pluginName . '.' . $this->getExtension(); + } + + /** + * {@inheritDoc} + */ + public function getParentPath(): string + { + return '/'; + } + + /** + * {@inheritDoc} + */ + public function getParentFolder(): FolderInterface + { + throw new InvalidPathException(); + } + + /** + * {@inheritDoc} + */ + public function isLocal(): bool + { + return false; + } + + /** + * {@inheritDoc} + */ + public function getPermissions(): int + { + return Constants::PERMISSION_READ | Constants::PERMISSION_DELETE; + } + + /** + * {@inheritDoc} + */ + public function getExtension(): string + { + return 'php'; + } + + /** + * {@inheritDoc} + */ + public function getContent(): string + { + return preg_replace( + '/^class DummyPlugin(?= |$)/m', + 'class ' . $this->pluginName, + $this->file->getContent() + ); + } + + /** + * {@inheritDoc} + */ + public function putContent(string $data): void + { + throw new NotPermittedException(); + } +} diff --git a/lib/Model/Website.php b/lib/Model/Website.php index 8d690bb6..7f334de7 100644 --- a/lib/Model/Website.php +++ b/lib/Model/Website.php @@ -35,15 +35,15 @@ use OCA\CMSPico\Files\StorageFolder; use OCA\CMSPico\Files\StorageUserFolder; use OCA\CMSPico\Service\MiscService; -use OCA\CMSPico\Service\TemplatesService; use OCA\CMSPico\Service\ThemesService; use OCA\CMSPico\Service\WebsitesService; use OCP\Files\InvalidPathException; use OCP\Files\NotFoundException; use OCP\IConfig; -use OCP\IL10N; +use OCP\IGroupManager; use OCP\IURLGenerator; use OCP\IUserManager; +use function OCA\CMSPico\t; class Website extends WebsiteCore { @@ -65,12 +65,12 @@ class Website extends WebsiteCore /** @var IConfig */ private $config; - /** @var IL10N */ - private $l10n; - /** @var IUserManager */ private $userManager; + /** @var IGroupManager */ + private $groupManager; + /** @var IURLGenerator */ private $urlGenerator; @@ -80,9 +80,6 @@ class Website extends WebsiteCore /** @var ThemesService */ private $themesService; - /** @var TemplatesService */ - private $templatesService; - /** @var MiscService */ private $miscService; @@ -97,17 +94,24 @@ class Website extends WebsiteCore public function __construct($data = null) { $this->config = \OC::$server->getConfig(); - $this->l10n = \OC::$server->getL10N(Application::APP_NAME); $this->userManager = \OC::$server->getUserManager(); + $this->groupManager = \OC::$server->getGroupManager(); $this->urlGenerator = \OC::$server->getURLGenerator(); $this->websitesService = \OC::$server->query(WebsitesService::class); $this->themesService = \OC::$server->query(ThemesService::class); - $this->templatesService = \OC::$server->query(TemplatesService::class); $this->miscService = \OC::$server->query(MiscService::class); parent::__construct($data); } + /** + * @return string + */ + public function getOptionsJSON(): string + { + return json_encode($this->getOptions()); + } + /** * @return string */ @@ -117,6 +121,41 @@ public function getTimeZone(): string return $this->config->getUserValue($this->getUserId(), 'core', 'timezone', $serverTimeZone); } + /** + * @param string[] $groupAccess + * + * @return $this + */ + public function setGroupAccess(array $groupAccess): self + { + foreach ($groupAccess as $group) { + if (!$this->groupManager->groupExists($group)) { + throw new \UnexpectedValueException(); + } + } + + $this->setOption('group_access', $groupAccess ?: null); + return $this; + } + + /** + * @return string[] + */ + public function getGroupAccess(): array + { + return $this->getOption('group_access') ?? []; + } + + /** + * {@inheritDoc} + */ + public function getData(): array + { + $data = parent::getData(); + $data['timezone'] = $this->getTimeZone(); + return $data; + } + /** * @throws WebsiteInvalidOwnerException */ @@ -124,13 +163,13 @@ public function assertValidOwner(): void { $user = $this->userManager->get($this->getUserId()); if ($user === null) { - throw new WebsiteInvalidOwnerException(); + throw new WebsiteInvalidOwnerException($this->getSite()); } if (!$user->isEnabled()) { - throw new WebsiteInvalidOwnerException(); + throw new WebsiteInvalidOwnerException($this->getSite()); } if (!$this->websitesService->isUserAllowed($this->getUserId())) { - throw new WebsiteInvalidOwnerException(); + throw new WebsiteInvalidOwnerException($this->getSite()); } } @@ -140,10 +179,12 @@ public function assertValidOwner(): void public function assertValidName(): void { if (strlen($this->getName()) < self::NAME_LENGTH_MIN) { - throw new WebsiteInvalidDataException('name', $this->l10n->t('The name of the website must be longer.')); + $error = t('The name of the website must be longer.'); + throw new WebsiteInvalidDataException($this->getSite(), 'name', $error); } if (strlen($this->getName()) > self::NAME_LENGTH_MAX) { - throw new WebsiteInvalidDataException('name', $this->l10n->t('The name of the website is too long.')); + $error = t('The name of the website is too long.'); + throw new WebsiteInvalidDataException($this->getSite(), 'name', $error); } } @@ -153,16 +194,16 @@ public function assertValidName(): void public function assertValidSite(): void { if (strlen($this->getSite()) < self::SITE_LENGTH_MIN) { - $error = $this->l10n->t('The identifier of the website must be longer.'); - throw new WebsiteInvalidDataException('site', $error); + $error = t('The identifier of the website must be longer.'); + throw new WebsiteInvalidDataException($this->getSite(), 'site', $error); } if (strlen($this->getSite()) > self::SITE_LENGTH_MAX) { - $error = $this->l10n->t('The identifier of the website is too long.'); - throw new WebsiteInvalidDataException('site', $error); + $error = t('The identifier of the website is too long.'); + throw new WebsiteInvalidDataException($this->getSite(), 'site', $error); } if (preg_match('/' . self::SITE_REGEX . '/', $this->getSite()) !== 1) { - $error = $this->l10n->t('The identifier of the website can only contain lowercase alpha numeric chars.'); - throw new WebsiteInvalidDataException('site', $error); + $error = t('The identifier of the website can only contain lowercase alpha numeric chars.'); + throw new WebsiteInvalidDataException($this->getSite(), 'site', $error); } } @@ -177,10 +218,8 @@ public function assertValidPath(): void throw new InvalidPathException(); } } catch (InvalidPathException $e) { - throw new WebsiteInvalidDataException( - 'path', - $this->l10n->t('The path of the website is invalid.') - ); + $error = t('The path of the website is invalid.'); + throw new WebsiteInvalidDataException($this->getSite(), 'path', $error); } $userFolder = new StorageUserFolder($this->getUserId()); @@ -192,24 +231,18 @@ public function assertValidPath(): void $websiteFolder = $websiteBaseFolder->getFolder(basename($path)); if (!$websiteFolder->isLocal()) { - throw new WebsiteInvalidDataException( - 'path', - $this->l10n->t('The website\'s path is stored on a non-local storage.') - ); + $error = t('The website\'s path is stored on a non-local storage.'); + throw new WebsiteInvalidDataException($this->getSite(), 'path', $error); } } catch (NotFoundException $e) { if (!$websiteBaseFolder->isLocal()) { - throw new WebsiteInvalidDataException( - 'path', - $this->l10n->t('The website\'s path is stored on a non-local storage.') - ); + $error = t('The website\'s path is stored on a non-local storage.'); + throw new WebsiteInvalidDataException($this->getSite(), 'path', $error); } } } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidDataException( - 'path', - $this->l10n->t('Parent folder of the website\'s path not found.') - ); + $error = t('Parent folder of the website\'s path not found.'); + throw new WebsiteInvalidDataException($this->getSite(), 'path', $error); } } @@ -230,7 +263,7 @@ public function assertValidTheme(): void public function assertOwnedBy(string $userId): void { if ($this->getUserId() !== $userId) { - throw new WebsiteForeignOwnerException(); + throw new WebsiteForeignOwnerException($this->getSite()); } } @@ -259,7 +292,7 @@ public function getWebsiteFolder(): StorageFolder $websiteFolder = $userFolder->getFolder($this->getPath()); $this->folder = $websiteFolder->fakeRoot(); } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($this->getSite(), $e); } } @@ -275,11 +308,13 @@ public function getWebsitePath(): string try { return $this->getWebsiteFolder()->getLocalPath() . '/'; } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($this->getSite(), $e); } } /** + * @param bool $proxyRequest + * * @return string */ public function getWebsiteUrl(bool $proxyRequest = false): string diff --git a/lib/Model/WebsiteCore.php b/lib/Model/WebsiteCore.php index 2e3648c1..29449c64 100644 --- a/lib/Model/WebsiteCore.php +++ b/lib/Model/WebsiteCore.php @@ -244,14 +244,6 @@ public function getOptions(): array return $this->options; } - /** - * @return string - */ - public function getOptionsJSON(): string - { - return json_encode($this->options); - } - /** * @param string $path * diff --git a/lib/Model/WebsiteRequest.php b/lib/Model/WebsiteRequest.php index 63320840..8a341006 100644 --- a/lib/Model/WebsiteRequest.php +++ b/lib/Model/WebsiteRequest.php @@ -91,18 +91,17 @@ public function __construct(Website $website, string $viewer = null, string $pag */ public function assertViewerAccess(string $path, array $meta = []): void { - $exceptionClass = WebsiteNotPermittedException::class; - if ($this->website->getType() === WebsiteCore::TYPE_PUBLIC) { + if ($this->website->getType() === Website::TYPE_PUBLIC) { if (empty($meta['access'])) { return; } - $groupAccess = $meta['access']; - if (!is_array($groupAccess)) { - $groupAccess = explode(',', $groupAccess); + $groupPageAccess = $meta['access']; + if (!is_array($groupPageAccess)) { + $groupPageAccess = explode(',', $groupPageAccess); } - foreach ($groupAccess as $group) { + foreach ($groupPageAccess as $group) { $group = trim($group); if ($group === 'public') { @@ -117,8 +116,6 @@ public function assertViewerAccess(string $path, array $meta = []): void } } } - - $exceptionClass = NotPermittedException::class; } if ($this->getViewer()) { @@ -126,6 +123,15 @@ public function assertViewerAccess(string $path, array $meta = []): void return; } + $groupAccess = $this->website->getGroupAccess(); + foreach ($groupAccess as $group) { + if ($this->groupManager->groupExists($group)) { + if ($this->groupManager->isInGroup($this->getViewer(), $group)) { + return; + } + } + } + /** @var OCFolder $viewerOCFolder */ $viewerOCFolder = \OC::$server->getUserFolder($this->getViewer()); $viewerAccessClosure = function (OCNode $node) use ($viewerOCFolder) { @@ -157,7 +163,11 @@ public function assertViewerAccess(string $path, array $meta = []): void return; } - throw new $exceptionClass(); + if ($this->website->getType() === Website::TYPE_PRIVATE) { + throw new WebsiteNotPermittedException($this->getWebsite()->getSite()); + } + + throw new NotPermittedException(); } $path = dirname($path); @@ -168,7 +178,11 @@ public function assertViewerAccess(string $path, array $meta = []): void } } - throw new $exceptionClass(); + if ($this->website->getType() === Website::TYPE_PRIVATE) { + throw new WebsiteNotPermittedException($this->getWebsite()->getSite()); + } + + throw new NotPermittedException(); } /** diff --git a/lib/Pico.php b/lib/Pico.php index a4265542..e9892201 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -260,6 +260,11 @@ private function getHtmlPurifierConfig(): HTMLPurifier_Config $allowedSchemes = array_merge($config->get('URI.AllowedSchemes'), [ 'data' => true ]); $config->set('URI.AllowedSchemes', $allowedSchemes); + + $config->set('HTML.Allowed', 'a[href|target]'); + $config->set('Attr.AllowedFrameTargets', [ '_blank' ]); + // Disable the cache since there isn't a designated spot for one anyhow + $config->set('Cache.DefinitionImpl', null); $config->finalize(); diff --git a/lib/Service/AssetsService.php b/lib/Service/AssetsService.php index 117b5662..28821f30 100644 --- a/lib/Service/AssetsService.php +++ b/lib/Service/AssetsService.php @@ -33,7 +33,6 @@ use OCA\CMSPico\Files\StorageFolder; use OCA\CMSPico\Model\PicoAsset; use OCA\CMSPico\Model\Website; -use OCA\CMSPico\Model\WebsiteCore; use OCA\CMSPico\Model\WebsiteRequest; use OCP\Files\InvalidPathException; use OCP\Files\NotFoundException; @@ -53,10 +52,10 @@ class AssetsService */ public function getAsset(WebsiteRequest $websiteRequest): PicoAsset { - try { - $website = $websiteRequest->getWebsite(); - $asset = $websiteRequest->getPage(); + $website = $websiteRequest->getWebsite(); + $asset = $websiteRequest->getPage(); + try { $assetsDir = PicoService::DIR_ASSETS . '/'; $assetsDirLength = strlen($assetsDir); if (substr_compare($asset, $assetsDir, 0, $assetsDirLength) !== 0) { @@ -72,13 +71,13 @@ public function getAsset(WebsiteRequest $websiteRequest): PicoAsset /** @var StorageFile $assetFile */ $assetFile = $this->getAssetsFolder($website)->getFile($asset); - $picoAsset = new PicoAsset($assetFile, $website->getType() === WebsiteCore::TYPE_PUBLIC); + $picoAsset = new PicoAsset($assetFile, $website->getType() === Website::TYPE_PUBLIC); } catch (InvalidPathException $e) { - throw new AssetInvalidPathException($e); + throw new AssetInvalidPathException($website->getSite(), $asset, $e); } catch (NotFoundException $e) { - throw new AssetNotFoundException($e); + throw new AssetNotFoundException($website->getSite(), $asset, $e); } catch (NotPermittedException $e) { - throw new AssetNotPermittedException($e); + throw new AssetNotPermittedException($website->getSite(), $asset, $e); } return $picoAsset; @@ -95,7 +94,7 @@ public function getAssetsFolder(Website $website): StorageFolder try { return $website->getWebsiteFolder()->getFolder(PicoService::DIR_ASSETS)->fakeRoot(); } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($website->getSite(), $e); } } @@ -110,7 +109,7 @@ public function getAssetsPath(Website $website): string try { return $this->getAssetsFolder($website)->getLocalPath() . '/'; } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($website->getSite(), $e); } } diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php index adccf46b..7699f2d5 100644 --- a/lib/Service/ConfigService.php +++ b/lib/Service/ConfigService.php @@ -64,7 +64,7 @@ class ConfigService protected $config; /** @var array */ - private $defaults; + protected $defaultValues; /** * ConfigService constructor. @@ -75,7 +75,7 @@ public function __construct(IConfig $config) { $this->config = $config; - $this->defaults = [ + $this->defaultValues = [ self::SYSTEM_TEMPLATES => '', self::CUSTOM_TEMPLATES => '', self::SYSTEM_THEMES => '', @@ -96,8 +96,7 @@ public function __construct(IConfig $config) */ public function getAppValue(string $key): string { - $defaultValue = $this->getDefaultValue($key); - return $this->config->getAppValue(Application::APP_NAME, $key, $defaultValue); + return $this->config->getAppValue(Application::APP_NAME, $key, $this->defaultValues[$key] ?? ''); } /** @@ -127,14 +126,4 @@ public function getSystemValue(string $key, $defaultValue = '') { return $this->config->getSystemValue($key, $defaultValue); } - - /** - * @param string $key - * - * @return string - */ - protected function getDefaultValue(string $key): string - { - return $this->defaults[$key] ?? ''; - } } diff --git a/lib/Service/MiscService.php b/lib/Service/MiscService.php index 54c7876c..2d6e223f 100644 --- a/lib/Service/MiscService.php +++ b/lib/Service/MiscService.php @@ -275,8 +275,8 @@ public function checkPublicFolder(): void } throw new FilesystemNotWritableException($this->l10n->t( - 'Failed to enable Pico CMS for Nextcloud: The webserver has no permission to create files and ' - . 'folders below "%s". Make sure to give the webserver write access to this directory by ' + 'Failed to enable Pico CMS for Nextcloud: The web server has no permission to create files and ' + . 'folders below "%s". Make sure to give the web server write access to this directory by ' . 'changing its permissions and ownership to the same as of your "%s" directory. Then try ' . 'again enabling Pico CMS for Nextcloud.', [ $appDataPublicPath, $dataPath ] diff --git a/lib/Service/PicoService.php b/lib/Service/PicoService.php index 61ef7880..a9f2090d 100644 --- a/lib/Service/PicoService.php +++ b/lib/Service/PicoService.php @@ -126,10 +126,10 @@ public function __construct( */ public function getPage(WebsiteRequest $websiteRequest): PicoPage { - try { - $website = $websiteRequest->getWebsite(); + $website = $websiteRequest->getWebsite(); + $page = $websiteRequest->getPage(); - $page = $websiteRequest->getPage(); + try { $websiteRequest->assertViewerAccess(self::DIR_CONTENT . '/' . ($page ?: 'index') . self::CONTENT_EXT); $this->themesService->assertValidTheme($website->getTheme()); @@ -162,11 +162,11 @@ public function getPage(WebsiteRequest $websiteRequest): PicoPage $picoPagePath = self::DIR_CONTENT . '/' . $picoPage->getRelativePath() . self::CONTENT_EXT; $websiteRequest->assertViewerAccess($picoPagePath, $picoPage->getMeta()); } catch (InvalidPathException $e) { - throw new PageInvalidPathException($e); + throw new PageInvalidPathException($website->getSite(), $page, $e); } catch (NotFoundException $e) { - throw new PageNotFoundException($e); + throw new PageNotFoundException($website->getSite(), $page, $e); } catch (NotPermittedException $e) { - throw new PageNotPermittedException($e); + throw new PageNotPermittedException($website->getSite(), $page, $e); } return $picoPage; @@ -282,7 +282,7 @@ public function getContentFolder(Website $website): StorageFolder $websiteFolder = $website->getWebsiteFolder()->getFolder(PicoService::DIR_CONTENT)->fakeRoot(); return $websiteFolder; } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($website->getSite(), $e); } } @@ -297,7 +297,7 @@ public function getContentPath(Website $website): string try { return $this->getContentFolder($website)->getLocalPath() . '/'; } catch (InvalidPathException | NotFoundException $e) { - throw new WebsiteInvalidFilesystemException($e); + throw new WebsiteInvalidFilesystemException($website->getSite(), $e); } } diff --git a/lib/Service/PluginsService.php b/lib/Service/PluginsService.php index cf8dda5f..fba94ca5 100644 --- a/lib/Service/PluginsService.php +++ b/lib/Service/PluginsService.php @@ -29,7 +29,10 @@ use OCA\CMSPico\Exceptions\PluginNotFoundException; use OCA\CMSPico\Files\FolderInterface; use OCA\CMSPico\Files\LocalFolder; +use OCA\CMSPico\Model\DummyPluginFile; use OCA\CMSPico\Model\Plugin; +use OCP\Files\AlreadyExistsException; +use OCP\Files\InvalidPathException; use OCP\Files\NotFoundException; class PluginsService @@ -117,7 +120,7 @@ public function getNewCustomPlugins(): array public function publishSystemPlugin(string $pluginName): Plugin { if (!$pluginName) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName); } $systemPluginsFolder = $this->fileService->getSystemFolder(PicoService::DIR_PLUGINS); @@ -126,7 +129,7 @@ public function publishSystemPlugin(string $pluginName): Plugin try { $systemPluginFolder = $systemPluginsFolder->getFolder($pluginName); } catch (NotFoundException $e) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName, $e); } $plugins = $this->getSystemPlugins(); @@ -146,12 +149,12 @@ public function publishSystemPlugin(string $pluginName): Plugin public function publishCustomPlugin(string $pluginName): Plugin { if (!$pluginName) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName); } $systemPlugins = $this->getSystemPlugins(); if (isset($systemPlugins[$pluginName])) { - throw new PluginAlreadyExistsException(); + throw new PluginAlreadyExistsException($pluginName); } $appDataPluginsFolder = $this->fileService->getAppDataFolder(PicoService::DIR_PLUGINS); @@ -160,7 +163,7 @@ public function publishCustomPlugin(string $pluginName): Plugin try { $appDataPluginFolder = $appDataPluginsFolder->getFolder($pluginName); } catch (NotFoundException $e) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName, $e); } $plugins = $this->getCustomPlugins(); @@ -186,7 +189,7 @@ private function publishPlugin(FolderInterface $pluginSourceFolder, int $pluginT try { $publicPluginsFolder->getFolder($pluginName); - throw new PluginAlreadyExistsException(); + throw new PluginAlreadyExistsException($pluginName); } catch (NotFoundException $e) { // in fact we want the plugin not to exist yet } @@ -204,7 +207,7 @@ private function publishPlugin(FolderInterface $pluginSourceFolder, int $pluginT public function depublishCustomPlugin(string $pluginName): void { if (!$pluginName) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName); } $publicPluginsFolder = $this->getPluginsFolder(); @@ -212,7 +215,7 @@ public function depublishCustomPlugin(string $pluginName): void try { $publicPluginsFolder->getFolder($pluginName)->delete(); } catch (NotFoundException $e) { - throw new PluginNotFoundException(); + throw new PluginNotFoundException($pluginName, $e); } $customPlugins = $this->getCustomPlugins(); @@ -220,6 +223,48 @@ public function depublishCustomPlugin(string $pluginName): void $this->configService->setAppValue(ConfigService::CUSTOM_PLUGINS, json_encode($customPlugins)); } + /** + * @param string $pluginName + * + * @return Plugin + * @throws PluginNotFoundException + * @throws PluginAlreadyExistsException + */ + public function copyDummyPlugin(string $pluginName): Plugin + { + if (!$pluginName) { + throw new PluginNotFoundException($pluginName); + } + + $systemPlugins = $this->getSystemPlugins(); + $customPlugins = $this->getCustomPlugins(); + + if (isset($systemPlugins[$pluginName]) || isset($customPlugins[$pluginName])) { + throw new PluginAlreadyExistsException($pluginName); + } + + $systemPluginsFolder = $this->fileService->getSystemFolder(PicoService::DIR_PLUGINS); + $appDataPluginsFolder = $this->fileService->getAppDataFolder(PicoService::DIR_PLUGINS); + + try { + $basePluginFile = $systemPluginsFolder->getFile('DummyPlugin.php'); + } catch (NotFoundException $e) { + throw new PluginNotFoundException('DummyPlugin', $e); + } + + try { + $pluginFile = new DummyPluginFile($pluginName, $basePluginFile); + $pluginFolder = $appDataPluginsFolder->newFolder($pluginName); + $pluginFile->copy($pluginFolder); + } catch (InvalidPathException $e) { + throw new PluginNotFoundException($pluginName, $e); + } catch (AlreadyExistsException $e) { + throw new PluginAlreadyExistsException($pluginName, $e); + } + + return $this->publishCustomPlugin($pluginName); + } + /** * @param bool $renewETag * @param bool $forceRenewETag diff --git a/lib/Service/TemplatesService.php b/lib/Service/TemplatesService.php index e51bd9c6..35222e26 100644 --- a/lib/Service/TemplatesService.php +++ b/lib/Service/TemplatesService.php @@ -68,7 +68,7 @@ public function assertValidTemplate(string $templateName): void $templates = $this->getTemplates(); if (!isset($templates[$templateName])) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName); } if (!$templates[$templateName]['compat']) { @@ -137,7 +137,7 @@ public function getNewCustomTemplates(): array public function registerSystemTemplate(string $templateName): Template { if (!$templateName) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName); } $systemTemplatesFolder = $this->fileService->getSystemFolder(PicoService::DIR_TEMPLATES); @@ -146,7 +146,7 @@ public function registerSystemTemplate(string $templateName): Template try { $templateFolder = $systemTemplatesFolder->getFolder($templateName); } catch (NotFoundException $e) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName, $e); } $templates = $this->getSystemTemplates(); @@ -166,12 +166,12 @@ public function registerSystemTemplate(string $templateName): Template public function registerCustomTemplate(string $templateName): Template { if (!$templateName) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName); } $systemTemplates = $this->getSystemTemplates(); if (isset($systemTemplates[$templateName])) { - throw new TemplateAlreadyExistsException(); + throw new TemplateAlreadyExistsException($templateName); } $appDataTemplatesFolder = $this->fileService->getAppDataFolder(PicoService::DIR_TEMPLATES); @@ -180,7 +180,7 @@ public function registerCustomTemplate(string $templateName): Template try { $templateFolder = $appDataTemplatesFolder->getFolder($templateName); } catch (NotFoundException $e) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName, $e); } $templates = $this->getCustomTemplates(); @@ -198,7 +198,7 @@ public function registerCustomTemplate(string $templateName): Template public function removeCustomTemplate(string $templateName): void { if (!$templateName) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName); } $customTemplates = $this->getCustomTemplates(); @@ -216,15 +216,17 @@ public function removeCustomTemplate(string $templateName): void */ public function copyTemplate(string $baseTemplateName, string $templateName): Template { - if (!$baseTemplateName || !$templateName) { - throw new TemplateNotFoundException(); + if (!$baseTemplateName) { + throw new TemplateNotFoundException($baseTemplateName); + } elseif (!$templateName) { + throw new TemplateNotFoundException($templateName); } $systemTemplates = $this->getSystemTemplates(); $customTemplates = $this->getCustomTemplates(); if (isset($systemTemplates[$templateName]) || isset($customTemplates[$templateName])) { - throw new TemplateAlreadyExistsException(); + throw new TemplateAlreadyExistsException($templateName); } $baseTemplateFolder = $this->getTemplateFolder($baseTemplateName); @@ -233,7 +235,7 @@ public function copyTemplate(string $baseTemplateName, string $templateName): Te try { $baseTemplateFolder->copy($appDataTemplatesFolder, $templateName); } catch (AlreadyExistsException $e) { - throw new TemplateAlreadyExistsException(); + throw new TemplateAlreadyExistsException($templateName, $e); } return $this->registerCustomTemplate($templateName); @@ -305,7 +307,7 @@ private function getTemplateData(Website $website): array public function getTemplateFolder(string $templateName): FolderInterface { if (!$templateName) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName); } $systemTemplatesFolder = $this->fileService->getSystemFolder(PicoService::DIR_TEMPLATES); @@ -320,7 +322,7 @@ public function getTemplateFolder(string $templateName): FolderInterface try { $templateFolder = $customTemplatesFolder->getFolder($templateName); } catch (NotFoundException $e) { - throw new TemplateNotFoundException(); + throw new TemplateNotFoundException($templateName, $e); } } diff --git a/lib/Service/ThemesService.php b/lib/Service/ThemesService.php index 5af42659..7f7d6ae7 100644 --- a/lib/Service/ThemesService.php +++ b/lib/Service/ThemesService.php @@ -74,7 +74,7 @@ public function assertValidTheme(string $themeName): void $themes = $this->getThemes(); if (!isset($themes[$themeName])) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName); } if (!$themes[$themeName]['compat']) { @@ -143,7 +143,7 @@ public function getNewCustomThemes(): array public function publishSystemTheme(string $themeName): Theme { if (!$themeName) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName); } $systemThemesFolder = $this->fileService->getSystemFolder(PicoService::DIR_THEMES); @@ -152,7 +152,7 @@ public function publishSystemTheme(string $themeName): Theme try { $systemThemeFolder = $systemThemesFolder->getFolder($themeName); } catch (NotFoundException $e) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName, $e); } $themes = $this->getSystemThemes(); @@ -172,12 +172,12 @@ public function publishSystemTheme(string $themeName): Theme public function publishCustomTheme(string $themeName): Theme { if (!$themeName) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName); } $systemThemes = $this->getSystemThemes(); if (isset($systemThemes[$themeName])) { - throw new ThemeAlreadyExistsException(); + throw new ThemeAlreadyExistsException($themeName); } $appDataThemesFolder = $this->fileService->getAppDataFolder(PicoService::DIR_THEMES); @@ -186,7 +186,7 @@ public function publishCustomTheme(string $themeName): Theme try { $appDataThemeFolder = $appDataThemesFolder->getFolder($themeName); } catch (NotFoundException $e) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName, $e); } $themes = $this->getCustomThemes(); @@ -212,7 +212,7 @@ private function publishTheme(FolderInterface $themeSourceFolder, int $themeType try { $publicThemesFolder->getFolder($themeName); - throw new ThemeAlreadyExistsException(); + throw new ThemeAlreadyExistsException($themeName); } catch (NotFoundException $e) { // in fact we want the theme not to exist yet } @@ -230,7 +230,7 @@ private function publishTheme(FolderInterface $themeSourceFolder, int $themeType public function depublishCustomTheme(string $themeName): void { if (!$themeName) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName); } $publicThemesFolder = $this->getThemesFolder(); @@ -238,7 +238,7 @@ public function depublishCustomTheme(string $themeName): void try { $publicThemesFolder->getFolder($themeName)->delete(); } catch (NotFoundException $e) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($themeName, $e); } $customThemes = $this->getCustomThemes(); @@ -256,28 +256,30 @@ public function depublishCustomTheme(string $themeName): void */ public function copyTheme(string $baseThemeName, string $themeName): Theme { - if (!$baseThemeName || !$themeName) { - throw new ThemeNotFoundException(); + if (!$baseThemeName) { + throw new ThemeNotFoundException($baseThemeName); + } elseif (!$themeName) { + throw new ThemeNotFoundException($themeName); } $systemThemes = $this->getSystemThemes(); $customThemes = $this->getCustomThemes(); if (isset($systemThemes[$themeName]) || isset($customThemes[$themeName])) { - throw new ThemeAlreadyExistsException(); + throw new ThemeAlreadyExistsException($themeName); } try { $baseThemeFolder = $this->getThemesFolder()->getFolder($baseThemeName); } catch (NotFoundException $e) { - throw new ThemeNotFoundException(); + throw new ThemeNotFoundException($baseThemeName, $e); } try { $appDataThemesFolder = $this->fileService->getAppDataFolder(PicoService::DIR_THEMES); $baseThemeFolder->copy($appDataThemesFolder, $themeName); } catch (AlreadyExistsException $e) { - throw new ThemeAlreadyExistsException(); + throw new ThemeAlreadyExistsException($themeName, $e); } return $this->publishCustomTheme($themeName); diff --git a/lib/Service/WebsitesService.php b/lib/Service/WebsitesService.php index 5ec999fe..f1e18f91 100644 --- a/lib/Service/WebsitesService.php +++ b/lib/Service/WebsitesService.php @@ -38,7 +38,7 @@ use OCA\CMSPico\Exceptions\TemplateNotFoundException; use OCA\CMSPico\Exceptions\ThemeNotCompatibleException; use OCA\CMSPico\Exceptions\ThemeNotFoundException; -use OCA\CMSPico\Exceptions\WebsiteExistsException; +use OCA\CMSPico\Exceptions\WebsiteAlreadyExistsException; use OCA\CMSPico\Exceptions\WebsiteInvalidDataException; use OCA\CMSPico\Exceptions\WebsiteInvalidFilesystemException; use OCA\CMSPico\Exceptions\WebsiteInvalidOwnerException; @@ -60,7 +60,7 @@ class WebsitesService public const LINK_MODE_SHORT = 2; /** @var WebsitesRequest */ - private $websiteRequest; + private $websitesRequest; /** @var IGroupManager */ private $groupManager; @@ -100,7 +100,7 @@ public function __construct( AssetsService $assetsService, MiscService $miscService ) { - $this->websiteRequest = $websiteRequest; + $this->websitesRequest = $websiteRequest; $this->groupManager = $groupManager; $this->configService = $configService; $this->templatesService = $templatesService; @@ -118,7 +118,7 @@ public function __construct( * @param Website $website * @param string $templateName * - * @throws WebsiteExistsException + * @throws WebsiteAlreadyExistsException * @throws WebsiteInvalidDataException * @throws WebsiteInvalidOwnerException * @throws ThemeNotFoundException @@ -134,8 +134,8 @@ public function createWebsite(Website $website, string $templateName): void $website->assertValidTheme(); try { - $website = $this->websiteRequest->getWebsiteFromSite($website->getSite()); - throw new WebsiteExistsException(); + $this->websitesRequest->getWebsiteFromSite($website->getSite()); + throw new WebsiteAlreadyExistsException($website->getSite()); } catch (WebsiteNotFoundException $e) { // in fact we want the website not to exist yet } @@ -143,7 +143,7 @@ public function createWebsite(Website $website, string $templateName): void $this->templatesService->assertValidTemplate($templateName); $this->templatesService->installTemplate($website, $templateName); - $this->websiteRequest->create($website); + $this->websitesRequest->create($website); } /** @@ -163,7 +163,7 @@ public function createWebsite(Website $website, string $templateName): void */ public function updateWebsite(Website $website): void { - $originalWebsite = $this->websiteRequest->getWebsiteFromId($website->getId()); + $originalWebsite = $this->websitesRequest->getWebsiteFromId($website->getId()); if ($website->getName() !== $originalWebsite->getName()) { $website->assertValidName(); @@ -178,7 +178,7 @@ public function updateWebsite(Website $website): void $website->assertValidTheme(); } - $this->websiteRequest->update($website); + $this->websitesRequest->update($website); } /** @@ -194,17 +194,22 @@ public function updateWebsite(Website $website): void public function deleteWebsite(Website $website): void { // check whether website actually exists - $this->websiteRequest->getWebsiteFromId($website->getId()); + $this->websitesRequest->getWebsiteFromId($website->getId()); - $this->websiteRequest->delete($website); + $this->websitesRequest->delete($website); } /** + * Deletes all websites of a user. + * + * Warning: This method does not check the ownership of the website! + * Please use {@see Website::assertOwnedBy()} beforehand. + * * @param string $userId */ public function deleteUserWebsites(string $userId): void { - $this->websiteRequest->deleteAllFromUserId($userId); + $this->websitesRequest->deleteAllFromUserId($userId); } /** @@ -215,7 +220,7 @@ public function deleteUserWebsites(string $userId): void */ public function getWebsiteFromId(int $siteId): Website { - return $this->websiteRequest->getWebsiteFromId($siteId); + return $this->websitesRequest->getWebsiteFromId($siteId); } /** @@ -226,7 +231,7 @@ public function getWebsiteFromId(int $siteId): Website */ public function getWebsiteFromSite(string $site): Website { - return $this->websiteRequest->getWebsiteFromSite($site); + return $this->websitesRequest->getWebsiteFromSite($site); } /** @@ -236,7 +241,15 @@ public function getWebsiteFromSite(string $site): Website */ public function getWebsitesFromUser(string $userId): array { - return $this->websiteRequest->getWebsitesFromUserId($userId); + return $this->websitesRequest->getWebsitesFromUserId($userId); + } + + /** + * @return Website[] + */ + public function getWebsites(): array + { + return $this->websitesRequest->getWebsites(); } /** @@ -263,7 +276,7 @@ public function getPage(string $site, string $page, ?string $viewer, bool $proxy try { $page = $this->miscService->normalizePath($page); } catch (InvalidPathException $e) { - throw new PageInvalidPathException($e); + throw new PageInvalidPathException($site, $page, $e); } $website = $this->getWebsiteFromSite($site); @@ -300,7 +313,7 @@ public function getAsset(string $site, string $asset, ?string $viewer): PicoAsse throw new InvalidPathException(); } } catch (InvalidPathException $e) { - throw new AssetInvalidPathException($e); + throw new AssetInvalidPathException($site, $asset, $e); } $website = $this->getWebsiteFromSite($site); diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php index 080c2b2d..0f462fa5 100644 --- a/lib/Settings/Personal.php +++ b/lib/Settings/Personal.php @@ -91,6 +91,8 @@ public function getForm(): TemplateResponse $data = [ 'exampleSite' => $exampleSite, 'baseUrl' => $baseUrl, + 'typePublic' => Website::TYPE_PUBLIC, + 'typePrivate' => Website::TYPE_PRIVATE, 'nameLengthMin' => Website::NAME_LENGTH_MIN, 'nameLengthMax' => Website::NAME_LENGTH_MAX, 'siteLengthMin' => Website::SITE_LENGTH_MIN, diff --git a/templates/settings.admin.php b/templates/settings.admin.php index 5a73eb1b..31d4d472 100644 --- a/templates/settings.admin.php +++ b/templates/settings.admin.php @@ -292,9 +292,11 @@
@@ -324,6 +326,27 @@
+ + + + + +