Skip to content

Commit

Permalink
Polish version (#183)
Browse files Browse the repository at this point in the history
* Create pl.json

* correct pl.json and make polish version pl.json
  • Loading branch information
brylos1 authored May 30, 2023
1 parent f191467 commit 185d77e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions l10n/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//I try dont use polish diacritical mark in .js file
OC.L10N.register(
"files_mindmap",
{
"New mind map file": "Nowa mapa_mysli",
"New mind map.km": "Nowa mapa_mysli.km",
"Main Topic": "Glowny temat",
"Saving...": "Zapisywanie...",
"This file is not a valid mind map file and may cause file corruption if you continue editing.": "Ten plik nie jest poprawna mapa mysli mozliwe problemy przy kontynuowaniu pracy",
"Load file fail!": "Blad zapisywania pliku!",
"File Saved": "Zapisano plik",
"Save failed": "Zapis pliku nieudany",
"Export": "Wyeksportuj",
"Export to PNG": "Wyeksportuj do PNG",
"Export to SVG": "Wyeksportuj do SVG",
"You are not permission to write this file": "Nie masz praw do zapisu tego pliku",
"File not found": "Nie znaleziono pliku",
"The file is locked.": "Plik zablokowany",
"Share not found": "Nie znaleziono zasobu udostepnionego",
"You are not authorized to open this share": "Nie masz prawa do otwarcia tego zasobu udostepnionego",
"Could not write to file.": "Nie mozna zapisac pliku",
"Export to Markdown": "Wyekspotuj do Markdown'u",
"Export to Text": "Wyeksportuj do Tekstu",
"Export to PDF": "Wyeksportuj do PDF",
"Save": "Zapisano",
"The file has not been saved. Is it saved?": "Nie zapisano pliku czy chcesz go zapisac?",
"Unsaved file": "Niezapisany plik",
"AutoSave": "Zapis automatyczny",
"Does not support saving {extension} files.": "Brak wsparcia dla zapisu w formacie {extension}.",
"Unsupported file type: {mimetype}": "Nie wspierany typ pliku : {mimetype}"
}, "nplurals=1; plural=0;"
);
32 changes: 32 additions & 0 deletions l10n/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"translations": {
"New mind map file": "Nowa mapa myśli",
"New mind map.km": "Nowa mapa_myśli.km",
"Main Topic": "Główny temat",
"Saving...": "Zapisywanie...",
"This file is not a valid mind map file and may cause file corruption if you continue editing.": "Ten plik nie jest poprawną mapą myśli możliwe problemy przy kontynuowaniu pracy",
"Load file fail!": "Blad zapisywania pliku!",
"File Saved": "Zapisano plik",
"Save failed": "Zapis pliku nieudany",
"Export": "Wyeksportuj",
"Export to PNG": "Wyeksportuj do PNG",
"Export to SVG": "Wyeksportuj do SVG",
"You are not permission to write this file": "Nie masz praw do zapisu tego pliku",
"File not found": "Nie znaleziono pliku",
"The file is locked.": "Plik zablokowany",
"Share not found": "Nie znaleziono zasobu udostępnionego",
"You are not authorized to open this share": "Nie masz prawa do otwarcia tego zasobu udostępnionego",
"Could not write to file.": "Nie mozna zapisac pliku",
"Export to Markdown": "Wyekspotuj do Markdown'u",
"Export to Text": "Wyeksportuj do Tekstu",
"Export to PDF": "Wyeksportuj do PDF",
"Save": "Zapisano",
"The file has not been saved. Is it saved?": "Nie zapisano pliku czy chcesz go zapisac?",
"Unsaved file": "Niezapisany plik",
"AutoSave": "Zapis automatyczny",
"Does not support saving {extension} files.": "Brak wsparcia dla zapisu w formacie {extension}.",
"Unsupported file type: {mimetype}": "Nie wspierany typ pliku : {mimetype}"
},
"pluralForm": "nplurals=1; plural=0;"
}

0 comments on commit 185d77e

Please sign in to comment.