diff --git a/.github/workflows/gh-jekyll-workflow.yml b/.github/workflows/gh-jekyll-workflow.yml new file mode 100644 index 0000000..394bb61 --- /dev/null +++ b/.github/workflows/gh-jekyll-workflow.yml @@ -0,0 +1,59 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +env: + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN_WEBSITE_COMMON }} + +on: + # Runs on pushes targeting the default branch + push: + branches: ["redesign"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3' + bundler-cache: false + - name: Install dependencies + run: bundle install + - name: Build with Jekyll (with custom plugins) + run: bundle exec jekyll build --trace + env: + JEKYLL_ENV: production + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v5 diff --git a/.gitignore b/.gitignore index ce89292..ff744da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,418 +1,4 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates -*.env - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -[Aa][Rr][Mm]64[Ee][Cc]/ -bld/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ - -# Build results on 'Bin' directories -**/[Bb]in/* -# Uncomment if you have tasks that rely on *.refresh files to move binaries -# (https://github.com/github/gitignore/pull/3736) -#!**/[Bb]in/*.refresh - -# Visual Studio 2015/2017 cache/options directory .vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* -*.trx - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Approval Tests result files -*.received.* - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.idb -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -**/.paket/paket.exe -paket-files/ - -# FAKE - F# Make -**/.fake/ - -# CodeRush personal settings -**/.cr/personal - -# Python Tools for Visual Studio (PTVS) -**/__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -#tools/** -#!tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog -MSBuild_Logs/ - -# AWS SAM Build and Temporary Artifacts folder -.aws-sam - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -**/.mfractor/ - -# Local History for Visual Studio -**/.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -**/.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp +.jekyll-cache/ +_site/ +.DS_Store diff --git a/404.html b/404.html new file mode 100644 index 0000000..bdd1511 --- /dev/null +++ b/404.html @@ -0,0 +1,28 @@ +--- +layout: null +permalink: /404.html +sitemap: false +--- + + + + + + + Redirecting to PWindows + + + + +

This page is part of the main PWindows website.

+

Continue to PWindows

+ + diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..afb0f83 --- /dev/null +++ b/Gemfile @@ -0,0 +1,21 @@ +source "https://rubygems.org" + +platform :windows do + gem 'wdm', '>= 0.1.0' +end + +if ENV['GITHUB_ACTIONS'] == 'true' + gem "pwindows-theme", git: "https://#{ENV['GITHUB_TOKEN']}@github.com/PWindows/Website-Common.git" +else + gem "pwindows-theme", git: "https://github.com/PWindows/Website-Common.git" +end + +gem "jekyll", "~> 4.4" +gem "webrick" + +group :jekyll_plugins do + gem "jekyll-polyglot" +end + +gem "html-proofer", "~> 5.0" +gem "nokogiri", "~> 1.19" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..89f62af --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,294 @@ +GIT + remote: https://github.com/PWindows/Website-Common.git + revision: d35c2a52463b1ba89e511ccbbc55fc4617919532 + specs: + pwindows-theme (1.0.0) + jekyll (~> 4.4) + +GEM + remote: https://rubygems.org/ + specs: + Ascii85 (2.0.1) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) + afm (1.0.0) + async (2.43.0) + console (~> 1.29) + fiber-annotation + io-event (~> 1.11) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (3.3.1) + colorator (1.1.0) + concurrent-ruby (1.3.8) + console (1.37.0) + fiber-annotation + fiber-local (~> 1.1) + json + csv (3.3.6) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.18.0) + ffi (>= 1.15.0) + logger + eventmachine (1.2.7) + ffi (1.17.4-aarch64-linux-gnu) + ffi (1.17.4-aarch64-linux-musl) + ffi (1.17.4-arm-linux-gnu) + ffi (1.17.4-arm-linux-musl) + ffi (1.17.4-arm64-darwin) + ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) + ffi (1.17.4-x86_64-linux-musl) + fiber-annotation (0.2.0) + fiber-local (1.1.0) + fiber-storage + fiber-storage (1.0.1) + forwardable-extended (2.6.0) + google-protobuf (4.35.1) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-aarch64-linux-gnu) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-aarch64-linux-musl) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-arm64-darwin) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-darwin) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-linux-gnu) + bigdecimal + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-linux-musl) + bigdecimal + rake (~> 13.3) + hashery (2.1.2) + html-proofer (5.2.1) + addressable (~> 2.3) + async (~> 2.1) + benchmark (~> 0.5) + nokogiri (~> 1.13) + pdf-reader (~> 2.11) + rainbow (~> 3.0) + typhoeus (~> 1.3) + yell (~> 2.0) + zeitwerk (~> 2.5) + http_parser.rb (0.8.1) + i18n (1.15.2) + concurrent-ruby (~> 1.0) + io-event (1.19.3) + jekyll (4.4.1) + addressable (~> 2.4) + base64 (~> 0.2) + colorator (~> 1.0) + csv (~> 3.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + json (~> 2.6) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.3, >= 0.3.6) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-polyglot (1.13.0) + jekyll (>= 4.0, >= 3.0) + jekyll-sass-converter (3.1.0) + sass-embedded (~> 1.75) + jekyll-watch (2.2.1) + listen (~> 3.0) + json (2.21.1) + kramdown (2.5.2) + rexml (>= 3.4.4) + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.10.0) + logger + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) + mercenary (0.4.0) + nokogiri (1.19.4-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.4-aarch64-linux-musl) + racc (~> 1.4) + nokogiri (1.19.4-arm-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.4-arm-linux-musl) + racc (~> 1.4) + nokogiri (1.19.4-arm64-darwin) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) + racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-musl) + racc (~> 1.4) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + pdf-reader (2.15.1) + Ascii85 (>= 1.0, < 3.0, != 2.0.0) + afm (>= 0.2.1, < 2) + hashery (~> 2.0) + ruby-rc4 + ttfunk + public_suffix (7.0.5) + racc (1.8.1) + rainbow (3.1.1) + rake (13.4.2) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rexml (3.4.4) + rouge (4.7.0) + ruby-rc4 (0.1.5) + safe_yaml (1.0.5) + sass-embedded (1.102.0-aarch64-linux-gnu) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-aarch64-linux-musl) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-arm-linux-gnueabihf) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-arm-linux-musleabihf) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-arm64-darwin) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-x86_64-darwin) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-x86_64-linux-gnu) + google-protobuf (~> 4.31) + sass-embedded (1.102.0-x86_64-linux-musl) + google-protobuf (~> 4.31) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + ttfunk (1.8.0) + bigdecimal (~> 3.1) + typhoeus (1.6.0) + ethon (>= 0.18.0) + unicode-display_width (2.6.0) + webrick (1.9.2) + yell (2.2.2) + zeitwerk (2.8.2) + +PLATFORMS + aarch64-linux-gnu + aarch64-linux-musl + arm-linux-gnu + arm-linux-gnueabihf + arm-linux-musl + arm-linux-musleabihf + arm64-darwin + x86_64-darwin + x86_64-linux-gnu + x86_64-linux-musl + +DEPENDENCIES + html-proofer (~> 5.0) + jekyll (~> 4.4) + jekyll-polyglot + nokogiri (~> 1.19) + pwindows-theme! + wdm (>= 0.1.0) + webrick + +CHECKSUMS + Ascii85 (2.0.1) sha256=15cb5d941808543cbb9e7e6aea3c8ec3877f154c3461e8b3673e97f7ecedbe5a + addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af + afm (1.0.0) sha256=5bd4d6f6241e7014ef090985ec6f4c3e9745f6de0828ddd58bc1efdd138f4545 + async (2.43.0) sha256=c3a6bd7ebb56a02b19eaa3b8ca26fced4397554bcd8c5d5046be5ee5598c452d + base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b + benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c + bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218 + bundler (4.0.11) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785 + colorator (1.1.0) sha256=e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38 + concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1 + console (1.37.0) sha256=8093b286c2595a063849c098594fee5155ecc7967d36f3aa8cbe7569c8f3efd7 + csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456 + em-websocket (0.5.3) sha256=f56a92bde4e6cb879256d58ee31f124181f68f8887bd14d53d5d9a292758c6a8 + ethon (0.18.0) sha256=b598afc9f30448cb068b850714b7d6948e941476095d04f90a4ac65b8d6efcb2 + eventmachine (1.2.7) sha256=994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 + ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df + ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39 + ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564 + ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95 + ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b + ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496 + ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d + ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e + fiber-annotation (0.2.0) sha256=7abfadf1d119f508867d4103bf231c0354d019cc39a5738945dec2edadaf6c03 + fiber-local (1.1.0) sha256=c885f94f210fb9b05737de65d511136ea602e00c5105953748aa0f8793489f06 + fiber-storage (1.0.1) sha256=f48e5b6d8b0be96dac486332b55cee82240057065dc761c1ea692b2e719240e1 + forwardable-extended (2.6.0) sha256=1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97 + google-protobuf (4.35.1) sha256=a3a6471331d918f58dfa4d014a8f6286f0af2cf4840216bde52fcf2ea3fe3726 + google-protobuf (4.35.1-aarch64-linux-gnu) sha256=50ca44d0eeff3f8475e630a1accdd974256f3510694d574e2c9d6119ea8bc9e1 + google-protobuf (4.35.1-aarch64-linux-musl) sha256=d5c65cef6bd6498a9e5ed5f88cf6cf7e341c10b0a005e32137d5d1a2b6e8c18a + google-protobuf (4.35.1-arm64-darwin) sha256=d9c957df04fa89c749fa9a72a7b383eb4296efc9b2303dc6fd6fbe39c698ad6b + google-protobuf (4.35.1-x86_64-darwin) sha256=66b62b4df00931018a692806df66393efa960d6d2b7da69735187249f950d3ee + google-protobuf (4.35.1-x86_64-linux-gnu) sha256=c786439087512a3fbd199e9897d265b855f951d4027e218ea55e858d45969edd + google-protobuf (4.35.1-x86_64-linux-musl) sha256=91890eb0002934a339fdb7d77a147c46b7474b6799db27872b747b905837f744 + hashery (2.1.2) sha256=d239cc2310401903f6b79d458c2bbef5bf74c46f3f974ae9c1061fb74a404862 + html-proofer (5.2.1) sha256=fdd958a7cbf9c3255fb96fe7cfc4e611f64e2706e469488a3326309ad007d2fd + http_parser.rb (0.8.1) sha256=9ae8df145b39aa5398b2f90090d651c67bd8e2ebfe4507c966579f641e11097a + i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5 + io-event (1.19.3) sha256=0fe24f0fe334ad39cf61a290131c54f8848184c0d166cea86ffae2d6548339d3 + jekyll (4.4.1) sha256=4c1144d857a5b2b80d45b8cf5138289579a9f8136aadfa6dd684b31fe2bc18c1 + jekyll-polyglot (1.13.0) sha256=a5667e78b587e75b9705d387c6709e5e2237f7e0ddc471afa32094974add8ee4 + jekyll-sass-converter (3.1.0) sha256=83925d84f1d134410c11d0c6643b0093e82e3a3cf127e90757a85294a3862443 + jekyll-watch (2.2.1) sha256=bc44ed43f5e0a552836245a54dbff3ea7421ecc2856707e8a1ee203a8387a7e1 + json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583 + kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa + kramdown-parser-gfm (1.1.0) sha256=fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729 + liquid (4.0.4) sha256=4fcfebb1a045e47918388dbb7a0925e7c3893e58d2bd6c3b3c73ec17a2d8fdb3 + listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2 + logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203 + mercenary (0.4.0) sha256=b25a1e4a59adca88665e08e24acf0af30da5b5d859f7d8f38fba52c28f405138 + nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f + nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af + nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca + nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb + nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527 + nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551 + nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a + nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b + pathutil (0.16.2) sha256=e43b74365631cab4f6d5e4228f812927efc9cb2c71e62976edcb252ee948d589 + pdf-reader (2.15.1) sha256=18c6a986a84a3117fa49f4279fc2de51f5d2399b71833df5d2bccd595c7068ce + public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623 + pwindows-theme (1.0.0) + racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f + rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a + rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701 + rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe + rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e + rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142 + rouge (4.7.0) sha256=dba5896715c0325c362e895460a6d350803dbf6427454f49a47500f3193ea739 + ruby-rc4 (0.1.5) sha256=00cc40a39d20b53f5459e7ea006a92cf584e9bc275e2a6f7aa1515510e896c03 + safe_yaml (1.0.5) sha256=a6ac2d64b7eb027bdeeca1851fe7e7af0d668e133e8a88066a0c6f7087d9f848 + sass-embedded (1.102.0-aarch64-linux-gnu) sha256=087f377fa4135a8f67f5f422781b59815e99b8fd3aec335935c50a47c2a205fd + sass-embedded (1.102.0-aarch64-linux-musl) sha256=12bb4091972499241c35304ca11ca2c314764badf1b9933a8d437ba62432b538 + sass-embedded (1.102.0-arm-linux-gnueabihf) sha256=566b1188e4f923366f494a5d95e4e5e03864ae55bae5ea52beb2c30b1b9e2915 + sass-embedded (1.102.0-arm-linux-musleabihf) sha256=1ca396610bf4f4aa8f849b67a9f2720f67d9f3b42651072eafee786aece314cf + sass-embedded (1.102.0-arm64-darwin) sha256=8e18b2dd94b232c2dd73984c579f77bbc1a066028f4675c8989ac34fa40d14dc + sass-embedded (1.102.0-x86_64-darwin) sha256=3e78c6ac5be0ba4236d075bd044a49d0f515d54799f7d6f253c71d325ffedac0 + sass-embedded (1.102.0-x86_64-linux-gnu) sha256=9815b7604123a9a44a65d44d5e58e7af1c7005174b745cda83bad4c9e3760ab3 + sass-embedded (1.102.0-x86_64-linux-musl) sha256=9e3c15eb5d83784adf3b946d4fc5d8a32aed25566a2fee939f25dd1e1d217ddf + terminal-table (3.0.2) sha256=f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91 + ttfunk (1.8.0) sha256=a7cbc7e489cc46e979dde04d34b5b9e4f5c8f1ee5fc6b1a7be39b829919d20ca + typhoeus (1.6.0) sha256=bacc41c23e379547e29801dc235cd1699b70b955a1ba3d32b2b877aa844c331d + unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a + webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131 + yell (2.2.2) sha256=1d166f3cc3b6dc49a59778ea7156ed6d8de794c15106d48ffd6cbb061b9b26bc + zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12 + +BUNDLED WITH + 4.0.11 diff --git a/_config.yml b/_config.yml index 97d54b2..e0a0f69 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,63 @@ title: PWindows Shop -description: Official Store of PWindows +description: Buy PCoins and support the PWindows community. url: "https://shop.pwindows.qzz.io" +theme: pwindows-theme +markdown: kramdown +default_lang: "en-us" +languages: + [ + "en-us", + "en-gb", + "zh-cn", + "es-es", + "fr-fr", + "de-de", + "it-it", + "pt-pt", + "pt-br", + "ja-jp", + "ko-kr", + "ru-ru", + "nl-nl", + "pl-pl", + "sv-se", + "da-dk", + "no-no", + "fi-fi", + "es-mx", + "fr-ca", + "tr-tr", + "ar-sa", + "he-il", + "hi-in", + "th-th", + "vi-vn", + "id-id", + "ms-my", + ] +lang_from_path: true +parallel_localization: false +exclude_from_localization: + - assets + - sitemap.xml + - pages/robots.txt + - CNAME +kramdown: + input: GFM +exclude: + - README.md + - vendor/ + - assets/mojang/fonts/MinecraftFive-Bold.html + - assets/mojang/fonts/MinecraftFive-Regular.html + - assets/mojang/fonts/MinecraftSeven.html + - assets/mojang/fonts/MinecraftTen.html + - assets/mojang/fonts/NotoSans-Bold.html + - assets/mojang/fonts/NotoSans-BoldItalic.html + - assets/mojang/fonts/NotoSans-Italic.html + - assets/mojang/fonts/NotoSans-Regular.html collections: products: output: true - permalink: /products/:name \ No newline at end of file + permalink: /products/:name +plugins: + - jekyll-polyglot diff --git a/_data/site.yml b/_data/site.yml new file mode 100644 index 0000000..053520d --- /dev/null +++ b/_data/site.yml @@ -0,0 +1,60 @@ +main_url: https://pwindows.qzz.io + +navigation: + - translation_key: about + path: /about + icon: /assets/mojang/svg/icons/book.png + - translation_key: news + path: /articles + icon: /assets/mojang/Invicon_Map.png + - translation_key: staff + path: /staff + icon: /assets/mojang/svg/icons/color-two-players.svg + - translation_key: departments + path: /departments/ + icon: /assets/mojang/svg/icons/color-chest.svg + - translation_key: games + path: /games + icon: /assets/icons/controller.png + +footer_sections: + - translation_key: games + column_class: footer-column-center + path: /games + links: + - translation_key: sacred-cubes + path: /games/sacred-cubes + - translation_key: obby-of-dominance + path: /games/obby-of-dominance + - translation_key: departments + column_class: footer-column-departments + show_language: true + path: /departments/ + links: + - translation_key: mcd + path: /departments/minecraft + - translation_key: rd + path: /departments/roblox + - translation_key: ud + path: /departments/unity + - translation_key: support + column_class: footer-column-right + show_shop: true + url: https://support.pwindows.qzz.io + links: + - translation_key: feedback + path: /feedback + - translation_key: sitemap + path: /sitemap + - translation_key: contact + path: /contact + - translation_key: staff + path: /staff + +links: + support: https://support.pwindows.qzz.io + shop: https://shop.pwindows.qzz.io + discord: https://discord.pwindows.qzz.io/ + youtube: https://www.youtube.com/@PWindows + twitter: https://x.com/pwindowsz + site_logo: /assets/PWindows.png diff --git a/_data/translations.yml b/_data/translations.yml new file mode 100644 index 0000000..d6b67a2 --- /dev/null +++ b/_data/translations.yml @@ -0,0 +1,4788 @@ +# Localized strings consumed by the shared PWindows theme. +en-us: + site: + name: "PWindows" + tagline: "Not just a Minecraft server" + header: + about: "About" + news: "Newest News" + staff: "Staff" + departments: "Departments" + games: "Games" + join-server: "Join server" + launch-bedrock: "Launch Bedrock" + connect-with-pwindows: "Connect with PWindows" + join: "Join" + footer: + copy: "PWindows. All rights reserved." + disclaimer: "Not affiliated with Mojang Studios, Microsoft, or Minecraft." + about: "About us" + rules: "Rules" + games: "Games" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departments" + mcd: "Minecraft department" + rd: "Roblox department" + ud: "Unity department" + shop: "Shop" + support: "Support" + feedback: "Feedback" + sitemap: "Site map" + contact: "Contact us" + staff: "Staff" + language: "Language" + page_titles: + about: "About PWindows" + news: "News" + staff: "Staff" + departments: "Departments" + games: "Games" + contact: "Contact us" + feedback: "Feedback" + rules: "Rules" + mcd: "Minecraft Department" + rd: "Roblox Department" + ud: "Unity Department" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Coming soon" + index: + catchphrase-top: "Not just a" + catchphrase-1: "Minecraft server" + catchphrase-2: "Game studio" + catchphrase-3: "Community" + howtojoin: + title: "How to join" + disclaimer: "Applies to Minecraft server only" + button-text: "View instructions" + button-text-learnmore: "Learn more" + button-back: "Back" + server-address: + label: "Server address" + text: "Java & Bedrock edition" + text-back: "Copy the server IP and add it to your Minecraft server list" + button-text: "Coming soon" + quick-launch: + label: "Quick Launch" + label-back: "Launch bedrock" + text: "Bedrock edition" + text-back: "Click to open Minecraft Bedrock and join our server instantly" + button-text: "Coming soon" + realms: + label: "Bedrock realms" + label-back: "Not ready yet" + text: "Coming soon" + text-back: "Our Bedrock Realms join format is currently under development" + button-text: "Coming soon" + latest-content: + title: "PWindows is still in development" + text: "We have nothing to show YET, so here's a very nice picture of snowing in Minecraft. Feel free to check the news section for updates." + button: "Read the news" + projects: + title: "Our Projects" + link: "See our games" + server: + title: "Minecraft server" + text: "Our Minecraft server project is still in development. Stay tuned for updates!" + game-studio: + title: "Game studio" + text-1: "We have been working on new games as a game studio, such as " + link-sc: "Sacred Cubes" + text-2: " and " + link-ood: "Obby of Dominance" + text-3: ". We have many departments including the " + link-r: "Roblox department" + text-4: " and the " + link-u: "Unity department" + text-5: "." + button: "Learn more" + news: + title: "Newest News" + link: "See all news" + not-found: + text: "That page could not be found." + button-home: "Go home" + button-news: "Read the news" + about: + title: "About PWindows" + intro: "PWindows is a Minecraft server and community project that aims to provide a fun and engaging experience for players of all ages. Our goal is to create a welcoming environment where players can connect, collaborate, and enjoy the game together." + server: + title: "Play together!" + text: "Join our Minecraft server!" + button: "How to join" + project: + title: "Follow the project!" + text: "Read development news, community announcements, and updates about this website, the server, and general news about PWindows." + button: "Read the news" + news: + featured-title: "News" + no-news: "No news have been published yet. Please check back later." + no-featured: "No featured news has been published yet." + title: "Newest News" + sort-by: + text: "Sort by" + date-desc: "Newest first" + date-asc: "Oldest first" + type: "Type" + title: "Title" + staff-page: + title: "Staff" + intro: "Meet the people currently helping build and manage PWindows." + owner: "Owner" + no-members: "No team members are publicly listed for this department yet." + back: "Back" + departments: + title: "Departments" + intro: "Check out the teams that build PWindows's projects." + minecraft-intro: "Learn what the Minecraft team contributes to PWindows." + unity-intro: "Learn what the Unity team contributes to PWindows." + roblox-intro: "Learn what the Roblox team contributes to PWindows." + view-button: "View department" + back-button: "Back" + team-members: "Team members" + no-members: "No team members are publicly listed for this department yet." + games: + title: "Games" + intro: "Follow the games currently being developed by PWindows." + view-game: "View game" + back-button: "Back" + game-status: + in-development: "In development" + released: "Released" + coming-soon: "Coming soon" + contact: + title: "Contact us" + intro: "Choose the channel that best matches what you need help with." + support: + title: "Support" + text: "For account, server, shop, or moderation help, open a request in the support portal." + btn: "Open support" + community: + title: "Community" + text: "For general conversation and project updates, join the PWindows Discord community." + btn: "Join Discord" + feedback: + title: "Feedback" + intro: "Tell us what is working, what is unclear, or what you would like us to improve." + send: "Send your feedback" + send-text: "Until a dedicated feedback form is available, submit your suggestion through the support portal." + support: "Open support" + +zh-cn: + site: + name: "派视界" + tagline: "不仅是一个我的世界服务器" + header: + about: "关于" + news: "最新新闻" + staff: "工作人员" + departments: "部门" + games: "游戏" + join-server: "加入服务器" + launch-bedrock: "启动基岩版" + connect-with-pwindows: "与派视界连接" + join: "加入" + footer: + copy: "派视界。保留所有权利。" + disclaimer: "与 Mojang Studios、Microsoft 或 Minecraft 无关。" + about: "关于我们" + rules: "规则" + games: "游戏" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "部门" + mcd: "MC部门" + rd: "《罗布乐思》部门" + ud: "Unity部门" + shop: "商店" + support: "支持" + feedback: "反馈" + sitemap: "网站地图" + contact: "联系我们" + staff: "工作人员" + language: "语言" + page_titles: + about: "关于派视界" + news: "新闻" + staff: "工作人员" + departments: "部门" + games: "游戏" + contact: "联系我们" + feedback: "反馈" + rules: "规则" + mcd: "MC部门" + rd: "《罗布乐思》部门" + ud: "Unity部门" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "即将上线" + index: + catchphrase-top: "不仅是一个" + catchphrase-1: "MC 服务器" + catchphrase-2: "游戏开发组" + catchphrase-3: "玩家社区" + howtojoin: + title: "如何加入" + disclaimer: "仅适用于我的世界服务器" + button-text: "查看教程" + button-text-learnmore: "了解更多" + button-back: "返回" + server-address: + label: "服务器地址" + text: "Java和基岩版" + text-back: "将IP地址复制到MC服务器列表上" + button-text: "即将上线" + quick-launch: + label: "快速启动" + label-back: "启动基岩版" + text: "基岩版" + text-back: "点击打开MC基岩版并立即加入我们的服务器" + button-text: "即将上线" + realms: + label: "基岩版我的山头" + label-back: "尚未准备好" + text: "即将上线" + text-back: "我们的基岩版我的山头加入格式正在开发中" + button-text: "即将上线" + latest-content: + title: "派视界仍在开发中" + text: "我们还没有什么可以展示的内容,所以这里有一张非常漂亮MC下雪的图片。欢迎查看新闻板块以获取最新动态。" + button: "阅读新闻" + projects: + title: "我们的项目" + link: "查看我们的游戏" + server: + title: "我的世界服务器" + text: "我们的我的世界服务器项目仍在开发中,敬请期待!" + game-studio: + title: "游戏开发组" + text-1: "我们作为一个游戏开发组一直在开发新游戏,比如" + link-sc: "《Sacred Cubes》" + text-2: "和" + link-ood: "《Obby of Dominance》" + text-3: "。我们有许多部门,例如" + link-r: "我们的《罗布乐思》部门" + text-4: "和" + link-u: "Unity部门" + text-5: "。" + button: "了解更多" + news: + title: "最新新闻" + link: "查看所有新闻" + not-found: + text: "该页面无法找到。" + button-home: "返回首页" + button-news: "阅读新闻" + about: + title: "关于派视界" + intro: "派视界是一个我的世界服务器和社区项目,旨在为各个年龄段的玩家提供有趣且引人入胜的体验。我们的目标是创建一个欢迎玩家连接、协作并共同享受游戏的环境。" + server: + title: "一起玩吧!" + text: "加入我们的我的世界服务器!" + button: "如何加入" + project: + title: "关注项目!" + text: "阅读开发新闻、社区公告以及有关本网站、服务器和派视界的一般新闻更新。" + button: "阅读新闻" + news: + featured-title: "新闻" + no-news: "尚未发布任何新闻,请稍后再来查看。" + no-featured: "尚未发布任何特色新闻。" + title: "最新新闻" + sort-by: + text: "排序方式" + date-desc: "最新发布" + date-asc: "最早发布" + type: "类型" + title: "标题" + staff-page: + title: "工作人员" + intro: "认识目前正在帮助构建和管理派视界的人员。" + owner: "创始人" + no-members: "该部门目前没有公开的团队成员。" + back: "返回" + departments: + title: "部门" + intro: "查看构建派视界项目的团队。" + minecraft-intro: "了解MC团队为派视界做出的贡献。" + unity-intro: "了解Unity团队为派视界做出的贡献。" + roblox-intro: "了解《罗布乐思》团队为派视界做出的贡献。" + view-button: "查看部门" + back-button: "返回" + team-members: "团队成员" + no-members: "该部门目前没有公开的团队成员。" + games: + title: "游戏" + intro: "关注派视界目前正在开发的游戏。" + view-game: "查看游戏" + back-button: "返回" + game-status: + in-development: "开发中" + released: "已发布" + coming-soon: "即将推出" + contact: + title: "联系我们" + intro: "选择最适合您需求的联系方式。" + support: + title: "支持" + text: "如需账户、服务器、商店或管理方面的帮助,请在支持门户中提交请求。" + btn: "打开支持门户" + community: + title: "社区" + text: "如需一般性交流或项目动态,请加入派视界 Discord 社区。" + btn: "加入 Discord" + feedback: + title: "反馈" + intro: "告诉我们哪些功能正常运作,哪些内容不清晰,或者您希望我们改进什么。" + send: "发送反馈" + send-text: "在专用反馈表单上线之前,请通过支持门户提交您的建议。" + support: "打开支持门户" + +en-gb: + site: + name: "PWindows" + tagline: "Not just a Minecraft server" + header: + about: "About" + news: "Latest News" + staff: "Staff" + departments: "Departments" + games: "Games" + join-server: "Join server" + launch-bedrock: "Launch Bedrock" + connect-with-pwindows: "Connect with PWindows" + join: "Join" + footer: + copy: "PWindows. All rights reserved." + disclaimer: "Not affiliated with Mojang Studios, Microsoft, or Minecraft." + about: "About us" + rules: "Rules" + games: "Games" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departments" + mcd: "Minecraft department" + rd: "Roblox department" + ud: "Unity department" + shop: "Shop" + support: "Support" + feedback: "Feedback" + sitemap: "Site map" + contact: "Contact us" + staff: "Staff" + language: "Language" + page_titles: + about: "About PWindows" + news: "News" + staff: "Staff" + departments: "Departments" + games: "Games" + contact: "Contact us" + feedback: "Feedback" + rules: "Rules" + mcd: "Minecraft Department" + rd: "Roblox Department" + ud: "Unity Department" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Coming soon" + index: + catchphrase-top: "Not just a" + catchphrase-1: "Minecraft server" + catchphrase-2: "Game studio" + catchphrase-3: "Community" + howtojoin: + title: "How to join" + disclaimer: "Applies to Minecraft server only" + button-text: "View instructions" + button-text-learnmore: "Learn more" + button-back: "Back" + server-address: + label: "Server address" + text: "Java & Bedrock edition" + text-back: "Copy the server IP and add it to your Minecraft server list" + button-text: "Coming soon" + quick-launch: + label: "Quick Launch" + label-back: "Launch bedrock" + text: "Bedrock edition" + text-back: "Click to open Minecraft Bedrock and join our server instantly" + button-text: "Coming soon" + realms: + label: "Bedrock realms" + label-back: "Not ready yet" + text: "Coming soon" + text-back: "Our Bedrock Realms join format is currently under development" + button-text: "Coming soon" + latest-content: + title: "PWindows is still in development" + text: "We have nothing to show YET, so here's a very nice picture of snowing in Minecraft. Feel free to check the news section for updates." + button: "Read the news" + projects: + title: "Our Projects" + link: "See our games" + server: + title: "Minecraft server" + text: "Our Minecraft server project is still in development. Stay tuned for updates!" + game-studio: + title: "Game studio" + text-1: "We have been working on new games as a game studio, such as " + link-sc: "Sacred Cubes" + text-2: " and " + link-ood: "Obby of Dominance" + text-3: ". We have many departments including the " + link-r: "Roblox department" + text-4: " and the " + link-u: "Unity department" + text-5: "." + button: "Learn more" + news: + title: "Latest News" + link: "See all news" + not-found: + text: "That page could not be found." + button-home: "Go home" + button-news: "Read the news" + about: + title: "About PWindows" + intro: "PWindows is a Minecraft server and community project that aims to provide a fun and engaging experience for players of all ages. Our goal is to create a welcoming environment where players can connect, collaborate, and enjoy the game together." + server: + title: "Play together!" + text: "Join our Minecraft server!" + button: "How to join" + project: + title: "Follow the project!" + text: "Read development news, community announcements, and updates about this website, the server, and general news about PWindows." + button: "Read the news" + news: + featured-title: "News" + no-news: "No news have been published yet. Please check back later." + no-featured: "No featured news has been published yet." + title: "Latest News" + sort-by: + text: "Sort by" + date-desc: "Newest first" + date-asc: "Oldest first" + type: "Type" + title: "Title" + staff-page: + title: "Staff" + intro: "Meet the people currently helping build and manage PWindows." + owner: "Owner" + no-members: "No team members are publicly listed for this department yet." + back: "Back" + departments: + title: "Departments" + intro: "Check out the teams that build PWindows's projects." + minecraft-intro: "Learn what the Minecraft team contributes to PWindows." + unity-intro: "Learn what the Unity team contributes to PWindows." + roblox-intro: "Learn what the Roblox team contributes to PWindows." + view-button: "View department" + back-button: "Back" + team-members: "Team members" + no-members: "No team members are publicly listed for this department yet." + games: + title: "Games" + intro: "Follow the games currently being developed by PWindows." + view-game: "View game" + back-button: "Back" + game-status: + in-development: "In development" + released: "Released" + coming-soon: "Coming soon" + contact: + title: "Contact us" + intro: "Choose the channel that best matches what you need help with." + support: + title: "Support" + text: "For account, server, shop, or moderation help, open a request in the support portal." + btn: "Open support" + community: + title: "Community" + text: "For general conversation and project updates, join the PWindows Discord community." + btn: "Join Discord" + feedback: + title: "Feedback" + intro: "Tell us what is working, what is unclear, or what you would like us to improve." + send: "Send your feedback" + send-text: "Until a dedicated feedback form is available, submit your suggestion through the support portal." + support: "Open support" + +es-es: + site: + name: "PWindows" + tagline: "No solo un servidor de Minecraft" + header: + about: "Acerca de" + news: "Noticias" + staff: "Equipo" + departments: "Departamentos" + games: "Juegos" + join-server: "Unirse al servidor" + launch-bedrock: "Iniciar Bedrock" + connect-with-pwindows: "Conectar con PWindows" + join: "Unirse" + footer: + copy: "PWindows. Todos los derechos reservados." + disclaimer: "No afiliado a Mojang Studios, Microsoft o Minecraft." + about: "Sobre nosotros" + rules: "Normas" + games: "Juegos" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departamentos" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + shop: "Tienda" + support: "Soporte" + feedback: "Comentarios" + sitemap: "Mapa del sitio" + contact: "Contacto" + staff: "Equipo" + language: "Idioma" + page_titles: + about: "Acerca de PWindows" + news: "Noticias" + staff: "Equipo" + departments: "Departamentos" + games: "Juegos" + contact: "Contacto" + feedback: "Comentarios" + rules: "Normas" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Próximamente" + index: + catchphrase-top: "No solo un" + catchphrase-1: "servidor de Minecraft" + catchphrase-2: "estudio de juegos" + catchphrase-3: "comunidad" + howtojoin: + title: "Cómo unirse" + disclaimer: "Aplica solo al servidor de Minecraft" + button-text: "Ver instrucciones" + button-text-learnmore: "Más información" + button-back: "Volver" + server-address: + label: "Dirección del servidor" + text: "Edición Java y Bedrock" + text-back: "Copia la IP del servidor y agrégala a tu lista de servidores de Minecraft" + button-text: "Próximamente" + quick-launch: + label: "Inicio rápido" + label-back: "Iniciar Bedrock" + text: "Edición Bedrock" + text-back: "Haz clic para abrir Minecraft Bedrock y unirte al servidor al instante" + button-text: "Próximamente" + realms: + label: "Realms de Bedrock" + label-back: "No listo aún" + text: "Próximamente" + text-back: "Nuestro formato de unión a Realms de Bedrock está en desarrollo" + button-text: "Próximamente" + latest-content: + title: "PWindows aún está en desarrollo" + text: "Aún no tenemos nada que mostrar, así que aquí tienes una bonita imagen de nieve en Minecraft. Puedes consultar la sección de noticias para actualizaciones." + button: "Leer noticias" + projects: + title: "Nuestros proyectos" + link: "Ver nuestros juegos" + server: + title: "Servidor de Minecraft" + text: "Nuestro proyecto de servidor de Minecraft aún está en desarrollo. ¡Mantente atento a las actualizaciones!" + game-studio: + title: "Estudio de juegos" + text-1: "Hemos estado trabajando en nuevos juegos como estudio, como " + link-sc: "Sacred Cubes" + text-2: " y " + link-ood: "Obby of Dominance" + text-3: ". Tenemos muchos departamentos, incluyendo el " + link-r: "departamento de Roblox" + text-4: " y el " + link-u: "departamento de Unity" + text-5: "." + button: "Más información" + news: + title: "Últimas noticias" + link: "Ver todas las noticias" + not-found: + text: "Esa página no se pudo encontrar." + button-home: "Ir al inicio" + button-news: "Leer noticias" + about: + title: "Acerca de PWindows" + intro: "PWindows es un servidor de Minecraft y un proyecto comunitario que busca ofrecer una experiencia divertida y atractiva para jugadores de todas las edades. Nuestro objetivo es crear un ambiente acogedor donde los jugadores puedan conectarse, colaborar y disfrutar juntos del juego." + server: + title: "¡Juega con nosotros!" + text: "¡Únete a nuestro servidor de Minecraft!" + button: "Cómo unirse" + project: + title: "¡Sigue el proyecto!" + text: "Lee noticias de desarrollo, anuncios de la comunidad y actualizaciones sobre este sitio web, el servidor y noticias generales de PWindows." + button: "Leer noticias" + news: + featured-title: "Noticias" + no-news: "Aún no se han publicado noticias. Vuelve más tarde." + no-featured: "Aún no se han publicado noticias destacadas." + title: "Últimas noticias" + sort-by: + text: "Ordenar por" + date-desc: "Más recientes primero" + date-asc: "Más antiguos primero" + type: "Tipo" + title: "Título" + staff-page: + title: "Equipo" + intro: "Conoce a las personas que ayudan a construir y gestionar PWindows." + owner: "Fundador" + no-members: "Aún no se han listado miembros del equipo para este departamento." + back: "Volver" + departments: + title: "Departamentos" + intro: "Conoce los equipos que construyen los proyectos de PWindows." + minecraft-intro: "Descubre lo que el equipo de Minecraft aporta a PWindows." + unity-intro: "Descubre lo que el equipo de Unity aporta a PWindows." + roblox-intro: "Descubre lo que el equipo de Roblox aporta a PWindows." + view-button: "Ver departamento" + back-button: "Volver" + team-members: "Miembros del equipo" + no-members: "Aún no se han listado miembros del equipo para este departamento." + games: + title: "Juegos" + intro: "Sigue los juegos que PWindows está desarrollando actualmente." + view-game: "Ver juego" + back-button: "Volver" + game-status: + in-development: "En desarrollo" + released: "Lanzado" + coming-soon: "Próximamente" + contact: + title: "Contacto" + intro: "Elige el canal que mejor se adapte a lo que necesitas." + support: + title: "Soporte" + text: "Para ayuda con cuentas, servidor, tienda o moderación, abre una solicitud en el portal de soporte." + btn: "Abrir soporte" + community: + title: "Comunidad" + text: "Para conversación general y actualizaciones del proyecto, únete a la comunidad de Discord de PWindows." + btn: "Unirse a Discord" + feedback: + title: "Comentarios" + intro: "Cuéntanos qué funciona, qué no está claro o qué te gustaría que mejoráramos." + send: "Enviar comentarios" + send-text: "Hasta que haya un formulario de comentarios disponible, envía tu sugerencia a través del portal de soporte." + support: "Abrir soporte" + +es-mx: + site: + name: "PWindows" + tagline: "No solo un servidor de Minecraft" + header: + about: "Acerca de" + news: "Noticias" + staff: "Equipo" + departments: "Departamentos" + games: "Juegos" + join-server: "Unirse al servidor" + launch-bedrock: "Iniciar Bedrock" + connect-with-pwindows: "Conectar con PWindows" + join: "Unirse" + footer: + copy: "PWindows. Todos los derechos reservados." + disclaimer: "No afiliado a Mojang Studios, Microsoft o Minecraft." + about: "Sobre nosotros" + rules: "Reglas" + games: "Juegos" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departamentos" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + shop: "Tienda" + support: "Soporte" + feedback: "Comentarios" + sitemap: "Mapa del sitio" + contact: "Contacto" + staff: "Equipo" + language: "Idioma" + page_titles: + about: "Acerca de PWindows" + news: "Noticias" + staff: "Equipo" + departments: "Departamentos" + games: "Juegos" + contact: "Contacto" + feedback: "Comentarios" + rules: "Reglas" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Próximamente" + index: + catchphrase-top: "No solo un" + catchphrase-1: "servidor de Minecraft" + catchphrase-2: "estudio de juegos" + catchphrase-3: "comunidad" + howtojoin: + title: "Cómo unirse" + disclaimer: "Aplica solo al servidor de Minecraft" + button-text: "Ver instrucciones" + button-text-learnmore: "Más información" + button-back: "Regresar" + server-address: + label: "Dirección del servidor" + text: "Edición Java y Bedrock" + text-back: "Copia la IP del servidor y agrégala a tu lista de servidores de Minecraft" + button-text: "Próximamente" + quick-launch: + label: "Inicio rápido" + label-back: "Iniciar Bedrock" + text: "Edición Bedrock" + text-back: "Haz clic para abrir Minecraft Bedrock y unirte al servidor al instante" + button-text: "Próximamente" + realms: + label: "Realms de Bedrock" + label-back: "No listo aún" + text: "Próximamente" + text-back: "Nuestro formato de unión a Realms de Bedrock está en desarrollo" + button-text: "Próximamente" + latest-content: + title: "PWindows aún está en desarrollo" + text: "Aún no tenemos nada que mostrar, así que aquí tienes una bonita imagen de nieve en Minecraft. Puedes consultar la sección de noticias para actualizaciones." + button: "Leer noticias" + projects: + title: "Nuestros proyectos" + link: "Ver nuestros juegos" + server: + title: "Servidor de Minecraft" + text: "Nuestro proyecto de servidor de Minecraft aún está en desarrollo. ¡Mantente atento a las actualizaciones!" + game-studio: + title: "Estudio de juegos" + text-1: "Hemos estado trabajando en nuevos juegos como estudio, como " + link-sc: "Sacred Cubes" + text-2: " y " + link-ood: "Obby of Dominance" + text-3: ". Tenemos muchos departamentos, incluyendo el " + link-r: "departamento de Roblox" + text-4: " y el " + link-u: "departamento de Unity" + text-5: "." + button: "Más información" + news: + title: "Últimas noticias" + link: "Ver todas las noticias" + not-found: + text: "Esa página no se pudo encontrar." + button-home: "Ir al inicio" + button-news: "Leer noticias" + about: + title: "Acerca de PWindows" + intro: "PWindows es un servidor de Minecraft y un proyecto comunitario que busca ofrecer una experiencia divertida y atractiva para jugadores de todas las edades. Nuestro objetivo es crear un ambiente acogedor donde los jugadores puedan conectarse, colaborar y disfrutar juntos del juego." + server: + title: "¡Juega con nosotros!" + text: "¡Únete a nuestro servidor de Minecraft!" + button: "Cómo unirse" + project: + title: "¡Sigue el proyecto!" + text: "Lee noticias de desarrollo, anuncios de la comunidad y actualizaciones sobre este sitio web, el servidor y noticias generales de PWindows." + button: "Leer noticias" + news: + featured-title: "Noticias" + no-news: "Aún no se han publicado noticias. Vuelve más tarde." + no-featured: "Aún no se han publicado noticias destacadas." + title: "Últimas noticias" + sort-by: + text: "Ordenar por" + date-desc: "Más recientes primero" + date-asc: "Más antiguos primero" + type: "Tipo" + title: "Título" + staff-page: + title: "Equipo" + intro: "Conoce a las personas que ayudan a construir y gestionar PWindows." + owner: "Fundador" + no-members: "Aún no se han listado miembros del equipo para este departamento." + back: "Regresar" + departments: + title: "Departamentos" + intro: "Conoce los equipos que construyen los proyectos de PWindows." + minecraft-intro: "Descubre lo que el equipo de Minecraft aporta a PWindows." + unity-intro: "Descubre lo que el equipo de Unity aporta a PWindows." + roblox-intro: "Descubre lo que el equipo de Roblox aporta a PWindows." + view-button: "Ver departamento" + back-button: "Regresar" + team-members: "Miembros del equipo" + no-members: "Aún no se han listado miembros del equipo para este departamento." + games: + title: "Juegos" + intro: "Sigue los juegos que PWindows está desarrollando actualmente." + view-game: "Ver juego" + back-button: "Regresar" + game-status: + in-development: "En desarrollo" + released: "Lanzado" + coming-soon: "Próximamente" + contact: + title: "Contacto" + intro: "Elige el canal que mejor se adapte a lo que necesitas." + support: + title: "Soporte" + text: "Para ayuda con cuentas, servidor, tienda o moderación, abre una solicitud en el portal de soporte." + btn: "Abrir soporte" + community: + title: "Comunidad" + text: "Para conversación general y actualizaciones del proyecto, únete a la comunidad de Discord de PWindows." + btn: "Unirse a Discord" + feedback: + title: "Comentarios" + intro: "Cuéntanos qué funciona, qué no está claro o qué te gustaría que mejoráramos." + send: "Enviar comentarios" + send-text: "Hasta que haya un formulario de comentarios disponible, envía tu sugerencia a través del portal de soporte." + support: "Abrir soporte" + +fr-fr: + site: + name: "PWindows" + tagline: "Pas seulement un serveur Minecraft" + header: + about: "À propos" + news: "Actualités" + staff: "Équipe" + departments: "Départements" + games: "Jeux" + join-server: "Rejoindre le serveur" + launch-bedrock: "Lancer Bedrock" + connect-with-pwindows: "Connectez-vous avec PWindows" + join: "Rejoindre" + footer: + copy: "PWindows. Tous droits réservés." + disclaimer: "Non affilié à Mojang Studios, Microsoft ou Minecraft." + about: "À propos de nous" + rules: "Règles" + games: "Jeux" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Départements" + mcd: "Département Minecraft" + rd: "Département Roblox" + ud: "Département Unity" + shop: "Boutique" + support: "Assistance" + feedback: "Retours" + sitemap: "Plan du site" + contact: "Contact" + staff: "Équipe" + language: "Langue" + page_titles: + about: "À propos de PWindows" + news: "Actualités" + staff: "Équipe" + departments: "Départements" + games: "Jeux" + contact: "Contact" + feedback: "Retours" + rules: "Règles" + mcd: "Département Minecraft" + rd: "Département Roblox" + ud: "Département Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Bientôt disponible" + index: + catchphrase-top: "Pas seulement un" + catchphrase-1: "serveur Minecraft" + catchphrase-2: "studio de jeux" + catchphrase-3: "communauté" + howtojoin: + title: "Comment rejoindre" + disclaimer: "S'applique uniquement au serveur Minecraft" + button-text: "Voir les instructions" + button-text-learnmore: "En savoir plus" + button-back: "Retour" + server-address: + label: "Adresse du serveur" + text: "Éditions Java et Bedrock" + text-back: "Copiez l'IP du serveur et ajoutez-la à votre liste de serveurs Minecraft" + button-text: "Bientôt disponible" + quick-launch: + label: "Lancement rapide" + label-back: "Lancer Bedrock" + text: "Édition Bedrock" + text-back: "Cliquez pour ouvrir Minecraft Bedrock et rejoindre notre serveur instantanément" + button-text: "Bientôt disponible" + realms: + label: "Realms Bedrock" + label-back: "Pas encore prêt" + text: "Bientôt disponible" + text-back: "Notre format de rejoindre les Realms Bedrock est actuellement en développement" + button-text: "Bientôt disponible" + latest-content: + title: "PWindows est encore en développement" + text: "Nous n'avons encore rien à montrer, alors voici une très belle image de neige dans Minecraft. N'hésitez pas à consulter la section actualités pour les mises à jour." + button: "Lire les actualités" + projects: + title: "Nos projets" + link: "Voir nos jeux" + server: + title: "Serveur Minecraft" + text: "Notre projet de serveur Minecraft est encore en développement. Restez à l'écoute pour les mises à jour !" + game-studio: + title: "Studio de jeux" + text-1: "Nous travaillons sur de nouveaux jeux en tant que studio, comme " + link-sc: "Sacred Cubes" + text-2: " et " + link-ood: "Obby of Dominance" + text-3: ". Nous avons de nombreux départements, y compris le " + link-r: "département Roblox" + text-4: " et le " + link-u: "département Unity" + text-5: "." + button: "En savoir plus" + news: + title: "Dernières actualités" + link: "Voir toutes les actualités" + not-found: + text: "Cette page n'a pas pu être trouvée." + button-home: "Accueil" + button-news: "Lire les actualités" + about: + title: "À propos de PWindows" + intro: "PWindows est un serveur Minecraft et un projet communautaire qui vise à offrir une expérience amusante et engageante pour les joueurs de tous âges. Notre objectif est de créer un environnement accueillant où les joueurs peuvent se connecter, collaborer et profiter du jeu ensemble." + server: + title: "Jouez avec nous !" + text: "Rejoignez notre serveur Minecraft !" + button: "Comment rejoindre" + project: + title: "Suivez le projet !" + text: "Lisez les actualités du développement, les annonces communautaires et les mises à jour concernant ce site web, le serveur et les actualités générales de PWindows." + button: "Lire les actualités" + news: + featured-title: "Actualités" + no-news: "Aucune actualité n'a encore été publiée. Revenez plus tard." + no-featured: "Aucune actualité en vedette n'a encore été publiée." + title: "Dernières actualités" + sort-by: + text: "Trier par" + date-desc: "Plus récentes d'abord" + date-asc: "Plus anciennes d'abord" + type: "Type" + title: "Titre" + staff-page: + title: "Équipe" + intro: "Rencontrez les personnes qui aident à construire et gérer PWindows." + owner: "Fondateur" + no-members: "Aucun membre de l'équipe n'est encore répertorié pour ce département." + back: "Retour" + departments: + title: "Départements" + intro: "Découvrez les équipes qui construisent les projets de PWindows." + minecraft-intro: "Découvrez ce que l'équipe Minecraft apporte à PWindows." + unity-intro: "Découvrez ce que l'équipe Unity apporte à PWindows." + roblox-intro: "Découvrez ce que l'équipe Roblox apporte à PWindows." + view-button: "Voir le département" + back-button: "Retour" + team-members: "Membres de l'équipe" + no-members: "Aucun membre de l'équipe n'est encore répertorié pour ce département." + games: + title: "Jeux" + intro: "Suivez les jeux actuellement développés par PWindows." + view-game: "Voir le jeu" + back-button: "Retour" + game-status: + in-development: "En développement" + released: "Disponible" + coming-soon: "Bientôt disponible" + contact: + title: "Contactez-nous" + intro: "Choisissez le canal qui correspond le mieux à vos besoins." + support: + title: "Assistance" + text: "Pour de l'aide concernant les comptes, le serveur, la boutique ou la modération, ouvrez une demande dans le portail d'assistance." + btn: "Ouvrir l'assistance" + community: + title: "Communauté" + text: "Pour des discussions générales et des mises à jour du projet, rejoignez la communauté Discord de PWindows." + btn: "Rejoindre Discord" + feedback: + title: "Retours" + intro: "Dites-nous ce qui fonctionne, ce qui n'est pas clair ou ce que vous souhaiteriez que nous améliorions." + send: "Envoyer vos retours" + send-text: "En attendant qu'un formulaire de retour dédié soit disponible, soumettez votre suggestion via le portail d'assistance." + support: "Ouvrir l'assistance" + +fr-ca: + site: + name: "PWindows" + tagline: "Pas seulement un serveur Minecraft" + header: + about: "À propos" + news: "Nouvelles" + staff: "Équipe" + departments: "Départements" + games: "Jeux" + join-server: "Rejoindre le serveur" + launch-bedrock: "Lancer Bedrock" + connect-with-pwindows: "Connectez-vous avec PWindows" + join: "Rejoindre" + footer: + copy: "PWindows. Tous droits réservés." + disclaimer: "Non affilié à Mojang Studios, Microsoft ou Minecraft." + about: "À propos de nous" + rules: "Règles" + games: "Jeux" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Départements" + mcd: "Département Minecraft" + rd: "Département Roblox" + ud: "Département Unity" + shop: "Boutique" + support: "Assistance" + feedback: "Rétroaction" + sitemap: "Plan du site" + contact: "Contact" + staff: "Équipe" + language: "Langue" + page_titles: + about: "À propos de PWindows" + news: "Nouvelles" + staff: "Équipe" + departments: "Départements" + games: "Jeux" + contact: "Contact" + feedback: "Rétroaction" + rules: "Règles" + mcd: "Département Minecraft" + rd: "Département Roblox" + ud: "Département Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Bientôt disponible" + index: + catchphrase-top: "Pas seulement un" + catchphrase-1: "serveur Minecraft" + catchphrase-2: "studio de jeux" + catchphrase-3: "communauté" + howtojoin: + title: "Comment rejoindre" + disclaimer: "S'applique uniquement au serveur Minecraft" + button-text: "Voir les instructions" + button-text-learnmore: "En savoir plus" + button-back: "Retour" + server-address: + label: "Adresse du serveur" + text: "Éditions Java et Bedrock" + text-back: "Copiez l'IP du serveur et ajoutez-la à votre liste de serveurs Minecraft" + button-text: "Bientôt disponible" + quick-launch: + label: "Lancement rapide" + label-back: "Lancer Bedrock" + text: "Édition Bedrock" + text-back: "Cliquez pour ouvrir Minecraft Bedrock et rejoindre notre serveur instantanément" + button-text: "Bientôt disponible" + realms: + label: "Realms Bedrock" + label-back: "Pas encore prêt" + text: "Bientôt disponible" + text-back: "Notre format de rejoindre les Realms Bedrock est actuellement en développement" + button-text: "Bientôt disponible" + latest-content: + title: "PWindows est encore en développement" + text: "Nous n'avons encore rien à montrer, alors voici une très belle image de neige dans Minecraft. N'hésitez pas à consulter la section nouvelles pour les mises à jour." + button: "Lire les nouvelles" + projects: + title: "Nos projets" + link: "Voir nos jeux" + server: + title: "Serveur Minecraft" + text: "Notre projet de serveur Minecraft est encore en développement. Restez à l'écoute pour les mises à jour !" + game-studio: + title: "Studio de jeux" + text-1: "Nous travaillons sur de nouveaux jeux en tant que studio, comme " + link-sc: "Sacred Cubes" + text-2: " et " + link-ood: "Obby of Dominance" + text-3: ". Nous avons de nombreux départements, y compris le " + link-r: "département Roblox" + text-4: " et le " + link-u: "département Unity" + text-5: "." + button: "En savoir plus" + news: + title: "Dernières nouvelles" + link: "Voir toutes les nouvelles" + not-found: + text: "Cette page n'a pas pu être trouvée." + button-home: "Accueil" + button-news: "Lire les nouvelles" + about: + title: "À propos de PWindows" + intro: "PWindows est un serveur Minecraft et un projet communautaire qui vise à offrir une expérience amusante et engageante pour les joueurs de tous âges. Notre objectif est de créer un environnement accueillant où les joueurs peuvent se connecter, collaborer et profiter du jeu ensemble." + server: + title: "Jouez avec nous !" + text: "Rejoignez notre serveur Minecraft !" + button: "Comment rejoindre" + project: + title: "Suivez le projet !" + text: "Lisez les nouvelles du développement, les annonces communautaires et les mises à jour concernant ce site web, le serveur et les nouvelles générales de PWindows." + button: "Lire les nouvelles" + news: + featured-title: "Nouvelles" + no-news: "Aucune nouvelle n'a encore été publiée. Revenez plus tard." + no-featured: "Aucune nouvelle en vedette n'a encore été publiée." + title: "Dernières nouvelles" + sort-by: + text: "Trier par" + date-desc: "Plus récentes d'abord" + date-asc: "Plus anciennes d'abord" + type: "Type" + title: "Titre" + staff-page: + title: "Équipe" + intro: "Rencontrez les personnes qui aident à construire et gérer PWindows." + owner: "Fondateur" + no-members: "Aucun membre de l'équipe n'est encore répertorié pour ce département." + back: "Retour" + departments: + title: "Départements" + intro: "Découvrez les équipes qui construisent les projets de PWindows." + minecraft-intro: "Découvrez ce que l'équipe Minecraft apporte à PWindows." + unity-intro: "Découvrez ce que l'équipe Unity apporte à PWindows." + roblox-intro: "Découvrez ce que l'équipe Roblox apporte à PWindows." + view-button: "Voir le département" + back-button: "Retour" + team-members: "Membres de l'équipe" + no-members: "Aucun membre de l'équipe n'est encore répertorié pour ce département." + games: + title: "Jeux" + intro: "Suivez les jeux actuellement développés par PWindows." + view-game: "Voir le jeu" + back-button: "Retour" + game-status: + in-development: "En développement" + released: "Disponible" + coming-soon: "Bientôt disponible" + contact: + title: "Contactez-nous" + intro: "Choisissez le canal qui correspond le mieux à vos besoins." + support: + title: "Assistance" + text: "Pour de l'aide concernant les comptes, le serveur, la boutique ou la modération, ouvrez une demande dans le portail d'assistance." + btn: "Ouvrir l'assistance" + community: + title: "Communauté" + text: "Pour des discussions générales et des mises à jour du projet, rejoignez la communauté Discord de PWindows." + btn: "Rejoindre Discord" + feedback: + title: "Rétroaction" + intro: "Dites-nous ce qui fonctionne, ce qui n'est pas clair ou ce que vous souhaiteriez que nous améliorions." + send: "Envoyer vos commentaires" + send-text: "En attendant qu'un formulaire de rétroaction dédié soit disponible, soumettez votre suggestion via le portail d'assistance." + support: "Ouvrir l'assistance" + +de-de: + site: + name: "PWindows" + tagline: "Nicht nur ein Minecraft-Server" + header: + about: "Über uns" + news: "Neuigkeiten" + staff: "Team" + departments: "Abteilungen" + games: "Spiele" + join-server: "Server beitreten" + launch-bedrock: "Bedrock starten" + connect-with-pwindows: "Mit PWindows verbinden" + join: "Beitreten" + footer: + copy: "PWindows. Alle Rechte vorbehalten." + disclaimer: "Nicht verbunden mit Mojang Studios, Microsoft oder Minecraft." + about: "Über uns" + rules: "Regeln" + games: "Spiele" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Abteilungen" + mcd: "Minecraft-Abteilung" + rd: "Roblox-Abteilung" + ud: "Unity-Abteilung" + shop: "Shop" + support: "Support" + feedback: "Feedback" + sitemap: "Sitemap" + contact: "Kontakt" + staff: "Team" + language: "Sprache" + page_titles: + about: "Über PWindows" + news: "Neuigkeiten" + staff: "Team" + departments: "Abteilungen" + games: "Spiele" + contact: "Kontakt" + feedback: "Feedback" + rules: "Regeln" + mcd: "Minecraft-Abteilung" + rd: "Roblox-Abteilung" + ud: "Unity-Abteilung" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Demnächst verfügbar" + index: + catchphrase-top: "Nicht nur ein" + catchphrase-1: "Minecraft-Server" + catchphrase-2: "Spielestudio" + catchphrase-3: "Community" + howtojoin: + title: "Wie man beitritt" + disclaimer: "Gilt nur für den Minecraft-Server" + button-text: "Anleitung anzeigen" + button-text-learnmore: "Mehr erfahren" + button-back: "Zurück" + server-address: + label: "Server-Adresse" + text: "Java- & Bedrock-Edition" + text-back: "Kopiere die Server-IP und füge sie deiner Minecraft-Serverliste hinzu" + button-text: "Demnächst verfügbar" + quick-launch: + label: "Schnellstart" + label-back: "Bedrock starten" + text: "Bedrock-Edition" + text-back: "Klicke, um Minecraft Bedrock zu öffnen und unserem Server sofort beizutreten" + button-text: "Demnächst verfügbar" + realms: + label: "Bedrock Realms" + label-back: "Noch nicht bereit" + text: "Demnächst verfügbar" + text-back: "Unser Bedrock Realms-Beitrittsformat wird derzeit entwickelt" + button-text: "Demnächst verfügbar" + latest-content: + title: "PWindows ist noch in Entwicklung" + text: "Wir haben noch nichts zu zeigen, also hier ein sehr schönes Bild von Schnee in Minecraft. Schau gerne im News-Bereich nach Updates." + button: "Neuigkeiten lesen" + projects: + title: "Unsere Projekte" + link: "Unsere Spiele ansehen" + server: + title: "Minecraft-Server" + text: "Unser Minecraft-Server-Projekt ist noch in Entwicklung. Bleib dran für Updates!" + game-studio: + title: "Spielestudio" + text-1: "Wir haben als Spielestudio an neuen Spielen gearbeitet, wie " + link-sc: "Sacred Cubes" + text-2: " und " + link-ood: "Obby of Dominance" + text-3: ". Wir haben viele Abteilungen, darunter die " + link-r: "Roblox-Abteilung" + text-4: " und die " + link-u: "Unity-Abteilung" + text-5: "." + button: "Mehr erfahren" + news: + title: "Neueste Neuigkeiten" + link: "Alle Neuigkeiten ansehen" + not-found: + text: "Diese Seite konnte nicht gefunden werden." + button-home: "Zur Startseite" + button-news: "Neuigkeiten lesen" + about: + title: "Über PWindows" + intro: "PWindows ist ein Minecraft-Server und ein Community-Projekt, das Spielern aller Altersgruppen ein unterhaltsames und fesselndes Erlebnis bieten möchte. Unser Ziel ist es, eine einladende Umgebung zu schaffen, in der Spieler sich verbinden, zusammenarbeiten und gemeinsam das Spiel genießen können." + server: + title: "Spiel mit uns!" + text: "Tritt unserem Minecraft-Server bei!" + button: "Wie beitreten" + project: + title: "Verfolge das Projekt!" + text: "Lies Entwicklungsneuigkeiten, Community-Ankündigungen und Updates zu dieser Website, dem Server und allgemeine Neuigkeiten über PWindows." + button: "Neuigkeiten lesen" + news: + featured-title: "Neuigkeiten" + no-news: "Es wurden noch keine Neuigkeiten veröffentlicht. Bitte schau später wieder vorbei." + no-featured: "Es wurden noch keine Neuigkeiten veröffentlicht." + title: "Neueste Neuigkeiten" + sort-by: + text: "Sortieren nach" + date-desc: "Neueste zuerst" + date-asc: "Älteste zuerst" + type: "Typ" + title: "Titel" + staff-page: + title: "Team" + intro: "Lerne die Leute kennen, die PWindows aufbauen und verwalten." + owner: "Gründer" + no-members: "Für diese Abteilung sind noch keine Teammitglieder aufgeführt." + back: "Zurück" + departments: + title: "Abteilungen" + intro: "Erfahre mehr über die Teams, die PWindows-Projekte entwickeln." + minecraft-intro: "Erfahre, was das Minecraft-Team zu PWindows beiträgt." + unity-intro: "Erfahre, was das Unity-Team zu PWindows beiträgt." + roblox-intro: "Erfahre, was das Roblox-Team zu PWindows beiträgt." + view-button: "Abteilung anzeigen" + back-button: "Zurück" + team-members: "Teammitglieder" + no-members: "Für diese Abteilung sind noch keine Teammitglieder aufgeführt." + games: + title: "Spiele" + intro: "Verfolge die Spiele, die PWindows derzeit entwickelt." + view-game: "Spiel anzeigen" + back-button: "Zurück" + game-status: + in-development: "In Entwicklung" + released: "Veröffentlicht" + coming-soon: "Demnächst verfügbar" + contact: + title: "Kontakt" + intro: "Wähle den Kanal, der am besten zu deinem Anliegen passt." + support: + title: "Support" + text: "Für Hilfe bei Accounts, Server, Shop oder Moderation öffne ein Ticket im Support-Portal." + btn: "Support öffnen" + community: + title: "Community" + text: "Für allgemeine Gespräche und Projekt-Updates tritt der PWindows-Discord-Community bei." + btn: "Discord beitreten" + feedback: + title: "Feedback" + intro: "Sag uns, was funktioniert, was unklar ist oder was wir verbessern sollen." + send: "Feedback senden" + send-text: "Bis ein dediziertes Feedback-Formular verfügbar ist, reiche deinen Vorschlag über das Support-Portal ein." + support: "Support öffnen" + +it-it: + site: + name: "PWindows" + tagline: "Non solo un server Minecraft" + header: + about: "Chi siamo" + news: "Notizie" + staff: "Staff" + departments: "Dipartimenti" + games: "Giochi" + join-server: "Unisciti al server" + launch-bedrock: "Avvia Bedrock" + connect-with-pwindows: "Connettiti con PWindows" + join: "Unisciti" + footer: + copy: "PWindows. Tutti i diritti riservati." + disclaimer: "Non affiliato a Mojang Studios, Microsoft o Minecraft." + about: "Chi siamo" + rules: "Regole" + games: "Giochi" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Dipartimenti" + mcd: "Dipartimento Minecraft" + rd: "Dipartimento Roblox" + ud: "Dipartimento Unity" + shop: "Negozio" + support: "Supporto" + feedback: "Feedback" + sitemap: "Mappa del sito" + contact: "Contattaci" + staff: "Staff" + language: "Lingua" + page_titles: + about: "Chi siamo" + news: "Notizie" + staff: "Staff" + departments: "Dipartimenti" + games: "Giochi" + contact: "Contattaci" + feedback: "Feedback" + rules: "Regole" + mcd: "Dipartimento Minecraft" + rd: "Dipartimento Roblox" + ud: "Dipartimento Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Prossimamente" + index: + catchphrase-top: "Non solo un" + catchphrase-1: "server Minecraft" + catchphrase-2: "studio di giochi" + catchphrase-3: "comunità" + howtojoin: + title: "Come unirsi" + disclaimer: "Si applica solo al server Minecraft" + button-text: "Vedi istruzioni" + button-text-learnmore: "Scopri di più" + button-back: "Indietro" + server-address: + label: "Indirizzo del server" + text: "Edizione Java e Bedrock" + text-back: "Copia l'IP del server e aggiungilo alla tua lista dei server Minecraft" + button-text: "Prossimamente" + quick-launch: + label: "Avvio rapido" + label-back: "Avvia Bedrock" + text: "Edizione Bedrock" + text-back: "Clicca per aprire Minecraft Bedrock e unirti al nostro server istantaneamente" + button-text: "Prossimamente" + realms: + label: "Bedrock Realms" + label-back: "Non ancora pronto" + text: "Prossimamente" + text-back: "Il nostro formato di accesso ai Bedrock Realms è attualmente in sviluppo" + button-text: "Prossimamente" + latest-content: + title: "PWindows è ancora in sviluppo" + text: "Non abbiamo ancora nulla da mostrare, quindi ecco una bella immagine di neve in Minecraft. Consulta la sezione notizie per aggiornamenti." + button: "Leggi le notizie" + projects: + title: "I nostri progetti" + link: "Vedi i nostri giochi" + server: + title: "Server Minecraft" + text: "Il nostro progetto di server Minecraft è ancora in sviluppo. Resta sintonizzato per aggiornamenti!" + game-studio: + title: "Studio di giochi" + text-1: "Abbiamo lavorato a nuovi giochi come studio, come " + link-sc: "Sacred Cubes" + text-2: " e " + link-ood: "Obby of Dominance" + text-3: ". Abbiamo molti dipartimenti, tra cui il " + link-r: "dipartimento Roblox" + text-4: " e il " + link-u: "dipartimento Unity" + text-5: "." + button: "Scopri di più" + news: + title: "Ultime notizie" + link: "Vedi tutte le notizie" + not-found: + text: "Questa pagina non è stata trovata." + button-home: "Vai alla home" + button-news: "Leggi le notizie" + about: + title: "Chi siamo" + intro: "PWindows è un server Minecraft e un progetto comunitario che mira a offrire un'esperienza divertente e coinvolgente per giocatori di tutte le età. Il nostro obiettivo è creare un ambiente accogliente dove i giocatori possano connettersi, collaborare e godersi il gioco insieme." + server: + title: "Gioca con noi!" + text: "Unisciti al nostro server Minecraft!" + button: "Come unirsi" + project: + title: "Segui il progetto!" + text: "Leggi le notizie di sviluppo, gli annunci della community e gli aggiornamenti su questo sito web, il server e le notizie generali su PWindows." + button: "Leggi le notizie" + news: + featured-title: "Notizie" + no-news: "Non sono state ancora pubblicate notizie. Torna più tardi." + no-featured: "Non sono state ancora pubblicate notizie in evidenza." + title: "Ultime notizie" + sort-by: + text: "Ordina per" + date-desc: "Più recenti prima" + date-asc: "Più vecchi prima" + type: "Tipo" + title: "Titolo" + staff-page: + title: "Staff" + intro: "Conosci le persone che aiutano a costruire e gestire PWindows." + owner: "Fondatore" + no-members: "Non ci sono ancora membri del team elencati per questo dipartimento." + back: "Indietro" + departments: + title: "Dipartimenti" + intro: "Scopri i team che costruiscono i progetti di PWindows." + minecraft-intro: "Scopri cosa il team Minecraft contribuisce a PWindows." + unity-intro: "Scopri cosa il team Unity contribuisce a PWindows." + roblox-intro: "Scopri cosa il team Roblox contribuisce a PWindows." + view-button: "Vedi dipartimento" + back-button: "Indietro" + team-members: "Membri del team" + no-members: "Non ci sono ancora membri del team elencati per questo dipartimento." + games: + title: "Giochi" + intro: "Segui i giochi attualmente in fase di sviluppo da PWindows." + view-game: "Vedi gioco" + back-button: "Indietro" + game-status: + in-development: "In sviluppo" + released: "Rilasciato" + coming-soon: "Prossimamente" + contact: + title: "Contattaci" + intro: "Scegli il canale più adatto alle tue esigenze." + support: + title: "Supporto" + text: "Per assistenza su account, server, negozio o moderazione, apri una richiesta nel portale di supporto." + btn: "Apri supporto" + community: + title: "Comunità" + text: "Per conversazioni generali e aggiornamenti sui progetti, unisciti alla community Discord di PWindows." + btn: "Unisciti a Discord" + feedback: + title: "Feedback" + intro: "Dicci cosa funziona, cosa non è chiaro o cosa vorresti che migliorassimo." + send: "Invia feedback" + send-text: "Fino a quando non sarà disponibile un modulo di feedback dedicato, invia il tuo suggerimento tramite il portale di supporto." + support: "Apri supporto" + +pt-pt: + site: + name: "PWindows" + tagline: "Não apenas um servidor Minecraft" + header: + about: "Sobre" + news: "Notícias" + staff: "Equipa" + departments: "Departamentos" + games: "Jogos" + join-server: "Entrar no servidor" + launch-bedrock: "Iniciar Bedrock" + connect-with-pwindows: "Conectar com PWindows" + join: "Entrar" + footer: + copy: "PWindows. Todos os direitos reservados." + disclaimer: "Não afiliado à Mojang Studios, Microsoft ou Minecraft." + about: "Sobre nós" + rules: "Regras" + games: "Jogos" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departamentos" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + shop: "Loja" + support: "Suporte" + feedback: "Feedback" + sitemap: "Mapa do site" + contact: "Contacto" + staff: "Equipa" + language: "Idioma" + page_titles: + about: "Sobre PWindows" + news: "Notícias" + staff: "Equipa" + departments: "Departamentos" + games: "Jogos" + contact: "Contacto" + feedback: "Feedback" + rules: "Regras" + mcd: "Departamento de Minecraft" + rd: "Departamento de Roblox" + ud: "Departamento de Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Em breve" + index: + catchphrase-top: "Não apenas um" + catchphrase-1: "servidor Minecraft" + catchphrase-2: "estúdio de jogos" + catchphrase-3: "comunidade" + howtojoin: + title: "Como entrar" + disclaimer: "Aplica-se apenas ao servidor Minecraft" + button-text: "Ver instruções" + button-text-learnmore: "Saber mais" + button-back: "Voltar" + server-address: + label: "Endereço do servidor" + text: "Edição Java e Bedrock" + text-back: "Copie o IP do servidor e adicione-o à sua lista de servidores Minecraft" + button-text: "Em breve" + quick-launch: + label: "Início rápido" + label-back: "Iniciar Bedrock" + text: "Edição Bedrock" + text-back: "Clique para abrir o Minecraft Bedrock e entrar no nosso servidor instantaneamente" + button-text: "Em breve" + realms: + label: "Bedrock Realms" + label-back: "Ainda não pronto" + text: "Em breve" + text-back: "O nosso formato de entrada nos Bedrock Realms está atualmente em desenvolvimento" + button-text: "Em breve" + latest-content: + title: "PWindows ainda está em desenvolvimento" + text: "Ainda não temos nada para mostrar, por isso aqui está uma imagem muito bonita de neve no Minecraft. Consulte a secção de notícias para atualizações." + button: "Ler notícias" + projects: + title: "Os nossos projetos" + link: "Ver os nossos jogos" + server: + title: "Servidor Minecraft" + text: "O nosso projeto de servidor Minecraft ainda está em desenvolvimento. Fique atento para atualizações!" + game-studio: + title: "Estúdio de jogos" + text-1: "Temos trabalhado em novos jogos como estúdio, como " + link-sc: "Sacred Cubes" + text-2: " e " + link-ood: "Obby of Dominance" + text-3: ". Temos muitos departamentos, incluindo o " + link-r: "departamento de Roblox" + text-4: " e o " + link-u: "departamento de Unity" + text-5: "." + button: "Saber mais" + news: + title: "Últimas notícias" + link: "Ver todas as notícias" + not-found: + text: "Esta página não foi encontrada." + button-home: "Ir para a página inicial" + button-news: "Ler notícias" + about: + title: "Sobre PWindows" + intro: "PWindows é um servidor Minecraft e um projeto comunitário que visa proporcionar uma experiência divertida e envolvente para jogadores de todas as idades. O nosso objetivo é criar um ambiente acolhedor onde os jogadores possam conectar-se, colaborar e desfrutar do jogo em conjunto." + server: + title: "Jogue connosco!" + text: "Entre no nosso servidor Minecraft!" + button: "Como entrar" + project: + title: "Siga o projeto!" + text: "Leia notícias de desenvolvimento, anúncios comunitários e atualizações sobre este site, o servidor e notícias gerais sobre PWindows." + button: "Ler notícias" + news: + featured-title: "Notícias" + no-news: "Ainda não foram publicadas notícias. Volte mais tarde." + no-featured: "Ainda não foram publicadas notícias em destaque." + title: "Últimas notícias" + sort-by: + text: "Ordenar por" + date-desc: "Mais recentes primeiro" + date-asc: "Mais antigas primeiro" + type: "Tipo" + title: "Título" + staff-page: + title: "Equipa" + intro: "Conheça as pessoas que estão a ajudar a construir e gerir a PWindows." + owner: "Fundador" + no-members: "Ainda não há membros da equipa listados para este departamento." + back: "Voltar" + departments: + title: "Departamentos" + intro: "Conheça as equipas que constroem os projetos da PWindows." + minecraft-intro: "Saiba o que a equipa Minecraft contribui para a PWindows." + unity-intro: "Saiba o que a equipa Unity contribui para a PWindows." + roblox-intro: "Saiba o que a equipa Roblox contribui para a PWindows." + view-button: "Ver departamento" + back-button: "Voltar" + team-members: "Membros da equipa" + no-members: "Ainda não há membros da equipa listados para este departamento." + games: + title: "Jogos" + intro: "Siga os jogos atualmente em desenvolvimento pela PWindows." + view-game: "Ver jogo" + back-button: "Voltar" + game-status: + in-development: "Em desenvolvimento" + released: "Lançado" + coming-soon: "Em breve" + contact: + title: "Contacte-nos" + intro: "Escolha o canal que melhor se adequa ao que precisa." + support: + title: "Suporte" + text: "Para ajuda com contas, servidor, loja ou moderação, abra um pedido no portal de suporte." + btn: "Abrir suporte" + community: + title: "Comunidade" + text: "Para conversas gerais e atualizações do projeto, junte-se à comunidade Discord da PWindows." + btn: "Juntar-se ao Discord" + feedback: + title: "Feedback" + intro: "Diga-nos o que está a funcionar, o que não está claro ou o que gostaria que melhorássemos." + send: "Enviar feedback" + send-text: "Até que um formulário de feedback dedicado esteja disponível, envie a sua sugestão através do portal de suporte." + support: "Abrir suporte" + +pt-br: + site: + name: "PWindows" + tagline: "Não apenas um servidor Minecraft" + header: + about: "Sobre" + news: "Notícias" + staff: "Equipe" + departments: "Departamentos" + games: "Jogos" + join-server: "Entrar no servidor" + launch-bedrock: "Iniciar Bedrock" + connect-with-pwindows: "Conectar com PWindows" + join: "Entrar" + footer: + copy: "PWindows. Todos os direitos reservados." + disclaimer: "Não afiliado à Mojang Studios, Microsoft ou Minecraft." + about: "Sobre nós" + rules: "Regras" + games: "Jogos" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departamentos" + mcd: "Departamento Minecraft" + rd: "Departamento Roblox" + ud: "Departamento Unity" + shop: "Loja" + support: "Suporte" + feedback: "Feedback" + sitemap: "Mapa do site" + contact: "Contato" + staff: "Equipe" + language: "Idioma" + page_titles: + about: "Sobre a PWindows" + news: "Notícias" + staff: "Equipe" + departments: "Departamentos" + games: "Jogos" + contact: "Contato" + feedback: "Feedback" + rules: "Regras" + mcd: "Departamento Minecraft" + rd: "Departamento Roblox" + ud: "Departamento Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Em breve" + index: + catchphrase-top: "Não apenas um" + catchphrase-1: "servidor Minecraft" + catchphrase-2: "estúdio de jogos" + catchphrase-3: "comunidade" + howtojoin: + title: "Como entrar" + disclaimer: "Aplica-se apenas ao servidor Minecraft" + button-text: "Ver instruções" + button-text-learnmore: "Saiba mais" + button-back: "Voltar" + server-address: + label: "Endereço do servidor" + text: "Edição Java e Bedrock" + text-back: "Copie o IP do servidor e adicione à sua lista de servidores Minecraft" + button-text: "Em breve" + quick-launch: + label: "Início rápido" + label-back: "Iniciar Bedrock" + text: "Edição Bedrock" + text-back: "Clique para abrir o Minecraft Bedrock e entrar no nosso servidor instantaneamente" + button-text: "Em breve" + realms: + label: "Bedrock Realms" + label-back: "Ainda não pronto" + text: "Em breve" + text-back: "Nosso formato de entrada nos Bedrock Realms está em desenvolvimento" + button-text: "Em breve" + latest-content: + title: "A PWindows ainda está em desenvolvimento" + text: "Ainda não temos nada para mostrar, então aqui está uma imagem muito bonita de neve no Minecraft. Fique à vontade para conferir a seção de notícias para atualizações." + button: "Ler notícias" + projects: + title: "Nossos projetos" + link: "Ver nossos jogos" + server: + title: "Servidor Minecraft" + text: "Nosso projeto de servidor Minecraft ainda está em desenvolvimento. Fique ligado para atualizações!" + game-studio: + title: "Estúdio de jogos" + text-1: "Temos trabalhado em novos jogos como estúdio, como " + link-sc: "Sacred Cubes" + text-2: " e " + link-ood: "Obby of Dominance" + text-3: ". Temos muitos departamentos, incluindo o " + link-r: "departamento Roblox" + text-4: " e o " + link-u: "departamento Unity" + text-5: "." + button: "Saiba mais" + news: + title: "Últimas notícias" + link: "Ver todas as notícias" + not-found: + text: "Esta página não foi encontrada." + button-home: "Ir para a página inicial" + button-news: "Ler notícias" + about: + title: "Sobre a PWindows" + intro: "A PWindows é um servidor Minecraft e um projeto comunitário que visa proporcionar uma experiência divertida e envolvente para jogadores de todas as idades. Nosso objetivo é criar um ambiente acolhedor onde os jogadores possam se conectar, colaborar e aproveitar o jogo juntos." + server: + title: "Jogue conosco!" + text: "Entre no nosso servidor Minecraft!" + button: "Como entrar" + project: + title: "Siga o projeto!" + text: "Leia notícias de desenvolvimento, anúncios da comunidade e atualizações sobre este site, o servidor e notícias gerais sobre a PWindows." + button: "Ler notícias" + news: + featured-title: "Notícias" + no-news: "Ainda não foram publicadas notícias. Volte mais tarde." + no-featured: "Ainda não foram publicadas notícias em destaque." + title: "Últimas notícias" + sort-by: + text: "Ordenar por" + date-desc: "Mais recentes primeiro" + date-asc: "Mais antigas primeiro" + type: "Tipo" + title: "Título" + staff-page: + title: "Equipe" + intro: "Conheça as pessoas que estão ajudando a construir e gerenciar a PWindows." + owner: "Fundador" + no-members: "Ainda não há membros da equipe listados para este departamento." + back: "Voltar" + departments: + title: "Departamentos" + intro: "Conheça as equipes que constroem os projetos da PWindows." + minecraft-intro: "Saiba o que a equipe Minecraft contribui para a PWindows." + unity-intro: "Saiba o que a equipe Unity contribui para a PWindows." + roblox-intro: "Saiba o que a equipe Roblox contribui para a PWindows." + view-button: "Ver departamento" + back-button: "Voltar" + team-members: "Membros da equipe" + no-members: "Ainda não há membros da equipe listados para este departamento." + games: + title: "Jogos" + intro: "Acompanhe os jogos atualmente em desenvolvimento pela PWindows." + view-game: "Ver jogo" + back-button: "Voltar" + game-status: + in-development: "Em desenvolvimento" + released: "Lançado" + coming-soon: "Em breve" + contact: + title: "Contato" + intro: "Escolha o canal que melhor se adequa ao que você precisa." + support: + title: "Suporte" + text: "Para ajuda com contas, servidor, loja ou moderação, abra uma solicitação no portal de suporte." + btn: "Abrir suporte" + community: + title: "Comunidade" + text: "Para conversas gerais e atualizações do projeto, junte-se à comunidade Discord da PWindows." + btn: "Entrar no Discord" + feedback: + title: "Feedback" + intro: "Diga-nos o que está funcionando, o que não está claro ou o que você gostaria que melhorássemos." + send: "Enviar feedback" + send-text: "Até que um formulário de feedback dedicado esteja disponível, envie sua sugestão através do portal de suporte." + support: "Abrir suporte" + +ja-jp: + site: + name: "PWindows" + tagline: "Minecraftサーバーだけじゃない" + header: + about: "PWindowsについて" + news: "最新ニュース" + staff: "スタッフ" + departments: "部門" + games: "ゲーム" + join-server: "サーバーに参加" + launch-bedrock: "Bedrock版を起動" + connect-with-pwindows: "PWindowsとつながる" + join: "参加する" + footer: + copy: "PWindows. 無断転載を禁じます." + disclaimer: "Mojang Studios、Microsoft、Minecraftとは提携していません。" + about: "私たちについて" + rules: "ルール" + games: "ゲーム" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "部門" + mcd: "Minecraft部門" + rd: "Roblox部門" + ud: "Unity部門" + shop: "ショップ" + support: "サポート" + feedback: "フィードバック" + sitemap: "サイトマップ" + contact: "お問い合わせ" + staff: "スタッフ" + language: "言語" + page_titles: + about: "PWindowsについて" + news: "ニュース" + staff: "スタッフ" + departments: "部門" + games: "ゲーム" + contact: "お問い合わせ" + feedback: "フィードバック" + rules: "ルール" + mcd: "Minecraft部門" + rd: "Roblox部門" + ud: "Unity部門" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "近日公開" + index: + catchphrase-top: "ただの" + catchphrase-1: "Minecraftサーバーじゃない" + catchphrase-2: "ゲームスタジオじゃない" + catchphrase-3: "コミュニティじゃない" + howtojoin: + title: "参加方法" + disclaimer: "Minecraftサーバーにのみ適用されます" + button-text: "手順を見る" + button-text-learnmore: "詳しく見る" + button-back: "戻る" + server-address: + label: "サーバーアドレス" + text: "Java版・Bedrock版" + text-back: "サーバーIPをコピーし、Minecraftのサーバーリストに追加してください" + button-text: "近日公開" + quick-launch: + label: "クイック起動" + label-back: "Bedrock版を起動" + text: "Bedrock版" + text-back: "クリックしてMinecraft Bedrock版を開き、すぐにサーバーへ参加できます" + button-text: "近日公開" + realms: + label: "Bedrock Realms" + label-back: "準備中" + text: "近日公開" + text-back: "Bedrock Realmsへの参加機能は現在開発中です" + button-text: "近日公開" + latest-content: + title: "PWindowsは現在開発中です" + text: "まだお見せできるものがないので、代わりにMinecraftで雪が降っている素敵な画像をご覧ください。最新情報はニュースをご確認ください。" + button: "ニュースを読む" + projects: + title: "プロジェクト" + link: "ゲームを見る" + server: + title: "Minecraftサーバー" + text: "Minecraftサーバープロジェクトは現在開発中です。今後の更新をお楽しみに!" + game-studio: + title: "ゲームスタジオ" + text-1: "私たちはゲームスタジオとして、" + link-sc: "Sacred Cubes" + text-2: "や" + link-ood: "Obby of Dominance" + text-3: "などの新しいゲームを開発しています。PWindowsには、" + link-r: "Roblox部門" + text-4: "や" + link-u: "Unity部門" + text-5: "をはじめとするさまざまな部門があります。" + button: "詳しく見る" + news: + title: "最新ニュース" + link: "すべてのニュースを見る" + not-found: + text: "ページが見つかりませんでした。" + button-home: "ホームへ戻る" + button-news: "ニュースを読む" + about: + title: "PWindowsについて" + intro: "PWindowsは、あらゆる年齢のプレイヤーに楽しく魅力的な体験を提供することを目指すMinecraftサーバー兼コミュニティプロジェクトです。プレイヤー同士がつながり、協力し、一緒にゲームを楽しめる居心地のよい環境づくりを目指しています。" + server: + title: "一緒に遊ぼう!" + text: "Minecraftサーバーに参加しよう!" + button: "参加方法" + project: + title: "プロジェクトをフォロー!" + text: "開発ニュース、コミュニティのお知らせ、このウェブサイトやサーバー、PWindows全般に関する最新情報をご覧ください。" + button: "ニュースを読む" + news: + featured-title: "ニュース" + no-news: "まだニュースは公開されていません。後でもう一度ご確認ください。" + no-featured: "注目ニュースはまだ公開されていません。" + title: "最新ニュース" + sort-by: + text: "並び順" + date-desc: "新しい順" + date-asc: "古い順" + type: "種類" + title: "タイトル" + staff-page: + title: "スタッフ" + intro: "PWindowsの開発と運営を支えるメンバーをご紹介します。" + owner: "オーナー" + no-members: "この部門には現在、公開されているチームメンバーがいません。" + back: "戻る" + departments: + title: "部門" + intro: "PWindowsのプロジェクトを支えるチームをご紹介します。" + minecraft-intro: "MinecraftチームがPWindowsにどのように貢献しているかをご覧ください。" + unity-intro: "UnityチームがPWindowsにどのように貢献しているかをご覧ください。" + roblox-intro: "RobloxチームがPWindowsにどのように貢献しているかをご覧ください。" + view-button: "部門を見る" + back-button: "戻る" + team-members: "チームメンバー" + no-members: "この部門には現在、公開されているチームメンバーがいません。" + games: + title: "ゲーム" + intro: "PWindowsが現在開発しているゲームをご紹介します。" + view-game: "ゲームを見る" + back-button: "戻る" + game-status: + in-development: "開発中" + released: "リリース済み" + coming-soon: "近日公開" + contact: + title: "お問い合わせ" + intro: "お問い合わせ内容に合った窓口をお選びください。" + support: + title: "サポート" + text: "アカウント、サーバー、ショップ、モデレーションに関するサポートが必要な場合は、サポートポータルからリクエストを送信してください。" + btn: "サポートを開く" + community: + title: "コミュニティ" + text: "交流やプロジェクトの最新情報については、PWindowsのDiscordコミュニティにご参加ください。" + btn: "Discordに参加" + feedback: + title: "フィードバック" + intro: "正常に動作している点、分かりにくい点、改善してほしい点をお知らせください。" + send: "フィードバックを送る" + send-text: "専用フォームが用意されるまでは、サポートポータルからご意見をお送りください。" + support: "サポートを開く" + +ko-kr: + site: + name: "PWindows" + tagline: "단순한 Minecraft 서버가 아닙니다" + header: + about: "소개" + news: "뉴스" + staff: "스태프" + departments: "부서" + games: "게임" + join-server: "서버 참여" + launch-bedrock: "Bedrock 실행" + connect-with-pwindows: "PWindows와 연결" + join: "참여" + footer: + copy: "PWindows. 모든 권리 보유." + disclaimer: "Mojang Studios, Microsoft, Minecraft와 제휴하지 않았습니다." + about: "회사 소개" + rules: "규칙" + games: "게임" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "부서" + mcd: "Minecraft 부서" + rd: "Roblox 부서" + ud: "Unity 부서" + shop: "샵" + support: "지원" + feedback: "피드백" + sitemap: "사이트맵" + contact: "문의" + staff: "스태프" + language: "언어" + page_titles: + about: "PWindows 소개" + news: "뉴스" + staff: "스태프" + departments: "부서" + games: "게임" + contact: "문의" + feedback: "피드백" + rules: "규칙" + mcd: "Minecraft 부서" + rd: "Roblox 부서" + ud: "Unity 부서" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "출시 예정" + index: + catchphrase-top: "단순한" + catchphrase-1: "Minecraft 서버" + catchphrase-2: "게임 스튜디오" + catchphrase-3: "커뮤니티" + howtojoin: + title: "참여 방법" + disclaimer: "Minecraft 서버에만 적용됩니다" + button-text: "안내 보기" + button-text-learnmore: "자세히 보기" + button-back: "돌아가기" + server-address: + label: "서버 주소" + text: "Java 및 Bedrock 에디션" + text-back: "서버 IP를 복사하여 Minecraft 서버 목록에 추가하세요" + button-text: "출시 예정" + quick-launch: + label: "빠른 실행" + label-back: "Bedrock 실행" + text: "Bedrock 에디션" + text-back: "클릭하여 Minecraft Bedrock을 열고 즉시 서버에 참여하세요" + button-text: "출시 예정" + realms: + label: "Bedrock Realms" + label-back: "아직 준비되지 않음" + text: "출시 예정" + text-back: "Bedrock Realms 참여 형식이 현재 개발 중입니다" + button-text: "출시 예정" + latest-content: + title: "PWindows는 아직 개발 중입니다" + text: "아직 보여드릴 것이 없습니다. 대신 Minecraft에서 눈이 내리는 아름다운 사진을 보여드립니다. 업데이트는 뉴스 섹션을 확인하세요." + button: "뉴스 읽기" + projects: + title: "프로젝트" + link: "게임 보기" + server: + title: "Minecraft 서버" + text: "Minecraft 서버 프로젝트는 아직 개발 중입니다. 업데이트를 기다려주세요!" + game-studio: + title: "게임 스튜디오" + text-1: "게임 스튜디오로서 새로운 게임을 개발하고 있습니다. " + link-sc: "Sacred Cubes" + text-2: "와" + link-ood: "Obby of Dominance" + text-3: " 등이 있습니다. " + link-r: "Roblox 부서" + text-4: "와" + link-u: "Unity 부서" + text-5: "를 포함한 많은 부서가 있습니다." + button: "자세히 보기" + news: + title: "최신 뉴스" + link: "모든 뉴스 보기" + not-found: + text: "페이지를 찾을 수 없습니다." + button-home: "홈으로" + button-news: "뉴스 읽기" + about: + title: "PWindows 소개" + intro: "PWindows는 모든 연령대의 플레이어에게 재미있고 매력적인 경험을 제공하는 Minecraft 서버 및 커뮤니티 프로젝트입니다. 우리의 목표는 플레이어가 연결하고 협력하며 함께 게임을 즐길 수 있는 환영하는 환경을 만드는 것입니다." + server: + title: "함께 플레이하세요!" + text: "Minecraft 서버에 참여하세요!" + button: "참여 방법" + project: + title: "프로젝트 팔로우!" + text: "개발 뉴스, 커뮤니티 공지사항, 웹사이트 및 서버에 대한 업데이트를 읽어보세요." + button: "뉴스 읽기" + news: + featured-title: "뉴스" + no-news: "아직 게시된 뉴스가 없습니다. 나중에 다시 확인해주세요." + no-featured: "아직 특집 뉴스가 게시되지 않았습니다." + title: "최신 뉴스" + sort-by: + text: "정렬 기준" + date-desc: "최신순" + date-asc: "오래된순" + type: "유형" + title: "제목" + staff-page: + title: "스태프" + intro: "PWindows를 구축하고 관리하는 사람들을 만나보세요." + owner: "창립자" + no-members: "이 부서에 공개된 팀 멤버가 없습니다." + back: "돌아가기" + departments: + title: "부서" + intro: "PWindows 프로젝트를 구축하는 팀을 확인하세요." + minecraft-intro: "Minecraft 팀이 PWindows에 기여하는 내용을 알아보세요." + unity-intro: "Unity 팀이 PWindows에 기여하는 내용을 알아보세요." + roblox-intro: "Roblox 팀이 PWindows에 기여하는 내용을 알아보세요." + view-button: "부서 보기" + back-button: "돌아가기" + team-members: "팀 멤버" + no-members: "이 부서에 공개된 팀 멤버가 없습니다." + games: + title: "게임" + intro: "PWindows가 현재 개발 중인 게임을 팔로우하세요." + view-game: "게임 보기" + back-button: "돌아가기" + game-status: + in-development: "개발 중" + released: "출시됨" + coming-soon: "출시 예정" + contact: + title: "문의하기" + intro: "도움이 필요한 내용에 가장 적합한 채널을 선택하세요." + support: + title: "지원" + text: "계정, 서버, 샵, 모더레이션 관련 도움은 지원 포털에서 요청을 열어주세요." + btn: "지원 열기" + community: + title: "커뮤니티" + text: "일반 대화 및 프로젝트 업데이트는 PWindows Discord 커뮤니티에 가입하세요." + btn: "Discord 가입" + feedback: + title: "피드백" + intro: "무엇이 작동하고, 무엇이 불명확한지, 또는 무엇을 개선했으면 하는지 알려주세요." + send: "피드백 보내기" + send-text: "전용 피드백 양식이 마련될 때까지 지원 포털을 통해 제안을 제출해주세요." + support: "지원 열기" + +ru-ru: + site: + name: "PWindows" + tagline: "Не просто сервер Minecraft" + header: + about: "О нас" + news: "Новости" + staff: "Команда" + departments: "Отделы" + games: "Игры" + join-server: "Присоединиться" + launch-bedrock: "Запустить Bedrock" + connect-with-pwindows: "Связаться с PWindows" + join: "Присоединиться" + footer: + copy: "PWindows. Все права защищены." + disclaimer: "Не аффилировано с Mojang Studios, Microsoft или Minecraft." + about: "О нас" + rules: "Правила" + games: "Игры" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Отделы" + mcd: "Отдел Minecraft" + rd: "Отдел Roblox" + ud: "Отдел Unity" + shop: "Магазин" + support: "Поддержка" + feedback: "Отзывы" + sitemap: "Карта сайта" + contact: "Контакты" + staff: "Команда" + language: "Язык" + page_titles: + about: "О PWindows" + news: "Новости" + staff: "Команда" + departments: "Отделы" + games: "Игры" + contact: "Контакты" + feedback: "Отзывы" + rules: "Правила" + mcd: "Отдел Minecraft" + rd: "Отдел Roblox" + ud: "Отдел Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Скоро" + index: + catchphrase-top: "Не просто" + catchphrase-1: "сервер Minecraft" + catchphrase-2: "игровая студия" + catchphrase-3: "сообщество" + howtojoin: + title: "Как присоединиться" + disclaimer: "Применяется только к серверу Minecraft" + button-text: "Инструкции" + button-text-learnmore: "Узнать больше" + button-back: "Назад" + server-address: + label: "Адрес сервера" + text: "Java и Bedrock издания" + text-back: "Скопируйте IP сервера и добавьте его в свой список серверов Minecraft" + button-text: "Скоро" + quick-launch: + label: "Быстрый запуск" + label-back: "Запустить Bedrock" + text: "Издание Bedrock" + text-back: "Нажмите, чтобы открыть Minecraft Bedrock и мгновенно присоединиться к нашему серверу" + button-text: "Скоро" + realms: + label: "Bedrock Realms" + label-back: "Ещё не готово" + text: "Скоро" + text-back: "Наш формат присоединения к Bedrock Realms находится в разработке" + button-text: "Скоро" + latest-content: + title: "PWindows всё ещё в разработке" + text: "Нам пока нечего показать, так что вот красивое изображение снега в Minecraft. Загляните в раздел новостей для обновлений." + button: "Читать новости" + projects: + title: "Наши проекты" + link: "Посмотреть игры" + server: + title: "Сервер Minecraft" + text: "Наш проект сервера Minecraft всё ещё в разработке. Следите за обновлениями!" + game-studio: + title: "Игровая студия" + text-1: "Мы работаем над новыми играми как студия, такие как " + link-sc: "Sacred Cubes" + text-2: " и " + link-ood: "Obby of Dominance" + text-3: ". У нас много отделов, включая " + link-r: "отдел Roblox" + text-4: " и " + link-u: "отдел Unity" + text-5: "." + button: "Узнать больше" + news: + title: "Последние новости" + link: "Все новости" + not-found: + text: "Страница не найдена." + button-home: "На главную" + button-news: "Читать новости" + about: + title: "О PWindows" + intro: "PWindows — это сервер Minecraft и общественный проект, который стремится предложить увлекательный и интересный опыт для игроков всех возрастов. Наша цель — создать гостеприимную среду, где игроки могут общаться, сотрудничать и наслаждаться игрой вместе." + server: + title: "Играйте с нами!" + text: "Присоединяйтесь к нашему серверу Minecraft!" + button: "Как присоединиться" + project: + title: "Следите за проектом!" + text: "Читайте новости разработки, объявления сообщества и обновления об этом сайте, сервере и общие новости о PWindows." + button: "Читать новости" + news: + featured-title: "Новости" + no-news: "Новости ещё не опубликованы. Загляните позже." + no-featured: "Особенные новости ещё не опубликованы." + title: "Последние новости" + sort-by: + text: "Сортировать по" + date-desc: "Сначала новые" + date-asc: "Сначала старые" + type: "Тип" + title: "Название" + staff-page: + title: "Команда" + intro: "Познакомьтесь с людьми, которые помогают создавать и управлять PWindows." + owner: "Основатель" + no-members: "В этом отделе пока нет публичных членов команды." + back: "Назад" + departments: + title: "Отделы" + intro: "Узнайте о командах, которые создают проекты PWindows." + minecraft-intro: "Узнайте, что команда Minecraft вносит в PWindows." + unity-intro: "Узнайте, что команда Unity вносит в PWindows." + roblox-intro: "Узнайте, что команда Roblox вносит в PWindows." + view-button: "Посмотреть отдел" + back-button: "Назад" + team-members: "Члены команды" + no-members: "В этом отделе пока нет публичных членов команды." + games: + title: "Игры" + intro: "Следите за играми, которые разрабатывает PWindows." + view-game: "Посмотреть игру" + back-button: "Назад" + game-status: + in-development: "В разработке" + released: "Выпущена" + coming-soon: "Скоро" + contact: + title: "Контакты" + intro: "Выберите канал, который лучше всего подходит для вашего вопроса." + support: + title: "Поддержка" + text: "Для получения помощи с аккаунтом, сервером, магазином или модерацией откройте запрос в портале поддержки." + btn: "Открыть поддержку" + community: + title: "Сообщество" + text: "Для общих разговоров и обновлений проекта присоединяйтесь к сообществу PWindows в Discord." + btn: "Присоединиться к Discord" + feedback: + title: "Отзывы" + intro: "Расскажите нам, что работает, что непонятно или что вы хотели бы улучшить." + send: "Отправить отзыв" + send-text: "Пока не будет доступна специальная форма обратной связи, отправьте своё предложение через портал поддержки." + support: "Открыть поддержку" + +nl-nl: + site: + name: "PWindows" + tagline: "Niet zomaar een Minecraft-server" + header: + about: "Over ons" + news: "Nieuws" + staff: "Team" + departments: "Afdelingen" + games: "Spellen" + join-server: "Deelnemen aan server" + launch-bedrock: "Bedrock starten" + connect-with-pwindows: "Verbinden met PWindows" + join: "Deelnemen" + footer: + copy: "PWindows. Alle rechten voorbehouden." + disclaimer: "Niet gelieerd aan Mojang Studios, Microsoft of Minecraft." + about: "Over ons" + rules: "Regels" + games: "Spellen" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Afdelingen" + mcd: "Minecraft-afdeling" + rd: "Roblox-afdeling" + ud: "Unity-afdeling" + shop: "Winkel" + support: "Ondersteuning" + feedback: "Feedback" + sitemap: "Sitemap" + contact: "Contact" + staff: "Team" + language: "Taal" + page_titles: + about: "Over PWindows" + news: "Nieuws" + staff: "Team" + departments: "Afdelingen" + games: "Spellen" + contact: "Contact" + feedback: "Feedback" + rules: "Regels" + mcd: "Minecraft-afdeling" + rd: "Roblox-afdeling" + ud: "Unity-afdeling" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Binnenkort" + index: + catchphrase-top: "Niet zomaar een" + catchphrase-1: "Minecraft-server" + catchphrase-2: "gamestudio" + catchphrase-3: "community" + howtojoin: + title: "Hoe deelnemen" + disclaimer: "Alleen van toepassing op Minecraft-server" + button-text: "Instructies bekijken" + button-text-learnmore: "Meer info" + button-back: "Terug" + server-address: + label: "Serveradres" + text: "Java- & Bedrock-editie" + text-back: "Kopieer het server-IP en voeg het toe aan je Minecraft-serverlijst" + button-text: "Binnenkort" + quick-launch: + label: "Snel starten" + label-back: "Bedrock starten" + text: "Bedrock-editie" + text-back: "Klik om Minecraft Bedrock te openen en onmiddellijk deel te nemen aan onze server" + button-text: "Binnenkort" + realms: + label: "Bedrock Realms" + label-back: "Nog niet klaar" + text: "Binnenkort" + text-back: "Ons Bedrock Realms-deelnameformaat is momenteel in ontwikkeling" + button-text: "Binnenkort" + latest-content: + title: "PWindows is nog in ontwikkeling" + text: "We hebben nog niets te laten zien, dus hier is een mooie afbeelding van sneeuw in Minecraft. Bekijk het nieuwsgedeelte voor updates." + button: "Nieuws lezen" + projects: + title: "Onze projecten" + link: "Bekijk onze spellen" + server: + title: "Minecraft-server" + text: "Ons Minecraft-serverproject is nog in ontwikkeling. Blijf op de hoogte voor updates!" + game-studio: + title: "Gamestudio" + text-1: "We hebben als gamestudio aan nieuwe spellen gewerkt, zoals " + link-sc: "Sacred Cubes" + text-2: " en " + link-ood: "Obby of Dominance" + text-3: ". We hebben veel afdelingen, waaronder de " + link-r: "Roblox-afdeling" + text-4: " en de " + link-u: "Unity-afdeling" + text-5: "." + button: "Meer info" + news: + title: "Laatste nieuws" + link: "Alle nieuws bekijken" + not-found: + text: "Deze pagina kon niet worden gevonden." + button-home: "Naar homepage" + button-news: "Nieuws lezen" + about: + title: "Over PWindows" + intro: "PWindows is een Minecraft-server en communityproject dat een leuke en boeiende ervaring wil bieden voor spelers van alle leeftijden. Ons doel is om een gastvrije omgeving te creëren waar spelers kunnen verbinden, samenwerken en samen van het spel kunnen genieten." + server: + title: "Speel met ons!" + text: "Word lid van onze Minecraft-server!" + button: "Hoe deelnemen" + project: + title: "Volg het project!" + text: "Lees ontwikkelingsnieuws, communityaankondigingen en updates over deze website, de server en algemeen nieuws over PWindows." + button: "Nieuws lezen" + news: + featured-title: "Nieuws" + no-news: "Er is nog geen nieuws gepubliceerd. Kom later terug." + no-featured: "Er is nog geen uitgelicht nieuws gepubliceerd." + title: "Laatste nieuws" + sort-by: + text: "Sorteren op" + date-desc: "Nieuwste eerst" + date-asc: "Oudste eerst" + type: "Type" + title: "Titel" + staff-page: + title: "Team" + intro: "Maak kennis met de mensen die helpen PWindows op te bouwen en te beheren." + owner: "Oprichter" + no-members: "Er zijn nog geen teamleden openbaar voor deze afdeling." + back: "Terug" + departments: + title: "Afdelingen" + intro: "Bekijk de teams die de projecten van PWindows bouwen." + minecraft-intro: "Ontdek wat het Minecraft-team bijdraagt aan PWindows." + unity-intro: "Ontdek wat het Unity-team bijdraagt aan PWindows." + roblox-intro: "Ontdek wat het Roblox-team bijdraagt aan PWindows." + view-button: "Afdeling bekijken" + back-button: "Terug" + team-members: "Teamleden" + no-members: "Er zijn nog geen teamleden openbaar voor deze afdeling." + games: + title: "Spellen" + intro: "Volg de spellen die momenteel door PWindows worden ontwikkeld." + view-game: "Spel bekijken" + back-button: "Terug" + game-status: + in-development: "In ontwikkeling" + released: "Uitgebracht" + coming-soon: "Binnenkort" + contact: + title: "Contact" + intro: "Kies het kanaal dat het beste bij je vraag past." + support: + title: "Ondersteuning" + text: "Voor hulp met accounts, server, winkel of moderatie, open een verzoek in het ondersteuningsportaal." + btn: "Ondersteuning openen" + community: + title: "Community" + text: "Voor algemene gesprekken en projectupdates, word lid van de PWindows Discord-community." + btn: "Word lid van Discord" + feedback: + title: "Feedback" + intro: "Vertel ons wat werkt, wat onduidelijk is of wat je zou willen dat we verbeteren." + send: "Feedback sturen" + send-text: "Totdat er een speciaal feedbackformulier beschikbaar is, kun je je suggestie indienen via het ondersteuningsportaal." + support: "Ondersteuning openen" + +pl-pl: + site: + name: "PWindows" + tagline: "Nie tylko serwer Minecraft" + header: + about: "O nas" + news: "Aktualności" + staff: "Zespół" + departments: "Działy" + games: "Gry" + join-server: "Dołącz do serwera" + launch-bedrock: "Uruchom Bedrock" + connect-with-pwindows: "Połącz się z PWindows" + join: "Dołącz" + footer: + copy: "PWindows. Wszelkie prawa zastrzeżone." + disclaimer: "Nie jest powiązany z Mojang Studios, Microsoft lub Minecraft." + about: "O nas" + rules: "Zasady" + games: "Gry" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Działy" + mcd: "Dział Minecraft" + rd: "Dział Roblox" + ud: "Dział Unity" + shop: "Sklep" + support: "Wsparcie" + feedback: "Opinie" + sitemap: "Mapa strony" + contact: "Kontakt" + staff: "Zespół" + language: "Język" + page_titles: + about: "O PWindows" + news: "Aktualności" + staff: "Zespół" + departments: "Działy" + games: "Gry" + contact: "Kontakt" + feedback: "Opinie" + rules: "Zasady" + mcd: "Dział Minecraft" + rd: "Dział Roblox" + ud: "Dział Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Wkrótce" + index: + catchphrase-top: "Nie tylko" + catchphrase-1: "serwer Minecraft" + catchphrase-2: "studio gier" + catchphrase-3: "społeczność" + howtojoin: + title: "Jak dołączyć" + disclaimer: "Dotyczy tylko serwera Minecraft" + button-text: "Zobacz instrukcje" + button-text-learnmore: "Dowiedz się więcej" + button-back: "Wróć" + server-address: + label: "Adres serwera" + text: "Edycja Java i Bedrock" + text-back: "Skopiuj IP serwera i dodaj je do listy serwerów Minecraft" + button-text: "Wkrótce" + quick-launch: + label: "Szybkie uruchamianie" + label-back: "Uruchom Bedrock" + text: "Edycja Bedrock" + text-back: "Kliknij, aby otworzyć Minecraft Bedrock i natychmiast dołączyć do naszego serwera" + button-text: "Wkrótce" + realms: + label: "Bedrock Realms" + label-back: "Jeszcze nie gotowe" + text: "Wkrótce" + text-back: "Nasz format dołączania do Bedrock Realms jest obecnie w fazie rozwoju" + button-text: "Wkrótce" + latest-content: + title: "PWindows jest nadal w fazie rozwoju" + text: "Nie mamy jeszcze nic do pokazania, więc oto bardzo ładny obrazek śniegu w Minecraft. Sprawdź sekcję aktualności, aby zobaczyć aktualizacje." + button: "Czytaj aktualności" + projects: + title: "Nasze projekty" + link: "Zobacz nasze gry" + server: + title: "Serwer Minecraft" + text: "Nasz projekt serwera Minecraft jest nadal w fazie rozwoju. Bądź na bieżąco!" + game-studio: + title: "Studio gier" + text-1: "Pracujemy nad nowymi grami jako studio, takimi jak " + link-sc: "Sacred Cubes" + text-2: " i " + link-ood: "Obby of Dominance" + text-3: ". Mamy wiele działów, w tym " + link-r: "dział Roblox" + text-4: " i " + link-u: "dział Unity" + text-5: "." + button: "Dowiedz się więcej" + news: + title: "Najnowsze aktualności" + link: "Zobacz wszystkie aktualności" + not-found: + text: "Nie znaleziono tej strony." + button-home: "Strona główna" + button-news: "Czytaj aktualności" + about: + title: "O PWindows" + intro: "PWindows to serwer Minecraft i projekt społecznościowy, który ma na celu zapewnienie zabawnego i angażującego doświadczenia dla graczy w każdym wieku. Naszym celem jest stworzenie przyjaznego środowiska, w którym gracze mogą się łączyć, współpracować i cieszyć się grą razem." + server: + title: "Graj z nami!" + text: "Dołącz do naszego serwera Minecraft!" + button: "Jak dołączyć" + project: + title: "Śledź projekt!" + text: "Czytaj aktualności z rozwoju, ogłoszenia społeczności oraz aktualizacje dotyczące tej strony internetowej, serwera i ogólnych wiadomości o PWindows." + button: "Czytaj aktualności" + news: + featured-title: "Aktualności" + no-news: "Nie opublikowano jeszcze żadnych aktualności. Zajrzyj później." + no-featured: "Nie opublikowano jeszcze żadnych wyróżnionych aktualności." + title: "Najnowsze aktualności" + sort-by: + text: "Sortuj według" + date-desc: "Od najnowszych" + date-asc: "Od najstarszych" + type: "Typ" + title: "Tytuł" + staff-page: + title: "Zespół" + intro: "Poznaj osoby, które pomagają budować i zarządzać PWindows." + owner: "Założyciel" + no-members: "Nie ma jeszcze publicznie wymienionych członków zespołu dla tego działu." + back: "Wróć" + departments: + title: "Działy" + intro: "Sprawdź zespoły, które budują projekty PWindows." + minecraft-intro: "Dowiedz się, co zespół Minecraft wnosi do PWindows." + unity-intro: "Dowiedz się, co zespół Unity wnosi do PWindows." + roblox-intro: "Dowiedz się, co zespół Roblox wnosi do PWindows." + view-button: "Zobacz dział" + back-button: "Wróć" + team-members: "Członkowie zespołu" + no-members: "Nie ma jeszcze publicznie wymienionych członków zespołu dla tego działu." + games: + title: "Gry" + intro: "Śledź gry, które są obecnie rozwijane przez PWindows." + view-game: "Zobacz grę" + back-button: "Wróć" + game-status: + in-development: "W fazie rozwoju" + released: "Wydana" + coming-soon: "Wkrótce" + contact: + title: "Kontakt" + intro: "Wybierz kanał, który najlepiej odpowiada Twoim potrzebom." + support: + title: "Wsparcie" + text: "W przypadku pomocy z kontem, serwerem, sklepem lub moderacją otwórz zgłoszenie w portalu wsparcia." + btn: "Otwórz wsparcie" + community: + title: "Społeczność" + text: "W celu ogólnej rozmowy i aktualizacji projektu dołącz do społeczności PWindows na Discordzie." + btn: "Dołącz do Discord" + feedback: + title: "Opinie" + intro: "Powiedz nam, co działa, co jest niejasne lub co chciałbyś, abyśmy poprawili." + send: "Wyślij opinię" + send-text: "Do czasu udostępnienia dedykowanego formularza opinii, prześlij swoją sugestię za pośrednictwem portalu wsparcia." + support: "Otwórz wsparcie" + +sv-se: + site: + name: "PWindows" + tagline: "Inte bara en Minecraft-server" + header: + about: "Om oss" + news: "Nyheter" + staff: "Personal" + departments: "Avdelningar" + games: "Spel" + join-server: "Gå med i servern" + launch-bedrock: "Starta Bedrock" + connect-with-pwindows: "Anslut med PWindows" + join: "Gå med" + footer: + copy: "PWindows. Alla rättigheter förbehållna." + disclaimer: "Inte anslutet till Mojang Studios, Microsoft eller Minecraft." + about: "Om oss" + rules: "Regler" + games: "Spel" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Avdelningar" + mcd: "Minecraft-avdelningen" + rd: "Roblox-avdelningen" + ud: "Unity-avdelningen" + shop: "Butik" + support: "Support" + feedback: "Feedback" + sitemap: "Webbplatskarta" + contact: "Kontakt" + staff: "Personal" + language: "Språk" + page_titles: + about: "Om PWindows" + news: "Nyheter" + staff: "Personal" + departments: "Avdelningar" + games: "Spel" + contact: "Kontakt" + feedback: "Feedback" + rules: "Regler" + mcd: "Minecraft-avdelningen" + rd: "Roblox-avdelningen" + ud: "Unity-avdelningen" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Kommer snart" + index: + catchphrase-top: "Inte bara en" + catchphrase-1: "Minecraft-server" + catchphrase-2: "spelstudio" + catchphrase-3: "gemenskap" + howtojoin: + title: "Hur man går med" + disclaimer: "Gäller endast Minecraft-servern" + button-text: "Visa instruktioner" + button-text-learnmore: "Läs mer" + button-back: "Tillbaka" + server-address: + label: "Serveradress" + text: "Java- och Bedrock-utgåva" + text-back: "Kopiera server-IP och lägg till det i din Minecraft-serverlista" + button-text: "Kommer snart" + quick-launch: + label: "Snabblansering" + label-back: "Starta Bedrock" + text: "Bedrock-utgåva" + text-back: "Klicka för att öppna Minecraft Bedrock och gå med i vår server omedelbart" + button-text: "Kommer snart" + realms: + label: "Bedrock Realms" + label-back: "Inte redo än" + text: "Kommer snart" + text-back: "Vårt Bedrock Realms-anslutningsformat är för närvarande under utveckling" + button-text: "Kommer snart" + latest-content: + title: "PWindows är fortfarande under utveckling" + text: "Vi har inget att visa ännu, så här är en mycket fin bild av snö i Minecraft. Kolla gärna in nyhetssektionen för uppdateringar." + button: "Läs nyheterna" + projects: + title: "Våra projekt" + link: "Se våra spel" + server: + title: "Minecraft-server" + text: "Vårt Minecraft-serverprojekt är fortfarande under utveckling. Håll utkik efter uppdateringar!" + game-studio: + title: "Spelstudio" + text-1: "Vi har arbetat med nya spel som spelstudio, som " + link-sc: "Sacred Cubes" + text-2: " och " + link-ood: "Obby of Dominance" + text-3: ". Vi har många avdelningar, inklusive " + link-r: "Roblox-avdelningen" + text-4: " och " + link-u: "Unity-avdelningen" + text-5: "." + button: "Läs mer" + news: + title: "Senaste nytt" + link: "Se alla nyheter" + not-found: + text: "Sidan kunde inte hittas." + button-home: "Gå till startsidan" + button-news: "Läs nyheterna" + about: + title: "Om PWindows" + intro: "PWindows är en Minecraft-server och ett gemenskapsprojekt som syftar till att erbjuda en rolig och engagerande upplevelse för spelare i alla åldrar. Vårt mål är att skapa en välkomnande miljö där spelare kan ansluta, samarbeta och njuta av spelet tillsammans." + server: + title: "Spela med oss!" + text: "Gå med i vår Minecraft-server!" + button: "Hur man går med" + project: + title: "Följ projektet!" + text: "Läs utvecklingsnyheter, gemenskapsmeddelanden och uppdateringar om denna webbplats, servern och allmänna nyheter om PWindows." + button: "Läs nyheterna" + news: + featured-title: "Nyheter" + no-news: "Inga nyheter har publicerats ännu. Kom tillbaka senare." + no-featured: "Inga utvalda nyheter har publicerats ännu." + title: "Senaste nytt" + sort-by: + text: "Sortera efter" + date-desc: "Nyast först" + date-asc: "Äldst först" + type: "Typ" + title: "Titel" + staff-page: + title: "Personal" + intro: "Möt personerna som hjälper till att bygga och hantera PWindows." + owner: "Grundare" + no-members: "Inga teammedlemmar är offentligt listade för denna avdelning ännu." + back: "Tillbaka" + departments: + title: "Avdelningar" + intro: "Kolla in teamen som bygger PWindows projekt." + minecraft-intro: "Lär dig vad Minecraft-teamet bidrar med till PWindows." + unity-intro: "Lär dig vad Unity-teamet bidrar med till PWindows." + roblox-intro: "Lär dig vad Roblox-teamet bidrar med till PWindows." + view-button: "Visa avdelning" + back-button: "Tillbaka" + team-members: "Teammedlemmar" + no-members: "Inga teammedlemmar är offentligt listade för denna avdelning ännu." + games: + title: "Spel" + intro: "Följ spelen som för närvarande utvecklas av PWindows." + view-game: "Visa spel" + back-button: "Tillbaka" + game-status: + in-development: "Under utveckling" + released: "Släppt" + coming-soon: "Kommer snart" + contact: + title: "Kontakta oss" + intro: "Välj den kanal som bäst passar dina behov." + support: + title: "Support" + text: "För hjälp med konton, servern, butiken eller moderering, öppna en förfrågan i supportportalen." + btn: "Öppna support" + community: + title: "Gemenskap" + text: "För allmänna samtal och projektuppdateringar, gå med i PWindows Discord-gemenskapen." + btn: "Gå med i Discord" + feedback: + title: "Feedback" + intro: "Berätta vad som fungerar, vad som är otydligt eller vad du vill att vi ska förbättra." + send: "Skicka feedback" + send-text: "Tills ett dedikerat feedbackformulär är tillgängligt, skicka ditt förslag via supportportalen." + support: "Öppna support" + +da-dk: + site: + name: "PWindows" + tagline: "Ikke bare en Minecraft-server" + header: + about: "Om os" + news: "Nyheder" + staff: "Personale" + departments: "Afdeling" + games: "Spil" + join-server: "Tilmeld dig server" + launch-bedrock: "Start Bedrock" + connect-with-pwindows: "Forbind med PWindows" + join: "Tilmeld dig" + footer: + copy: "PWindows. Alle rettigheder forbeholdes." + disclaimer: "Ikke tilknyttet Mojang Studios, Microsoft eller Minecraft." + about: "Om os" + rules: "Regler" + games: "Spil" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Afdeling" + mcd: "Minecraft-afdeling" + rd: "Roblox-afdeling" + ud: "Unity-afdeling" + shop: "Butik" + support: "Support" + feedback: "Feedback" + sitemap: "Sidekort" + contact: "Kontakt" + staff: "Personale" + language: "Sprog" + page_titles: + about: "Om PWindows" + news: "Nyheder" + staff: "Personale" + departments: "Afdeling" + games: "Spil" + contact: "Kontakt" + feedback: "Feedback" + rules: "Regler" + mcd: "Minecraft-afdeling" + rd: "Roblox-afdeling" + ud: "Unity-afdeling" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Kommer snart" + index: + catchphrase-top: "Ikke bare en" + catchphrase-1: "Minecraft-server" + catchphrase-2: "spilstudie" + catchphrase-3: "fællesskab" + howtojoin: + title: "Sådan tilmelder du dig" + disclaimer: "Gælder kun for Minecraft-server" + button-text: "Se vejledning" + button-text-learnmore: "Læs mere" + button-back: "Tilbage" + server-address: + label: "Serveradresse" + text: "Java- og Bedrock-udgave" + text-back: "Kopiér server-IP og tilføj det til din Minecraft-serverliste" + button-text: "Kommer snart" + quick-launch: + label: "Hurtig start" + label-back: "Start Bedrock" + text: "Bedrock-udgave" + text-back: "Klik for at åbne Minecraft Bedrock og tilslutte dig vores server med det samme" + button-text: "Kommer snart" + realms: + label: "Bedrock Realms" + label-back: "Ikke klar endnu" + text: "Kommer snart" + text-back: "Vores Bedrock Realms-tilmeldingsformat er i øjeblikket under udvikling" + button-text: "Kommer snart" + latest-content: + title: "PWindows er stadig under udvikling" + text: "Vi har intet at vise endnu, så her er et meget flot billede af sne i Minecraft. Du er velkommen til at tjekke nyhedssektionen for opdateringer." + button: "Læs nyheder" + projects: + title: "Vores projekter" + link: "Se vores spil" + server: + title: "Minecraft-server" + text: "Vores Minecraft-serverprojekt er stadig under udvikling. Hold øje med opdateringer!" + game-studio: + title: "Spilstudie" + text-1: "Vi har arbejdet på nye spil som et spilstudie, såsom " + link-sc: "Sacred Cubes" + text-2: " og " + link-ood: "Obby of Dominance" + text-3: ". Vi har mange afdelinger, herunder " + link-r: "Roblox-afdelingen" + text-4: " og " + link-u: "Unity-afdelingen" + text-5: "." + button: "Læs mere" + news: + title: "Seneste nyheder" + link: "Se alle nyheder" + not-found: + text: "Siden kunne ikke findes." + button-home: "Gå til hjem" + button-news: "Læs nyheder" + about: + title: "Om PWindows" + intro: "PWindows er en Minecraft-server og et fællesskabsprojekt, der sigter mod at give en sjov og engagerende oplevelse for spillere i alle aldre. Vores mål er at skabe et imødekommende miljø, hvor spillere kan forbinde, samarbejde og nyde spillet sammen." + server: + title: "Spil med os!" + text: "Tilmeld dig vores Minecraft-server!" + button: "Sådan tilmelder du dig" + project: + title: "Følg projektet!" + text: "Læs udviklingsnyheder, fællesskabsmeddelelser og opdateringer om denne hjemmeside, serveren og generelle nyheder om PWindows." + button: "Læs nyheder" + news: + featured-title: "Nyheder" + no-news: "Der er endnu ikke offentliggjort nogen nyheder. Kom tilbage senere." + no-featured: "Der er endnu ikke offentliggjort nogen fremhævede nyheder." + title: "Seneste nyheder" + sort-by: + text: "Sorter efter" + date-desc: "Nyeste først" + date-asc: "Ældste først" + type: "Type" + title: "Titel" + staff-page: + title: "Personale" + intro: "Mød de personer, der hjælper med at bygge og administrere PWindows." + owner: "Grundlægger" + no-members: "Der er endnu ikke offentligt listet teammedlemmer for denne afdeling." + back: "Tilbage" + departments: + title: "Afdeling" + intro: "Se de teams, der bygger PWindows' projekter." + minecraft-intro: "Lær, hvad Minecraft-teamet bidrager med til PWindows." + unity-intro: "Lær, hvad Unity-teamet bidrager med til PWindows." + roblox-intro: "Lær, hvad Roblox-teamet bidrager med til PWindows." + view-button: "Se afdeling" + back-button: "Tilbage" + team-members: "Teammedlemmer" + no-members: "Der er endnu ikke offentligt listet teammedlemmer for denne afdeling." + games: + title: "Spil" + intro: "Følg de spil, der i øjeblikket er under udvikling af PWindows." + view-game: "Se spil" + back-button: "Tilbage" + game-status: + in-development: "Under udvikling" + released: "Udgivet" + coming-soon: "Kommer snart" + contact: + title: "Kontakt os" + intro: "Vælg den kanal, der bedst passer til dine behov." + support: + title: "Support" + text: "For hjælp med konti, server, butik eller moderation, åbn en anmodning i supportportalen." + btn: "Åbn support" + community: + title: "Fællesskab" + text: "For generelle samtaler og projektopdateringer, tilslut dig PWindows Discord-fællesskabet." + btn: "Tilmeld dig Discord" + feedback: + title: "Feedback" + intro: "Fortæl os, hvad der fungerer, hvad der er uklart, eller hvad du gerne vil have os til at forbedre." + send: "Send feedback" + send-text: "Indtil et dedikeret feedbackformular er tilgængeligt, skal du indsende dit forslag via supportportalen." + support: "Åbn support" + +no-no: + site: + name: "PWindows" + tagline: "Ikke bare en Minecraft-server" + header: + about: "Om oss" + news: "Nyheter" + staff: "Personale" + departments: "Avdelinger" + games: "Spill" + join-server: "Bli med på server" + launch-bedrock: "Start Bedrock" + connect-with-pwindows: "Koble til PWindows" + join: "Bli med" + footer: + copy: "PWindows. Alle rettigheter reservert." + disclaimer: "Ikke tilknyttet Mojang Studios, Microsoft eller Minecraft." + about: "Om oss" + rules: "Regler" + games: "Spill" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Avdelinger" + mcd: "Minecraft-avdeling" + rd: "Roblox-avdeling" + ud: "Unity-avdeling" + shop: "Butikk" + support: "Støtte" + feedback: "Tilbakemelding" + sitemap: "Sidekart" + contact: "Kontakt" + staff: "Personale" + language: "Språk" + page_titles: + about: "Om PWindows" + news: "Nyheter" + staff: "Personale" + departments: "Avdelinger" + games: "Spill" + contact: "Kontakt" + feedback: "Tilbakemelding" + rules: "Regler" + mcd: "Minecraft-avdeling" + rd: "Roblox-avdeling" + ud: "Unity-avdeling" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Kommer snart" + index: + catchphrase-top: "Ikke bare en" + catchphrase-1: "Minecraft-server" + catchphrase-2: "spillstudio" + catchphrase-3: "fellesskap" + howtojoin: + title: "Hvordan bli med" + disclaimer: "Gjelder kun for Minecraft-server" + button-text: "Se instruksjoner" + button-text-learnmore: "Les mer" + button-back: "Tilbake" + server-address: + label: "Serveradresse" + text: "Java- og Bedrock-utgave" + text-back: "Kopier server-IP og legg det til i Minecraft-serverlisten din" + button-text: "Kommer snart" + quick-launch: + label: "Hurtigstart" + label-back: "Start Bedrock" + text: "Bedrock-utgave" + text-back: "Klikk for å åpne Minecraft Bedrock og bli med på serveren vår umiddelbart" + button-text: "Kommer snart" + realms: + label: "Bedrock Realms" + label-back: "Ikke klar ennå" + text: "Kommer snart" + text-back: "Vårt Bedrock Realms-tilmeldingsformat er for tiden under utvikling" + button-text: "Kommer snart" + latest-content: + title: "PWindows er fortsatt under utvikling" + text: "Vi har ingenting å vise ennå, så her er et veldig fint bilde av snø i Minecraft. Ta gjerne en titt på nyhetsseksjonen for oppdateringer." + button: "Les nyheter" + projects: + title: "Prosjektene våre" + link: "Se spillene våre" + server: + title: "Minecraft-server" + text: "Minecraft-serverprosjektet vårt er fortsatt under utvikling. Følg med for oppdateringer!" + game-studio: + title: "Spillstudio" + text-1: "Vi har jobbet med nye spill som et spillstudio, som " + link-sc: "Sacred Cubes" + text-2: " og " + link-ood: "Obby of Dominance" + text-3: ". Vi har mange avdelinger, inkludert " + link-r: "Roblox-avdelingen" + text-4: " og " + link-u: "Unity-avdelingen" + text-5: "." + button: "Les mer" + news: + title: "Siste nytt" + link: "Se alle nyheter" + not-found: + text: "Siden ble ikke funnet." + button-home: "Gå til hjem" + button-news: "Les nyheter" + about: + title: "Om PWindows" + intro: "PWindows er en Minecraft-server og et fellesskapsprosjekt som tar sikte på å gi en morsom og engasjerende opplevelse for spillere i alle aldre. Målet vårt er å skape et imøtekommende miljø der spillere kan koble seg sammen, samarbeide og nyte spillet sammen." + server: + title: "Spill med oss!" + text: "Bli med på Minecraft-serveren vår!" + button: "Hvordan bli med" + project: + title: "Følg prosjektet!" + text: "Les utviklingsnyheter, fellesskapskunngjøringer og oppdateringer om denne nettsiden, serveren og generelle nyheter om PWindows." + button: "Les nyheter" + news: + featured-title: "Nyheter" + no-news: "Ingen nyheter er publisert ennå. Kom tilbake senere." + no-featured: "Ingen fremhevede nyheter er publisert ennå." + title: "Siste nytt" + sort-by: + text: "Sorter etter" + date-desc: "Nyeste først" + date-asc: "Eldste først" + type: "Type" + title: "Tittel" + staff-page: + title: "Personale" + intro: "Møt personene som hjelper til med å bygge og administrere PWindows." + owner: "Grunnlegger" + no-members: "Ingen teammedlemmer er offentlig oppført for denne avdelingen ennå." + back: "Tilbake" + departments: + title: "Avdelinger" + intro: "Sjekk ut teamene som bygger PWindows' prosjekter." + minecraft-intro: "Lær hva Minecraft-teamet bidrar med til PWindows." + unity-intro: "Lær hva Unity-teamet bidrar med til PWindows." + roblox-intro: "Lær hva Roblox-teamet bidrar med til PWindows." + view-button: "Se avdeling" + back-button: "Tilbake" + team-members: "Teammedlemmer" + no-members: "Ingen teammedlemmer er offentlig oppført for denne avdelingen ennå." + games: + title: "Spill" + intro: "Følg spillene som for tiden er under utvikling av PWindows." + view-game: "Se spill" + back-button: "Tilbake" + game-status: + in-development: "Under utvikling" + released: "Utgitt" + coming-soon: "Kommer snart" + contact: + title: "Kontakt oss" + intro: "Velg kanalen som passer best til behovene dine." + support: + title: "Støtte" + text: "For hjelp med kontoer, server, butikk eller moderering, åpne en forespørsel i støtteportalen." + btn: "Åpne støtte" + community: + title: "Fellesskap" + text: "For generelle samtaler og prosjektoppdateringer, bli med i PWindows Discord-fellesskapet." + btn: "Bli med på Discord" + feedback: + title: "Tilbakemelding" + intro: "Fortell oss hva som fungerer, hva som er uklart, eller hva du ønsker at vi skal forbedre." + send: "Send tilbakemelding" + send-text: "Inntil et dedikert tilbakemeldingsskjema er tilgjengelig, send inn forslaget ditt via støtteportalen." + support: "Åpne støtte" + +fi-fi: + site: + name: "PWindows" + tagline: "Ei vain Minecraft-palvelin" + header: + about: "Meistä" + news: "Uutiset" + staff: "Henkilökunta" + departments: "Osastot" + games: "Pelit" + join-server: "Liity palvelimelle" + launch-bedrock: "Käynnistä Bedrock" + connect-with-pwindows: "Yhdistä PWindowsiin" + join: "Liity" + footer: + copy: "PWindows. Kaikki oikeudet pidätetään." + disclaimer: "Ei sidoksissa Mojang Studiosiin, Microsoftiin tai Minecraftiin." + about: "Meistä" + rules: "Säännöt" + games: "Pelit" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Osastot" + mcd: "Minecraft-osasto" + rd: "Roblox-osasto" + ud: "Unity-osasto" + shop: "Kauppa" + support: "Tuki" + feedback: "Palaute" + sitemap: "Sivukartta" + contact: "Yhteys" + staff: "Henkilökunta" + language: "Kieli" + page_titles: + about: "Tietoa PWindowsista" + news: "Uutiset" + staff: "Henkilökunta" + departments: "Osastot" + games: "Pelit" + contact: "Yhteys" + feedback: "Palaute" + rules: "Säännöt" + mcd: "Minecraft-osasto" + rd: "Roblox-osasto" + ud: "Unity-osasto" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Tulossa pian" + index: + catchphrase-top: "Ei vain" + catchphrase-1: "Minecraft-palvelin" + catchphrase-2: "pelistudio" + catchphrase-3: "yhteisö" + howtojoin: + title: "Kuinka liittyä" + disclaimer: "Koskee vain Minecraft-palvelinta" + button-text: "Katso ohjeet" + button-text-learnmore: "Lue lisää" + button-back: "Takaisin" + server-address: + label: "Palvelimen osoite" + text: "Java- ja Bedrock-versio" + text-back: "Kopioi palvelimen IP-osoite ja lisää se Minecraft-palvelinlistaasi" + button-text: "Tulossa pian" + quick-launch: + label: "Pikakäynnistys" + label-back: "Käynnistä Bedrock" + text: "Bedrock-versio" + text-back: "Napsauta avataksesi Minecraft Bedrockin ja liity palvelimellemme välittömästi" + button-text: "Tulossa pian" + realms: + label: "Bedrock Realms" + label-back: "Ei vielä valmis" + text: "Tulossa pian" + text-back: "Bedrock Realms -liittymismuotomme on tällä hetkellä kehitteillä" + button-text: "Tulossa pian" + latest-content: + title: "PWindows on vielä kehitysvaiheessa" + text: "Meillä ei ole vielä mitään näytettävää, joten tässä on erittäin hieno kuva lumisateesta Minecraftissa. Voit tutustua uutisosioon päivitysten varalta." + button: "Lue uutiset" + projects: + title: "Projektimme" + link: "Katso pelimme" + server: + title: "Minecraft-palvelin" + text: "Minecraft-palvelinprojektimme on vielä kehitysvaiheessa. Pysy kuulolla päivityksistä!" + game-studio: + title: "Pelistudio" + text-1: "Olemme työskennelleet uusien pelien parissa pelistudiona, kuten " + link-sc: "Sacred Cubes" + text-2: " ja " + link-ood: "Obby of Dominance" + text-3: ". Meillä on monia osastoja, kuten " + link-r: "Roblox-osasto" + text-4: " ja " + link-u: "Unity-osasto" + text-5: "." + button: "Lue lisää" + news: + title: "Uusimmat uutiset" + link: "Katso kaikki uutiset" + not-found: + text: "Sivua ei löytynyt." + button-home: "Etusivulle" + button-news: "Lue uutiset" + about: + title: "Tietoa PWindowsista" + intro: "PWindows on Minecraft-palvelin ja yhteisöprojekti, jonka tavoitteena on tarjota hauska ja mukaansatempaava kokemus kaikenikäisille pelaajille. Tavoitteemme on luoda kutsuva ympäristö, jossa pelaajat voivat olla yhteydessä toisiinsa, tehdä yhteistyötä ja nauttia pelistä yhdessä." + server: + title: "Pelaa kanssamme!" + text: "Liity Minecraft-palvelimellemme!" + button: "Kuinka liittyä" + project: + title: "Seuraa projektia!" + text: "Lue kehitysuutisia, yhteisön ilmoituksia ja päivityksiä tästä verkkosivustosta, palvelimesta ja PWindowsin yleisistä uutisista." + button: "Lue uutiset" + news: + featured-title: "Uutiset" + no-news: "Uutisia ei ole vielä julkaistu. Tule myöhemmin uudelleen." + no-featured: "Valittuja uutisia ei ole vielä julkaistu." + title: "Uusimmat uutiset" + sort-by: + text: "Järjestä" + date-desc: "Uusimmat ensin" + date-asc: "Vanhimmat ensin" + type: "Tyyppi" + title: "Otsikko" + staff-page: + title: "Henkilökunta" + intro: "Tutustu ihmisiin, jotka auttavat rakentamaan ja hallinnoimaan PWindowsia." + owner: "Perustaja" + no-members: "Tälle osastolle ei ole vielä julkisesti listattu tiimin jäseniä." + back: "Takaisin" + departments: + title: "Osastot" + intro: "Tutustu tiimeihin, jotka rakentavat PWindowsin projekteja." + minecraft-intro: "Opi, mitä Minecraft-tiimi tuo PWindowsiin." + unity-intro: "Opi, mitä Unity-tiimi tuo PWindowsiin." + roblox-intro: "Opi, mitä Roblox-tiimi tuo PWindowsiin." + view-button: "Näytä osasto" + back-button: "Takaisin" + team-members: "Tiimin jäsenet" + no-members: "Tälle osastolle ei ole vielä julkisesti listattu tiimin jäseniä." + games: + title: "Pelit" + intro: "Seuraa PWindowsin tällä hetkellä kehittämiä pelejä." + view-game: "Näytä peli" + back-button: "Takaisin" + game-status: + in-development: "Kehitteillä" + released: "Julkaistu" + coming-soon: "Tulossa pian" + contact: + title: "Ota yhteyttä" + intro: "Valitse kanava, joka sopii parhaiten tarpeeseesi." + support: + title: "Tuki" + text: "Saat apua tileihin, palvelimeen, kauppaan tai moderaatioon liittyvissä asioissa avaamalla pyynnön tukiportaalissa." + btn: "Avaa tuki" + community: + title: "Yhteisö" + text: "Yleisiä keskusteluja ja projektipäivityksiä varten liity PWindowsin Discord-yhteisöön." + btn: "Liity Discordiin" + feedback: + title: "Palaute" + intro: "Kerro meille, mikä toimii, mikä on epäselvää tai mitä haluaisit meidän parantavan." + send: "Lähetä palaute" + send-text: "Kunnes erillinen palautelomake on käytettävissä, lähetä ehdotuksesi tukiportaalissa." + support: "Avaa tuki" + +tr-tr: + site: + name: "PWindows" + tagline: "Sadece bir Minecraft sunucusu değil" + header: + about: "Hakkımızda" + news: "Haberler" + staff: "Ekip" + departments: "Departmanlar" + games: "Oyunlar" + join-server: "Sunucuya katıl" + launch-bedrock: "Bedrock'ı başlat" + connect-with-pwindows: "PWindows ile bağlan" + join: "Katıl" + footer: + copy: "PWindows. Tüm hakları saklıdır." + disclaimer: "Mojang Studios, Microsoft veya Minecraft ile bağlantılı değildir." + about: "Hakkımızda" + rules: "Kurallar" + games: "Oyunlar" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departmanlar" + mcd: "Minecraft departmanı" + rd: "Roblox departmanı" + ud: "Unity departmanı" + shop: "Mağaza" + support: "Destek" + feedback: "Geri bildirim" + sitemap: "Site haritası" + contact: "İletişim" + staff: "Ekip" + language: "Dil" + page_titles: + about: "PWindows Hakkında" + news: "Haberler" + staff: "Ekip" + departments: "Departmanlar" + games: "Oyunlar" + contact: "İletişim" + feedback: "Geri bildirim" + rules: "Kurallar" + mcd: "Minecraft Departmanı" + rd: "Roblox Departmanı" + ud: "Unity Departmanı" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Yakında" + index: + catchphrase-top: "Sadece bir" + catchphrase-1: "Minecraft sunucusu" + catchphrase-2: "oyun stüdyosu" + catchphrase-3: "topluluk" + howtojoin: + title: "Nasıl katılınır" + disclaimer: "Yalnızca Minecraft sunucusu için geçerlidir" + button-text: "Talimatları görüntüle" + button-text-learnmore: "Daha fazla bilgi" + button-back: "Geri" + server-address: + label: "Sunucu adresi" + text: "Java ve Bedrock sürümü" + text-back: "Sunucu IP'sini kopyalayın ve Minecraft sunucu listenize ekleyin" + button-text: "Yakında" + quick-launch: + label: "Hızlı başlatma" + label-back: "Bedrock'ı başlat" + text: "Bedrock sürümü" + text-back: "Minecraft Bedrock'ı açmak ve sunucumuza anında katılmak için tıklayın" + button-text: "Yakında" + realms: + label: "Bedrock Realms" + label-back: "Henüz hazır değil" + text: "Yakında" + text-back: "Bedrock Realms katılım formatımız şu anda geliştirilme aşamasındadır" + button-text: "Yakında" + latest-content: + title: "PWindows hala geliştirme aşamasında" + text: "Henüz gösterecek bir şeyimiz yok, bu yüzden Minecraft'ta kar yağışının çok güzel bir resmini sunuyoruz. Güncellemeler için haber bölümüne göz atabilirsiniz." + button: "Haberleri oku" + projects: + title: "Projelerimiz" + link: "Oyunlarımıza göz atın" + server: + title: "Minecraft sunucusu" + text: "Minecraft sunucu projemiz hala geliştirme aşamasındadır. Güncellemeler için takipte kalın!" + game-studio: + title: "Oyun stüdyosu" + text-1: "Bir oyun stüdyosu olarak yeni oyunlar üzerinde çalışıyoruz, örneğin " + link-sc: "Sacred Cubes" + text-2: " ve " + link-ood: "Obby of Dominance" + text-3: ". Birçok departmanımız var, bunlar arasında " + link-r: "Roblox departmanı" + text-4: " ve " + link-u: "Unity departmanı" + text-5: " da bulunuyor." + button: "Daha fazla bilgi" + news: + title: "En son haberler" + link: "Tüm haberleri görüntüle" + not-found: + text: "Bu sayfa bulunamadı." + button-home: "Ana sayfaya dön" + button-news: "Haberleri oku" + about: + title: "PWindows Hakkında" + intro: "PWindows, her yaştan oyuncuya eğlenceli ve ilgi çekici bir deneyim sunmayı amaçlayan bir Minecraft sunucusu ve topluluk projesidir. Hedefimiz, oyuncuların bağlantı kurabileceği, işbirliği yapabileceği ve oyunun tadını birlikte çıkarabileceği sıcak bir ortam yaratmaktır." + server: + title: "Birlikte oynayalım!" + text: "Minecraft sunucumuza katılın!" + button: "Nasıl katılınır" + project: + title: "Projeyi takip edin!" + text: "Geliştirme haberlerini, topluluk duyurularını ve bu web sitesi, sunucu ve PWindows hakkındaki genel haber güncellemelerini okuyun." + button: "Haberleri oku" + news: + featured-title: "Haberler" + no-news: "Henüz haber yayınlanmadı. Lütfen daha sonra tekrar kontrol edin." + no-featured: "Henüz öne çıkan haber yayınlanmadı." + title: "En son haberler" + sort-by: + text: "Sıralama ölçütü" + date-desc: "En yeniler önce" + date-asc: "En eskiler önce" + type: "Tür" + title: "Başlık" + staff-page: + title: "Ekip" + intro: "PWindows'u oluşturmaya ve yönetmeye yardımcı olan kişilerle tanışın." + owner: "Kurucu" + no-members: "Bu departman için henüz halka açık ekip üyesi listelenmemiştir." + back: "Geri" + departments: + title: "Departmanlar" + intro: "PWindows projelerini oluşturan ekipleri inceleyin." + minecraft-intro: "Minecraft ekibinin PWindows'a katkılarını öğrenin." + unity-intro: "Unity ekibinin PWindows'a katkılarını öğrenin." + roblox-intro: "Roblox ekibinin PWindows'a katkılarını öğrenin." + view-button: "Departmanı görüntüle" + back-button: "Geri" + team-members: "Ekip üyeleri" + no-members: "Bu departman için henüz halka açık ekip üyesi listelenmemiştir." + games: + title: "Oyunlar" + intro: "PWindows tarafından şu anda geliştirilmekte olan oyunları takip edin." + view-game: "Oyunu görüntüle" + back-button: "Geri" + game-status: + in-development: "Geliştirme aşamasında" + released: "Yayınlandı" + coming-soon: "Yakında" + contact: + title: "İletişim" + intro: "Yardım ihtiyacınıza en uygun kanalı seçin." + support: + title: "Destek" + text: "Hesap, sunucu, mağaza veya moderasyon yardımı için destek portalında bir talep oluşturun." + btn: "Desteği aç" + community: + title: "Topluluk" + text: "Genel sohbet ve proje güncellemeleri için PWindows Discord topluluğuna katılın." + btn: "Discord'a katıl" + feedback: + title: "Geri bildirim" + intro: "Neyin çalıştığını, neyin net olmadığını veya neyi geliştirmemizi istediğinizi bize söyleyin." + send: "Geri bildirim gönder" + send-text: "Özel bir geri bildirim formu kullanılabilir hale gelene kadar, önerinizi destek portalı aracılığıyla gönderin." + support: "Desteği aç" + +ar-sa: + site: + name: "PWindows" + tagline: "ليس مجرد خادم ماينكرافت" + header: + about: "من نحن" + news: "الأخبار" + staff: "الفريق" + departments: "الأقسام" + games: "الألعاب" + join-server: "انضم إلى الخادم" + launch-bedrock: "تشغيل Bedrock" + connect-with-pwindows: "تواصل مع PWindows" + join: "انضم" + footer: + copy: "PWindows. جميع الحقوق محفوظة." + disclaimer: "غير مرتبط بـ Mojang Studios أو Microsoft أو Minecraft." + about: "من نحن" + rules: "القواعد" + games: "الألعاب" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "الأقسام" + mcd: "قسم ماينكرافت" + rd: "قسم Roblox" + ud: "قسم Unity" + shop: "المتجر" + support: "الدعم" + feedback: "ملاحظات" + sitemap: "خريطة الموقع" + contact: "اتصل بنا" + staff: "الفريق" + language: "اللغة" + page_titles: + about: "حول PWindows" + news: "الأخبار" + staff: "الفريق" + departments: "الأقسام" + games: "الألعاب" + contact: "اتصل بنا" + feedback: "ملاحظات" + rules: "القواعد" + mcd: "قسم ماينكرافت" + rd: "قسم Roblox" + ud: "قسم Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "قريباً" + index: + catchphrase-top: "ليس مجرد" + catchphrase-1: "خادم ماينكرافت" + catchphrase-2: "استوديو ألعاب" + catchphrase-3: "مجتمع" + howtojoin: + title: "كيفية الانضمام" + disclaimer: "ينطبق على خادم ماينكرافت فقط" + button-text: "عرض التعليمات" + button-text-learnmore: "اعرف المزيد" + button-back: "رجوع" + server-address: + label: "عنوان الخادم" + text: "إصدار Java و Bedrock" + text-back: "انسخ IP الخادم وأضفه إلى قائمة خوادم ماينكرافت الخاصة بك" + button-text: "قريباً" + quick-launch: + label: "تشغيل سريع" + label-back: "تشغيل Bedrock" + text: "إصدار Bedrock" + text-back: "انقر لفتح Minecraft Bedrock والانضمام إلى خادمنا فوراً" + button-text: "قريباً" + realms: + label: "Bedrock Realms" + label-back: "غير جاهز بعد" + text: "قريباً" + text-back: "تنسيق الانضمام إلى Bedrock Realms قيد التطوير حالياً" + button-text: "قريباً" + latest-content: + title: "PWindows لا يزال قيد التطوير" + text: "ليس لدينا ما نعرضه بعد، لذا إليك صورة جميلة جداً للثلج في ماينكرافت. لا تتردد في مراجعة قسم الأخبار للحصول على التحديثات." + button: "قراءة الأخبار" + projects: + title: "مشاريعنا" + link: "اطلع على ألعابنا" + server: + title: "خادم ماينكرافت" + text: "مشروع خادم ماينكرافت الخاص بنا لا يزال قيد التطوير. ترقبوا التحديثات!" + game-studio: + title: "استوديو ألعاب" + text-1: "عملنا كاستوديو ألعاب على ألعاب جديدة، مثل " + link-sc: "Sacred Cubes" + text-2: " و " + link-ood: "Obby of Dominance" + text-3: ". لدينا العديد من الأقسام، بما في ذلك " + link-r: "قسم Roblox" + text-4: " و " + link-u: "قسم Unity" + text-5: "." + button: "اعرف المزيد" + news: + title: "أحدث الأخبار" + link: "عرض جميع الأخبار" + not-found: + text: "لم يتم العثور على هذه الصفحة." + button-home: "الصفحة الرئيسية" + button-news: "قراءة الأخبار" + about: + title: "حول PWindows" + intro: "PWindows هو خادم ماينكرافت ومشروع مجتمعي يهدف إلى توفير تجربة ممتعة وجذابة للاعبين من جميع الأعمار. هدفنا هو خلق بيئة ترحيبية حيث يمكن للاعبين التواصل والتعاون والاستمتاع باللعبة معاً." + server: + title: "العب معنا!" + text: "انضم إلى خادم ماينكرافت الخاص بنا!" + button: "كيفية الانضمام" + project: + title: "تابع المشروع!" + text: "اقرأ أخبار التطوير وإعلانات المجتمع والتحديثات حول هذا الموقع والخادم والأخبار العامة عن PWindows." + button: "قراءة الأخبار" + news: + featured-title: "الأخبار" + no-news: "لم يتم نشر أي أخبار بعد. يرجى العودة لاحقاً." + no-featured: "لم يتم نشر أي أخبار مميزة بعد." + title: "أحدث الأخبار" + sort-by: + text: "ترتيب حسب" + date-desc: "الأحدث أولاً" + date-asc: "الأقدم أولاً" + type: "النوع" + title: "العنوان" + staff-page: + title: "الفريق" + intro: "تعرف على الأشخاص الذين يساعدون في بناء وإدارة PWindows." + owner: "المؤسس" + no-members: "لم يتم إدراج أي أعضاء فريق علناً لهذا القسم بعد." + back: "رجوع" + departments: + title: "الأقسام" + intro: "اطلع على الفرق التي تبني مشاريع PWindows." + minecraft-intro: "تعرف على ما يقدمه فريق ماينكرافت لـ PWindows." + unity-intro: "تعرف على ما يقدمه فريق Unity لـ PWindows." + roblox-intro: "تعرف على ما يقدمه فريق Roblox لـ PWindows." + view-button: "عرض القسم" + back-button: "رجوع" + team-members: "أعضاء الفريق" + no-members: "لم يتم إدراج أي أعضاء فريق علناً لهذا القسم بعد." + games: + title: "الألعاب" + intro: "تابع الألعاب التي يتم تطويرها حالياً بواسطة PWindows." + view-game: "عرض اللعبة" + back-button: "رجوع" + game-status: + in-development: "قيد التطوير" + released: "تم الإصدار" + coming-soon: "قريباً" + contact: + title: "اتصل بنا" + intro: "اختر القناة التي تناسب احتياجاتك بشكل أفضل." + support: + title: "الدعم" + text: "للحصول على مساعدة بشأن الحساب أو الخادم أو المتجر أو الإشراف، افتح طلباً في بوابة الدعم." + btn: "فتح الدعم" + community: + title: "المجتمع" + text: "للمحادثات العامة وتحديثات المشروع، انضم إلى مجتمع PWindows على Discord." + btn: "انضم إلى Discord" + feedback: + title: "ملاحظات" + intro: "أخبرنا ما الذي يعمل بشكل جيد، وما هو غير واضح، أو ما الذي تريدنا تحسينه." + send: "إرسال الملاحظات" + send-text: "حتى يتوفر نموذج ملاحظات مخصص، يمكنك إرسال اقتراحك عبر بوابة الدعم." + support: "فتح الدعم" + +he-il: + site: + name: "PWindows" + tagline: "לא רק שרת Minecraft" + header: + about: "אודות" + news: "חדשות" + staff: "צוות" + departments: "מחלקות" + games: "משחקים" + join-server: "הצטרף לשרת" + launch-bedrock: "הפעל Bedrock" + connect-with-pwindows: "התחבר ל-PWindows" + join: "הצטרף" + footer: + copy: "PWindows. כל הזכויות שמורות." + disclaimer: "אינו קשור ל-Mojang Studios, Microsoft או Minecraft." + about: "אודותינו" + rules: "חוקים" + games: "משחקים" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "מחלקות" + mcd: "מחלקת Minecraft" + rd: "מחלקת Roblox" + ud: "מחלקת Unity" + shop: "חנות" + support: "תמיכה" + feedback: "משוב" + sitemap: "מפת אתר" + contact: "יצירת קשר" + staff: "צוות" + language: "שפה" + page_titles: + about: "אודות PWindows" + news: "חדשות" + staff: "צוות" + departments: "מחלקות" + games: "משחקים" + contact: "יצירת קשר" + feedback: "משוב" + rules: "חוקים" + mcd: "מחלקת Minecraft" + rd: "מחלקת Roblox" + ud: "מחלקת Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "בקרוב" + index: + catchphrase-top: "לא רק" + catchphrase-1: "שרת Minecraft" + catchphrase-2: "סטודיו למשחקים" + catchphrase-3: "קהילה" + howtojoin: + title: "איך להצטרף" + disclaimer: "חל רק על שרת Minecraft" + button-text: "צפה בהוראות" + button-text-learnmore: "מידע נוסף" + button-back: "חזור" + server-address: + label: "כתובת השרת" + text: "גרסת Java ו-Bedrock" + text-back: "העתק את ה-IP של השרת והוסף אותו לרשימת שרתי Minecraft שלך" + button-text: "בקרוב" + quick-launch: + label: "הפעלה מהירה" + label-back: "הפעל Bedrock" + text: "גרסת Bedrock" + text-back: "לחץ כדי לפתוח את Minecraft Bedrock ולהצטרף לשרת שלנו באופן מיידי" + button-text: "בקרוב" + realms: + label: "Bedrock Realms" + label-back: "עדיין לא מוכן" + text: "בקרוב" + text-back: "פורמט ההצטרפות ל-Bedrock Realms נמצא כרגע בפיתוח" + button-text: "בקרוב" + latest-content: + title: "PWindows עדיין בפיתוח" + text: "אין לנו עדיין מה להראות, אז הנה תמונה יפה של שלג ב-Minecraft. ניתן לבדוק את מדור החדשות לעדכונים." + button: "קרא חדשות" + projects: + title: "הפרויקטים שלנו" + link: "ראה את המשחקים שלנו" + server: + title: "שרת Minecraft" + text: "פרויקט שרת Minecraft שלנו עדיין בפיתוח. הישאר מעודכן לעדכונים!" + game-studio: + title: "סטודיו למשחקים" + text-1: "עבדנו על משחקים חדשים כסטודיו, כגון " + link-sc: "Sacred Cubes" + text-2: " ו-" + link-ood: "Obby of Dominance" + text-3: ". יש לנו מחלקות רבות, כולל " + link-r: "מחלקת Roblox" + text-4: " ו-" + link-u: "מחלקת Unity" + text-5: "." + button: "מידע נוסף" + news: + title: "חדשות אחרונות" + link: "ראה את כל החדשות" + not-found: + text: "הדף לא נמצא." + button-home: "עמוד הבית" + button-news: "קרא חדשות" + about: + title: "אודות PWindows" + intro: "PWindows הוא שרת Minecraft ופרויקט קהילתי שמטרתו לספק חוויה מהנה ומרתקת לשחקנים בכל הגילאים. המטרה שלנו היא ליצור סביבה מזמינה שבה שחקנים יכולים להתחבר, לשתף פעולה וליהנות מהמשחק יחד." + server: + title: "שחק איתנו!" + text: "הצטרף לשרת Minecraft שלנו!" + button: "איך להצטרף" + project: + title: "עקוב אחר הפרויקט!" + text: "קרא חדשות פיתוח, הודעות קהילה ועדכונים אודות אתר זה, השרת וחדשות כלליות על PWindows." + button: "קרא חדשות" + news: + featured-title: "חדשות" + no-news: "עדיין לא פורסמו חדשות. אנא בדוק שוב מאוחר יותר." + no-featured: "עדיין לא פורסמו חדשות מובילות." + title: "חדשות אחרונות" + sort-by: + text: "מיין לפי" + date-desc: "החדשות תחילה" + date-asc: "הישנות תחילה" + type: "סוג" + title: "כותרת" + staff-page: + title: "צוות" + intro: "הכירו את האנשים שעוזרים לבנות ולנהל את PWindows." + owner: "מייסד" + no-members: "עדיין לא רשומים חברי צוות ציבוריים עבור מחלקה זו." + back: "חזור" + departments: + title: "מחלקות" + intro: "בדוק את הצוותים שבונים את הפרויקטים של PWindows." + minecraft-intro: "למד מה תורם צוות Minecraft ל-PWindows." + unity-intro: "למד מה תורם צוות Unity ל-PWindows." + roblox-intro: "למד מה תורם צוות Roblox ל-PWindows." + view-button: "צפה במחלקה" + back-button: "חזור" + team-members: "חברי צוות" + no-members: "עדיין לא רשומים חברי צוות ציבוריים עבור מחלקה זו." + games: + title: "משחקים" + intro: "עקוב אחר המשחקים המפותחים כיום על ידי PWindows." + view-game: "צפה במשחק" + back-button: "חזור" + game-status: + in-development: "בפיתוח" + released: "שוחרר" + coming-soon: "בקרוב" + contact: + title: "צור קשר" + intro: "בחר את הערוץ המתאים ביותר לצורך שלך." + support: + title: "תמיכה" + text: "לקבלת עזרה בחשבון, שרת, חנות או ניהול, פתח בקשה בפורטל התמיכה." + btn: "פתח תמיכה" + community: + title: "קהילה" + text: "לשיחה כללית ועדכוני פרויקט, הצטרף לקהילת PWindows ב-Discord." + btn: "הצטרף ל-Discord" + feedback: + title: "משוב" + intro: "ספר לנו מה עובד, מה לא ברור, או מה תרצה שנשפר." + send: "שלח משוב" + send-text: "עד שתהיה זמינה טופס משוב ייעודי, שלח את הצעתך דרך פורטל התמיכה." + support: "פתח תמיכה" + +hi-in: + site: + name: "PWindows" + tagline: "सिर्फ एक Minecraft सर्वर नहीं" + header: + about: "हमारे बारे में" + news: "समाचार" + staff: "स्टाफ" + departments: "विभाग" + games: "खेल" + join-server: "सर्वर से जुड़ें" + launch-bedrock: "Bedrock लॉन्च करें" + connect-with-pwindows: "PWindows से जुड़ें" + join: "जुड़ें" + footer: + copy: "PWindows. सभी अधिकार सुरक्षित." + disclaimer: "Mojang Studios, Microsoft या Minecraft से संबद्ध नहीं।" + about: "हमारे बारे में" + rules: "नियम" + games: "खेल" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "विभाग" + mcd: "Minecraft विभाग" + rd: "Roblox विभाग" + ud: "Unity विभाग" + shop: "दुकान" + support: "सहायता" + feedback: "प्रतिक्रिया" + sitemap: "साइट मैप" + contact: "संपर्क करें" + staff: "स्टाफ" + language: "भाषा" + page_titles: + about: "PWindows के बारे में" + news: "समाचार" + staff: "स्टाफ" + departments: "विभाग" + games: "खेल" + contact: "संपर्क करें" + feedback: "प्रतिक्रिया" + rules: "नियम" + mcd: "Minecraft विभाग" + rd: "Roblox विभाग" + ud: "Unity विभाग" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "जल्द आ रहा है" + index: + catchphrase-top: "सिर्फ एक" + catchphrase-1: "Minecraft सर्वर" + catchphrase-2: "गेम स्टूडियो" + catchphrase-3: "समुदाय" + howtojoin: + title: "कैसे जुड़ें" + disclaimer: "केवल Minecraft सर्वर पर लागू होता है" + button-text: "निर्देश देखें" + button-text-learnmore: "और जानें" + button-back: "वापस" + server-address: + label: "सर्वर पता" + text: "Java और Bedrock संस्करण" + text-back: "सर्वर IP कॉपी करें और इसे अपनी Minecraft सर्वर सूची में जोड़ें" + button-text: "जल्द आ रहा है" + quick-launch: + label: "त्वरित लॉन्च" + label-back: "Bedrock लॉन्च करें" + text: "Bedrock संस्करण" + text-back: "Minecraft Bedrock खोलने और हमारे सर्वर से तुरंत जुड़ने के लिए क्लिक करें" + button-text: "जल्द आ रहा है" + realms: + label: "Bedrock Realms" + label-back: "अभी तैयार नहीं" + text: "जल्द आ रहा है" + text-back: "हमारा Bedrock Realms जुड़ने का प्रारूप विकासाधीन है" + button-text: "जल्द आ रहा है" + latest-content: + title: "PWindows अभी भी विकास में है" + text: "हमारे पास अभी दिखाने के लिए कुछ नहीं है, इसलिए यहाँ Minecraft में बर्फबारी की एक बहुत अच्छी तस्वीर है। अपडेट के लिए समाचार अनुभाग देखें।" + button: "समाचार पढ़ें" + projects: + title: "हमारे प्रोजेक्ट" + link: "हमारे खेल देखें" + server: + title: "Minecraft सर्वर" + text: "हमारा Minecraft सर्वर प्रोजेक्ट अभी भी विकास में है। अपडेट के लिए बने रहें!" + game-studio: + title: "गेम स्टूडियो" + text-1: "हम एक गेम स्टूडियो के रूप में नए गेम पर काम कर रहे हैं, जैसे " + link-sc: "Sacred Cubes" + text-2: " और " + link-ood: "Obby of Dominance" + text-3: ". हमारे कई विभाग हैं, जिनमें " + link-r: "Roblox विभाग" + text-4: " और " + link-u: "Unity विभाग" + text-5: " शामिल हैं।" + button: "और जानें" + news: + title: "नवीनतम समाचार" + link: "सभी समाचार देखें" + not-found: + text: "यह पेज नहीं मिला।" + button-home: "होम पेज पर जाएं" + button-news: "समाचार पढ़ें" + about: + title: "PWindows के बारे में" + intro: "PWindows एक Minecraft सर्वर और सामुदायिक परियोजना है जिसका उद्देश्य सभी उम्र के खिलाड़ियों के लिए एक मजेदार और आकर्षक अनुभव प्रदान करना है। हमारा लक्ष्य एक स्वागत योग्य वातावरण बनाना है जहाँ खिलाड़ी जुड़ सकें, सहयोग कर सकें और एक साथ खेल का आनंद ले सकें।" + server: + title: "हमारे साथ खेलें!" + text: "हमारे Minecraft सर्वर से जुड़ें!" + button: "कैसे जुड़ें" + project: + title: "प्रोजेक्ट को फॉलो करें!" + text: "विकास समाचार, सामुदायिक घोषणाएँ और इस वेबसाइट, सर्वर और PWindows के बारे में सामान्य समाचारों के अपडेट पढ़ें।" + button: "समाचार पढ़ें" + news: + featured-title: "समाचार" + no-news: "अभी तक कोई समाचार प्रकाशित नहीं हुआ है। कृपया बाद में जाँच करें।" + no-featured: "अभी तक कोई विशेष समाचार प्रकाशित नहीं हुआ है।" + title: "नवीनतम समाचार" + sort-by: + text: "क्रमबद्ध करें" + date-desc: "नए पहले" + date-asc: "पुराने पहले" + type: "प्रकार" + title: "शीर्षक" + staff-page: + title: "स्टाफ" + intro: "उन लोगों से मिलें जो PWindows को बनाने और प्रबंधित करने में मदद कर रहे हैं।" + owner: "संस्थापक" + no-members: "इस विभाग के लिए अभी तक कोई सार्वजनिक रूप से सूचीबद्ध टीम सदस्य नहीं हैं।" + back: "वापस" + departments: + title: "विभाग" + intro: "उन टीमों को देखें जो PWindows के प्रोजेक्ट बनाती हैं।" + minecraft-intro: "जानें कि Minecraft टीम PWindows में क्या योगदान देती है।" + unity-intro: "जानें कि Unity टीम PWindows में क्या योगदान देती है।" + roblox-intro: "जानें कि Roblox टीम PWindows में क्या योगदान देती है।" + view-button: "विभाग देखें" + back-button: "वापस" + team-members: "टीम के सदस्य" + no-members: "इस विभाग के लिए अभी तक कोई सार्वजनिक रूप से सूचीबद्ध टीम सदस्य नहीं हैं।" + games: + title: "खेल" + intro: "PWindows द्वारा विकसित किए जा रहे खेलों को फॉलो करें।" + view-game: "खेल देखें" + back-button: "वापस" + game-status: + in-development: "विकास में" + released: "जारी" + coming-soon: "जल्द आ रहा है" + contact: + title: "संपर्क करें" + intro: "वह चैनल चुनें जो आपकी आवश्यकता के लिए सबसे उपयुक्त है।" + support: + title: "सहायता" + text: "खाता, सर्वर, दुकान, या मॉडरेशन सहायता के लिए, सहायता पोर्टल में एक अनुरोध खोलें।" + btn: "सहायता खोलें" + community: + title: "समुदाय" + text: "सामान्य बातचीत और प्रोजेक्ट अपडेट के लिए, PWindows Discord समुदाय से जुड़ें।" + btn: "Discord से जुड़ें" + feedback: + title: "प्रतिक्रिया" + intro: "हमें बताएं कि क्या काम कर रहा है, क्या स्पष्ट नहीं है, या आप हमसे क्या सुधार करवाना चाहेंगे।" + send: "प्रतिक्रिया भेजें" + send-text: "एक समर्पित प्रतिक्रिया फॉर्म उपलब्ध होने तक, अपना सुझाव सहायता पोर्टल के माध्यम से सबमिट करें।" + support: "सहायता खोलें" + +th-th: + site: + name: "PWindows" + tagline: "ไม่ใช่แค่เซิร์ฟเวอร์ Minecraft" + header: + about: "เกี่ยวกับเรา" + news: "ข่าวสาร" + staff: "ทีมงาน" + departments: "แผนก" + games: "เกม" + join-server: "เข้าร่วมเซิร์ฟเวอร์" + launch-bedrock: "เปิด Bedrock" + connect-with-pwindows: "เชื่อมต่อกับ PWindows" + join: "เข้าร่วม" + footer: + copy: "PWindows. สงวนลิขสิทธิ์." + disclaimer: "ไม่เกี่ยวข้องกับ Mojang Studios, Microsoft หรือ Minecraft" + about: "เกี่ยวกับเรา" + rules: "กฎ" + games: "เกม" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "แผนก" + mcd: "แผนก Minecraft" + rd: "แผนก Roblox" + ud: "แผนก Unity" + shop: "ร้านค้า" + support: "สนับสนุน" + feedback: "ข้อเสนอแนะ" + sitemap: "แผนผังเว็บไซต์" + contact: "ติดต่อเรา" + staff: "ทีมงาน" + language: "ภาษา" + page_titles: + about: "เกี่ยวกับ PWindows" + news: "ข่าวสาร" + staff: "ทีมงาน" + departments: "แผนก" + games: "เกม" + contact: "ติดต่อเรา" + feedback: "ข้อเสนอแนะ" + rules: "กฎ" + mcd: "แผนก Minecraft" + rd: "แผนก Roblox" + ud: "แผนก Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "เร็วๆ นี้" + index: + catchphrase-top: "ไม่ใช่แค่" + catchphrase-1: "เซิร์ฟเวอร์ Minecraft" + catchphrase-2: "สตูดิโอเกม" + catchphrase-3: "ชุมชน" + howtojoin: + title: "วิธีการเข้าร่วม" + disclaimer: "ใช้กับเซิร์ฟเวอร์ Minecraft เท่านั้น" + button-text: "ดูคำแนะนำ" + button-text-learnmore: "เรียนรู้เพิ่มเติม" + button-back: "กลับ" + server-address: + label: "ที่อยู่เซิร์ฟเวอร์" + text: "รุ่น Java และ Bedrock" + text-back: "คัดลอก IP เซิร์ฟเวอร์และเพิ่มลงในรายการเซิร์ฟเวอร์ Minecraft ของคุณ" + button-text: "เร็วๆ นี้" + quick-launch: + label: "เปิดใช้งานด่วน" + label-back: "เปิด Bedrock" + text: "รุ่น Bedrock" + text-back: "คลิกเพื่อเปิด Minecraft Bedrock และเข้าร่วมเซิร์ฟเวอร์ของเราทันที" + button-text: "เร็วๆ นี้" + realms: + label: "Bedrock Realms" + label-back: "ยังไม่พร้อม" + text: "เร็วๆ นี้" + text-back: "รูปแบบการเข้าร่วม Bedrock Realms ของเรากำลังอยู่ในระหว่างการพัฒนา" + button-text: "เร็วๆ นี้" + latest-content: + title: "PWindows ยังอยู่ระหว่างการพัฒนา" + text: "เรายังไม่มีอะไรให้แสดง ดังนั้นนี่คือภาพหิมะที่สวยงามใน Minecraft คุณสามารถตรวจสอบส่วนข่าวสารเพื่อดูอัปเดตได้" + button: "อ่านข่าว" + projects: + title: "โปรเจกต์ของเรา" + link: "ดูเกมของเรา" + server: + title: "เซิร์ฟเวอร์ Minecraft" + text: "โปรเจกต์เซิร์ฟเวอร์ Minecraft ของเรายังอยู่ระหว่างการพัฒนา โปรดติดตามข่าวสาร!" + game-studio: + title: "สตูดิโอเกม" + text-1: "เราได้ทำงานในเกมใหม่ในฐานะสตูดิโอเกม เช่น " + link-sc: "Sacred Cubes" + text-2: " และ " + link-ood: "Obby of Dominance" + text-3: ". เรามีหลายแผนก รวมถึง " + link-r: "แผนก Roblox" + text-4: " และ " + link-u: "แผนก Unity" + text-5: "." + button: "เรียนรู้เพิ่มเติม" + news: + title: "ข่าวล่าสุด" + link: "ดูข่าวทั้งหมด" + not-found: + text: "ไม่พบหน้านี้" + button-home: "ไปที่หน้าแรก" + button-news: "อ่านข่าว" + about: + title: "เกี่ยวกับ PWindows" + intro: "PWindows เป็นเซิร์ฟเวอร์ Minecraft และโปรเจกต์ชุมชนที่มุ่งมั่นที่จะมอบประสบการณ์ที่สนุกสนานและน่าดึงดูดสำหรับผู้เล่นทุกวัย เป้าหมายของเราคือการสร้างสภาพแวดล้อมที่เป็นมิตรที่ผู้เล่นสามารถเชื่อมต่อ ทำงานร่วมกัน และเพลิดเพลินกับเกมไปด้วยกัน" + server: + title: "เล่นกับเรา!" + text: "เข้าร่วมเซิร์ฟเวอร์ Minecraft ของเรา!" + button: "วิธีการเข้าร่วม" + project: + title: "ติดตามโปรเจกต์!" + text: "อ่านข่าวการพัฒนา ประกาศชุมชน และอัปเดตเกี่ยวกับเว็บไซต์นี้ เซิร์ฟเวอร์ และข่าวสารทั่วไปเกี่ยวกับ PWindows" + button: "อ่านข่าว" + news: + featured-title: "ข่าวสาร" + no-news: "ยังไม่มีการเผยแพร่ข่าว โปรดตรวจสอบในภายหลัง" + no-featured: "ยังไม่มีการเผยแพร่ข่าวเด่น" + title: "ข่าวล่าสุด" + sort-by: + text: "จัดเรียงตาม" + date-desc: "ใหม่ที่สุดก่อน" + date-asc: "เก่าที่สุดก่อน" + type: "ประเภท" + title: "หัวข้อ" + staff-page: + title: "ทีมงาน" + intro: "พบกับผู้คนที่กำลังช่วยสร้างและจัดการ PWindows" + owner: "ผู้ก่อตั้ง" + no-members: "ยังไม่มีสมาชิกทีมที่เปิดเผยต่อสาธารณะสำหรับแผนกนี้" + back: "กลับ" + departments: + title: "แผนก" + intro: "ตรวจสอบทีมที่สร้างโปรเจกต์ของ PWindows" + minecraft-intro: "เรียนรู้ว่าทีม Minecraft มีส่วนสนับสนุนอะไรบ้างต่อ PWindows" + unity-intro: "เรียนรู้ว่าทีม Unity มีส่วนสนับสนุนอะไรบ้างต่อ PWindows" + roblox-intro: "เรียนรู้ว่าทีม Roblox มีส่วนสนับสนุนอะไรบ้างต่อ PWindows" + view-button: "ดูแผนก" + back-button: "กลับ" + team-members: "สมาชิกทีม" + no-members: "ยังไม่มีสมาชิกทีมที่เปิดเผยต่อสาธารณะสำหรับแผนกนี้" + games: + title: "เกม" + intro: "ติดตามเกมที่กำลังพัฒนาโดย PWindows" + view-game: "ดูเกม" + back-button: "กลับ" + game-status: + in-development: "กำลังพัฒนา" + released: "เผยแพร่แล้ว" + coming-soon: "เร็วๆ นี้" + contact: + title: "ติดต่อเรา" + intro: "เลือกช่องทางที่เหมาะสมกับความต้องการของคุณ" + support: + title: "สนับสนุน" + text: "สำหรับความช่วยเหลือเกี่ยวกับบัญชี เซิร์ฟเวอร์ ร้านค้า หรือการกลั่นกรอง โปรดเปิดคำขอในพอร์ทัลสนับสนุน" + btn: "เปิดการสนับสนุน" + community: + title: "ชุมชน" + text: "สำหรับการสนทนาทั่วไปและอัปเดตโปรเจกต์ โปรดเข้าร่วมชุมชน Discord ของ PWindows" + btn: "เข้าร่วม Discord" + feedback: + title: "ข้อเสนอแนะ" + intro: "บอกเราว่าอะไรที่ใช้ได้ผล อะไรที่ไม่ชัดเจน หรืออะไรที่คุณต้องการให้เราปรับปรุง" + send: "ส่งข้อเสนอแนะ" + send-text: "จนกว่าจะมีแบบฟอร์มข้อเสนอแนะโดยเฉพาะ โปรดส่งข้อเสนอแนะของคุณผ่านพอร์ทัลสนับสนุน" + support: "เปิดการสนับสนุน" + +vi-vn: + site: + name: "PWindows" + tagline: "Không chỉ là một máy chủ Minecraft" + header: + about: "Giới thiệu" + news: "Tin tức" + staff: "Nhân viên" + departments: "Bộ phận" + games: "Trò chơi" + join-server: "Tham gia máy chủ" + launch-bedrock: "Khởi chạy Bedrock" + connect-with-pwindows: "Kết nối với PWindows" + join: "Tham gia" + footer: + copy: "PWindows. Bảo lưu mọi quyền." + disclaimer: "Không liên kết với Mojang Studios, Microsoft hoặc Minecraft." + about: "Về chúng tôi" + rules: "Quy tắc" + games: "Trò chơi" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Bộ phận" + mcd: "Bộ phận Minecraft" + rd: "Bộ phận Roblox" + ud: "Bộ phận Unity" + shop: "Cửa hàng" + support: "Hỗ trợ" + feedback: "Phản hồi" + sitemap: "Sơ đồ trang" + contact: "Liên hệ" + staff: "Nhân viên" + language: "Ngôn ngữ" + page_titles: + about: "Giới thiệu về PWindows" + news: "Tin tức" + staff: "Nhân viên" + departments: "Bộ phận" + games: "Trò chơi" + contact: "Liên hệ" + feedback: "Phản hồi" + rules: "Quy tắc" + mcd: "Bộ phận Minecraft" + rd: "Bộ phận Roblox" + ud: "Bộ phận Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Sắp ra mắt" + index: + catchphrase-top: "Không chỉ là" + catchphrase-1: "máy chủ Minecraft" + catchphrase-2: "studio trò chơi" + catchphrase-3: "cộng đồng" + howtojoin: + title: "Cách tham gia" + disclaimer: "Chỉ áp dụng cho máy chủ Minecraft" + button-text: "Xem hướng dẫn" + button-text-learnmore: "Tìm hiểu thêm" + button-back: "Quay lại" + server-address: + label: "Địa chỉ máy chủ" + text: "Phiên bản Java và Bedrock" + text-back: "Sao chép IP máy chủ và thêm vào danh sách máy chủ Minecraft của bạn" + button-text: "Sắp ra mắt" + quick-launch: + label: "Khởi chạy nhanh" + label-back: "Khởi chạy Bedrock" + text: "Phiên bản Bedrock" + text-back: "Nhấp để mở Minecraft Bedrock và tham gia máy chủ của chúng tôi ngay lập tức" + button-text: "Sắp ra mắt" + realms: + label: "Bedrock Realms" + label-back: "Chưa sẵn sàng" + text: "Sắp ra mắt" + text-back: "Định dạng tham gia Bedrock Realms của chúng tôi hiện đang được phát triển" + button-text: "Sắp ra mắt" + latest-content: + title: "PWindows vẫn đang trong giai đoạn phát triển" + text: "Chúng tôi chưa có gì để giới thiệu, vì vậy đây là một bức ảnh rất đẹp về tuyết trong Minecraft. Bạn có thể xem phần tin tức để cập nhật." + button: "Đọc tin tức" + projects: + title: "Dự án của chúng tôi" + link: "Xem trò chơi của chúng tôi" + server: + title: "Máy chủ Minecraft" + text: "Dự án máy chủ Minecraft của chúng tôi vẫn đang trong giai đoạn phát triển. Hãy theo dõi để cập nhật!" + game-studio: + title: "Studio trò chơi" + text-1: "Chúng tôi đã làm việc trên các trò chơi mới như một studio, chẳng hạn như " + link-sc: "Sacred Cubes" + text-2: " và " + link-ood: "Obby of Dominance" + text-3: ". Chúng tôi có nhiều bộ phận, bao gồm " + link-r: "bộ phận Roblox" + text-4: " và " + link-u: "bộ phận Unity" + text-5: "." + button: "Tìm hiểu thêm" + news: + title: "Tin tức mới nhất" + link: "Xem tất cả tin tức" + not-found: + text: "Không tìm thấy trang này." + button-home: "Về trang chủ" + button-news: "Đọc tin tức" + about: + title: "Giới thiệu về PWindows" + intro: "PWindows là một máy chủ Minecraft và dự án cộng đồng nhằm mang đến trải nghiệm thú vị và hấp dẫn cho người chơi ở mọi lứa tuổi. Mục tiêu của chúng tôi là tạo ra một môi trường thân thiện, nơi người chơi có thể kết nối, hợp tác và cùng nhau tận hưởng trò chơi." + server: + title: "Chơi cùng chúng tôi!" + text: "Tham gia máy chủ Minecraft của chúng tôi!" + button: "Cách tham gia" + project: + title: "Theo dõi dự án!" + text: "Đọc tin tức phát triển, thông báo cộng đồng và cập nhật về trang web này, máy chủ và tin tức chung về PWindows." + button: "Đọc tin tức" + news: + featured-title: "Tin tức" + no-news: "Chưa có tin tức nào được đăng. Vui lòng kiểm tra lại sau." + no-featured: "Chưa có tin tức nổi bật nào được đăng." + title: "Tin tức mới nhất" + sort-by: + text: "Sắp xếp theo" + date-desc: "Mới nhất trước" + date-asc: "Cũ nhất trước" + type: "Loại" + title: "Tiêu đề" + staff-page: + title: "Nhân viên" + intro: "Gặp gỡ những người đang giúp xây dựng và quản lý PWindows." + owner: "Người sáng lập" + no-members: "Chưa có thành viên nào được liệt kê công khai cho bộ phận này." + back: "Quay lại" + departments: + title: "Bộ phận" + intro: "Khám phá các nhóm xây dựng dự án của PWindows." + minecraft-intro: "Tìm hiểu những gì nhóm Minecraft đóng góp cho PWindows." + unity-intro: "Tìm hiểu những gì nhóm Unity đóng góp cho PWindows." + roblox-intro: "Tìm hiểu những gì nhóm Roblox đóng góp cho PWindows." + view-button: "Xem bộ phận" + back-button: "Quay lại" + team-members: "Thành viên" + no-members: "Chưa có thành viên nào được liệt kê công khai cho bộ phận này." + games: + title: "Trò chơi" + intro: "Theo dõi các trò chơi đang được PWindows phát triển." + view-game: "Xem trò chơi" + back-button: "Quay lại" + game-status: + in-development: "Đang phát triển" + released: "Đã phát hành" + coming-soon: "Sắp ra mắt" + contact: + title: "Liên hệ" + intro: "Chọn kênh phù hợp nhất với nhu cầu của bạn." + support: + title: "Hỗ trợ" + text: "Để được trợ giúp về tài khoản, máy chủ, cửa hàng hoặc kiểm duyệt, hãy mở yêu cầu trong cổng hỗ trợ." + btn: "Mở hỗ trợ" + community: + title: "Cộng đồng" + text: "Để trò chuyện chung và cập nhật dự án, hãy tham gia cộng đồng Discord của PWindows." + btn: "Tham gia Discord" + feedback: + title: "Phản hồi" + intro: "Cho chúng tôi biết điều gì đang hoạt động, điều gì chưa rõ ràng hoặc điều gì bạn muốn chúng tôi cải thiện." + send: "Gửi phản hồi" + send-text: "Cho đến khi có biểu mẫu phản hồi chuyên dụng, hãy gửi đề xuất của bạn qua cổng hỗ trợ." + support: "Mở hỗ trợ" + +id-id: + site: + name: "PWindows" + tagline: "Bukan sekadar server Minecraft" + header: + about: "Tentang" + news: "Berita" + staff: "Staf" + departments: "Departemen" + games: "Game" + join-server: "Bergabung dengan server" + launch-bedrock: "Luncurkan Bedrock" + connect-with-pwindows: "Terhubung dengan PWindows" + join: "Bergabung" + footer: + copy: "PWindows. Hak cipta dilindungi undang-undang." + disclaimer: "Tidak berafiliasi dengan Mojang Studios, Microsoft, atau Minecraft." + about: "Tentang kami" + rules: "Aturan" + games: "Game" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Departemen" + mcd: "Departemen Minecraft" + rd: "Departemen Roblox" + ud: "Departemen Unity" + shop: "Toko" + support: "Dukungan" + feedback: "Masukan" + sitemap: "Peta situs" + contact: "Hubungi kami" + staff: "Staf" + language: "Bahasa" + page_titles: + about: "Tentang PWindows" + news: "Berita" + staff: "Staf" + departments: "Departemen" + games: "Game" + contact: "Hubungi kami" + feedback: "Masukan" + rules: "Aturan" + mcd: "Departemen Minecraft" + rd: "Departemen Roblox" + ud: "Departemen Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Segera hadir" + index: + catchphrase-top: "Bukan sekadar" + catchphrase-1: "server Minecraft" + catchphrase-2: "studio game" + catchphrase-3: "komunitas" + howtojoin: + title: "Cara bergabung" + disclaimer: "Hanya berlaku untuk server Minecraft" + button-text: "Lihat instruksi" + button-text-learnmore: "Pelajari lebih lanjut" + button-back: "Kembali" + server-address: + label: "Alamat server" + text: "Edisi Java & Bedrock" + text-back: "Salin IP server dan tambahkan ke daftar server Minecraft Anda" + button-text: "Segera hadir" + quick-launch: + label: "Peluncuran cepat" + label-back: "Luncurkan Bedrock" + text: "Edisi Bedrock" + text-back: "Klik untuk membuka Minecraft Bedrock dan bergabung dengan server kami secara instan" + button-text: "Segera hadir" + realms: + label: "Bedrock Realms" + label-back: "Belum siap" + text: "Segera hadir" + text-back: "Format bergabung Bedrock Realms kami sedang dalam pengembangan" + button-text: "Segera hadir" + latest-content: + title: "PWindows masih dalam pengembangan" + text: "Kami belum punya apa-apa untuk ditampilkan, jadi ini adalah gambar salju yang sangat bagus di Minecraft. Silakan periksa bagian berita untuk pembaruan." + button: "Baca berita" + projects: + title: "Proyek kami" + link: "Lihat game kami" + server: + title: "Server Minecraft" + text: "Proyek server Minecraft kami masih dalam pengembangan. Nantikan pembaruan!" + game-studio: + title: "Studio game" + text-1: "Kami telah mengerjakan game baru sebagai studio game, seperti " + link-sc: "Sacred Cubes" + text-2: " dan " + link-ood: "Obby of Dominance" + text-3: ". Kami memiliki banyak departemen, termasuk " + link-r: "departemen Roblox" + text-4: " dan " + link-u: "departemen Unity" + text-5: "." + button: "Pelajari lebih lanjut" + news: + title: "Berita terbaru" + link: "Lihat semua berita" + not-found: + text: "Halaman tidak ditemukan." + button-home: "Ke beranda" + button-news: "Baca berita" + about: + title: "Tentang PWindows" + intro: "PWindows adalah server Minecraft dan proyek komunitas yang bertujuan untuk memberikan pengalaman menyenangkan dan menarik bagi pemain dari segala usia. Tujuan kami adalah menciptakan lingkungan yang ramah di mana pemain dapat terhubung, berkolaborasi, dan menikmati permainan bersama." + server: + title: "Bermain bersama kami!" + text: "Bergabunglah dengan server Minecraft kami!" + button: "Cara bergabung" + project: + title: "Ikuti proyek!" + text: "Baca berita pengembangan, pengumuman komunitas, dan pembaruan tentang situs web ini, server, dan berita umum tentang PWindows." + button: "Baca berita" + news: + featured-title: "Berita" + no-news: "Belum ada berita yang dipublikasikan. Silakan periksa kembali nanti." + no-featured: "Belum ada berita unggulan yang dipublikasikan." + title: "Berita terbaru" + sort-by: + text: "Urutkan berdasarkan" + date-desc: "Terbaru dulu" + date-asc: "Terlama dulu" + type: "Tipe" + title: "Judul" + staff-page: + title: "Staf" + intro: "Temui orang-orang yang membantu membangun dan mengelola PWindows." + owner: "Pendiri" + no-members: "Belum ada anggota tim yang terdaftar untuk departemen ini." + back: "Kembali" + departments: + title: "Departemen" + intro: "Lihat tim yang membangun proyek PWindows." + minecraft-intro: "Pelajari apa yang tim Minecraft kontribusikan untuk PWindows." + unity-intro: "Pelajari apa yang tim Unity kontribusikan untuk PWindows." + roblox-intro: "Pelajari apa yang tim Roblox kontribusikan untuk PWindows." + view-button: "Lihat departemen" + back-button: "Kembali" + team-members: "Anggota tim" + no-members: "Belum ada anggota tim yang terdaftar untuk departemen ini." + games: + title: "Game" + intro: "Ikuti game yang sedang dikembangkan oleh PWindows." + view-game: "Lihat game" + back-button: "Kembali" + game-status: + in-development: "Dalam pengembangan" + released: "Dirilis" + coming-soon: "Segera hadir" + contact: + title: "Hubungi kami" + intro: "Pilih saluran yang paling sesuai dengan kebutuhan Anda." + support: + title: "Dukungan" + text: "Untuk bantuan akun, server, toko, atau moderasi, buka permintaan di portal dukungan." + btn: "Buka dukungan" + community: + title: "Komunitas" + text: "Untuk percakapan umum dan pembaruan proyek, bergabunglah dengan komunitas Discord PWindows." + btn: "Bergabung dengan Discord" + feedback: + title: "Masukan" + intro: "Beri tahu kami apa yang berfungsi, apa yang tidak jelas, atau apa yang ingin Anda tingkatkan." + send: "Kirim masukan" + send-text: "Sampai formulir masukan khusus tersedia, kirimkan saran Anda melalui portal dukungan." + support: "Buka dukungan" + +ms-my: + site: + name: "PWindows" + tagline: "Bukan sekadar pelayan Minecraft" + header: + about: "Tentang" + news: "Berita" + staff: "Staf" + departments: "Jabatan" + games: "Permainan" + join-server: "Sertai pelayan" + launch-bedrock: "Lancarkan Bedrock" + connect-with-pwindows: "Berhubung dengan PWindows" + join: "Sertai" + footer: + copy: "PWindows. Hak cipta terpelihara." + disclaimer: "Tidak berafiliasi dengan Mojang Studios, Microsoft, atau Minecraft." + about: "Tentang kami" + rules: "Peraturan" + games: "Permainan" + sacred-cubes: "Sacred Cubes" + obby-of-dominance: "Obby of Dominance" + departments: "Jabatan" + mcd: "Jabatan Minecraft" + rd: "Jabatan Roblox" + ud: "Jabatan Unity" + shop: "Kedai" + support: "Sokongan" + feedback: "Maklum balas" + sitemap: "Peta laman" + contact: "Hubungi kami" + staff: "Staf" + language: "Bahasa" + page_titles: + about: "Tentang PWindows" + news: "Berita" + staff: "Staf" + departments: "Jabatan" + games: "Permainan" + contact: "Hubungi kami" + feedback: "Maklum balas" + rules: "Peraturan" + mcd: "Jabatan Minecraft" + rd: "Jabatan Roblox" + ud: "Jabatan Unity" + oob: "Obby of Dominance" + sc: "Sacred Cubes" + placeholder: + comingsoon-server: "Akan datang" + index: + catchphrase-top: "Bukan sekadar" + catchphrase-1: "pelayan Minecraft" + catchphrase-2: "studio permainan" + catchphrase-3: "komuniti" + howtojoin: + title: "Cara menyertai" + disclaimer: "Hanya terpakai untuk pelayan Minecraft" + button-text: "Lihat arahan" + button-text-learnmore: "Ketahui lebih lanjut" + button-back: "Kembali" + server-address: + label: "Alamat pelayan" + text: "Edisi Java & Bedrock" + text-back: "Salin IP pelayan dan tambahkan ke senarai pelayan Minecraft anda" + button-text: "Akan datang" + quick-launch: + label: "Pelancaran pantas" + label-back: "Lancarkan Bedrock" + text: "Edisi Bedrock" + text-back: "Klik untuk membuka Minecraft Bedrock dan sertai pelayan kami dengan segera" + button-text: "Akan datang" + realms: + label: "Bedrock Realms" + label-back: "Belum sedia" + text: "Akan datang" + text-back: "Format penyertaan Bedrock Realms kami sedang dalam pembangunan" + button-text: "Akan datang" + latest-content: + title: "PWindows masih dalam pembangunan" + text: "Kami belum ada apa-apa untuk ditunjukkan, jadi ini adalah gambar salji yang sangat cantik di Minecraft. Sila lihat bahagian berita untuk kemas kini." + button: "Baca berita" + projects: + title: "Projek kami" + link: "Lihat permainan kami" + server: + title: "Pelayan Minecraft" + text: "Projek pelayan Minecraft kami masih dalam pembangunan. Nantikan kemas kini!" + game-studio: + title: "Studio permainan" + text-1: "Kami telah mengerjakan permainan baharu sebagai studio permainan, seperti " + link-sc: "Sacred Cubes" + text-2: " dan " + link-ood: "Obby of Dominance" + text-3: ". Kami mempunyai banyak jabatan, termasuk " + link-r: "jabatan Roblox" + text-4: " dan " + link-u: "jabatan Unity" + text-5: "." + button: "Ketahui lebih lanjut" + news: + title: "Berita terkini" + link: "Lihat semua berita" + not-found: + text: "Halaman tidak dijumpai." + button-home: "Ke laman utama" + button-news: "Baca berita" + about: + title: "Tentang PWindows" + intro: "PWindows adalah pelayan Minecraft dan projek komuniti yang bertujuan untuk memberikan pengalaman yang menyeronokkan dan menarik untuk pemain dari semua peringkat umur. Matlamat kami adalah untuk mewujudkan persekitaran yang mesra di mana pemain boleh berhubung, bekerjasama, dan menikmati permainan bersama-sama." + server: + title: "Bermain dengan kami!" + text: "Sertai pelayan Minecraft kami!" + button: "Cara menyertai" + project: + title: "Ikuti projek!" + text: "Baca berita pembangunan, pengumuman komuniti, dan kemas kini tentang laman web ini, pelayan, dan berita umum tentang PWindows." + button: "Baca berita" + news: + featured-title: "Berita" + no-news: "Tiada berita yang diterbitkan lagi. Sila semak semula kemudian." + no-featured: "Tiada berita pilihan yang diterbitkan lagi." + title: "Berita terkini" + sort-by: + text: "Isih mengikut" + date-desc: "Terbaharu dahulu" + date-asc: "Terlama dahulu" + type: "Jenis" + title: "Tajuk" + staff-page: + title: "Staf" + intro: "Kenali orang yang membantu membina dan mengurus PWindows." + owner: "Pengasas" + no-members: "Tiada ahli pasukan yang disenaraikan secara terbuka untuk jabatan ini lagi." + back: "Kembali" + departments: + title: "Jabatan" + intro: "Lihat pasukan yang membina projek PWindows." + minecraft-intro: "Ketahui apa yang pasukan Minecraft sumbangkan kepada PWindows." + unity-intro: "Ketahui apa yang pasukan Unity sumbangkan kepada PWindows." + roblox-intro: "Ketahui apa yang pasukan Roblox sumbangkan kepada PWindows." + view-button: "Lihat jabatan" + back-button: "Kembali" + team-members: "Ahli pasukan" + no-members: "Tiada ahli pasukan yang disenaraikan secara terbuka untuk jabatan ini lagi." + games: + title: "Permainan" + intro: "Ikuti permainan yang sedang dibangunkan oleh PWindows." + view-game: "Lihat permainan" + back-button: "Kembali" + game-status: + in-development: "Dalam pembangunan" + released: "Dikeluarkan" + coming-soon: "Akan datang" + contact: + title: "Hubungi kami" + intro: "Pilih saluran yang paling sesuai dengan keperluan anda." + support: + title: "Sokongan" + text: "Untuk bantuan akaun, pelayan, kedai, atau moderasi, buka permintaan di portal sokongan." + btn: "Buka sokongan" + community: + title: "Komuniti" + text: "Untuk perbualan umum dan kemas kini projek, sertai komuniti Discord PWindows." + btn: "Sertai Discord" + feedback: + title: "Maklum balas" + intro: "Beritahu kami apa yang berfungsi, apa yang tidak jelas, atau apa yang anda ingin kami perbaiki." + send: "Hantar maklum balas" + send-text: "Sehingga borang maklum balas khusus tersedia, hantar cadangan anda melalui portal sokongan." + support: "Buka sokongan" diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..4debdeb --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,69 @@ +{% assign footer_strings = site.data.translations[site.active_lang].site.footer %} +{% assign main_site_url = site.data.site.main_url %} +{% if site.active_lang != site.default_lang %} + {% capture main_site_url %}{{ site.data.site.main_url }}/{{ site.active_lang }}{% endcapture %} +{% endif %} + + diff --git a/_includes/header.html b/_includes/header.html index ca9a6a7..1ac9e91 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,73 +1,81 @@ - -
+{% assign header_strings = site.data.translations[site.active_lang].site.header %} +{% assign main_site_url = site.data.site.main_url %} +{% if site.active_lang != site.default_lang %} + {% capture main_site_url %}{{ site.data.site.main_url }}/{{ site.active_lang }}{% endcapture %} +{% endif %} + + - -