resolve merge conflict

This commit is contained in:
John McLear 2013-12-09 21:55:04 +00:00
commit 58bbfd8a65
210 changed files with 12113 additions and 7505 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ npm-debug.log
.ep_initialized .ep_initialized
*.crt *.crt
*.key *.key
bin/etherpad-1.deb

View File

@ -1,22 +1,20 @@
language: node_js language: node_js
node_js: node_js:
- "0.8" - "0.10"
install: install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(cat .git/HEAD | head -c 7)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
before_script: before_script:
- "tests/frontend/travis/sauce_tunnel.sh" - "tests/frontend/travis/sauce_tunnel.sh"
script: script:
- "tests/frontend/travis/runner.sh" - "tests/frontend/travis/runner.sh"
env: env:
global: global:
- secure: "OxZ2s724S96xu02746LUN+4lBckAe1BOICJjfA4jnFPNpiNU6XoMH52f+LgG\nZzAwu6xMTv+NsaLGp6Avm3cx4GZ+jIiHe4NB9XOgYPa0r0TBIi3ueWYPDyVv\nCniS/4qX68DoFNV4lh7zMBXn0IIPxT4Wppm3desBpjWDP/SdoRs=" - secure: "WMGxFkOeTTlhWB+ChMucRtIqVmMbwzYdNHuHQjKCcj8HBEPdZLfCuK/kf4rG\nVLcLQiIsyllqzNhBGVHG1nyqWr0/LTm8JRqSCDDVIhpyzp9KpCJQQJG2Uwjk\n6/HIJJh/wbxsEdLNV2crYU/EiVO3A4Bq0YTHUlbhUqG3mSCr5Ec="
- SAUCE_USER=pita - secure: "gejXUAHYscbR6Bodw35XexpToqWkv2ifeECsbeEmjaLkYzXmUUNWJGknKSu7\nEUsSfQV8w+hxApr1Z+jNqk9aX3K1I4btL3cwk2trnNI8XRAvu1c1Iv60eerI\nkE82Rsd5lwUaMEh+/HoL8ztFCZamVndoNgX7HWp5J/NRZZMmh4g="
jdk: jdk:
- oraclejdk6 - oraclejdk6
notifications: notifications:
email:
- petermartischka@googlemail.com
irc: irc:
channels: channels:
- "irc.freenode.org#etherpad-lite-dev" - "irc.freenode.org#etherpad-lite-dev"

View File

@ -1,9 +1,127 @@
# 1.3
* NEW: We now follow the semantic versioning scheme!
* NEW: Option to disable IP logging
* NEW: Localisation updates from http://translatewiki.net.
* Fix: Fix readOnly group pads
* Fix: don't fetch padList on every request
# 1.2.12
* NEW: Add explanations for more disconnect scenarios
* NEW: export sessioninfos so plugins can access it
* NEW: pass pad in postAceInit hook
* NEW: Add trustProxy setting. ALlows to make ep use X-forwarded-for as remoteAddress
* NEW: userLeave hook (UNDOCUMENTED)
* NEW: Plural macro for translations
* NEW: backlinks to main page in Admin pages
* NEW: New translations from translatewiki.net
* SECURITY FIX: Filter author data sent to clients
* FIX: Never keep processing a changeset if it's corrupted
* FIX: Some client-side performance fixes for webkit browsers
* FIX: Only execute listAllPads query on demand (not on start-up)
* FIX: HTML import (don't crash on malformed or blank HTML input; strip title out of html during import)
* FIX: check if uploaded file only contains ascii chars when abiword disabled
* FIX: Plugin search in /admin/plugins
* FIX: Don't create new pad if a non-existant read-only pad is accessed
* FIX: Drop messages from unknown connections (would lead to a crash after a restart)
* FIX: API: fix createGroupFor endpoint, if mapped group is deleted
* FIX: Import form for other locales
* FIX: Don't stop processing changeset queue if there is an error
* FIX: Caret movement. Chrome detects blank rows line heights as incorrect
* FIX: allow colons in password
* FIX: Polish logging of client-side errors on the server
* FIX: Username url param
* FIX: Make start script POSIX ompatible
# 1.2.11
* NEW: New Hook for outer_ace dynamic css manager and author style hook
* NEW: Bump log4js for improved logging
* Fix: Remove URL schemes which don't have RFC standard
* Fix: Fix safeRun subsequent restarts issue
* Fix: Allow safeRun to pass arguements to run.sh
* Fix: Include script for more efficient import
* Fix: Fix sysv comptibile script
* Fix: Fix client side changeset spamming
* Fix: Don't crash on no-auth
* Fix: Fix some IE8 errors
* Fix: Fix authorship sanitation
# 1.2.10
* NEW: Broadcast slider is exposed in timeslider so plugins can interact with it
* Fix: IE issue where pads wouldn't load due to missing console from i18n
* Fix: console issue in collab client would error on cross domain embeds in IE
* Fix: Only Restart Etherpad once plugin is installed
* Fix: Only redraw lines that exist after drag and drop
* Fix: Pasting into ordered list
* Fix: Import browser detection
* Fix: 2 Part Locale Specs
* Fix: Remove language string from chat element
* Fix: Make Saved revision Star fade back out on non Top frames
* Other: Remove some cruft legacy JS from old Etherpad
* Other: Express 3.1.2 breaks sessions, set Express to 3.1.0
# 1.2.91
* NEW: Authors can now send custom object messages to other Authors making 3 way conversations possible. This introduces WebRTC plugin support.
* NEW: Hook for Chat Messages Allows for Desktop Notification support
* NEW: FreeBSD installation docs
* NEW: Ctrl S for save revision makes the Icon glow for a few sconds.
* NEW: Various hooks and expose the document ACE object
* NEW: Plugin page revamp makes finding and installing plugins more sane.
* NEW: Icon to enable sticky chat from the Chat box
* Fix: Cookies inside of plugins
* Fix: Don't leak event emitters when accessing admin/plugins
* Fix: Don't allow user to send messages after they have been "kicked" from a pad
* Fix: Refactor Caret navigation with Arrow and Pageup/down keys stops cursor being lost
* Fix: Long lines in Firefox now wrap properly
* Fix: Session Disconnect limit is increased from 10 to 20 to support slower restarts
* Fix: Support Node 0.10
* Fix: Log HTTP on DEBUG log level
* Fix: Server wont crash on import fails on 0 file import.
* Fix: Import no longer fails consistantly
* Fix: Language support for non existing languages
* Fix: Mobile support for chat notifications are now usable
* Fix: Re-Enable Editbar buttons on reconnect
* Fix: Clearing authorship colors no longer disconnects all clients
* Other: New debug information for sessions
# 1.2.9
* Fix: MAJOR Security issue, where a hacker could submit content as another user
* Fix: security issue due to unescaped user input
* Fix: Admin page at /admin redirects to /admin/ now to prevent breaking relative links
* Fix: indentation in chrome on linux
* Fix: PadUsers API endpoint
* NEW: A script to import data to all dbms
* NEW: Add authorId to chat and userlist as a data attribute
* NEW: Refactor and fix our frontend tests
* NEW: Localisation updates
# 1.2.81
* Fix: CtrlZ-Y for Undo Redo
* Fix: RTL functionality on contents & fix RTL/LTR tests and RTL in Safari
* Fix: Various other tests fixed in Android
# 1.2.8 # 1.2.8
! IMPORTANT: New setting.json value is required to automatically reconnect clients on disconnect
* NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms) * NEW: Use Socket IO for rooms (allows for pads to be load balanced with sticky rooms)
* NEW: Plugins can now provide their own frontend tests * NEW: Plugins can now provide their own frontend tests
* NEW: Improved server-side logging * NEW: Improved server-side logging
* NEW: Admin dashboard mobile device support and new hooks for Admin dashboard * NEW: Admin dashboard mobile device support and new hooks for Admin dashboard
* NEW: Get current API version from API
* NEW: CLI script to delete pads
* Fix: Automatic client reconnection on disonnect
* Fix: Text Export indentation now supports multiple indentations
* Fix: Bugfix getChatHistory API method * Fix: Bugfix getChatHistory API method
* Fix: Stop Chrome losing caret after paste is texted
* Fix: Make colons on end of line create 4 spaces on indent
* Fix: Stop the client disconnecting if a rev is in the wrong order
* Fix: Various server crash issues based on rev in wrong order
* Fix: Various tests
* Fix: Make indent when on middle of the line stop creating list
* Fix: Stop long strings breaking the UX by moving focus away from beginning of line
* Fix: Redis findKeys support
* Fix: padUsersCount no longer hangs server
* Fix: Issue with two part locale specs not working
* Fix: Make plugin search case insensitive * Fix: Make plugin search case insensitive
* Fix: Indentation and bullets on text export * Fix: Indentation and bullets on text export
* Fix: Resolve various warnings on dependencies during install * Fix: Resolve various warnings on dependencies during install
@ -11,9 +129,13 @@
* Fix: Stop Opera browser inserting two new lines on enter keypress * Fix: Stop Opera browser inserting two new lines on enter keypress
* Fix: Stop timeslider from showing NaN on pads with only one revision * Fix: Stop timeslider from showing NaN on pads with only one revision
* Other: Allow timeslider tests to run and provide & fix various other frontend-tests * Other: Allow timeslider tests to run and provide & fix various other frontend-tests
* Other: Begin dropping referene to Lite. Etherpad Lite is now named "Etherpad"
* Other: Update to latest jQuery * Other: Update to latest jQuery
* Other: Change loading message asking user to please wait on first build * Other: Change loading message asking user to please wait on first build
* Other: Allow etherpad to use global npm installation (Safe since node 6.3) * Other: Allow etherpad to use global npm installation (Safe since node 6.3)
* Other: Better documentation for log rotation and log message handling
# 1.2.7 # 1.2.7
* NEW: notifications are now modularized and can be stacked * NEW: notifications are now modularized and can be stacked

View File

@ -2,17 +2,17 @@
(Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad-lite#get-in-touch)) (Please talk to people on the mailing list before you change this page, see our section on [how to get in touch](https://github.com/ether/etherpad-lite#get-in-touch))
## Important note for pull requests ## Important note for pull requests
**Pull requests should issued against the develop branch**. We never pull directly into master. **Pull requests should be issued against the develop branch**. We never pull directly into master.
**Our goal is to iterate in small steps. Release often, release early. Evolution instead of a revolution** **Our goal is to iterate in small steps. Release often, release early. Evolution instead of a revolution**
## General goals of Etherpad Lite ## General goals of Etherpad
To make sure everybody is going in the same direction: To make sure everybody is going in the same direction:
* easy to install for admins and easy to use for people * easy to install for admins and easy to use for people
* easy to integrate into other apps, but also usable as standalone * easy to integrate into other apps, but also usable as standalone
* using less resources on server side * using less resources on server side
* extensible, as much functionality should be extendable with plugins so changes don't have to be done in core * extensible, as much functionality should be extendable with plugins so changes don't have to be done in core.
Also, keep it maintainable. We don't wanna end ob as the monster Etherpad was! Also, keep it maintainable. We don't wanna end up as the monster Etherpad was!
## How to work with git? ## How to work with git?
* Don't work in your master branch. * Don't work in your master branch.
@ -62,4 +62,7 @@ The docs are in the `doc/` folder in the git repository, so people can easily fi
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request. Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet. You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
## Testing
Front-end tests are found in the `tests/frontend/` folder in the repository. Run them by pointing your browser to `<yourdomainhere>/tests/frontend`.

View File

@ -1,4 +1,3 @@
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ http://www.apache.org/licenses/
@ -187,7 +186,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright 2012 THE ETHERPAD FOUNDATION Copyright 2013 THE ETHERPAD FOUNDATION
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,49 +1,35 @@
# Making collaborative editing the standard on the web # A really-real time collaborative word processor for the web
![alt text](http://i.imgur.com/zYrGkg3.gif "Etherpad in action on PrimaryPad")
# About # About
Etherpad lite is a really-real time collaborative editor spawned from the Hell fire of Etherpad. Etherpad is a really-real time collaborative editor maintained by the Etherpad Community.
We're reusing the well tested Etherpad easysync library to make it really realtime. Etherpad Lite
is based on node.js ergo is much lighter and more stable than the original Etherpad. Our hope
is that this will encourage more users to use and install a realtime collaborative editor. A smaller, manageable and well
documented codebase makes it easier for developers to improve the code and contribute towards the project.
**Etherpad vs Etherpad lite** Etherpad is written in Javascript(99.9%) on both the server and client so it's easy for developers to maintain and add new features. Because of this Etherpad has tons of customizations that you can leverage.
<table>
<tr> Etherpad is designed to be easily embeddable and provides a [HTTP API](https://github.com/ether/etherpad-lite/wiki/HTTP-API)
<td>&nbsp;</td><td><b>Etherpad</b></td><td><b>Etherpad Lite</b></td> that allows your web application to manage pads, users and groups. It is recommended to use the [available client implementations](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) in order to interact with this API.
</tr>
<tr> There is also a [jQuery plugin](https://github.com/ether/etherpad-lite-jquery-plugin) that helps you to embed Pads into your website.
<td align="right">Size of the folder (without git history)</td><td>30 MB</td><td>1.5 MB</td>
</tr> There's also a full-featured plugin framework, allowing you to easily add your own features. By default your Etherpad is rather sparce and because Etherpad takes a lot of it's inspiration from Wordpress plugins are really easy to install and update. Once you have Etherpad installed you should visit the plugin page and take control.
<tr>
<td align="right">Languages used server side</td><td>Javascript (Rhino), Java, Scala</td><td>Javascript (node.js)</td> Finally, Etherpad comes with translations into most languages! Users are automatically delivered the correct language for their local settings.
</tr>
<tr>
<td align="right">Lines of server side Javascript code</td><td>~101k</td><td>~9k</td>
</tr>
<tr>
<td align="right">RAM Usage immediately after start</td><td>257 MB (grows to ~1GB)</td><td>16 MB (grows to ~30MB)</td>
</tr>
</table>
Etherpad Lite is designed to be easily embeddable and provides a [HTTP API](https://github.com/ether/etherpad-lite/wiki/HTTP-API) **Visit [beta.etherpad.org](http://beta.etherpad.org) to test it live.**
that allows your web application to manage pads, users and groups. It is recommended to use the [available client implementations](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) in order to interact with this API. There is also a [jQuery plugin](https://github.com/johnyma22/etherpad-lite-jquery-plugin) that helps you to embed Pads into your website.
There's also a full-featured plugin framework, allowing you to easily add your own features.
Finally, Etherpad Lite comes with translations into tons of different languages!
**Visit [beta.etherpad.org](http://beta.etherpad.org) to test it live**
Also, check out the **[FAQ](https://github.com/ether/etherpad-lite/wiki/FAQ)**, really! Also, check out the **[FAQ](https://github.com/ether/etherpad-lite/wiki/FAQ)**, really!
# Installation # Installation
Etherpad works with node v0.8 and v0.10, only. (We don't support v0.6)
## Windows ## Windows
### Prebuilt windows package ### Prebuilt windows package
This package works out of the box on any windows machine, but it's not very useful for developing purposes... This package works out of the box on any windows machine, but it's not very useful for developing purposes...
1. Download the windows package <https://github.com/ether/etherpad-lite/downloads> 1. [Download the latest windows package](http://etherpad.org/#download)
2. Extract the folder 2. Extract the folder
Now, run `start.bat` and open <http://localhost:9001> in your browser. You like it? [Next steps](#next-steps). Now, run `start.bat` and open <http://localhost:9001> in your browser. You like it? [Next steps](#next-steps).
@ -62,16 +48,17 @@ Update to the latest version with `git pull origin`, then run `bin\installOnWind
[Next steps](#next-steps). [Next steps](#next-steps).
## Linux ## GNU/Linux and other UNIX-like systems
You'll need gzip, git, curl, libssl develop libraries, python and gcc. You'll need gzip, git, curl, libssl develop libraries, python and gcc.
*For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential` *For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential`
*For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"` *For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"`
*For FreeBSD*: `portinstall node, npm, git (optional)`
Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, be careful of installing nodejs from apt. Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, be careful of installing nodejs from apt.
**As any user (we recommend creating a separate user called etherpad-lite):** **As any user (we recommend creating a separate user called etherpad):**
1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/ether/etherpad-lite.git` 1. Move to a folder where you want to install Etherpad. Clone the git repository `git clone git://github.com/ether/etherpad-lite.git`
2. Change into the new directory containing the cloned source code `cd etherpad-lite` 2. Change into the new directory containing the cloned source code `cd etherpad-lite`
Now, run `bin/run.sh` and open <http://127.0.0.1:9001> in your browser. Now, run `bin/run.sh` and open <http://127.0.0.1:9001> in your browser.
@ -83,9 +70,9 @@ You like it? [Next steps](#next-steps).
# Next Steps # Next Steps
## Tweak the settings ## Tweak the settings
You can modify the settings in `settings.json`. (If you need to handle multiple settings files, you can pass the path to a settings file to `bin/run.sh` using the `-s|--settings` option. This allows you to run multiple Etherpad Lite instances from the same installation.) You can initially modify the settings in `settings.json`. (If you need to handle multiple settings files, you can pass the path to a settings file to `bin/run.sh` using the `-s|--settings` option. This allows you to run multiple Etherpad instances from the same installation.) Once you have access to your /admin section settings can be modified through the web browser.
You should use a dedicated database such as "mysql", if you are planning on using etherpad-lite in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes. You should use a dedicated database such as "mysql", if you are planning on using etherpad-in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes.
## Helpful resources ## Helpful resources
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages. The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages.
@ -95,11 +82,11 @@ Documentation can be found in `docs/`.
# Development # Development
## Things you should know ## Things you should know
Read this [git guide](http://learn.github.com/p/intro.html) and watch this [video on getting started with Etherpad Lite Development](http://youtu.be/67-Q26YH97E). Read this [git guide](http://learn.github.com/p/index.html) and watch this [video on getting started with Etherpad Development](http://youtu.be/67-Q26YH97E).
If you're new to node.js, start with Ryan Dahl's [Introduction to Node.js](http://youtu.be/jo_B4LTHi3I). If you're new to node.js, start with Ryan Dahl's [Introduction to Node.js](http://youtu.be/jo_B4LTHi3I).
You can debug Etherpad lite using `bin/debugRun.sh`. You can debug Etherpad using `bin/debugRun.sh`.
If you want to find out how Etherpad's `Easysync` works (the library that makes it really realtime), start with this [PDF](https://github.com/ether/etherpad-lite/raw/master/doc/easysync/easysync-full-description.pdf) (complex, but worth reading). If you want to find out how Etherpad's `Easysync` works (the library that makes it really realtime), start with this [PDF](https://github.com/ether/etherpad-lite/raw/master/doc/easysync/easysync-full-description.pdf) (complex, but worth reading).
@ -108,10 +95,10 @@ You know all this and just want to know how you can help?
Look at the [TODO list](https://github.com/ether/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/ether/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.) Look at the [TODO list](https://github.com/ether/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/ether/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.)
Also, and most importantly, read our [**Developer Guidelines**](https://github.com/ether/etherpad-lite/wiki/Developer-Guidelines), really! Also, and most importantly, read our [**Developer Guidelines**](https://github.com/ether/etherpad-lite/blob/master/CONTRIBUTING.md), really!
# Get in touch # Get in touch
Join the [mailinglist](http://groups.google.com/group/etherpad-lite-dev) and make some noise on our freenode irc channel [#etherpad-lite-dev](http://webchat.freenode.net?channels=#etherpad-lite-dev)! Join the [mailinglist](http://groups.google.com/group/etherpad-lite-dev) and make some noise on our busy freenode irc channel [#etherpad-lite-dev](http://webchat.freenode.net?channels=#etherpad-lite-dev)!
# Modules created for this project # Modules created for this project
@ -122,6 +109,7 @@ Join the [mailinglist](http://groups.google.com/group/etherpad-lite-dev) and mak
# Donate! # Donate!
* [Flattr] (http://flattr.com/thing/71378/Etherpad-Foundation) * [Flattr] (http://flattr.com/thing/71378/Etherpad-Foundation)
* Paypal - Press the donate button on [etherpad.org](http://etherpad.org) * Paypal - Press the donate button on [etherpad.org](http://etherpad.org)
* [Bitcoin] (https://coinbase.com/checkouts/1e572bf8a82e4663499f7f1f66c2d15a)
# License # License
[Apache License v2](http://www.apache.org/licenses/LICENSE-2.0.html) [Apache License v2](http://www.apache.org/licenses/LICENSE-2.0.html)

44
bin/buildDebian.sh Executable file
View File

@ -0,0 +1,44 @@
#!/usr/bin/env bash
# IMPORTANT
# Protect agaisnt mispelling a var and rm -rf /
set -u
set -e
SRC=/tmp/etherpad-deb-src
DIST=/tmp/etherpad-deb-dist
SYSROOT=${SRC}/sysroot
DEBIAN=${SRC}/DEBIAN
rm -rf ${DIST}
mkdir -p ${DIST}/
rm -rf ${SRC}
rsync -a bin/deb-src/ ${SRC}/
mkdir -p ${SYSROOT}/opt/
rsync --exclude '.git' -a . ${SYSROOT}/opt/etherpad/ --delete
mkdir -p ${SYSROOT}/usr/share/doc
cp README.md ${SYSROOT}/usr/share/doc/etherpad
find ${SRC}/ -type d -exec chmod 0755 {} \;
find ${SRC}/ -type f -exec chmod go-w {} \;
chown -R root:root ${SRC}/
let SIZE=`du -s ${SYSROOT} | sed s'/\s\+.*//'`+8
pushd ${SYSROOT}/
tar czf ${DIST}/data.tar.gz [a-z]*
popd
sed s"/SIZE/${SIZE}/" -i ${DEBIAN}/control
pushd ${DEBIAN}
tar czf ${DIST}/control.tar.gz *
popd
pushd ${DIST}/
echo 2.0 > ./debian-binary
find ${DIST}/ -type d -exec chmod 0755 {} \;
find ${DIST}/ -type f -exec chmod go-w {} \;
chown -R root:root ${DIST}/
ar r ${DIST}/etherpad-1.deb debian-binary control.tar.gz data.tar.gz
popd
rsync -a ${DIST}/etherpad-1.deb ./

View File

@ -67,4 +67,4 @@ mv etherpad-lite-win.zip $START_FOLDER
echo "clean up..." echo "clean up..."
rm -rf /tmp/etherpad-lite-win rm -rf /tmp/etherpad-lite-win
echo "Finished. You can find the zip in the Etherpad Lite root folder, it's called etherpad-lite-win.zip" echo "Finished. You can find the zip in the Etherpad root folder, it's called etherpad-lite-win.zip"

View File

@ -337,7 +337,7 @@ function convertPad(padId, callback)
var oldName2newName = {}; var oldName2newName = {};
//replace the authors with generated authors //replace the authors with generated authors
// we need to do that cause etherpad saves pad local authors, etherpad lite uses them global // we need to do that cause where the original etherpad saves pad local authors, the new (lite) etherpad uses them global
for(var i in apool.numToAttrib) for(var i in apool.numToAttrib)
{ {
var key = apool.numToAttrib[i][0]; var key = apool.numToAttrib[i][0];

View File

@ -0,0 +1,9 @@
Package: etherpad
Version: 1.3
Section: base
Priority: optional
Architecture: i386
Installed-Size: SIZE
Depends:
Maintainer: John McLear <john@mclear.co.uk>
Description: Etherpad is a collaborative editor.

7
bin/deb-src/DEBIAN/postinst Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Start the services!
service etherpad start
echo "Give Etherpad about 3 minutes to install dependencies then visit http://localhost:9001 in your web browser"
echo "To stop etherpad type 'service etherpad stop', To restart type 'service etherpad restart'".
rm -f /tmp/etherpad.log /tmp/etherpad.err

26
bin/deb-src/DEBIAN/preinst Executable file
View File

@ -0,0 +1,26 @@
#!/bin/bash
# Installs node if it isn't already installed
#
# Don't steamroll over a previously installed node version
# TODO provide a local version of node?
VER="0.10.4"
ARCH="x86"
if [ `arch | grep 64` ]
then
ARCH="x64"
fi
# TODO test version
if [ ! -f /usr/local/bin/node ]
then
pushd /tmp
wget -c "http://nodejs.org/dist/v${VER}/node-v${VER}-linux-${ARCH}.tar.gz"
rm -rf /tmp/node-v${VER}-linux-${ARCH}
tar xf node-v${VER}-linux-${ARCH}.tar.gz -C /tmp/
cp -a /tmp/node-v${VER}-linux-${ARCH}/* /usr/local/
fi
# Create Etherpad user
adduser --system etherpad

4
bin/deb-src/DEBIAN/prerm Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Stop the appserver:
service etherpad stop || true

View File

@ -0,0 +1,28 @@
description "etherpad"
start on started networking
stop on runlevel [!2345]
env EPHOME=/opt/etherpad
env EPLOGS=/var/log/etherpad
env EPUSER=etherpad
respawn
pre-start script
cd $EPHOME
mkdir $EPLOGS ||true
chown $EPUSER $EPLOGS ||true
chmod 0755 $EPLOGS ||true
chown -R $EPUSER $EPHOME/var ||true
$EPHOME/bin/installDeps.sh >> $EPLOGS/error.log || { stop; exit 1; }
end script
script
cd $EPHOME/
exec su -s /bin/sh -c 'exec "$0" "$@"' $EPUSER -- node node_modules/ep_etherpad-lite/node/server.js \
>> $EPLOGS/access.log \
2>> $EPLOGS/error.log
echo "Etherpad is running on http://localhost:9001 - To change settings edit /opt/etherpad/settings.json"
end script

63
bin/deletePad.js Normal file
View File

@ -0,0 +1,63 @@
/*
A tool for deleting pads from the CLI, because sometimes a brick is required to fix a window.
*/
if(process.argv.length != 3)
{
console.error("Use: node deletePad.js $PADID");
process.exit(1);
}
//get the padID
var padId = process.argv[2];
var db, padManager, pad, settings;
var neededDBValues = ["pad:"+padId];
var npm = require("../src/node_modules/npm");
var async = require("../src/node_modules/async");
async.series([
// load npm
function(callback) {
npm.load({}, function(er) {
if(er)
{
console.error("Could not load NPM: " + er)
process.exit(1);
}
else
{
callback();
}
})
},
// load modules
function(callback) {
settings = require('../src/node/utils/Settings');
db = require('../src/node/db/DB');
callback();
},
// intallize the database
function (callback)
{
db.init(callback);
},
// delete the pad and it's links
function (callback)
{
padManager = require('../src/node/db/PadManager');
padManager.removePad(padId, function(err){
callback(err);
});
callback();
}
], function (err)
{
if(err) throw err;
else
{
console.log("Finished deleting padId: "+padId);
process.exit();
}
});

View File

@ -13,8 +13,8 @@ var padId = process.argv[2];
var db, dirty, padManager, pad, settings; var db, dirty, padManager, pad, settings;
var neededDBValues = ["pad:"+padId]; var neededDBValues = ["pad:"+padId];
var npm = require("../src/node_modules/npm"); var npm = require("../node_modules/ep_etherpad-lite/node_modules/npm");
var async = require("../src/node_modules/async"); var async = require("../node_modules/ep_etherpad-lite/node_modules/async");
async.series([ async.series([
// load npm // load npm
@ -33,9 +33,10 @@ async.series([
}, },
// load modules // load modules
function(callback) { function(callback) {
settings = require('../src/node/utils/Settings'); settings = require('../node_modules/ep_etherpad-lite/node/utils/Settings');
db = require('../src/node/db/DB'); db = require('../node_modules/ep_etherpad-lite/node/db/DB');
dirty = require("../src/node_modules/ueberDB/node_modules/dirty")(padId + ".db"); dirty = require("../node_modules/ep_etherpad-lite/node_modules/ueberDB/node_modules/dirty")(padId + ".db");
callback();
}, },
//intallize the database //intallize the database
function (callback) function (callback)
@ -45,7 +46,7 @@ async.series([
//get the pad //get the pad
function (callback) function (callback)
{ {
padManager = require('../node/db/PadManager'); padManager = require('../node_modules/ep_etherpad-lite/node/db/PadManager');
padManager.getPad(padId, function(err, _pad) padManager.getPad(padId, function(err, _pad)
{ {
@ -82,7 +83,10 @@ async.series([
db.db.db.wrappedDB.get(dbkey, function(err, dbvalue) db.db.db.wrappedDB.get(dbkey, function(err, dbvalue)
{ {
if(err) { callback(err); return} if(err) { callback(err); return}
dbvalue=JSON.parse(dbvalue);
if(dbvalue && typeof dbvalue != 'object'){
dbvalue=JSON.parse(dbvalue); // if its not json then parse it as json
}
dirty.set(dbkey, dbvalue, callback); dirty.set(dbkey, dbvalue, callback);
}); });

110
bin/importSqlFile.js Normal file
View File

@ -0,0 +1,110 @@
var startTime = new Date().getTime();
require("ep_etherpad-lite/node_modules/npm").load({}, function(er,npm) {
var fs = require("fs");
var ueberDB = require("ep_etherpad-lite/node_modules/ueberDB");
var settings = require("ep_etherpad-lite/node/utils/Settings");
var log4js = require('ep_etherpad-lite/node_modules/log4js');
var dbWrapperSettings = {
cache: 0,
writeInterval: 100,
json: false // data is already json encoded
};
var db = new ueberDB.database(settings.dbType, settings.dbSettings, dbWrapperSettings, log4js.getLogger("ueberDB"));
var sqlFile = process.argv[2];
//stop if the settings file is not set
if(!sqlFile)
{
console.error("Use: node importSqlFile.js $SQLFILE");
process.exit(1);
}
log("initializing db");
db.init(function(err)
{
//there was an error while initializing the database, output it and stop
if(err)
{
console.error("ERROR: Problem while initalizing the database");
console.error(err.stack ? err.stack : err);
process.exit(1);
}
else
{
log("done");
log("open output file...");
var lines = fs.readFileSync(sqlFile, 'utf8').split("\n");
var count = lines.length;
var keyNo = 0;
process.stdout.write("Start importing " + count + " keys...\n");
lines.forEach(function(l) {
if (l.substr(0, 27) == "REPLACE INTO store VALUES (") {
var pos = l.indexOf("', '");
var key = l.substr(28, pos - 28);
var value = l.substr(pos + 3);
value = value.substr(0, value.length - 2);
console.log("key: " + key + " val: " + value);
console.log("unval: " + unescape(value));
db.set(key, unescape(value), null);
keyNo++;
if (keyNo % 1000 == 0) {
process.stdout.write(" " + keyNo + "/" + count + "\n");
}
}
});
process.stdout.write("\n");
process.stdout.write("done. waiting for db to finish transaction. depended on dbms this may take some time...\n");
db.doShutdown(function() {
log("finished, imported " + keyNo + " keys.");
process.exit(0);
});
}
});
});
function log(str)
{
console.log((new Date().getTime() - startTime)/1000 + "\t" + str);
}
unescape = function(val) {
// value is a string
if (val.substr(0, 1) == "'") {
val = val.substr(0, val.length - 1).substr(1);
return val.replace(/\\[0nrbtZ\\'"]/g, function(s) {
switch(s) {
case "\\0": return "\0";
case "\\n": return "\n";
case "\\r": return "\r";
case "\\b": return "\b";
case "\\t": return "\t";
case "\\Z": return "\x1a";
default: return s.substr(1);
}
});
}
// value is a boolean or NULL
if (val == 'NULL') {
return null;
}
if (val == 'true') {
return true;
}
if (val == 'false') {
return false;
}
// value is a number
return val;
};

View File

@ -16,7 +16,7 @@ if [ $(uname) = "SunOS" ]; then
} }
fi fi
#Is wget installed? #Is curl installed?
hash curl > /dev/null 2>&1 || { hash curl > /dev/null 2>&1 || {
echo "Please install curl" >&2 echo "Please install curl" >&2
exit 1 exit 1
@ -44,8 +44,8 @@ fi
#check node version #check node version
NODE_VERSION=$(node --version) NODE_VERSION=$(node --version)
NODE_V_MINOR=$(echo $NODE_VERSION | cut -d "." -f 1-2) NODE_V_MINOR=$(echo $NODE_VERSION | cut -d "." -f 1-2)
if [ ! $NODE_V_MINOR = "v0.8" ] && [ ! $NODE_V_MINOR = "v0.6" ]; then if [ ! $NODE_V_MINOR = "v0.8" ] && [ ! $NODE_V_MINOR = "v0.10" ] && [ ! $NODE_V_MINOR = "v0.11" ]; then
echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.6.x or v0.8.x" >&2 echo "You're running a wrong version of node, you're using $NODE_VERSION, we need v0.8.x, v0.10.x or v0.11.x" >&2
exit 1 exit 1
fi fi

View File

@ -8,7 +8,7 @@ cmd /C node -e "" || ( echo "Please install node.js ( http://nodejs.org )" && ex
echo _ echo _
echo Checking node version... echo Checking node version...
set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()) === -1) { console.log('You are running a wrong version of Node. Etherpad Lite requires v0.6.x or v0.8.x'); process.exit(1) }" set check_version="if(['8','10'].indexOf(process.version.split('.')[1].toString()) === -1) { console.log('You are running a wrong version of Node. Etherpad requires v0.8.x or v0.10.x'); process.exit(1) }"
cmd /C node -e %check_version% || exit /B 1 cmd /C node -e %check_version% || exit /B 1
echo _ echo _

View File

@ -2,7 +2,7 @@ This is the new load testing file: https://bitbucket.org/rbraakman/etherpad-stre
BELOW is the original load testing file. BELOW is the original load testing file.
This load tester is extremely useful for testing how many dormant clients can connect to etherpad lite. This load tester is extremely useful for testing how many dormant clients can connect to etherpad.
TODO: TODO:
Emulate characters being typed into a pad Emulate characters being typed into a pad
@ -10,26 +10,26 @@ Emulate characters being typed into a pad
HOW TO USE (from @mjd75) proper formatting at: https://github.com/ether/etherpad-lite/issues/360 HOW TO USE (from @mjd75) proper formatting at: https://github.com/ether/etherpad-lite/issues/360
Server 1: Server 1:
Installed Node.js (etc), EtherPad Lite and MySQL Installed Node.js (etc), EtherPad and MySQL
Server 2: Server 2:
Installed Xvfb and PhantomJS Installed Xvfb and PhantomJS
I installed Xvfb following (roughly) this guide: http://blog.martin-lyness.com/archives/installing-xvfb-on-ubuntu-9-10-karmic-koala I installed Xvfb following (roughly) this guide: http://blog.martin-lyness.com/archives/installing-xvfb-on-ubuntu-9-10-karmic-koala
#sudo apt-get install xvfb #sudo apt-get install xvfb
#sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic #sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
Launched two instances of Xvfb directly from the terminal: Launched two instances of Xvfb directly from the terminal:
#Xvfb :0 -ac #Xvfb :0 -ac
#Xvfb :1 -ac #Xvfb :1 -ac
I installed PhantomJS following this guide: http://code.google.com/p/phantomjs/wiki/Installation I installed PhantomJS following this guide: http://code.google.com/p/phantomjs/wiki/Installation
#sudo add-apt-repository ppa:jerome-etienne/neoip #sudo add-apt-repository ppa:jerome-etienne/neoip
#sudo apt-get update #sudo apt-get update
#sudo apt-get install phantomjs #sudo apt-get install phantomjs
I created a small JavaScript file for PhatomJS to use to control the browser instances: I created a small JavaScript file for PhatomJS to use to control the browser instances:

View File

@ -3,7 +3,7 @@
# connect 500 instances to display :0 # connect 500 instances to display :0
for i in {1..500} for i in {1..500}
do do
echo $i echo $i
echo "Displaying Some shit" echo "Displaying Some shit"
DISPLAY=:0 screen -d -m /home/phantomjs/bin/phantomjs loader.js http://10.0.0.55:9001/p/pad2 && sleep 2 DISPLAY=:0 screen -d -m /home/phantomjs/bin/phantomjs loader.js http://10.0.0.55:9001/p/pad2 && sleep 2
done done

View File

@ -11,17 +11,17 @@ fi
ignoreRoot=0 ignoreRoot=0
for ARG in $* for ARG in $*
do do
if [ $ARG == '--root' ]; then if [ "$ARG" = "--root" ]; then
ignoreRoot=1 ignoreRoot=1
fi fi
done done
#Stop the script if its started as root #Stop the script if its started as root
if [ "$(id -u)" -eq 0 ] && [ $ignoreRoot -eq 0 ]; then if [ "$(id -u)" -eq 0 ] && [ $ignoreRoot -eq 0 ]; then
echo "You shouldn't start Etherpad-Lite as root!" echo "You shouldn't start Etherpad as root!"
echo "Please type 'Etherpad Lite rocks my socks' or supply the '--root' argument if you still want to start it as root" echo "Please type 'Etherpad rocks my socks' or supply the '--root' argument if you still want to start it as root"
read rocks read rocks
if [ ! $rocks = "Etherpad Lite rocks my socks" ] if [ ! $rocks = "Etherpad rocks my socks" ]
then then
echo "Your input was incorrect" echo "Your input was incorrect"
exit 1 exit 1
@ -33,4 +33,7 @@ bin/installDeps.sh $* || exit 1
#Move to the node folder and start #Move to the node folder and start
echo "start..." echo "start..."
node node_modules/ep_etherpad-lite/node/server.js $*
SCRIPTPATH=`pwd -P`
node $SCRIPTPATH/node_modules/ep_etherpad-lite/node/server.js $*

View File

@ -16,6 +16,7 @@ TIME_BETWEEN_EMAILS=600 # 10 minutes
# DON'T EDIT AFTER THIS LINE # DON'T EDIT AFTER THIS LINE
LAST_EMAIL_SEND=0 LAST_EMAIL_SEND=0
LOG="$1"
#Move to the folder where ep-lite is installed #Move to the folder where ep-lite is installed
cd `dirname $0` cd `dirname $0`
@ -26,26 +27,27 @@ if [ -d "../bin" ]; then
fi fi
#check if a logfile parameter is set #check if a logfile parameter is set
if [ -z "$1" ]; then if [ -z "${LOG}" ]; then
echo "Set a logfile as the first parameter" echo "Set a logfile as the first parameter"
exit 1 exit 1
fi fi
shift
while [ 1 ] while [ 1 ]
do do
#try to touch the file if it doesn't exist #try to touch the file if it doesn't exist
if [ ! -f $1 ]; then if [ ! -f ${LOG} ]; then
touch $1 || ( echo "Logfile '$1' is not writeable" && exit 1 ) touch ${LOG} || ( echo "Logfile '${LOG}' is not writeable" && exit 1 )
fi fi
#check if the file is writeable #check if the file is writeable
if [ ! -w $1 ]; then if [ ! -w ${LOG} ]; then
echo "Logfile '$1' is not writeable" echo "Logfile '${LOG}' is not writeable"
exit 1 exit 1
fi fi
#start the application #start the application
bin/run.sh >>$1 2>>$1 bin/run.sh $@ >>${LOG} 2>>${LOG}
#Send email #Send email
if [ $ERROR_HANDLING = 1 ]; then if [ $ERROR_HANDLING = 1 ]; then
@ -53,13 +55,13 @@ do
TIME_SINCE_LAST_SEND=$(($TIME_NOW - $LAST_EMAIL_SEND)) TIME_SINCE_LAST_SEND=$(($TIME_NOW - $LAST_EMAIL_SEND))
if [ $TIME_SINCE_LAST_SEND -gt $TIME_BETWEEN_EMAILS ]; then if [ $TIME_SINCE_LAST_SEND -gt $TIME_BETWEEN_EMAILS ]; then
printf "Server was restared at: $(date)\nThe last 50 lines of the log before the error happens:\n $(tail -n 50 $1)" | mail -s "Pad Server was restarted" $EMAIL_ADDRESS printf "Server was restared at: $(date)\nThe last 50 lines of the log before the error happens:\n $(tail -n 50 ${LOG})" | mail -s "Pad Server was restarted" $EMAIL_ADDRESS
LAST_EMAIL_SEND=$TIME_NOW LAST_EMAIL_SEND=$TIME_NOW
fi fi
fi fi
echo "RESTART!" >>$1 echo "RESTART!" >>${LOG}
#Sleep 10 seconds before restart #Sleep 10 seconds before restart
sleep 10 sleep 10

View File

@ -39,6 +39,13 @@ Returns the `rep` object.
## editorInfo.ace_performDocumentApplyAttributesToCharRange(?) ## editorInfo.ace_performDocumentApplyAttributesToCharRange(?)
## editorInfo.ace_setAttributeOnSelection(?) ## editorInfo.ace_setAttributeOnSelection(?)
## editorInfo.ace_toggleAttributeOnSelection(?) ## editorInfo.ace_toggleAttributeOnSelection(?)
## editorInfo.ace_getAttributeOnSelection(attribute)
Returns a boolean if an attribute exists on a selected range.
The attribute should be the string name of the attribute applied to the selection IE subscript
Example usage: Apply the activeButton Class to a button if an attribute is on a highlighted/selected caret position or range.
Example: `call.editorInfo.ace_getAttributeOnSelection("subscript");` // call here is the callstack from aceEditEvent.
See the ep_subscript plugin for an example of this function in action.
Notes: Does not work on first or last character of a line. Suffers from a race condition if called with aceEditEvent.
## editorInfo.ace_performSelectionChange(?) ## editorInfo.ace_performSelectionChange(?)
## editorInfo.ace_doIndentOutdent(?) ## editorInfo.ace_doIndentOutdent(?)
## editorInfo.ace_doUndoRedo(?) ## editorInfo.ace_doUndoRedo(?)

View File

@ -60,3 +60,9 @@ Default: en
Example: `lang=ar` (translates the interface into Arabic) Example: `lang=ar` (translates the interface into Arabic)
## rtl
* Boolean
Default: true
Displays pad text from right to left.

View File

@ -126,9 +126,15 @@ Called from: src/static/js/pad.js
Things in context: Things in context:
1. ace - the ace object that is applied to this editor. 1. ace - the ace object that is applied to this editor.
2. pad - the pad object of the current pad.
There doesn't appear to be any example available of this particular hook being used, but it gets fired after the editor is all set up. There doesn't appear to be any example available of this particular hook being used, but it gets fired after the editor is all set up.
## postTimesliderInit
Called from: src/static/js/timeslider.js
There doesn't appear to be any example available of this particular hook being used, but it gets fired after the timeslider is all set up.
## userJoinOrUpdate ## userJoinOrUpdate
Called from: src/static/js/pad_userlist.js Called from: src/static/js/pad_userlist.js
@ -138,6 +144,20 @@ Things in context:
This hook is called on the client side whenever a user joins or changes. This can be used to create notifications or an alternate user list. This hook is called on the client side whenever a user joins or changes. This can be used to create notifications or an alternate user list.
## chatNewMessage
Called from: src/static/js/chat.js
Things in context:
1. authorName - The user that wrote this message
2. author - The authorID of the user that wrote the message
2. text - the message text
3. sticky (boolean) - if you want the gritter notification bubble to fade out on its own or just sit there
3. timestamp - the timestamp of the chat message
4. timeStr - the timestamp as a formatted string
This hook is called on the client side whenever a chat message is received from the server. It can be used to create different notifications for chat messages.
## collectContentPre ## collectContentPre
Called from: src/static/js/contentcollector.js Called from: src/static/js/contentcollector.js
@ -242,3 +262,18 @@ This hook is provided to allow whether a given line should be deliniated with mu
Multiple authors in one line cause the creation of magic span lines. This might not suit you and Multiple authors in one line cause the creation of magic span lines. This might not suit you and
now you can disable it and handle your own deliniation. now you can disable it and handle your own deliniation.
The return value should be either true(disable) or false. The return value should be either true(disable) or false.
## aceSetAuthorStyle
Called from: src/static/js/ace2_inner.js
Things in context:
1. dynamicCSS - css manger for inner ace
2. outerDynamicCSS - css manager for outer ace
3. parentDynamicCSS - css manager for parent document
4. info - author style info
5. author - author info
6. authorSelector - css selector for author span in inner ace
This hook is provided to allow author highlight style to be modified.
Registered hooks should return 1 if the plugin handles highlighting. If no plugin returns 1, the core will use the default background-based highlighting.

View File

@ -7,7 +7,7 @@ The API gives another web application control of the pads. The basic functions a
* grant/forbid access to pads * grant/forbid access to pads
* get/set pad content * get/set pad content
The API is designed in a way, so you can reuse your existing user system with their permissions, and map it to etherpad lite. Means: Your web application still has to do authentication, but you can tell etherpad lite via the api, which visitors should get which permissions. This allows etherpad lite to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website. The API is designed in a way, so you can reuse your existing user system with their permissions, and map it to Etherpad. Means: Your web application still has to do authentication, but you can tell Etherpad via the api, which visitors should get which permissions. This allows Etherpad to fit into any web application and extend it with real-time functionality. You can embed the pads via an iframe into your website.
Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language. Take a look at [HTTP API client libraries](https://github.com/ether/etherpad-lite/wiki/HTTP-API-client-libraries) to see if a library in your favorite language.
@ -61,7 +61,9 @@ Portal submits content into new blog post
## Usage ## Usage
### API version ### API version
The latest version is `1.2` The latest version is `1.2.8`
The current version can be queried via /api.
### Request Format ### Request Format
@ -101,7 +103,7 @@ Responses are valid JSON in the following format:
### Authentication ### Authentication
Authentication works via a token that is sent with each request as a post parameter. There is a single token per Etherpad-Lite deployment. This token will be random string, generated by Etherpad-Lite at the first start. It will be saved in APIKEY.txt in the root folder of Etherpad Lite. Only Etherpad Lite and the requesting application knows this key. Token management will not be exposed through this API. Authentication works via a token that is sent with each request as a post parameter. There is a single token per Etherpad deployment. This token will be random string, generated by Etherpad at the first start. It will be saved in APIKEY.txt in the root folder of Etherpad. Only Etherpad and the requesting application knows this key. Token management will not be exposed through this API.
### Node Interoperability ### Node Interoperability
@ -130,7 +132,7 @@ creates a new group
#### createGroupIfNotExistsFor(groupMapper) #### createGroupIfNotExistsFor(groupMapper)
* API >= 1 * API >= 1
this functions helps you to map your application group ids to etherpad lite group ids this functions helps you to map your application group ids to Etherpad group ids
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: {groupID: g.s8oes9dhwrvt0zif}}` * `{code: 0, message:"ok", data: {groupID: g.s8oes9dhwrvt0zif}}`
@ -186,7 +188,7 @@ creates a new author
#### createAuthorIfNotExistsFor(authorMapper [, name]) #### createAuthorIfNotExistsFor(authorMapper [, name])
* API >= 1 * API >= 1
this functions helps you to map your application author ids to etherpad lite author ids this functions helps you to map your application author ids to Etherpad author ids
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: {authorID: "a.s8oes9dhwrvt0zif"}}` * `{code: 0, message:"ok", data: {authorID: "a.s8oes9dhwrvt0zif"}}`
@ -302,6 +304,66 @@ returns the text of a pad formatted as HTML
* `{code: 0, message:"ok", data: {html:"Welcome Text<br>More Text"}}` * `{code: 0, message:"ok", data: {html:"Welcome Text<br>More Text"}}`
* `{code: 1, message:"padID does not exist", data: null}` * `{code: 1, message:"padID does not exist", data: null}`
#### setHTML(padID, text)
* API >= 1
sets the html of a pad
*Example returns:*
* `{code: 0, message:"ok", data: null}`
* `{code: 1, message:"padID does not exist", data: null}`
* `{code: 1, message:"text too long", data: null}`
#### getAttributePool(padID)
* API >= 1.2.8
returns the attribute pool of a pad
*Example returns:*
* `{ "code":0,
"message":"ok",
"data": {
"pool":{
"numToAttrib":{
"0":["author","a.X4m8bBWJBZJnWGSh"],
"1":["author","a.TotfBPzov54ihMdH"],
"2":["author","a.StiblqrzgeNTbK05"],
"3":["bold","true"]
},
"attribToNum":{
"author,a.X4m8bBWJBZJnWGSh":0,
"author,a.TotfBPzov54ihMdH":1,
"author,a.StiblqrzgeNTbK05":2,
"bold,true":3
},
"nextNum":4
}
}
}`
* `{"code":1,"message":"padID does not exist","data":null}`
#### getRevisionChangeset(padID, [rev])
* API >= 1.2.8
get the changeset at a given revision, or last revision if 'rev' is not defined.
*Example returns:*
* `{ "code" : 0,
"message" : "ok",
"data" : "Z:1>6b|5+6b$Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http://etherpad.org\n"
}`
* `{"code":1,"message":"padID does not exist","data":null}`
* `{"code":1,"message":"rev is higher than the head revision of the pad","data":null}`
#### createDiffHTML(padID, startRev, endRev)
* API >= 1.2.7
returns an object of diffs from 2 points in a pad
*Example returns:*
* `{"code":0,"message":"ok","data":{"html":"<style>\n.authora_HKIv23mEbachFYfH {background-color: #a979d9}\n.authora_n4gEeMLsv1GivNeh {background-color: #a9b5d9}\n.removed {text-decoration: line-through; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; filter: alpha(opacity=80); opacity: 0.8; }\n</style>Welcome to Etherpad!<br><br>This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!<br><br>Get involved with Etherpad at <a href=\"http&#x3a;&#x2F;&#x2F;etherpad&#x2e;org\">http:&#x2F;&#x2F;etherpad.org</a><br><span class=\"authora_HKIv23mEbachFYfH\">aw</span><br><br>","authors":["a.HKIv23mEbachFYfH",""]}}`
* `{"code":4,"message":"no or wrong API Key","data":null}`
### Chat ### Chat
#### getChatHistory(padID, [start, end]) #### getChatHistory(padID, [start, end])
* API >= 1.2.7 * API >= 1.2.7
@ -373,6 +435,24 @@ returns the list of users that are currently editing this pad
deletes a pad deletes a pad
*Example returns:*
* `{code: 0, message:"ok", data: null}`
* `{code: 1, message:"padID does not exist", data: null}`
#### copyPad(sourceID, destinationID[, force=false])
* API >= 1.2.8
copies a pad with full history and chat. If force is true and the destination pad exists, it will be overwritten.
*Example returns:*
* `{code: 0, message:"ok", data: null}`
* `{code: 1, message:"padID does not exist", data: null}`
#### movePad(sourceID, destinationID[, force=false])
* API >= 1.2.8
moves a pad. If force is true and the destination pad exists, it will be overwritten.
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: null}` * `{code: 0, message:"ok", data: null}`
* `{code: 1, message:"padID does not exist", data: null}` * `{code: 1, message:"padID does not exist", data: null}`
@ -466,4 +546,4 @@ returns ok when the current api token is valid
lists all pads on this epl instance lists all pads on this epl instance
*Example returns:* *Example returns:*
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}` * `{code: 0, message:"ok", data: {padIDs: ["testPad", "thePadsOfTheOthers"]}}`

View File

@ -1,5 +1,5 @@
# Custom static files # Custom static files
Etherpad Lite allows you to include your own static files in the browser, by modifying the files in `static/custom`. Etherpad allows you to include your own static files in the browser, by modifying the files in `static/custom`.
* `index.js` Javascript that'll be run in `/` * `index.js` Javascript that'll be run in `/`
* `index.css` Stylesheet affecting `/` * `index.css` Stylesheet affecting `/`

View File

@ -2,7 +2,7 @@
<!-- type=misc --> <!-- type=misc -->
The goal of this documentation is to comprehensively explain Etherpad-Lite, The goal of this documentation is to comprehensively explain Etherpad,
both from a reference as well as a conceptual point of view. both from a reference as well as a conceptual point of view.
Where appropriate, property types, method arguments, and the arguments Where appropriate, property types, method arguments, and the arguments

View File

@ -1,2 +1,2 @@
# About this folder # About this folder
We put all documentations we found about the old Etherpad together in this folder. Most of this is still valid for Etherpad Lite We put all documentations we found about the original Etherpad together in this folder. Most of this is still valid for the current (node.js based) Etherpad.

View File

@ -79,14 +79,14 @@ Here are descriptions of the operations, where capital letters are variables:
kept MUST be a newline, and the final newline of the document is allowed. kept MUST be a newline, and the final newline of the document is allowed.
"*I" : Apply attribute I from the pool to the following +, =, |+, or |= command. "*I" : Apply attribute I from the pool to the following +, =, |+, or |= command.
In other words, any number of * ops can come before a +, =, or | but not In other words, any number of * ops can come before a +, =, or | but not
between a | and the corresponding + or =. between a | and the corresponding + or =.
If +, text is inserted having this attribute. If =, text is kept but with If +, text is inserted having this attribute. If =, text is kept but with
the attribute applied as an attribute addition or removal. the attribute applied as an attribute addition or removal.
Consecutive attributes must be sorted lexically by (key,value) with key Consecutive attributes must be sorted lexically by (key,value) with key
and value taken as strings. It's illegal to have duplicate keys and value taken as strings. It's illegal to have duplicate keys
for (key,value) pairs that apply to the same text. It's illegal to for (key,value) pairs that apply to the same text. It's illegal to
have an empty value for a key in the case of an insertion (+), the have an empty value for a key in the case of an insertion (+), the
pair should just be omitted. pair should just be omitted.
Characters from the source text that aren't accounted for are assumed to be kept Characters from the source text that aren't accounted for are assumed to be kept
with the same attributes. with the same attributes.

View File

@ -1,4 +1,5 @@
@include documentation @include documentation
@include stats
@include localization @include localization
@include custom_static @include custom_static
@include api/api @include api/api

View File

@ -1,5 +1,5 @@
# Localization # Localization
Etherpad lite provides a multi-language user interface, that's apart from your users' content, so users from different countries can collaborate on a single document, while still having the user interface displayed in their mother tongue. Etherpad provides a multi-language user interface, that's apart from your users' content, so users from different countries can collaborate on a single document, while still having the user interface displayed in their mother tongue.
## Translating ## Translating
@ -19,9 +19,9 @@ Translations will be send back to us regularly and will eventually appear in the
`/src/locales` contains files for all supported languages which contain the translated strings. Translation files are simple `*.json` files and look like this: `/src/locales` contains files for all supported languages which contain the translated strings. Translation files are simple `*.json` files and look like this:
```json ```json
{ "pad.modals.connected": "Connecté." { "pad.modals.connected": "Connecté."
, "pad.modals.uderdup": "Ouvrir dans une nouvelle fenêtre." , "pad.modals.uderdup": "Ouvrir dans une nouvelle fenêtre."
, "pad.toolbar.unindent.title": "Désindenter" , "pad.toolbar.unindent.title": "Dèsindenter"
, "pad.toolbar.undo.title": "Annuler (Ctrl-Z)" , "pad.toolbar.undo.title": "Annuler (Ctrl-Z)"
, "timeslider.pageTitle": "{{appTitle}} Curseur temporel" , "timeslider.pageTitle": "{{appTitle}} Curseur temporel"
, ... , ...
@ -50,7 +50,7 @@ to:
<option data-l10n-id="ep_heading.h1" value="0"></option> <option data-l10n-id="ep_heading.h1" value="0"></option>
``` ```
In the javascript files of your plugin, chaneg all hardcoded messages/strings... In the javascript files of your plugin, change all hardcoded messages/strings...
from: from:
```js ```js
@ -75,7 +75,7 @@ alert(window._('pad.chat'));
*ep_your-plugin/locales/es.json* *ep_your-plugin/locales/es.json*
``` ```
{ "ep_your-plugin.h1": "Título 1" { "ep_your-plugin.h1": "Título 1"
} }
``` ```
@ -83,7 +83,7 @@ Everytime the http server is started, it will auto-detect your messages and merg
### Overwrite core messages ### Overwrite core messages
You can overwrite Etherpad Lite's core messages in your plugin's locale files. You can overwrite Etherpad's core messages in your plugin's locale files.
For example, if you want to replace `Chat` with `Notes`, simply add... For example, if you want to replace `Chat` with `Notes`, simply add...
*ep_your-plugin/locales/en.json* *ep_your-plugin/locales/en.json*
@ -91,4 +91,4 @@ For example, if you want to replace `Chat` with `Notes`, simply add...
{ "ep_your-plugin.h1": "Heading 1" { "ep_your-plugin.h1": "Heading 1"
, "pad.chat": "Notes" , "pad.chat": "Notes"
} }
``` ```

View File

@ -1,5 +1,5 @@
# Plugins # Plugins
Etherpad-Lite allows you to extend its functionality with plugins. A plugin registers hooks (functions) for certain events (thus certain features) in Etherpad-lite to execute its own functionality based on these events. Etherpad allows you to extend its functionality with plugins. A plugin registers hooks (functions) for certain events (thus certain features) in Etherpad-lite to execute its own functionality based on these events.
Publicly available plugins can be found in the npm registry (see <http://npmjs.org>). Etherpad-lite's naming convention for plugins is to prefix your plugins with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install plugins from npm, using `npm install ep_flubberworm` in etherpad-lite's root directory. Publicly available plugins can be found in the npm registry (see <http://npmjs.org>). Etherpad-lite's naming convention for plugins is to prefix your plugins with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install plugins from npm, using `npm install ep_flubberworm` in etherpad-lite's root directory.
@ -104,7 +104,7 @@ Your plugin must also contain a [package definition file](http://npmjs.org/doc/j
``` ```
## Templates ## Templates
If your plugin adds or modifies the front end HTML (e.g. adding buttons or changing their functions), you should put the necessary HTML code for such operations in `templates/`, in files of type ".ejs", since Etherpad-Lite uses EJS for HTML templating. See the following link for more information about EJS: <https://github.com/visionmedia/ejs>. If your plugin adds or modifies the front end HTML (e.g. adding buttons or changing their functions), you should put the necessary HTML code for such operations in `templates/`, in files of type ".ejs", since Etherpad uses EJS for HTML templating. See the following link for more information about EJS: <https://github.com/visionmedia/ejs>.
## Writing and running front-end tests for your plugin ## Writing and running front-end tests for your plugin

18
doc/stats.md Normal file
View File

@ -0,0 +1,18 @@
# Statistics
Etherpad keeps track of the goings-on inside the edit machinery. If you'd like to have a look at this, just point your browser to `/stats`.
We currently measure:
- totalUsers (counter)
- connects (meter)
- disconnects (meter)
- pendingEdits (counter)
- edits (timer)
- failedChangesets (meter)
- httpRequests (timer)
- http500 (meter)
- memoryUsage (gauge)
Under the hood, we are happy to rely on [measured](https://github.com/felixge/node-measured) for all our metrics needs.
To modify or simply access our stats in your plugin, simply `require('ep_etherpad-lite/stats')` which is a `measured.Collection`.

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>__SECTION__ - Etherpad Lite v__VERSION__ Manual &amp; Documentation</title> <title>__SECTION__ - Etherpad v__VERSION__ Manual &amp; Documentation</title>
<link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/style.css">
</head> </head>
<body class="apidoc" id="api-section-__FILENAME__"> <body class="apidoc" id="api-section-__FILENAME__">
<header id="header"> <header id="header">
<h1>Etherpad-Lite v__VERSION__ Manual &amp; Documentation</h1> <h1>Etherpad v__VERSION__ Manual &amp; Documentation</h1>
</header> </header>
<div id="toc"> <div id="toc">

View File

@ -5,7 +5,7 @@
*/ */
{ {
// Name your instance! // Name your instance!
"title": "Etherpad Lite", "title": "Etherpad",
// favicon default name // favicon default name
// alternatively, set up a fully specified Url to your own favicon // alternatively, set up a fully specified Url to your own favicon
@ -15,6 +15,10 @@
"ip": "0.0.0.0", "ip": "0.0.0.0",
"port" : 9001, "port" : 9001,
// Session Key, used for reconnecting user sessions
// Set this to a secure string at least 10 characters long. Do not share this value.
"sessionKey" : "",
/* /*
// Node native SSL support // Node native SSL support
// this is disabled by default // this is disabled by default
@ -47,15 +51,8 @@
}, },
*/ */
//Logging configuration. See log4js documentation for further information
// https://github.com/nomiddlename/log4js-node
"logconfig" :
{ "appenders": [
{ "type": "console" }
] },
//the default text of a pad //the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n", "defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */ /* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false, "requireSession" : false,
@ -81,7 +78,13 @@
/* Require authorization by a module, or a user with is_admin set, see below. */ /* Require authorization by a module, or a user with is_admin set, see below. */
"requireAuthorization": false, "requireAuthorization": false,
/*when you use NginX or another proxy/ load-balancer set this to true*/
"trustProxy": false,
/* Privacy: disable IP logging */
"disableIPlogging": false,
/* Users for basic authentication. is_admin = true gives access to /admin. /* Users for basic authentication. is_admin = true gives access to /admin.
If you do not uncomment this, /admin will not be available! */ If you do not uncomment this, /admin will not be available! */
/* /*
@ -97,9 +100,51 @@
}, },
*/ */
// restrict socket.io transport methods
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */ /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO", "loglevel": "INFO",
// restrict socket.io transport methods //Logging configuration. See log4js documentation for further information
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"] // https://github.com/nomiddlename/log4js-node
// You can add as many appenders as you want here:
"logconfig" :
{ "appenders": [
{ "type": "console"
//, "category": "access"// only logs pad access
}
/*
, { "type": "file"
, "filename": "your-log-file-here.log"
, "maxLogSize": 1024
, "backups": 3 // how many log files there're gonna be at max
//, "category": "test" // only log a specific category
}*/
/*
, { "type": "logLevelFilter"
, "level": "warn" // filters out all log messages that have a lower level than "error"
, "appender":
{ Use whatever appender you want here }
}*/
/*
, { "type": "logLevelFilter"
, "level": "error" // filters out all log messages that have a lower level than "error"
, "appender":
{ "type": "smtp"
, "subject": "An error occured in your EPL instance!"
, "recipients": "bar@blurdybloop.com, baz@blurdybloop.com"
, "sendInterval": 60*5 // in secs -- will buffer log messages; set to 0 to send a mail for every message
, "transport": "SMTP", "SMTP": { // see https://github.com/andris9/Nodemailer#possible-transport-methods
"host": "smtp.example.com", "port": 465,
"secureConnection": true,
"auth": {
"user": "foo@example.com",
"pass": "bar_foo"
}
}
}
}*/
]
}
} }

View File

@ -23,6 +23,7 @@
{ "name": "adminsettings", "hooks": { { "name": "adminsettings", "hooks": {
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/adminsettings:expressCreateServer", "expressCreateServer": "ep_etherpad-lite/node/hooks/express/adminsettings:expressCreateServer",
"socketio": "ep_etherpad-lite/node/hooks/express/adminsettings:socketio" } "socketio": "ep_etherpad-lite/node/hooks/express/adminsettings:socketio" }
} },
{ "name": "swagger", "hooks": { "expressCreateServer": "ep_etherpad-lite/node/hooks/express/swagger:expressCreateServer" } }
] ]
} }

View File

@ -1,66 +1,65 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Naudefj" "Naudefj"
] ]
}, },
"index.newPad": "Nuwe pad", "index.newPad": "Nuwe pad",
"index.createOpenPad": "of skep\/open 'n pad met die naam:", "index.createOpenPad": "of skep/open 'n pad met die naam:",
"pad.toolbar.bold.title": "Vet (Ctrl-B)", "pad.toolbar.bold.title": "Vet (Ctrl-B)",
"pad.toolbar.italic.title": "Kursief (Ctrl-I)", "pad.toolbar.italic.title": "Kursief (Ctrl-I)",
"pad.toolbar.underline.title": "Onderstreep (Ctrl-U)", "pad.toolbar.underline.title": "Onderstreep (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Deurgehaal", "pad.toolbar.strikethrough.title": "Deurgehaal",
"pad.toolbar.ol.title": "Geordende lys", "pad.toolbar.ol.title": "Geordende lys",
"pad.toolbar.ul.title": "Ongeordende lys", "pad.toolbar.ul.title": "Ongeordende lys",
"pad.toolbar.indent.title": "Indenteer", "pad.toolbar.indent.title": "Indenteer",
"pad.toolbar.unindent.title": "Verklein indentering", "pad.toolbar.unindent.title": "Verklein indentering",
"pad.toolbar.undo.title": "Ongedaan maak (Ctrl-Z)", "pad.toolbar.undo.title": "Ongedaan maak (Ctrl-Z)",
"pad.toolbar.redo.title": "Herdoen (Ctrl-Y)", "pad.toolbar.redo.title": "Herdoen (Ctrl-Y)",
"pad.toolbar.settings.title": "Voorkeure", "pad.toolbar.settings.title": "Voorkeure",
"pad.colorpicker.save": "Stoor", "pad.colorpicker.save": "Stoor",
"pad.colorpicker.cancel": "Kanselleer", "pad.colorpicker.cancel": "Kanselleer",
"pad.loading": "Laai...", "pad.loading": "Laai...",
"pad.settings.myView": "My oorsig", "pad.settings.myView": "My oorsig",
"pad.settings.fontType.normal": "Normaal", "pad.settings.fontType.normal": "Normaal",
"pad.settings.fontType.monospaced": "Monospasie", "pad.settings.fontType.monospaced": "Monospasie",
"pad.importExport.exporthtml": "HTML", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup.advice": "Maak weer 'n verbinding as u die venster wil gebruik.", "pad.modals.userdup.advice": "Maak weer 'n verbinding as u die venster wil gebruik.",
"pad.modals.unauth": "Nie toegestaan", "pad.modals.unauth": "Nie toegestaan",
"pad.modals.looping": "Verbinding verbreek.", "pad.modals.deleted": "Geskrap.",
"pad.modals.deleted": "Geskrap.", "pad.share": "Deel die pad",
"pad.share": "Deel die pad", "pad.share.readonly": "Lees-alleen",
"pad.share.readonly": "Lees-alleen", "pad.share.link": "Skakel",
"pad.share.link": "Skakel", "pad.share.emebdcode": "Inbed URL",
"pad.share.emebdcode": "Inbed URL", "pad.chat": "Klets",
"pad.chat": "Klets", "pad.chat.title": "Maak kletsblad vir die pad oop",
"pad.chat.title": "Maak kletsblad vir die pad oop", "timeslider.toolbar.returnbutton": "Terug na pad",
"timeslider.toolbar.returnbutton": "Terug na pad", "timeslider.toolbar.authors": "Outeurs:",
"timeslider.toolbar.authors": "Outeurs:", "timeslider.toolbar.authorsList": "Geen outeurs",
"timeslider.toolbar.authorsList": "Geen outeurs", "timeslider.exportCurrent": "Huidige weergawe eksporteer as:",
"timeslider.exportCurrent": "Huidige weergawe eksporteer as:", "timeslider.version": "Weergawe {{version}}",
"timeslider.version": "Weergawe {{version}}", "timeslider.saved": "Gestoor op {{day}} {{month}} {{year}}",
"timeslider.saved": "Gestoor op {{day}} {{month}} {{year}}", "timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.month.january": "Januarie",
"timeslider.month.january": "Januarie", "timeslider.month.february": "Februarie",
"timeslider.month.february": "Februarie", "timeslider.month.march": "Maart",
"timeslider.month.march": "Maart", "timeslider.month.april": "April",
"timeslider.month.april": "April", "timeslider.month.may": "Mei",
"timeslider.month.may": "Mei", "timeslider.month.june": "Junie",
"timeslider.month.june": "Junie", "timeslider.month.july": "Julie",
"timeslider.month.july": "Julie", "timeslider.month.august": "Augustus",
"timeslider.month.august": "Augustus", "timeslider.month.september": "September",
"timeslider.month.september": "September", "timeslider.month.october": "Oktober",
"timeslider.month.october": "Oktober", "timeslider.month.november": "November",
"timeslider.month.november": "November", "timeslider.month.december": "Desember",
"timeslider.month.december": "Desember", "pad.userlist.entername": "Verskaf u naam",
"pad.userlist.entername": "Verskaf u naam", "pad.userlist.unnamed": "sonder naam",
"pad.userlist.unnamed": "sonder naam", "pad.userlist.guest": "Gas",
"pad.userlist.guest": "Gas", "pad.userlist.deny": "Keur af",
"pad.userlist.deny": "Keur af", "pad.userlist.approve": "Keur goed",
"pad.userlist.approve": "Keur goed", "pad.impexp.importbutton": "Voer nou in",
"pad.impexp.importbutton": "Voer nou in", "pad.impexp.importing": "Besig met invoer...",
"pad.impexp.importing": "Besig met invoer...", "pad.impexp.importfailed": "Invoer het gefaal"
"pad.impexp.importfailed": "Invoer het gefaal"
} }

View File

@ -1,77 +1,105 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Ali1", "Ali1",
"Tux-tn" "Tux-tn"
] ]
}, },
"pad.toolbar.bold.title": "\u0633\u0645\u064a\u0643 (Ctrl-B)", "index.newPad": "باد جديد",
"pad.toolbar.italic.title": "\u0645\u0627\u0626\u0644 (Ctrl-I)", "index.createOpenPad": "أو صنع/فتح باد بوضع إسمه:",
"pad.toolbar.underline.title": "\u062a\u0633\u0637\u064a\u0631 (Ctrl-U)", "pad.toolbar.bold.title": "سميك (Ctrl-B)",
"pad.toolbar.strikethrough.title": "\u0634\u0637\u0628", "pad.toolbar.italic.title": "مائل (Ctrl-I)",
"pad.toolbar.ol.title": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0631\u062a\u0628\u0629", "pad.toolbar.underline.title": "تسطير (Ctrl-U)",
"pad.toolbar.ul.title": "\u0642\u0627\u0626\u0645\u0629 \u063a\u064a\u0631 \u0645\u0631\u062a\u0628\u0629", "pad.toolbar.strikethrough.title": "شطب",
"pad.toolbar.indent.title": "\u0625\u0632\u0627\u062d\u0629", "pad.toolbar.ol.title": "قائمة مرتبة",
"pad.toolbar.unindent.title": "\u062d\u0630\u0641 \u0627\u0644\u0625\u0632\u0627\u062d\u0629", "pad.toolbar.ul.title": "قائمة غير مرتبة",
"pad.toolbar.undo.title": "\u0641\u0643 (Ctrl-Z)", "pad.toolbar.indent.title": "إزاحة",
"pad.toolbar.redo.title": "\u062a\u0643\u0631\u0627\u0631 (Ctrl-Y)", "pad.toolbar.unindent.title": "حذف الإزاحة",
"pad.toolbar.import_export.title": "\u0627\u0633\u062a\u064a\u0631\u0627\u062f\/\u062a\u0635\u062f\u064a\u0631 \u0645\u0646\/\u0625\u0644\u0649 \u062a\u0646\u0633\u064a\u0642\u0627\u062a \u0645\u0644\u0641\u0627\u062a \u0645\u062e\u062a\u0644\u0641\u0629", "pad.toolbar.undo.title": "فك (Ctrl-Z)",
"pad.toolbar.timeslider.title": "\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062a\u0627\u0631\u064a\u062e", "pad.toolbar.redo.title": "تكرار (Ctrl-Y)",
"pad.toolbar.savedRevision.title": "\u0627\u0644\u062a\u0646\u0642\u064a\u062d\u0627\u062a \u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0629", "pad.toolbar.import_export.title": "استيراد/تصدير من/إلى تنسيقات ملفات مختلفة",
"pad.toolbar.settings.title": "\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a", "pad.toolbar.timeslider.title": "متصفح التاريخ",
"pad.colorpicker.save": "\u062a\u0633\u062c\u064a\u0644", "pad.toolbar.savedRevision.title": "حفظ المراجعة",
"pad.colorpicker.cancel": "\u0625\u0644\u063a\u0627\u0621", "pad.toolbar.settings.title": "الإعدادات",
"pad.loading": "\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u062d\u0645\u064a\u0644...", "pad.toolbar.embed.title": "تبادل و تضمين هذا الباد",
"pad.settings.stickychat": "\u0627\u0644\u062f\u0631\u062f\u0634\u0629 \u062f\u0627\u0626\u0645\u0627 \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0629", "pad.toolbar.showusers.title": "عرض المستخدمين على هذا الباد",
"pad.settings.linenocheck": "\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0623\u0633\u0637\u0631", "pad.colorpicker.save": "تسجيل",
"pad.settings.fontType": "\u0646\u0648\u0639 \u0627\u0644\u062e\u0637:", "pad.colorpicker.cancel": "إلغاء",
"pad.settings.fontType.normal": "\u0639\u0627\u062f\u064a", "pad.loading": "جاري التحميل...",
"pad.settings.fontType.monospaced": "\u062b\u0627\u0628\u062a \u0627\u0644\u0639\u0631\u0636", "pad.passwordRequired": "تحتاج إلى كلمة مرور للوصول إلى هذا الباد",
"pad.settings.language": "\u0627\u0644\u0644\u063a\u0629:", "pad.permissionDenied": "ليس لديك إذن لدخول هذا الباد",
"pad.importExport.import_export": "\u0627\u0633\u062a\u064a\u0631\u0627\u062f\/\u062a\u0635\u062f\u064a\u0631", "pad.wrongPassword": "كانت كلمة المرور خاطئة",
"pad.importExport.import": "\u062a\u062d\u0645\u064a\u0644 \u0623\u064a \u0645\u0644\u0641 \u0646\u0635\u064a \u0623\u0648 \u0648\u062b\u064a\u0642\u0629", "pad.settings.padSettings": "إعدادات الباد",
"pad.importExport.importSuccessful": "\u0646\u0627\u062c\u062d!", "pad.settings.myView": "رؤيتي",
"pad.importExport.exporthtml": "\u0625\u062a\u0634 \u062a\u064a \u0625\u0645 \u0625\u0644", "pad.settings.stickychat": "الدردشة دائما على الشاشة",
"pad.importExport.exportplain": "\u0646\u0635 \u0639\u0627\u062f\u064a", "pad.settings.colorcheck": "ألوان التأليف",
"pad.importExport.exportword": "\u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a \u0648\u0648\u0631\u062f", "pad.settings.linenocheck": "أرقام الأسطر",
"pad.importExport.exportpdf": "\u0635\u064a\u063a\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629", "pad.settings.rtlcheck": "قراءة المحتويات من اليمين إلى اليسار؟",
"pad.importExport.exportopen": "ODF (\u0646\u0633\u0642 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0627\u0644\u0645\u0641\u062a\u0648\u062d)", "pad.settings.fontType": "نوع الخط:",
"pad.importExport.exportdokuwiki": "\u062f\u0648\u06a9\u0648\u0648\u064a\u0643\u064a", "pad.settings.fontType.normal": "عادي",
"pad.modals.connected": "\u0645\u062a\u0635\u0644.", "pad.settings.fontType.monospaced": "ثابت العرض",
"pad.modals.forcereconnect": "\u0641\u0631\u0636 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644", "pad.settings.globalView": "الرؤية الشاملة",
"pad.modals.unauth": "\u063a\u064a\u0631 \u0645\u062e\u0648\u0644", "pad.settings.language": "اللغة:",
"pad.modals.looping": "\u062a\u0645 \u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644.", "pad.importExport.import_export": "استيراد/تصدير",
"pad.modals.initsocketfail": "\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062e\u0627\u062f\u0645", "pad.importExport.import": "تحميل أي ملف نصي أو وثيقة",
"pad.modals.initsocketfail.explanation": "\u062a\u0639\u0630\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u062e\u0627\u062f\u0645 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629.", "pad.importExport.importSuccessful": "ناجح!",
"pad.modals.slowcommit": "\u062a\u0645 \u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644.", "pad.importExport.export": "تصدير الباد الحالي بصفة:",
"pad.modals.slowcommit.explanation": "\u0627\u0644\u062e\u0627\u062f\u0645 \u0644\u0627 \u064a\u0633\u062a\u062c\u064a\u0628.", "pad.importExport.exporthtml": "إتش تي إم إل",
"pad.modals.slowcommit.cause": "\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0647\u0630\u0627 \u0628\u0633\u0628\u0628 \u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0634\u0628\u0643\u0629.", "pad.importExport.exportplain": "نص عادي",
"pad.modals.deleted": "\u0645\u062d\u0630\u0648\u0641.", "pad.importExport.exportword": "مايكروسوفت وورد",
"pad.modals.disconnected": "\u0644\u0645 \u062a\u0639\u062f \u0645\u062a\u0651\u0635\u0644.", "pad.importExport.exportpdf": "صيغة المستندات المحمولة",
"pad.modals.disconnected.explanation": "\u062a\u0645 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0625\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645", "pad.importExport.exportopen": "ODF (نسق المستند المفتوح)",
"pad.modals.disconnected.cause": "\u0642\u062f \u064a\u0643\u0648\u0646 \u0627\u0644\u062e\u0627\u062f\u0645 \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631. \u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0639\u0644\u0627\u0645\u0646\u0627 \u0625\u0630\u0627 \u062a\u0643\u0631\u0631 \u0647\u0630\u0627.", "pad.importExport.exportdokuwiki": "دوکوويكي",
"pad.share.readonly": "\u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637", "pad.modals.connected": "متصل.",
"pad.share.link": "\u0631\u0627\u0628\u0637", "pad.modals.reconnecting": "إعادة الاتصال ببادك",
"pad.chat": "\u062f\u0631\u062f\u0634\u0629", "pad.modals.forcereconnect": "فرض إعادة الاتصال",
"timeslider.toolbar.authors": "\u0627\u0644\u0645\u0624\u0644\u0641\u0648\u0646:", "pad.modals.userdup": "مفتوح في نافذة أخرى",
"timeslider.toolbar.authorsList": "\u0628\u062f\u0648\u0646 \u0645\u0624\u0644\u0641\u064a\u0646", "pad.modals.userdup.explanation": "يبدو أن هذا الباد تم فتحه في أكثر من نافذة متصفح في هذا الحاسوب.",
"timeslider.exportCurrent": "\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0643:", "pad.modals.userdup.advice": "إعادة الاتصال لإستعمال هذه النافذة بدلاً من الاخرى.",
"timeslider.version": "\u0625\u0635\u062f\u0627\u0631 {{version}}", "pad.modals.unauth": "غير مخول",
"timeslider.month.january": "\u064a\u0646\u0627\u064a\u0631", "pad.modals.initsocketfail": "لا يمكن الوصول إلى الخادم",
"timeslider.month.february": "\u0641\u0628\u0631\u0627\u064a\u0631", "pad.modals.initsocketfail.explanation": "تعذر الاتصال بخادم المزامنة.",
"timeslider.month.march": "\u0645\u0627\u0631\u0633", "pad.modals.slowcommit.explanation": "الخادم لا يستجيب.",
"timeslider.month.april": "\u0623\u0628\u0631\u064a\u0644", "pad.modals.slowcommit.cause": "يمكن أن يكون هذا بسبب مشاكل في الاتصال بالشبكة.",
"timeslider.month.may": "\u0645\u0627\u064a\u0648", "pad.modals.deleted": "محذوف.",
"timeslider.month.june": "\u064a\u0648\u0646\u064a\u0648", "pad.modals.deleted.explanation": "تمت إزالة هذا الباد",
"timeslider.month.july": "\u064a\u0648\u0644\u064a\u0648", "pad.modals.disconnected": "لم تعد متّصل.",
"timeslider.month.august": "\u0623\u063a\u0633\u0637\u0633", "pad.modals.disconnected.explanation": "تم فقدان الإتصال بالخادم",
"timeslider.month.september": "\u0633\u0628\u062a\u0645\u0628\u0631", "pad.modals.disconnected.cause": "قد يكون الخادم غير متوفر. الرجاء إعلامنا إذا تكرر هذا.",
"timeslider.month.october": "\u0623\u0643\u062a\u0648\u0628\u0631", "pad.share.readonly": "للقراءة فقط",
"timeslider.month.november": "\u0646\u0648\u0641\u0645\u0628\u0631", "pad.share.link": "رابط",
"timeslider.month.december": "\u062f\u064a\u0633\u0645\u0628\u0631", "pad.share.emebdcode": "URL للتضمين",
"pad.userlist.entername": "\u0625\u062f\u062e\u0644 \u0627\u0633\u0645\u0643", "pad.chat": "دردشة",
"pad.userlist.unnamed": "\u063a\u064a\u0631 \u0645\u0633\u0645\u0649", "pad.chat.title": "فتح الدردشة لهذا الباد",
"pad.userlist.guest": "\u0636\u064a\u0641", "pad.chat.loadmessages": "تحميل المزيد من الرسائل",
"pad.userlist.deny": "\u0631\u0641\u0636", "timeslider.toolbar.returnbutton": "العودة إلى الباد",
"pad.userlist.approve": "\u0645\u0648\u0627\u0641\u0642\u0629" "timeslider.toolbar.authors": "المؤلفون:",
"timeslider.toolbar.authorsList": "بدون مؤلفين",
"timeslider.toolbar.exportlink.title": "تصدير",
"timeslider.exportCurrent": "تصدير النسخة الحالية ك:",
"timeslider.version": "إصدار {{version}}",
"timeslider.saved": "محفوظ {{month}} {{day}}, {{year}}",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "يناير",
"timeslider.month.february": "فبراير",
"timeslider.month.march": "مارس",
"timeslider.month.april": "أبريل",
"timeslider.month.may": "مايو",
"timeslider.month.june": "يونيو",
"timeslider.month.july": "يوليو",
"timeslider.month.august": "أغسطس",
"timeslider.month.september": "سبتمبر",
"timeslider.month.october": "أكتوبر",
"timeslider.month.november": "نوفمبر",
"timeslider.month.december": "ديسمبر",
"pad.userlist.entername": "إدخل اسمك",
"pad.userlist.unnamed": "غير مسمى",
"pad.userlist.guest": "ضيف",
"pad.userlist.deny": "رفض",
"pad.userlist.approve": "موافقة",
"pad.impexp.importbutton": "الاستيراد الآن",
"pad.impexp.importing": "الاستيراد...",
"pad.impexp.uploadFailed": "فشل التحميل، الرجاء المحاولة مرة أخرى",
"pad.impexp.importfailed": "فشل الاستيراد",
"pad.impexp.copypaste": "الرجاء نسخ/لصق"
} }

View File

@ -1,120 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Xuacu" "1": "Xuacu"
} }
}, },
"index.newPad": "Nuevu bloc", "index.newPad": "Nuevu bloc",
"index.createOpenPad": "o crear\/abrir un bloc col nome:", "index.createOpenPad": "o crear/abrir un bloc col nome:",
"pad.toolbar.bold.title": "Negrina (Ctrl-B)", "pad.toolbar.bold.title": "Negrina (Ctrl-B)",
"pad.toolbar.italic.title": "Cursiva (Ctrl-I)", "pad.toolbar.italic.title": "Cursiva (Ctrl-I)",
"pad.toolbar.underline.title": "Sorray\u00e1u (Ctrl-U)", "pad.toolbar.underline.title": "Sorrayáu (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Tach\u00e1u", "pad.toolbar.strikethrough.title": "Tacháu",
"pad.toolbar.ol.title": "Llista ordenada", "pad.toolbar.ol.title": "Llista ordenada",
"pad.toolbar.ul.title": "Llista ensin ordenar", "pad.toolbar.ul.title": "Llista ensin ordenar",
"pad.toolbar.indent.title": "Sangr\u00eda", "pad.toolbar.indent.title": "Sangría",
"pad.toolbar.unindent.title": "Sangr\u00eda inversa", "pad.toolbar.unindent.title": "Sangría inversa",
"pad.toolbar.undo.title": "Desfacer (Ctrl-Z)", "pad.toolbar.undo.title": "Desfacer (Ctrl-Z)",
"pad.toolbar.redo.title": "Refacer (Ctrl-Y)", "pad.toolbar.redo.title": "Refacer (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Llimpiar los colores d'autor\u00eda", "pad.toolbar.clearAuthorship.title": "Llimpiar los colores d'autoría",
"pad.toolbar.import_export.title": "Importar\/Esportar ente distintos formatos de ficheru", "pad.toolbar.import_export.title": "Importar/Esportar ente distintos formatos de ficheru",
"pad.toolbar.timeslider.title": "Eslizador de tiempu", "pad.toolbar.timeslider.title": "Eslizador de tiempu",
"pad.toolbar.savedRevision.title": "Revisiones guardaes", "pad.toolbar.savedRevision.title": "Guardar revisión",
"pad.toolbar.settings.title": "Configuraci\u00f3n", "pad.toolbar.settings.title": "Configuración",
"pad.toolbar.embed.title": "Incrustar esti bloc", "pad.toolbar.embed.title": "Compartir ya incrustar esti bloc",
"pad.toolbar.showusers.title": "Amosar los usuarios d'esti bloc", "pad.toolbar.showusers.title": "Amosar los usuarios d'esti bloc",
"pad.colorpicker.save": "Guardar", "pad.colorpicker.save": "Guardar",
"pad.colorpicker.cancel": "Encaboxar", "pad.colorpicker.cancel": "Encaboxar",
"pad.loading": "Cargando...", "pad.loading": "Cargando...",
"pad.passwordRequired": "Necesites una contrase\u00f1a pa entrar a esti bloc", "pad.passwordRequired": "Necesites una contraseña pa entrar a esti bloc",
"pad.permissionDenied": "Nun tienes permisu pa entrar a esti bloc", "pad.permissionDenied": "Nun tienes permisu pa entrar a esti bloc",
"pad.wrongPassword": "La contrase\u00f1a era incorreuta", "pad.wrongPassword": "La contraseña era incorreuta",
"pad.settings.padSettings": "Configuraci\u00f3n del bloc", "pad.settings.padSettings": "Configuración del bloc",
"pad.settings.myView": "la mio vista", "pad.settings.myView": "la mio vista",
"pad.settings.stickychat": "Alderique en pantalla siempres", "pad.settings.stickychat": "Alderique en pantalla siempres",
"pad.settings.colorcheck": "Colores d'autor\u00eda", "pad.settings.colorcheck": "Colores d'autoría",
"pad.settings.linenocheck": "N\u00famberos de llinia", "pad.settings.linenocheck": "Númberos de llinia",
"pad.settings.fontType": "Tipograf\u00eda:", "pad.settings.rtlcheck": "¿Lleer el conteníu de drecha a izquierda?",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType": "Tipografía:",
"pad.settings.fontType.monospaced": "Monoespaciada", "pad.settings.fontType.normal": "Normal",
"pad.settings.globalView": "Vista global", "pad.settings.fontType.monospaced": "Monoespaciada",
"pad.settings.language": "Llingua:", "pad.settings.globalView": "Vista global",
"pad.importExport.import_export": "Importar\/Esportar", "pad.settings.language": "Llingua:",
"pad.importExport.import": "Xubir cualquier ficheru o documentu de testu", "pad.importExport.import_export": "Importar/Esportar",
"pad.importExport.importSuccessful": "\u00a1Correuto!", "pad.importExport.import": "Xubir cualquier ficheru o documentu de testu",
"pad.importExport.export": "Esportar el bloc actual como:", "pad.importExport.importSuccessful": "¡Correuto!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Esportar el bloc actual como:",
"pad.importExport.exportplain": "Testu simple", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Testu simple",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "S\u00f3lo se pue importar dende los formatos de testu planu o html. Pa carauter\u00edstiques d'importaci\u00f3n m\u00e1s avanzaes <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">instala abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Coneut\u00e1u.", "pad.importExport.abiword.innerHTML": "Sólo se pue importar dende los formatos de testu planu o html. Pa carauterístiques d'importación más avanzaes \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstala abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Reconeutando col to bloc...", "pad.modals.connected": "Coneutáu.",
"pad.modals.forcereconnect": "Forzar la reconex\u00f3n", "pad.modals.reconnecting": "Reconeutando col to bloc...",
"pad.modals.userdup": "Abiertu n'otra ventana", "pad.modals.forcereconnect": "Forzar la reconexón",
"pad.modals.userdup.explanation": "Esti bloc paez que ta abiertu en m\u00e1s d'una ventana del navegador d'esti ordenador.", "pad.modals.userdup": "Abiertu n'otra ventana",
"pad.modals.userdup.advice": "Reconeutar pa usar esta ventana.", "pad.modals.userdup.explanation": "Esti bloc paez que ta abiertu en más d'una ventana del navegador d'esti ordenador.",
"pad.modals.unauth": "Non autoriz\u00e1u.", "pad.modals.userdup.advice": "Reconeutar pa usar esta ventana.",
"pad.modals.unauth.explanation": "Los tos permisos camudaron mientres vies esta p\u00e1xina. Intenta volver a coneutar.", "pad.modals.unauth": "Non autorizáu",
"pad.modals.looping": "Desconeut\u00e1u.", "pad.modals.unauth.explanation": "Los tos permisos camudaron mientres vies esta páxina. Intenta volver a coneutar.",
"pad.modals.looping.explanation": "Hai problemes de comunicaci\u00f3n col sirvidor de sincronizaci\u00f3n.", "pad.modals.looping.explanation": "Hai problemes de comunicación col sirvidor de sincronización.",
"pad.modals.looping.cause": "Pues tar coneut\u00e1u per un torgafueos o un proxy incompatibles.", "pad.modals.looping.cause": "Pues tar coneutáu per un torgafueos o un proxy incompatibles.",
"pad.modals.initsocketfail": "Sirvidor incalcanzable.", "pad.modals.initsocketfail": "Sirvidor incalcanzable.",
"pad.modals.initsocketfail.explanation": "Nun se pudo coneutar col sirvidor de sincronizaci\u00f3n.", "pad.modals.initsocketfail.explanation": "Nun se pudo coneutar col sirvidor de sincronización.",
"pad.modals.initsocketfail.cause": "Probablemente ye por aciu d'un problema col navegador o cola to conex\u00f3n a internet.", "pad.modals.initsocketfail.cause": "Probablemente ye por aciu d'un problema col navegador o cola to conexón a internet.",
"pad.modals.slowcommit": "Desconeut\u00e1u.", "pad.modals.slowcommit.explanation": "El sirvidor nun respuende.",
"pad.modals.slowcommit.explanation": "El sirvidor nun respuende.", "pad.modals.slowcommit.cause": "Pue ser por problemes de coneutividá de la rede.",
"pad.modals.slowcommit.cause": "Pue ser por problemes de coneutivid\u00e1 de la rede.", "pad.modals.badChangeset.explanation": "El sirvidor de sincronización clasificó como illegal una edición que fizo.",
"pad.modals.deleted": "Desanici\u00e1u", "pad.modals.badChangeset.cause": "Esto podría dase por una mala configuración del sirvidor o por algún otru comportamientu inesperáu. Comuníquese col alministrador del serviciu si cree qu'esto ye un error. Intente volver a coneutar pa siguir editando.",
"pad.modals.deleted.explanation": "Esti bloc se desanici\u00f3.", "pad.modals.corruptPad.explanation": "El bloc al qu'intenta entrar ta corrompíu.",
"pad.modals.disconnected": "Te desconeutasti.", "pad.modals.corruptPad.cause": "Esto pue ser por una mala configuración del sirvidor o por algún otru comportamientu inesperáu. Comuníquese col alministrador del serviciu.",
"pad.modals.disconnected.explanation": "Perdi\u00f3se la conex\u00f3n col sirvidor", "pad.modals.deleted": "Desaniciáu",
"pad.modals.disconnected.cause": "El sirvidor podr\u00eda nun tar disponible. Por favor, avisanos si sigue pasando esto.", "pad.modals.deleted.explanation": "Esti bloc se desanició.",
"pad.share": "Compartir esti bloc", "pad.modals.disconnected": "Te desconeutasti.",
"pad.share.readonly": "S\u00f3lo llectura", "pad.modals.disconnected.explanation": "Perdióse la conexón col sirvidor",
"pad.share.link": "Enllaz", "pad.modals.disconnected.cause": "El sirvidor podría nun tar disponible. Por favor, avise al alministrador del serviciu si sigue pasando esto.",
"pad.share.emebdcode": "Incrustar URL", "pad.share": "Compartir esti bloc",
"pad.chat": "Chat", "pad.share.readonly": "Sólo llectura",
"pad.chat.title": "Abrir el chat d'esti bloc.", "pad.share.link": "Enllaz",
"pad.chat.loadmessages": "Cargar m\u00e1s mensaxes", "pad.share.emebdcode": "Incrustar URL",
"timeslider.pageTitle": "Eslizador de tiempu de {{appTitle}}", "pad.chat": "Chat",
"timeslider.toolbar.returnbutton": "Tornar al bloc", "pad.chat.title": "Abrir el chat d'esti bloc.",
"timeslider.toolbar.authors": "Autores:", "pad.chat.loadmessages": "Cargar más mensaxes",
"timeslider.toolbar.authorsList": "Nun hai autores", "timeslider.pageTitle": "Eslizador de tiempu de {{appTitle}}",
"timeslider.toolbar.exportlink.title": "Esportar", "timeslider.toolbar.returnbutton": "Tornar al bloc",
"timeslider.exportCurrent": "Esportar la versi\u00f3n actual como:", "timeslider.toolbar.authors": "Autores:",
"timeslider.version": "Versi\u00f3n {{version}}", "timeslider.toolbar.authorsList": "Nun hai autores",
"timeslider.saved": "Guard\u00e1u el {{day}} de {{month}} de {{year}}", "timeslider.toolbar.exportlink.title": "Esportar",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Esportar la versión actual como:",
"timeslider.month.january": "de xineru", "timeslider.version": "Versión {{version}}",
"timeslider.month.february": "de febreru", "timeslider.saved": "Guardáu el {{day}} de {{month}} de {{year}}",
"timeslider.month.march": "de marzu", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "d'abril", "timeslider.month.january": "de xineru",
"timeslider.month.may": "de mayu", "timeslider.month.february": "de febreru",
"timeslider.month.june": "de xunu", "timeslider.month.march": "de marzu",
"timeslider.month.july": "de xunetu", "timeslider.month.april": "d'abril",
"timeslider.month.august": "d'agostu", "timeslider.month.may": "de mayu",
"timeslider.month.september": "de setiembre", "timeslider.month.june": "de xunu",
"timeslider.month.october": "d'ochobre", "timeslider.month.july": "de xunetu",
"timeslider.month.november": "de payares", "timeslider.month.august": "d'agostu",
"timeslider.month.december": "d'avientu", "timeslider.month.september": "de setiembre",
"timeslider.unnamedauthor": "{{num}} autor an\u00f3nimu", "timeslider.month.october": "d'ochobre",
"timeslider.unnamedauthors": "{{num}} autores an\u00f3nimos", "timeslider.month.november": "de payares",
"pad.savedrevs.marked": "Esta revisi\u00f3n marcose como revisi\u00f3n guardada", "timeslider.month.december": "d'avientu",
"pad.userlist.entername": "Escribi'l to nome", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor anónimu, other: autores anónimos]}",
"pad.userlist.unnamed": "ensin nome", "pad.savedrevs.marked": "Esta revisión marcose como revisión guardada",
"pad.userlist.guest": "Invit\u00e1u", "pad.userlist.entername": "Escribi'l to nome",
"pad.userlist.deny": "Refugar", "pad.userlist.unnamed": "ensin nome",
"pad.userlist.approve": "Aprobar", "pad.userlist.guest": "Invitáu",
"pad.editbar.clearcolors": "\u00bfLlimpiar los colores d'autor\u00eda nel documentu ensembre?", "pad.userlist.deny": "Refugar",
"pad.impexp.importbutton": "Importar agora", "pad.userlist.approve": "Aprobar",
"pad.impexp.importing": "Importando...", "pad.editbar.clearcolors": "¿Llimpiar los colores d'autoría nel documentu ensembre?",
"pad.impexp.confirmimport": "La importaci\u00f3n d'un ficheru sustituir\u00e1'l testu actual del bloc. \u00bfSeguro que quies siguir?", "pad.impexp.importbutton": "Importar agora",
"pad.impexp.convertFailed": "Nun pudimos importar esti ficheru. Por favor,usa otru formatu de ficheru diferente o copia y pega manualmente.", "pad.impexp.importing": "Importando...",
"pad.impexp.uploadFailed": "Fall\u00f3 la carga del ficheru, intentalo otra vuelta", "pad.impexp.confirmimport": "La importación d'un ficheru sustituirá'l testu actual del bloc. ¿Seguro que quies siguir?",
"pad.impexp.importfailed": "Fall\u00f3 la importaci\u00f3n", "pad.impexp.convertFailed": "Nun pudimos importar esti ficheru. Por favor,usa otru formatu de ficheru diferente o copia y pega manualmente.",
"pad.impexp.copypaste": "Por favor, copia y apega", "pad.impexp.uploadFailed": "Falló la carga del ficheru, intentalo otra vuelta",
"pad.impexp.exportdisabled": "La esportaci\u00f3n en formatu {{type}} ta desactivada. Por favor, comunica col alministrador del sistema pa m\u00e1s detalles." "pad.impexp.importfailed": "Falló la importación",
"pad.impexp.copypaste": "Por favor, copia y apega",
"pad.impexp.exportdisabled": "La esportación en formatu {{type}} ta desactivada. Por favor, comunica col alministrador del sistema pa más detalles."
} }

View File

@ -1,121 +1,124 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"AZISS", "AZISS",
"Khan27" "Khan27",
] "Mushviq Abdulla"
}, ]
"index.newPad": "Yeni Pad", },
"index.createOpenPad": "v\u0259 ya Pad-\u0131 ad\u0131 il\u0259 yarat\/a\u00e7:", "index.newPad": "Yeni Pad",
"pad.toolbar.bold.title": "Qal\u0131n (Ctrl-B)", "index.createOpenPad": "və ya Pad-ı adı ilə yarat/aç:",
"pad.toolbar.italic.title": "Kursiv (Ctrl-I)", "pad.toolbar.bold.title": "Qalın (Ctrl-B)",
"pad.toolbar.underline.title": "Alt\u0131ndan x\u0259tt \u00e7\u0259km\u0259 (Ctrl-U)", "pad.toolbar.italic.title": "Kursiv (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Pozulma", "pad.toolbar.underline.title": "Altından xətt çəkmə (Ctrl-U)",
"pad.toolbar.ol.title": "Qaydaya sal\u0131nm\u0131\u015f siyah\u0131", "pad.toolbar.strikethrough.title": "Pozulma",
"pad.toolbar.ul.title": "Qaydaya sal\u0131nmam\u0131\u015f siyah\u0131", "pad.toolbar.ol.title": "Qaydaya salınmış siyahı",
"pad.toolbar.indent.title": "Abzas", "pad.toolbar.ul.title": "Qaydaya salınmamış siyahı",
"pad.toolbar.unindent.title": "\u00c7\u0131x\u0131nt\u0131", "pad.toolbar.indent.title": "Abzas",
"pad.toolbar.undo.title": "Geri Al (Ctrl-Z)", "pad.toolbar.unindent.title": ıxıntı",
"pad.toolbar.redo.title": "Qaytarmaq (Ctrl-Y)", "pad.toolbar.undo.title": "Geri Al (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "M\u00fc\u0259lliflik R\u0259ngl\u0259rini T\u0259mizl\u0259", "pad.toolbar.redo.title": "Qaytarmaq (Ctrl-Y)",
"pad.toolbar.import_export.title": "M\u00fcxt\u0259lif fayl formatlar\u0131n(a\/dan) idxal\/ixrac", "pad.toolbar.clearAuthorship.title": "Müəlliflik Rənglərini Təmizlə",
"pad.toolbar.timeslider.title": "Vaxt c\u0259dv\u0259li", "pad.toolbar.import_export.title": "Müxtəlif fayl formatların(a/dan) idxal/ixrac",
"pad.toolbar.savedRevision.title": "Saxlan\u0131lan D\u00fcz\u0259li\u015fl\u0259r", "pad.toolbar.timeslider.title": "Vaxt cədvəli",
"pad.toolbar.settings.title": "T\u0259nziml\u0259m\u0259l\u0259r", "pad.toolbar.savedRevision.title": "Saxlanılan Düzəlişlər",
"pad.toolbar.embed.title": "Bu pad-\u0131 yay\u0131mla", "pad.toolbar.settings.title": "Tənzimləmələr",
"pad.toolbar.showusers.title": "Pad-da istifad\u0259\u00e7il\u0259ri g\u00f6st\u0259r", "pad.toolbar.embed.title": "Bu pad-ı yayımla",
"pad.colorpicker.save": "Saxla", "pad.toolbar.showusers.title": "Pad-da istifadəçiləri göstər",
"pad.colorpicker.cancel": "\u0130mtina", "pad.colorpicker.save": "Saxla",
"pad.loading": "Y\u00fckl\u0259nir...", "pad.colorpicker.cancel": "İmtina",
"pad.passwordRequired": "Bu pad-a daxil olmaq \u00fc\u00e7\u00fcn parol laz\u0131md\u0131r", "pad.loading": "Yüklənir...",
"pad.permissionDenied": "Bu pad-a daxil olmaq \u00fc\u00e7\u00fcn icaz\u0259niz yoxdur", "pad.passwordRequired": "Bu pad-a daxil olmaq üçün parol lazımdır",
"pad.wrongPassword": "Sizin parolunuz s\u0259hvdir", "pad.permissionDenied": "Bu pad-a daxil olmaq üçün icazəniz yoxdur",
"pad.settings.padSettings": "Pad T\u0259nziml\u0259m\u0259l\u0259ri", "pad.wrongPassword": "Sizin parolunuz səhvdir",
"pad.settings.myView": "M\u0259nim G\u00f6r\u00fcnt\u00fcm", "pad.settings.padSettings": "Pad Tənzimləmələri",
"pad.settings.stickychat": "S\u00f6hb\u0259t h\u0259mi\u015f\u0259 ekranda", "pad.settings.myView": "Mənim Görüntüm",
"pad.settings.colorcheck": "M\u00fc\u0259lliflik r\u0259ngl\u0259ri", "pad.settings.stickychat": "Söhbət həmişə ekranda",
"pad.settings.linenocheck": "S\u0259tir n\u00f6mr\u0259l\u0259ri", "pad.settings.colorcheck": "Müəlliflik rəngləri",
"pad.settings.fontType": "\u015eriftin tipi:", "pad.settings.linenocheck": "Sətir nömrələri",
"pad.settings.fontType.normal": "Normal", "pad.settings.rtlcheck": "Mühtəviyyat sağdan sola doğru oxunsunmu?",
"pad.settings.fontType.monospaced": "Monobo\u015fluq", "pad.settings.fontType": "Şriftin tipi:",
"pad.settings.globalView": "\u00dcmumi g\u00f6r\u00fcn\u00fc\u015f", "pad.settings.fontType.normal": "Normal",
"pad.settings.language": "Dil:", "pad.settings.fontType.monospaced": "Monoboşluq",
"pad.importExport.import_export": "\u0130dxal\/\u0130xrac", "pad.settings.globalView": "Ümumi görünüş",
"pad.importExport.import": "H\u0259r hans\u0131 bir m\u0259tn fayl\u0131 v\u0259 ya s\u0259n\u0259d y\u00fckl\u0259", "pad.settings.language": "Dil:",
"pad.importExport.importSuccessful": "U\u011furlu!", "pad.importExport.import_export": "İdxal/İxrac",
"pad.importExport.export": "Haz\u0131rki pad-\u0131 ixrac etm\u0259k kimi:", "pad.importExport.import": "Hər hansı bir mətn faylı və ya sənəd yüklə",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Uğurlu!",
"pad.importExport.exportplain": "Adi m\u0259tn", "pad.importExport.export": "Hazırki pad-ı ixrac etmək kimi:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Adi mətn",
"pad.importExport.exportopen": "ODF (A\u00e7\u0131q S\u0259n\u0259d Format\u0131)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "Siz yaln\u0131z adi m\u0259tnd\u0259n v\u0259 ya HTML-d\u0259n idxal ed\u0259 bil\u0259rsiniz. \u0130dxal\u0131n daha m\u00fcr\u0259kk\u0259b funksiyalar\u0131 \u00fc\u00e7\u00fcn, z\u0259hm\u0259t olmasa, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"> AbiWord-i qura\u015fd\u0131r\u0131n<\/a>.", "pad.importExport.exportopen": "ODF (Açıq Sənəd Formatı)",
"pad.modals.connected": "Ba\u011fland\u0131.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "Sizin pad yenid\u0259n qo\u015fulur..", "pad.importExport.abiword.innerHTML": "Siz yalnız adi mətndən və ya HTML-dən idxal edə bilərsiniz. İdxalın daha mürəkkəb funksiyaları üçün, zəhmət olmasa, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003E AbiWord-i quraşdırın\u003C/a\u003E.",
"pad.modals.forcereconnect": "M\u0259cbur t\u0259krar\u0259n ba\u011flan", "pad.modals.connected": "Bağlandı.",
"pad.modals.userdup": "Ba\u015fqa p\u0259nc\u0259r\u0259d\u0259 art\u0131q a\u00e7\u0131qd\u0131r", "pad.modals.reconnecting": "Sizin pad yenidən qoşulur..",
"pad.modals.userdup.explanation": "S\u0259n\u0259d, ola bilsin ki, bu kompyuterd\u0259, brauzerin bir ne\u00e7\u0259 p\u0259nc\u0259r\u0259sind\u0259 a\u00e7\u0131lm\u0131\u015fd\u0131r.", "pad.modals.forcereconnect": "Məcbur təkrarən bağlan",
"pad.modals.userdup.advice": "Bu p\u0259nc\u0259r\u0259d\u0259n istifad\u0259yl\u0259 yenid\u0259n qo\u015fulun.", "pad.modals.userdup": "Başqa pəncərədə artıq açıqdır",
"pad.modals.unauth": "\u0130caz\u0259li deyil", "pad.modals.userdup.explanation": "Sənəd, ola bilsin ki, bu kompyuterdə, brauzerin bir neçə pəncərəsində açılmışdır.",
"pad.modals.unauth.explanation": "Bu s\u0259hif\u0259y\u0259 baxd\u0131\u011f\u0131n\u0131z vaxt sizin icaz\u0259niz d\u0259yi\u015filib. B\u0259rpa etm\u0259k \u00fc\u015f\u00fcn yenid\u0259n c\u0259hd edin.", "pad.modals.userdup.advice": "Bu pəncərədən istifadəylə yenidən qoşulun.",
"pad.modals.looping": "\u018flaq\u0259 k\u0259sildi.", "pad.modals.unauth": "İcazəli deyil",
"pad.modals.looping.explanation": "Sinxronla\u015fd\u0131rma serveri il\u0259 kommunikasiya x\u0259tas\u0131 var.", "pad.modals.unauth.explanation": "Bu səhifəyə baxdığınız vaxt sizin icazəniz dəyişilib. Bərpa etmək üşün yenidən cəhd edin.",
"pad.modals.looping.cause": "Ola bilsin ki, siz uy\u011fun olmayan fayrvol v\u0259 ya proksi vasit\u0259si il\u0259 qo\u015fulma\u011fa c\u0259hd g\u00f6st\u0259rirsiniz.", "pad.modals.looping.explanation": "Sinxronlaşdırma serveri ilə kommunikasiya xətası var.",
"pad.modals.initsocketfail": "Server \u0259l\u00e7atmazd\u0131r.", "pad.modals.looping.cause": "Ola bilsin ki, siz uyğun olmayan fayrvol və ya proksi vasitəsi ilə qoşulmağa cəhd göstərirsiniz.",
"pad.modals.initsocketfail.explanation": "Sinxronla\u015fd\u0131rma serverin\u0259 qo\u015fulma m\u00fcmk\u00fcns\u00fczd\u00fcr.", "pad.modals.initsocketfail": "Server əlçatmazdır.",
"pad.modals.initsocketfail.cause": "Ehtimal ki, bu problem sizin brauzerinizl\u0259 v\u0259 ya internet-birl\u0259\u015fm\u0259nizl\u0259 \u0259laq\u0259d\u0259rdir.", "pad.modals.initsocketfail.explanation": "Sinxronlaşdırma serverinə qoşulma mümkünsüzdür.",
"pad.modals.slowcommit": "\u018flaq\u0259 k\u0259sildi.", "pad.modals.initsocketfail.cause": "Ehtimal ki, bu problem sizin brauzerinizlə və ya internet-birləşmənizlə əlaqədərdir.",
"pad.modals.slowcommit.explanation": "Server cavab vermir.", "pad.modals.slowcommit.explanation": "Server cavab vermir.",
"pad.modals.slowcommit.cause": "Bu \u015f\u0259b\u0259k\u0259 ba\u011flant\u0131s\u0131nda probleml\u0259r yarana bil\u0259r.", "pad.modals.slowcommit.cause": "Bu şəbəkə bağlantısında problemlər yarana bilər.",
"pad.modals.deleted": "Silindi.", "pad.modals.badChangeset.explanation": "Etdiyiniz bir redaktə sinxronizasiya serveri tərəfindən qeyri-leqal/qanundan kənar olaraq təsbit edildi.",
"pad.modals.deleted.explanation": "Bu pad silindi.", "pad.modals.badChangeset.cause": "Bu, yanlış server tərtibatı ya da başqa bir gözlənilməyən davranışlar nəticəsində ola bilər. Bu sizə bir xəta imiş kimi görünürsə lütfən servis nəzarətçisi ilə əlaqə yaradın. Redaktəyə davam etmək üçün yenidən qoşulmanı yoxlayın.",
"pad.modals.disconnected": "\u018flaq\u0259 k\u0259silib.", "pad.modals.corruptPad.explanation": "Əldə etməyə çalışdığınız sənəd zədəlidir.",
"pad.modals.disconnected.explanation": "Server\u0259 qo\u015fulma itirilib", "pad.modals.corruptPad.cause": "Bu, yanlış server tərtibatı ya da başqa bir gözlənilməyən davranışlardan əmələ gələ bilər. Lütfən servis nəzarətçisi ilə əlaqə yaradın.",
"pad.modals.disconnected.cause": "Server istifad\u0259 olunmur. \u018fg\u0259r problem t\u0259krarlanacaqsa, biz\u0259 bildirin.", "pad.modals.deleted": "Silindi.",
"pad.share": "Bu pad-\u0131 yay\u0131mla", "pad.modals.deleted.explanation": "Bu pad silindi.",
"pad.share.readonly": "Yaln\u0131z oxuyun", "pad.modals.disconnected": "Əlaqə kəsilib.",
"pad.share.link": "Ke\u00e7id", "pad.modals.disconnected.explanation": "Serverə qoşulma itirilib",
"pad.share.emebdcode": "URL-ni yay\u0131mla", "pad.modals.disconnected.cause": "Server istifadə olunmur. Əgər problem təkrarlanacaqsa, bizə bildirin.",
"pad.chat": "S\u00f6hb\u0259t", "pad.share": "Bu pad-ı yayımla",
"pad.chat.title": "Bu pad \u00fc\u00e7\u00fcn chat a\u00e7\u0131n.", "pad.share.readonly": "Yalnız oxuyun",
"pad.chat.loadmessages": "Daha \u00e7ox mesaj y\u00fckl\u0259", "pad.share.link": "Keçid",
"timeslider.pageTitle": "{{appTitle}} Vaxt c\u0259dv\u0259li", "pad.share.emebdcode": "URL-ni yayımla",
"timeslider.toolbar.returnbutton": "Pad-a qay\u0131t", "pad.chat": "Söhbət",
"timeslider.toolbar.authors": "M\u00fc\u0259llifl\u0259r:", "pad.chat.title": "Bu pad üçün chat açın.",
"timeslider.toolbar.authorsList": "M\u00fc\u0259llif yoxdur", "pad.chat.loadmessages": "Daha çox mesaj yüklə",
"timeslider.toolbar.exportlink.title": "\u0130xrac", "timeslider.pageTitle": "{{appTitle}} Vaxt cədvəli",
"timeslider.exportCurrent": "Cari versiyan\u0131 ixrac etm\u0259k kimi:", "timeslider.toolbar.returnbutton": "Pad-a qayıt",
"timeslider.version": "Versiya {{version}}", "timeslider.toolbar.authors": "Müəlliflər:",
"timeslider.saved": "Saxlan\u0131ld\u0131 {{day}} {{month}}, {{year}}", "timeslider.toolbar.authorsList": "Müəllif yoxdur",
"timeslider.dateformat": "{{day}} {{month}}, {{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "İxrac",
"timeslider.month.january": "Yanvar", "timeslider.exportCurrent": "Cari versiyanı ixrac etmək kimi:",
"timeslider.month.february": "Fevral", "timeslider.version": "Versiya {{version}}",
"timeslider.month.march": "Mart", "timeslider.saved": "Saxlanıldı {{day}} {{month}}, {{year}}",
"timeslider.month.april": "Aprel", "timeslider.dateformat": "{{day}} {{month}}, {{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "May", "timeslider.month.january": "Yanvar",
"timeslider.month.june": "\u0130yun", "timeslider.month.february": "Fevral",
"timeslider.month.july": "\u0130yul", "timeslider.month.march": "Mart",
"timeslider.month.august": "Avqust", "timeslider.month.april": "Aprel",
"timeslider.month.september": "Sentyabr", "timeslider.month.may": "May",
"timeslider.month.october": "Oktyabr", "timeslider.month.june": "İyun",
"timeslider.month.november": "Noyabr", "timeslider.month.july": "İyul",
"timeslider.month.december": "Dekabr", "timeslider.month.august": "Avqust",
"timeslider.unnamedauthor": "{{num}} ads\u0131z m\u00fc\u0259llif", "timeslider.month.september": "Sentyabr",
"timeslider.unnamedauthors": "{{num}} ads\u0131z m\u00fc\u0259llifl\u0259r", "timeslider.month.october": "Oktyabr",
"pad.savedrevs.marked": "Bu versiya indi yadda\u015fa saxlanm\u0131\u015f kimi ni\u015fanland\u0131", "timeslider.month.november": "Noyabr",
"pad.userlist.entername": "Ad\u0131n\u0131z\u0131 daxil et", "timeslider.month.december": "Dekabr",
"pad.userlist.unnamed": "ads\u0131z", "timeslider.unnamedauthors": "{{num}} adsız müəlliflər",
"pad.userlist.guest": "Qonaq", "pad.savedrevs.marked": "Bu versiya indi yaddaşa saxlanmış kimi nişanlandı",
"pad.userlist.deny": "\u0130nkar etm\u0259k", "pad.userlist.entername": "Adınızı daxil et",
"pad.userlist.approve": "T\u0259sdiql\u0259m\u0259k", "pad.userlist.unnamed": "adsız",
"pad.editbar.clearcolors": "B\u00fct\u00fcn s\u0259n\u0259dl\u0259rd\u0259 m\u00fc\u0259lliflik r\u0259ngl\u0259rini t\u0259mizl\u0259?", "pad.userlist.guest": "Qonaq",
"pad.impexp.importbutton": "\u0130ndi idxal edin", "pad.userlist.deny": "İnkar etmək",
"pad.impexp.importing": "\u0130dxal...", "pad.userlist.approve": "Təsdiqləmək",
"pad.impexp.confirmimport": "Fayl\u0131n idxal\u0131 cari m\u0259tni yenil\u0259y\u0259c\u0259k. Siz \u0259minsinizmi ki, davam etm\u0259k ist\u0259yirsiniz?", "pad.editbar.clearcolors": "Bütün sənədlərdə müəlliflik rənglərini təmizlə?",
"pad.impexp.convertFailed": "Biz bu fayl idxal etm\u0259k m\u00fcmk\u00fcn deyil idi. Xahi\u015f olunur m\u00fcxt\u0259lif s\u0259n\u0259dd\u0259n istifad\u0259 edin v\u0259 ya kopyalay\u0131b yap\u0131\u015fd\u0131rmaq yolundan istifad\u0259 edin", "pad.impexp.importbutton": "İndi idxal edin",
"pad.impexp.uploadFailed": "Y\u00fckl\u0259m\u0259d\u0259 s\u0259hv, xahi\u015f olunur yen\u0259 c\u0259hd edin", "pad.impexp.importing": "İdxal...",
"pad.impexp.importfailed": "\u0130dxal zaman\u0131 s\u0259hv", "pad.impexp.confirmimport": "Faylın idxalı cari mətni yeniləyəcək. Siz əminsinizmi ki, davam etmək istəyirsiniz?",
"pad.impexp.copypaste": "Xahi\u015f edirik kopyalay\u0131b yap\u0131\u015fd\u0131r\u0131n", "pad.impexp.convertFailed": "Biz bu fayl idxal etmək mümkün deyil idi. Xahiş olunur müxtəlif sənəddən istifadə edin və ya kopyalayıb yapışdırmaq yolundan istifadə edin",
"pad.impexp.exportdisabled": "{{ type}} format\u0131nda ixrac s\u00f6nd\u00fcr\u00fclm\u00fc\u015fd\u00fcr. \u018ftrafl\u0131 informasiya \u00fc\u00e7\u00fcn sistem administratoruna m\u00fcraci\u0259t ediniz." "pad.impexp.uploadFailed": "Yükləmədə səhv, xahiş olunur yenə cəhd edin",
"pad.impexp.importfailed": "İdxal zamanı səhv",
"pad.impexp.copypaste": "Xahiş edirik kopyalayıb yapışdırın",
"pad.impexp.exportdisabled": "{{ type}} formatında ixrac söndürülmüşdür. Ətraflı informasiya üçün sistem administratoruna müraciət ediniz."
} }

View File

@ -1,73 +1,72 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Amir a57", "Amir a57",
"Mousa" "Mousa"
] ]
}, },
"index.newPad": "\u06cc\u0626\u0646\u06cc \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc", "index.newPad": "یئنی یادداشت دفترچه سی",
"index.createOpenPad": "\u06cc\u0627 \u062f\u0627 \u0627\u06cc\u062c\u0627\u062f \/\u0628\u06cc\u0631 \u067e\u062f \u0622\u062f\u0644\u0627 \u0628\u0631\u0627\u0628\u0631 \u0622\u0686\u0645\u0627\u0642:", "index.createOpenPad": "یا دا ایجاد /بیر پد آدلا برابر آچماق:",
"pad.toolbar.bold.title": "\u0628\u0648\u06cc\u0648\u062a", "pad.toolbar.bold.title": "بویوت",
"pad.toolbar.italic.title": "\u0645\u0648\u0631\u0628", "pad.toolbar.italic.title": "مورب",
"pad.toolbar.underline.title": "\u062e\u0637\u062f\u06cc\u0646 \u0622\u0644\u062a\u06cc", "pad.toolbar.underline.title": "خطدین آلتی",
"pad.toolbar.strikethrough.title": "\u062e\u0637 \u06cc\u0626\u0645\u06cc\u0634", "pad.toolbar.strikethrough.title": "خط یئمیش",
"pad.toolbar.ol.title": "\u062c\u0648\u062a\u062f\u0646\u0645\u06cc\u0634 \u0641\u0647\u0631\u0633\u062a", "pad.toolbar.ol.title": "جوتدنمیش فهرست",
"pad.toolbar.ul.title": "\u062c\u0648\u062a\u062f\u0646\u0645\u0645\u06cc\u0634 \u0641\u0647\u0631\u0633\u062a", "pad.toolbar.ul.title": "جوتدنممیش فهرست",
"pad.toolbar.indent.title": "\u0627\u06cc\u0686\u0631\u06cc \u0628\u0627\u062a\u062f\u06cc\u06af\u06cc", "pad.toolbar.indent.title": "ایچری باتدیگی",
"pad.toolbar.unindent.title": "\u0627\u0626\u0634\u06cc\u06af\u0647 \u0686\u06cc\u062e\u062f\u06cc\u06af\u06cc", "pad.toolbar.unindent.title": "ائشیگه چیخدیگی",
"pad.toolbar.undo.title": "\u0628\u0627\u0637\u0644 \u0627\u0626\u062a\u0645\u06a9", "pad.toolbar.undo.title": "باطل ائتمک",
"pad.toolbar.redo.title": "\u06cc\u0626\u0646\u06cc \u062f\u0646", "pad.toolbar.redo.title": "یئنی دن",
"pad.toolbar.clearAuthorship.title": "\u06cc\u0627\u0632\u06cc\u0686\u06cc \u0631\u0646\u06af \u0644\u0631\u06cc \u067e\u0648\u0632\u0645\u0627\u0642", "pad.toolbar.clearAuthorship.title": "یازیچی رنگ لری پوزماق",
"pad.toolbar.import_export.title": "\u0622\u06cc\u0631\u06cc \u0642\u0627\u0644\u06cc\u0628 \u0644\u0631\u062f\u0646 \/\u0627\u06cc\u0686\u0631\u06cc \u062a\u0648\u06a9\u0645\u0647 \/ \u0627\u0626\u0634\u06cc\u06af\u0647 \u062a\u0648\u06a9\u0645\u0647", "pad.toolbar.import_export.title": "آیری قالیب لردن /ایچری توکمه / ائشیگه توکمه",
"pad.toolbar.timeslider.title": "\u0632\u0645\u0627\u0646 \u0627\u0633\u0644\u0627\u06cc\u062f\u06cc", "pad.toolbar.timeslider.title": "زمان اسلایدی",
"pad.toolbar.savedRevision.title": "\u0633\u0627\u062e\u0644\u0627\u0646\u0645\u06cc\u0634 \u0646\u0633\u062e\u0647 \u0644\u0631", "pad.toolbar.savedRevision.title": "ساخلانمیش نسخه لر",
"pad.toolbar.settings.title": "\u062a\u0646\u0638\u06cc\u0645\u0644\u0631", "pad.toolbar.settings.title": "تنظیملر",
"pad.toolbar.embed.title": "\u0628\u0648 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc\u0646 \u06cc\u0626\u0631\u0644\u062a\u0645\u06a9", "pad.toolbar.embed.title": "بو یادداشت دفترچه سین یئرلتمک",
"pad.toolbar.showusers.title": "\u0628\u0648 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0627 \u0627\u0648\u0644\u0627\u0646 \u06a9\u0627\u0631\u0628\u0631\u0644\u0631\u06cc \u06af\u0648\u0633\u062a\u0631", "pad.toolbar.showusers.title": "بو دفترچه یادداشت دا اولان کاربرلری گوستر",
"pad.colorpicker.save": "\u0642\u0626\u06cc\u062f \u0627\u0626\u062a", "pad.colorpicker.save": "قئید ائت",
"pad.colorpicker.cancel": "\u0644\u063a\u0648 \u0627\u0626\u062a", "pad.colorpicker.cancel": "لغو ائت",
"pad.loading": "\u06cc\u0648\u06a9\u0644\u0646\u06cc\u0631...", "pad.loading": "یوکلنیر...",
"pad.settings.padSettings": "\u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc\u0646\u06cc\u0646 \u062a\u0646\u0638\u06cc\u0645\u0644\u0631", "pad.settings.padSettings": "یادداشت دفترچه سینین تنظیملر",
"pad.settings.myView": "\u0645\u0646\u06cc\u0645 \u06af\u0648\u0631\u0646\u062a\u0648\u0645", "pad.settings.myView": "منیم گورنتوم",
"pad.settings.stickychat": "\u0646\u0645\u0627\u06cc\u0634 \u0635\u0641\u062d\u0647 \u0633\u06cc\u0646\u062f\u0647 \u0647\u0645\u06cc\u0634\u0647 \u0686\u062a \u0627\u0648\u0644\u0633\u0648\u0646", "pad.settings.stickychat": "نمایش صفحه سینده همیشه چت اولسون",
"pad.settings.colorcheck": "\u06cc\u0627\u0632\u06cc\u0686\u06cc \u0631\u0646\u06af \u0644\u0631\u06cc", "pad.settings.colorcheck": "یازیچی رنگ لری",
"pad.settings.linenocheck": "\u062e\u0637\u0648\u0637 \u0634\u0645\u0627\u0631\u0647 \u0633\u06cc", "pad.settings.linenocheck": "خطوط شماره سی",
"pad.settings.fontType": "\u0642\u0644\u0645 \u0646\u0648\u0639\u06cc", "pad.settings.fontType": "قلم نوعی",
"pad.settings.fontType.normal": "\u0646\u0648\u0631\u0645\u0627\u0644", "pad.settings.fontType.normal": "نورمال",
"pad.settings.fontType.monospaced": "\u0645\u0648\u0646\u0648 \u0627\u0633\u067e\u0626\u06cc\u0633", "pad.settings.fontType.monospaced": "مونو اسپئیس",
"pad.settings.globalView": "\u0633\u0631\u0627\u0633\u0631 \u06af\u0648\u0631\u0648\u0646\u062a\u0648", "pad.settings.globalView": "سراسر گورونتو",
"pad.settings.language": "\u062f\u06cc\u0644:", "pad.settings.language": "دیل:",
"pad.importExport.import_export": "\u0627\u06cc\u0686\u0631\u06cc \u062a\u0648\u06a9\u0645\u0647 \/\u0627\u0626\u0634\u06cc\u06af\u0647 \u062a\u0648\u06a9\u0645\u0647", "pad.importExport.import_export": "ایچری توکمه /ائشیگه توکمه",
"pad.importExport.import": "\u0633\u0646\u062f \u06cc\u0627 \u062f\u0627 \u0645\u062a\u0646\u06cc \u067e\u0631\u0648\u0646\u062f\u0647 \u06cc\u0648\u06a9\u0644\u0647", "pad.importExport.import": "سند یا دا متنی پرونده یوکله",
"pad.importExport.export": "\u0628\u0648 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc \u0639\u0646\u0648\u0627\u0646\u0627 \u0627\u06cc\u0686\u0631\u06cc \u062a\u0648\u06a9\u0645\u0647", "pad.importExport.export": "بو یادداشت دفترچه سی عنوانا ایچری توکمه",
"pad.importExport.exporthtml": "\u0627\u0686 \u062a\u06cc \u0627\u0645 \u0627\u0644", "pad.importExport.exporthtml": "اچ تی ام ال",
"pad.importExport.exportplain": "\u0633\u0627\u062f\u0647 \u0645\u062a\u0646", "pad.importExport.exportplain": "ساده متن",
"pad.importExport.exportword": "\u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a \u0648\u0648\u0631\u062f", "pad.importExport.exportword": "مایکروسافت وورد",
"pad.importExport.exportpdf": "\u067e\u06cc \u062f\u06cc \u0627\u0641", "pad.importExport.exportpdf": "پی دی اف",
"pad.importExport.exportopen": "\u0627\u0648 \u062f\u06cc \u0627\u0641", "pad.importExport.exportopen": "او دی اف",
"pad.importExport.exportdokuwiki": "\u062f\u0648\u06a9\u0648 \u0648\u06cc\u06a9\u06cc", "pad.importExport.exportdokuwiki": "دوکو ویکی",
"pad.modals.connected": "\u0645\u062a\u0635\u0644 \u0627\u0648\u0644\u062f\u06cc", "pad.modals.connected": "متصل اولدی",
"pad.modals.reconnecting": "\u0633\u06cc\u0632\u06cc\u0646 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc\u0646\u0647 \u06cc\u0626\u0646\u06cc \u062f\u0646 \u0645\u062a\u0635\u06cc\u0644 \u0627\u0648\u0644\u062f\u06cc", "pad.modals.reconnecting": "سیزین یادداشت دفترچه سینه یئنی دن متصیل اولدی",
"pad.modals.forcereconnect": "\u06cc\u0626\u0646\u06cc \u0627\u062a\u0635\u0627\u0644 \u0627\u0648\u0686\u0648\u0646 \u0632\u0648\u0631\u0644\u0627\u0645\u0627", "pad.modals.forcereconnect": "یئنی اتصال اوچون زورلاما",
"pad.modals.userdup.advice": "\u0628\u0648 \u067e\u0626\u0646\u062c\u0631\u0647 \u062f\u0646 \u0627\u06cc\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0626\u062a\u0645\u06a9 \u0627\u0648\u0686\u0648\u0646 \u06cc\u0626\u0646\u06cc \u062f\u0646 \u0645\u062a\u0635\u06cc\u0644 \u0627\u0648\u0644", "pad.modals.userdup.advice": "بو پئنجره دن ایستفاده ائتمک اوچون یئنی دن متصیل اول",
"pad.modals.unauth": "\u0627\u0648\u0644\u0645\u0627\u0632", "pad.modals.unauth": "اولماز",
"pad.modals.unauth.explanation": "\u0633\u06cc\u0632\u06cc\u0646 \u0627\u0644 \u0686\u062a\u0645\u0627 \u0645\u0633\u0626\u0644\u0647 \u0633\u06cc \u0628\u0648 \u0635\u0641\u062d\u0647 \u0646\u06cc\u0646 \u06af\u0648\u0631\u0648\u0646\u0648\u0634 \u0632\u0645\u0627\u0646\u06cc\u0646\u062f\u0627 \u062f\u06cc\u06cc\u0634\u06cc\u0644\u06cc\u0628 \u062f\u06cc\u0631 .\n\u0633\u0639\u06cc \u0627\u0626\u062f\u06cc\u0646 \u06cc\u0626\u0646\u06cc \u062f\u0646 \u0645\u062a\u0635\u06cc\u0644 \u0627\u0648\u0644\u0627\u0633\u06cc\u0646\u06cc\u0632", "pad.modals.unauth.explanation": "سیزین ال چتما مسئله سی بو صفحه نین گورونوش زمانیندا دییشیلیب دیر .\nسعی ائدین یئنی دن متصیل اولاسینیز",
"pad.modals.looping": "\u0627\u062a\u06cc\u0635\u0627\u0644 \u0642\u0637\u0639 \u0627\u0648\u0644\u062f\u06cc", "pad.modals.looping.explanation": "ارتیباطی موشکیل بیر ائتمه سرور ده وار دیر",
"pad.modals.looping.explanation": "\u0627\u0631\u062a\u06cc\u0628\u0627\u0637\u06cc \u0645\u0648\u0634\u06a9\u06cc\u0644 \u0628\u06cc\u0631 \u0627\u0626\u062a\u0645\u0647 \u0633\u0631\u0648\u0631 \u062f\u0647 \u0648\u0627\u0631 \u062f\u06cc\u0631", "pad.modals.looping.cause": "بلکه سیز دوز دئمیین بیر فایروال یادا پروکسی طریقی ایله متصیل اولوب سینیز",
"pad.modals.looping.cause": "\u0628\u0644\u06a9\u0647 \u0633\u06cc\u0632 \u062f\u0648\u0632 \u062f\u0626\u0645\u06cc\u06cc\u0646 \u0628\u06cc\u0631 \u0641\u0627\u06cc\u0631\u0648\u0627\u0644 \u06cc\u0627\u062f\u0627 \u067e\u0631\u0648\u06a9\u0633\u06cc \u0637\u0631\u06cc\u0642\u06cc \u0627\u06cc\u0644\u0647 \u0645\u062a\u0635\u06cc\u0644 \u0627\u0648\u0644\u0648\u0628 \u0633\u06cc\u0646\u06cc\u0632", "pad.modals.initsocketfail": "دسترسی اولمویان سرور دیر",
"pad.modals.initsocketfail": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u0648\u0644\u0645\u0648\u06cc\u0627\u0646 \u0633\u0631\u0648\u0631 \u062f\u06cc\u0631", "pad.modals.initsocketfail.explanation": "بیرلشدیریلمه سرور لرینه متصیل اولا بیلمه دی",
"pad.modals.initsocketfail.explanation": "\u0628\u06cc\u0631\u0644\u0634\u062f\u06cc\u0631\u06cc\u0644\u0645\u0647 \u0633\u0631\u0648\u0631 \u0644\u0631\u06cc\u0646\u0647 \u0645\u062a\u0635\u06cc\u0644 \u0627\u0648\u0644\u0627 \u0628\u06cc\u0644\u0645\u0647 \u062f\u06cc", "pad.modals.deleted": "سیلیندی.",
"pad.modals.deleted": "\u0633\u06cc\u0644\u06cc\u0646\u062f\u06cc.", "pad.modals.deleted.explanation": "بو یادداشت دفترچه سی سیلینیب دیر.",
"pad.modals.deleted.explanation": "\u0628\u0648 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc \u0633\u06cc\u0644\u06cc\u0646\u06cc\u0628 \u062f\u06cc\u0631.", "pad.modals.disconnected": "سیزین اتصالینیز قطع اولوب دور.",
"pad.modals.disconnected": "\u0633\u06cc\u0632\u06cc\u0646 \u0627\u062a\u0635\u0627\u0644\u06cc\u0646\u06cc\u0632 \u0642\u0637\u0639 \u0627\u0648\u0644\u0648\u0628 \u062f\u0648\u0631.", "pad.modals.disconnected.explanation": "سروره اتصال قطع اولوب دور.",
"pad.modals.disconnected.explanation": "\u0633\u0631\u0648\u0631\u0647 \u0627\u062a\u0635\u0627\u0644 \u0642\u0637\u0639 \u0627\u0648\u0644\u0648\u0628 \u062f\u0648\u0631.", "pad.share.readonly": "اوخومالی فقط",
"pad.share.readonly": "\u0627\u0648\u062e\u0648\u0645\u0627\u0644\u06cc \u0641\u0642\u0637", "pad.share.link": "باغلانتی",
"pad.share.link": "\u0628\u0627\u063a\u0644\u0627\u0646\u062a\u06cc", "pad.share.emebdcode": "نشانی نی یئرلتمک",
"pad.share.emebdcode": "\u0646\u0634\u0627\u0646\u06cc \u0646\u06cc \u06cc\u0626\u0631\u0644\u062a\u0645\u06a9", "pad.chat": "چت",
"pad.chat": "\u0686\u062a", "pad.chat.title": "بو یادداشت دفترچه نی چت اوچون آچ",
"pad.chat.title": "\u0628\u0648 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0646\u06cc \u0686\u062a \u0627\u0648\u0686\u0648\u0646 \u0622\u0686", "timeslider.pageTitle": "{{appTitle}}زمان اسلایدری",
"timeslider.pageTitle": "{{appTitle}}\u0632\u0645\u0627\u0646 \u0627\u0633\u0644\u0627\u06cc\u062f\u0631\u06cc", "timeslider.toolbar.returnbutton": "یادداشت دفترچه سینه قاییت",
"timeslider.toolbar.returnbutton": "\u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u0633\u06cc\u0646\u0647 \u0642\u0627\u06cc\u06cc\u062a", "timeslider.toolbar.authors": "یازیچیلار",
"timeslider.toolbar.authors": "\u06cc\u0627\u0632\u06cc\u0686\u06cc\u0644\u0627\u0631", "timeslider.toolbar.authorsList": "یازیچی سیز"
"timeslider.toolbar.authorsList": "\u06cc\u0627\u0632\u06cc\u0686\u06cc \u0633\u06cc\u0632"
} }

View File

@ -0,0 +1,61 @@
{
"@metadata": {
"authors": [
"Jim-by",
"Wizardist"
]
},
"index.newPad": "Стварыць",
"index.createOpenPad": "ці тварыць/адкрыць дакумэнт з назвай:",
"pad.toolbar.bold.title": "Тоўсты (Ctrl-B)",
"pad.toolbar.italic.title": "Курсіў (Ctrl-I)",
"pad.toolbar.underline.title": "Падкрэсьліваньне (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Закрэсьліваньне",
"pad.toolbar.ol.title": "Упарадкаваны сьпіс",
"pad.toolbar.ul.title": "Неўпарадкаваны сьпіс",
"pad.toolbar.indent.title": "Водступ",
"pad.toolbar.unindent.title": "Выступ",
"pad.toolbar.undo.title": "Скасаваць(Ctrl-Z)",
"pad.toolbar.redo.title": "Вярнуць (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Прыбраць колер дакумэнту",
"pad.toolbar.import_export.title": "Імпарт/Экспарт з выкарыстаньне розных фарматаў файлаў",
"pad.toolbar.timeslider.title": "Шкала часу",
"pad.toolbar.savedRevision.title": "Захаваць вэрсію",
"pad.toolbar.settings.title": "Налады",
"pad.toolbar.embed.title": "Убудаваць гэты дакумэнт",
"pad.toolbar.showusers.title": "Паказаць карыстальнікаў у гэтым дакумэнце",
"pad.colorpicker.save": "Захаваць",
"pad.colorpicker.cancel": "Скасаваць",
"pad.loading": "Загрузка...",
"pad.passwordRequired": "Для доступу да гэтага дакумэнта патрэбны пароль",
"pad.permissionDenied": "Вы ня маеце дазволу на доступ да гэтага дакумэнта",
"pad.wrongPassword": "Вы ўвялі няслушны пароль",
"pad.settings.padSettings": "Налады дакумэнта",
"pad.settings.myView": "Мой выгляд",
"pad.settings.stickychat": "Заўсёды паказваць чат",
"pad.settings.colorcheck": "Колеры аўтарства",
"pad.settings.linenocheck": "Нумары радкоў",
"pad.settings.rtlcheck": "Тэкст справа-налева",
"pad.settings.fontType": "Тып шрыфту:",
"pad.settings.fontType.normal": "Звычайны",
"pad.settings.fontType.monospaced": "Монашырынны",
"pad.settings.globalView": "Агульны выгляд",
"pad.settings.language": "Мова:",
"pad.importExport.import_export": "Імпарт/Экспарт",
"pad.importExport.import": "Загрузіжайце любыя тэкставыя файлы або дакумэнты",
"pad.importExport.importSuccessful": "Пасьпяхова!",
"pad.importExport.export": "Экспартаваць бягучы дакумэнт як:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Просты тэкст",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Падлучыліся.",
"pad.modals.reconnecting": "Перападлучэньне да вашага дакумэнта...",
"pad.modals.forcereconnect": "Прымусовае перападлучэньне",
"pad.share": "Падзяліцца дакумэнтам",
"pad.share.readonly": "Толькі для чытаньня",
"pad.share.link": "Спасылка",
"pad.chat": "Чат"
}

View File

@ -1,49 +1,89 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Bellayet", "Bellayet",
"Nasir8891" "Nasir8891",
] "Sankarshan"
}, ]
"index.newPad": "\u09a8\u09a4\u09c1\u09a8 \u09aa\u09cd\u09af\u09be\u09a1", },
"index.createOpenPad": "\u0985\u09a5\u09ac\u09be \u09a8\u09be\u09ae \u09b2\u09bf\u0996\u09c7 \u09aa\u09cd\u09af\u09be\u09a1 \u0996\u09c1\u09b2\u09c1\u09a8\/\u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09c1\u09a8:", "index.newPad": "নতুন প্যাড",
"pad.toolbar.bold.title": "\u0997\u09be\u09a1\u09bc \u0995\u09b0\u09be (Ctrl-B)", "index.createOpenPad": "অথবা নাম লিখে প্যাড খুলুন/তৈরী করুন:",
"pad.toolbar.italic.title": "\u09ac\u09be\u0981\u0995\u09be \u0995\u09b0\u09be (Ctrl-I)", "pad.toolbar.bold.title": "গাড় করা (Ctrl-B)",
"pad.toolbar.indent.title": "\u09aa\u09cd\u09b0\u09be\u09a8\u09cd\u09a4\u09bf\u0995\u0995\u09b0\u09a3", "pad.toolbar.italic.title": "বাঁকা করা (Ctrl-I)",
"pad.toolbar.settings.title": "\u09b8\u09c7\u099f\u09bf\u0982", "pad.toolbar.underline.title": "আন্ডারলাইন (Ctrl-U)",
"pad.colorpicker.save": "\u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09a3", "pad.toolbar.ol.title": "সারিবদ্ধ তালিকা",
"pad.colorpicker.cancel": "\u09ac\u09be\u09a4\u09bf\u09b2", "pad.toolbar.indent.title": "প্রান্তিককরণ",
"pad.loading": "\u09b2\u09cb\u09a1\u09bf\u0982...", "pad.toolbar.unindent.title": "আউটডেন্ট",
"pad.settings.fontType.normal": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3", "pad.toolbar.undo.title": "বাতিল করুন (Ctrl-Z)",
"pad.settings.language": "\u09ad\u09be\u09b7\u09be:", "pad.toolbar.redo.title": "পুনরায় করুন (Ctrl-Y)",
"pad.importExport.export": "\u098f\u0987 \u09aa\u09cd\u09af\u09be\u09a1\u099f\u09bf \u098f\u0995\u09cd\u09b8\u09aa\u09cb\u09b0\u09cd\u099f \u0995\u09b0\u09c1\u09a8", "pad.toolbar.clearAuthorship.title": "কৃতি রং পরিষ্কার করুন",
"pad.importExport.exporthtml": "\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2", "pad.toolbar.timeslider.title": "টাইমস্লাইডার",
"pad.importExport.exportplain": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u09b2\u09c7\u0996\u09be", "pad.toolbar.savedRevision.title": "সংস্করণ সংরক্ষণ করুন",
"pad.importExport.exportword": "\u09ae\u09be\u0987\u0995\u09cd\u09b0\u09cb\u09b8\u09ab\u099f \u0993\u09af\u09bc\u09be\u09b0\u09cd\u09a1", "pad.toolbar.settings.title": "সেটিং",
"pad.importExport.exportpdf": "\u09aa\u09bf\u09a1\u09bf\u098f\u09ab", "pad.toolbar.embed.title": "এই প্যাড-টি এম্বেড করুন",
"pad.importExport.exportopen": "\u0993\u09a1\u09bf\u098f\u09ab (\u0993\u09aa\u09c7\u09a8 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09ab\u09b0\u09ae\u09cd\u09af\u09be\u099f)", "pad.toolbar.showusers.title": "এই প্যাডের ব্যবহারকারীদের দেখান",
"pad.modals.deleted": "\u0985\u09aa\u09b8\u09be\u09b0\u09bf\u09a4\u0964", "pad.colorpicker.save": "সংরক্ষণ",
"pad.modals.deleted.explanation": "\u098f\u0987 \u09aa\u09cd\u09af\u09be\u09a1\u099f\u09bf \u0985\u09aa\u09b8\u09be\u09b0\u09a3 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7\u0964", "pad.colorpicker.cancel": "বাতিল",
"pad.modals.disconnected.explanation": "\u09b8\u09be\u09b0\u09cd\u09ad\u09be\u09b0\u09c7\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09be \u09af\u09be\u099a\u09cd\u099b\u09c7 \u09a8\u09be", "pad.loading": "লোডিং...",
"pad.share": "\u09b6\u09c7\u09af\u09bc\u09be\u09b0 \u0995\u09b0\u09c1\u09a8", "pad.passwordRequired": "এই প্যাড-টি দেখার জন্য আপনাকে পাসওয়ার্ড ব্যবহার করতে হবে",
"pad.share.link": "\u09b2\u09bf\u0982\u0995", "pad.permissionDenied": "দুঃখিত, এ প্যাড-টি দেখার অধিকার আপনার নেই",
"pad.share.emebdcode": "\u0987\u0989\u0986\u09b0\u098f\u09b2 \u09b8\u0982\u09af\u09cb\u099c\u09a8", "pad.wrongPassword": "আপনার পাসওয়ার্ড সঠিক নয়",
"pad.chat": "\u099a\u09cd\u09af\u09be\u099f", "pad.settings.padSettings": "প্যাডের স্থাপন",
"pad.chat.title": "\u098f\u0987 \u09aa\u09cd\u09af\u09be\u09a1\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099a\u09cd\u09af\u09be\u099f \u099a\u09be\u09b2\u09c1 \u0995\u09b0\u09c1\u09a8\u0964", "pad.settings.myView": "আমার দৃশ্য",
"timeslider.toolbar.returnbutton": "\u09aa\u09cd\u09af\u09be\u09a1\u09c7 \u09ab\u09bf\u09b0\u09c7 \u09af\u09be\u0993", "pad.settings.stickychat": "চ্যাট সক্রীনে প্রদর্শন করা হবে",
"timeslider.toolbar.authors": "\u09b2\u09c7\u0996\u0995\u0997\u09a3:", "pad.settings.colorcheck": "লেখকদের নিজস্ব নির্বাচিত রং",
"timeslider.toolbar.authorsList": "\u0995\u09cb\u09a8\u09cb \u09b2\u09c7\u0996\u0995 \u09a8\u09c7\u0987", "pad.settings.linenocheck": "লাইন নম্বর",
"timeslider.exportCurrent": "\u09ac\u09b0\u09cd\u09a4\u09ae\u09be\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u099f\u09bf \u098f\u0995\u09cd\u09b8\u09aa\u09cb\u09b0\u09cd\u099f \u0995\u09b0\u09c1\u09a8:", "pad.settings.fontType": "ফন্ট-এর প্রকার:",
"timeslider.month.january": "\u099c\u09be\u09a8\u09c1\u09af\u09bc\u09be\u09b0\u09bf", "pad.settings.fontType.normal": "সাধারণ",
"timeslider.month.february": "\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09af\u09bc\u09be\u09b0\u09bf", "pad.settings.fontType.monospaced": "Monospace",
"timeslider.month.march": "\u09ae\u09be\u09b0\u09cd\u099a", "pad.settings.globalView": "সর্বব্যাপী দৃশ্য",
"timeslider.month.april": "\u098f\u09aa\u09cd\u09b0\u09bf\u09b2", "pad.settings.language": "ভাষা:",
"timeslider.month.may": "\u09ae\u09c7", "pad.importExport.import_export": "ইম্পোরট/এক্সপোর্ট",
"timeslider.month.june": "\u099c\u09c1\u09a8", "pad.importExport.import": "কোন টেক্সট ফাইল বা ডকুমেন্ট আপলোড করুন",
"timeslider.month.july": "\u099c\u09c1\u09b2\u09be\u0987", "pad.importExport.importSuccessful": "সফল!",
"timeslider.month.august": "\u0986\u0997\u09b8\u09cd\u099f", "pad.importExport.export": "এই প্যাডটি এক্সপোর্ট করুন",
"timeslider.month.september": "\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0", "pad.importExport.exporthtml": "এইচটিএমএল",
"timeslider.month.october": "\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0", "pad.importExport.exportplain": "সাধারণ লেখা",
"timeslider.month.november": "\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0", "pad.importExport.exportword": "মাইক্রোসফট ওয়ার্ড",
"timeslider.month.december": "\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0" "pad.importExport.exportpdf": "পিডিএফ",
"pad.importExport.exportopen": "ওডিএফ (ওপেন ডকুমেন্ট ফরম্যাট)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "যোগাযোগ সফল",
"pad.modals.reconnecting": "আপনার প্যাডের সাথে সংযোগস্থাপন করা হচ্ছে..",
"pad.modals.forcereconnect": "পুনরায় সংযোগস্থাপনের চেষ্টা",
"pad.modals.userdup": "অন্য উইন্ডো-তে খোলা হয়েছে",
"pad.modals.unauth": "আপনার অধিকার নেই",
"pad.modals.initsocketfail": "সার্ভার-এর সাথে যোগাযোগ করতে অসক্ষম।",
"pad.modals.deleted": "অপসারিত।",
"pad.modals.deleted.explanation": "এই প্যাডটি অপসারণ করা হয়েছে।",
"pad.modals.disconnected.explanation": "সার্ভারের সাথে যোগাযোগ করা যাচ্ছে না",
"pad.share": "শেয়ার করুন",
"pad.share.link": "লিংক",
"pad.share.emebdcode": "ইউআরএল সংযোজন",
"pad.chat": "চ্যাট",
"pad.chat.title": "এই প্যাডের জন্য চ্যাট চালু করুন।",
"timeslider.toolbar.returnbutton": "প্যাডে ফিরে যাও",
"timeslider.toolbar.authors": "লেখকগণ:",
"timeslider.toolbar.authorsList": "কোনো লেখক নেই",
"timeslider.exportCurrent": "বর্তমান সংস্করণটি এক্সপোর্ট করুন:",
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "জানুয়ারি",
"timeslider.month.february": "ফেব্রুয়ারি",
"timeslider.month.march": "মার্চ",
"timeslider.month.april": "এপ্রিল",
"timeslider.month.may": "মে",
"timeslider.month.june": "জুন",
"timeslider.month.july": "জুলাই",
"timeslider.month.august": "আগস্ট",
"timeslider.month.september": "সেপ্টেম্বর",
"timeslider.month.october": "অক্টোবর",
"timeslider.month.november": "নভেম্বর",
"timeslider.month.december": "ডিসেম্বর",
"pad.userlist.entername": "আপনার নাম",
"pad.userlist.unnamed": "কোন নাম নির্বাচন করা হয়নি",
"pad.userlist.guest": "অতিথি",
"pad.userlist.approve": "অনুমোদিত",
"pad.impexp.importbutton": "এখন ইম্পোর্ট করুন",
"pad.impexp.importing": "ইম্পোর্ট চলছে...",
"pad.impexp.importfailed": "ইম্পোর্ট অসক্ষম"
} }

121
src/locales/br.json Normal file
View File

@ -0,0 +1,121 @@
{
"@metadata": {
"authors": [
"Fohanno",
"Fulup",
"Gwenn-Ael",
"Y-M D"
]
},
"index.newPad": "Pad nevez",
"index.createOpenPad": "pe krouiñ/digeriñ ur pad gant an anv :",
"pad.toolbar.bold.title": "Tev (Ctrl-B)",
"pad.toolbar.italic.title": "Italek (Ctrl-I)",
"pad.toolbar.underline.title": "Islinennañ (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Barrennet",
"pad.toolbar.ol.title": "Roll urzhiet",
"pad.toolbar.ul.title": "Roll en dizurzh",
"pad.toolbar.indent.title": "Endantañ (TAB)",
"pad.toolbar.unindent.title": "Diendantañ",
"pad.toolbar.undo.title": "Dizober (Ktrl-Z)",
"pad.toolbar.redo.title": "Adober (Ktrl-Y)",
"pad.toolbar.clearAuthorship.title": "Diverkañ al livioù oc'h anaout an aozerien",
"pad.toolbar.import_export.title": "Enporzhiañ/Ezporzhiañ eus/war-zu ur furmad restr disheñvel",
"pad.toolbar.timeslider.title": "Istor dinamek",
"pad.toolbar.savedRevision.title": "Doareoù enrollet",
"pad.toolbar.settings.title": "Arventennoù",
"pad.toolbar.embed.title": "Rannañ hag enframmañ ar pad-mañ",
"pad.toolbar.showusers.title": "Diskwelet implijerien ar Pad",
"pad.colorpicker.save": "Enrollañ",
"pad.colorpicker.cancel": "Nullañ",
"pad.loading": "O kargañ...",
"pad.passwordRequired": "Ezhomm ho peus ur ger-tremen evit mont d'ar Pad-se",
"pad.permissionDenied": "\nN'oc'h ket aotreet da vont d'ar pad-mañ",
"pad.wrongPassword": "Fazius e oa ho ker-tremen",
"pad.settings.padSettings": "Arventennoù Pad",
"pad.settings.myView": "Ma diskwel",
"pad.settings.stickychat": "Diskwel ar flap bepred",
"pad.settings.colorcheck": "Livioù anaout",
"pad.settings.linenocheck": "Niverennoù linennoù",
"pad.settings.rtlcheck": "Lenn an danvez a-zehou da gleiz ?",
"pad.settings.fontType": "Seurt font :",
"pad.settings.fontType.normal": "Reizh",
"pad.settings.fontType.monospaced": "Monospas",
"pad.settings.globalView": "Gwel dre vras",
"pad.settings.language": "Yezh :",
"pad.importExport.import_export": "Enporzhiañ/Ezporzhiañ",
"pad.importExport.import": "Enkargañ un destenn pe ur restr",
"pad.importExport.importSuccessful": "Deuet eo ganeoc'h !",
"pad.importExport.export": "Ezporzhiañ ar pad bremañ evel :",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Testenn blaen",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Ne c'hallit ket emporzjiañ furmadoù testennoù kriz pe html. Evit arc'hwelioù enporzhiañ emdroetoc'h, staliit \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword\u003C/a\u003E mar plij.",
"pad.modals.connected": "Kevreet.",
"pad.modals.reconnecting": "Adkevreañ war-zu ho pad...",
"pad.modals.forcereconnect": "Adkevreañ dre heg",
"pad.modals.userdup": "Digor en ur prenestr all",
"pad.modals.userdup.explanation": "Digor eo ho pad, war a seblant, e meur a brenestr eus ho merdeer en urzhiataer-mañ.",
"pad.modals.userdup.advice": "Kevreañ en ur implijout ar prenestr-mañ.",
"pad.modals.unauth": "N'eo ket aotreet",
"pad.modals.unauth.explanation": "Kemmet e vo hoc'h aotreoù pa vo diskwelet ar bajenn.-mañ Klaskit kevreañ en-dro.",
"pad.modals.looping.explanation": "Kudennoù kehentiñ zo gant ar servijer sinkronelekaat.",
"pad.modals.looping.cause": "Posupl eo e vefe gwarezet ho kevreadur gant ur maltouter diembreget pe ur servijer proksi",
"pad.modals.initsocketfail": "Ne c'haller ket tizhout ar servijer.",
"pad.modals.initsocketfail.explanation": "Ne c'haller ket kevreañ ouzh ar servijer sinkronelaat.",
"pad.modals.initsocketfail.cause": "Gallout a ra ar gudenn dont eus ho merdeer Web pe eus ho kevreadur Internet.",
"pad.modals.slowcommit.explanation": "Ne respont ket ar serveur.",
"pad.modals.slowcommit.cause": "Gallout a ra dont diwar kudennoù kevreañ gant ar rouedad.",
"pad.modals.deleted": "Dilamet.",
"pad.modals.deleted.explanation": "Lamet eo bet ar pad-mañ.",
"pad.modals.disconnected": "Digevreet oc'h bet.",
"pad.modals.disconnected.explanation": "Kollet eo bet ar c'hevreadur gant ar servijer",
"pad.modals.disconnected.cause": "Dizimplijadus eo ar servijer marteze. Kelaouit ar servij merañ ma pad ar gudenn.",
"pad.share": "Rannañ ar pad-mañ.",
"pad.share.readonly": "Lenn hepken",
"pad.share.link": "Liamm",
"pad.share.emebdcode": "Enframmañ an URL",
"pad.chat": "Flap",
"pad.chat.title": "Digeriñ ar flap kevelet gant ar pad-mañ.",
"pad.chat.loadmessages": "Kargañ muioc'h a gemennadennoù",
"timeslider.pageTitle": "Istor dinamek eus {{appTitle}}",
"timeslider.toolbar.returnbutton": "Distreiñ d'ar pad-mañ.",
"timeslider.toolbar.authors": "Aozerien :",
"timeslider.toolbar.authorsList": "Aozer ebet",
"timeslider.toolbar.exportlink.title": "Ezporzhiañ",
"timeslider.exportCurrent": "Ezporzhiañ an doare bremañ evel :",
"timeslider.version": "Stumm {{version}}",
"timeslider.saved": "Enrollañ {{day}} {{month}} {{year}}",
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Genver",
"timeslider.month.february": "C'hwevrer",
"timeslider.month.march": "Meurzh",
"timeslider.month.april": "Ebrel",
"timeslider.month.may": "Mae",
"timeslider.month.june": "Mezheven",
"timeslider.month.july": "Gouere",
"timeslider.month.august": "Eost",
"timeslider.month.september": "Gwengolo",
"timeslider.month.october": "Here",
"timeslider.month.november": "Du",
"timeslider.month.december": "Kerzu",
"timeslider.unnamedauthors": "{{num}} dianav {[plural(num) one: aozer, other: aozerien ]}",
"pad.savedrevs.marked": "Merket eo an adweladenn-mañ evel adweladenn gwiriet",
"pad.userlist.entername": "Ebarzhit hoc'h anv",
"pad.userlist.unnamed": "dizanv",
"pad.userlist.guest": "Den pedet",
"pad.userlist.deny": "Nac'h",
"pad.userlist.approve": "Aprouiñ",
"pad.editbar.clearcolors": "Diverkañ al livioù stag ouzh an aozerien en teul a-bezh ?",
"pad.impexp.importbutton": "Enporzhiañ bremañ",
"pad.impexp.importing": "Oc'h enporzhiañ...",
"pad.impexp.confirmimport": "Ma vez enporzhiet ur restr e vo diverket ar pezh zo en teul a-vremañ. Ha sur oc'h e fell deoc'h mont betek penn ?",
"pad.impexp.convertFailed": "N'eus ket bet gallet enporzhiañ ar restr. Ober gant ur furmad teul all pe eilañ/pegañ gant an dorn.",
"pad.impexp.uploadFailed": "C'hwitet eo bet an enporzhiañ. Klaskit en-dro.",
"pad.impexp.importfailed": "C'hwitet eo an enporzhiadenn",
"pad.impexp.copypaste": "Eilit/pegit, mar plij",
"pad.impexp.exportdisabled": "Diweredekaet eo ezporzhiañ d'ar furmad {{type}}. Kit e darempred gant merour ar reizhiad evit gouzout hiroc'h."
}

View File

@ -1,77 +1,125 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Pginer", "Alvaro Vidal-Abarca",
"Pitort", "Pginer",
"Toniher" "Pitort",
] "Toniher"
}, ]
"pad.toolbar.bold.title": "Negreta (Ctrl-B)", },
"pad.toolbar.italic.title": "Cursiva (Ctrl-I)", "index.newPad": "Nou pad",
"pad.toolbar.underline.title": "Subratllat (Ctrl-U)", "index.createOpenPad": "o crea/obre un pad amb el nom:",
"pad.toolbar.strikethrough.title": "Ratllat", "pad.toolbar.bold.title": "Negreta (Ctrl-B)",
"pad.toolbar.ol.title": "Llista ordenada", "pad.toolbar.italic.title": "Cursiva (Ctrl-I)",
"pad.toolbar.ul.title": "Llista sense ordenar", "pad.toolbar.underline.title": "Subratllat (Ctrl-U)",
"pad.toolbar.indent.title": "Sagnat", "pad.toolbar.strikethrough.title": "Ratllat",
"pad.toolbar.unindent.title": "Sagnat invers", "pad.toolbar.ol.title": "Llista ordenada",
"pad.toolbar.undo.title": "Desf\u00e9s (Ctrl-Z)", "pad.toolbar.ul.title": "Llista sense ordenar",
"pad.toolbar.redo.title": "Ref\u00e9s (Ctrl-Y)", "pad.toolbar.indent.title": "Sagnat (TAB)",
"pad.toolbar.clearAuthorship.title": "Neteja els colors d'autoria", "pad.toolbar.unindent.title": "Sagnat invers (Majúsc+TAB)",
"pad.toolbar.savedRevision.title": "Revisions desades", "pad.toolbar.undo.title": "Desfés (Ctrl-Z)",
"pad.toolbar.settings.title": "Configuraci\u00f3", "pad.toolbar.redo.title": "Refés (Ctrl-Y)",
"pad.toolbar.showusers.title": "Mostra els usuaris d\u2019aquest pad", "pad.toolbar.clearAuthorship.title": "Neteja els colors d'autoria",
"pad.colorpicker.save": "Desa", "pad.toolbar.import_export.title": "Importa/exporta a partir de diferents formats de fitxer",
"pad.colorpicker.cancel": "Cancel\u00b7la", "pad.toolbar.timeslider.title": "Línia temporal",
"pad.loading": "S'est\u00e0 carregant...", "pad.toolbar.savedRevision.title": "Desa la revisió",
"pad.wrongPassword": "La contrasenya \u00e9s incorrecta", "pad.toolbar.settings.title": "Configuració",
"pad.settings.myView": "La meva vista", "pad.toolbar.embed.title": "Comparteix i incrusta aquest pad",
"pad.settings.linenocheck": "N\u00fameros de l\u00ednia", "pad.toolbar.showusers.title": "Mostra els usuaris daquest pad",
"pad.settings.fontType": "Tipus de lletra:", "pad.colorpicker.save": "Desa",
"pad.settings.fontType.normal": "Normal", "pad.colorpicker.cancel": "Cancel·la",
"pad.settings.globalView": "Vista global", "pad.loading": "S'està carregant...",
"pad.settings.language": "Llengua:", "pad.passwordRequired": "Us cal una contrasenya per a accedir a aquest pad",
"pad.importExport.import_export": "Importaci\u00f3\/exportaci\u00f3", "pad.permissionDenied": "No teniu permisos per a accedir a aquest pad",
"pad.importExport.import": "Puja qualsevol fitxer de text o document", "pad.wrongPassword": "La contrasenya és incorrecta",
"pad.importExport.exporthtml": "HTML", "pad.settings.padSettings": "Paràmetres del pad",
"pad.importExport.exportplain": "Text net", "pad.settings.myView": "La meva vista",
"pad.modals.connected": "Connectat.", "pad.settings.stickychat": "Xateja sempre a la pantalla",
"pad.modals.forcereconnect": "For\u00e7a tornar a connectar", "pad.settings.colorcheck": "Colors d'autoria",
"pad.modals.unauth": "No autoritzat", "pad.settings.linenocheck": "Números de línia",
"pad.modals.looping": "Desconnectat.", "pad.settings.rtlcheck": "Llegir el contingut de dreta a esquerra?",
"pad.modals.initsocketfail": "El servidor no \u00e9s accessible.", "pad.settings.fontType": "Tipus de lletra:",
"pad.modals.initsocketfail.explanation": "No s'ha pogut connectar amb el servidor de sincronitzaci\u00f3.", "pad.settings.fontType.normal": "Normal",
"pad.modals.slowcommit": "Desconnectat.", "pad.settings.fontType.monospaced": "D'amplada fixa",
"pad.modals.slowcommit.explanation": "El servidor no respon.", "pad.settings.globalView": "Vista global",
"pad.modals.deleted": "Suprimit.", "pad.settings.language": "Llengua:",
"pad.modals.disconnected": "Heu estat desconnectat.", "pad.importExport.import_export": "Importació/exportació",
"pad.share.readonly": "Nom\u00e9s de lectura", "pad.importExport.import": "Puja qualsevol fitxer de text o document",
"pad.share.link": "Enlla\u00e7", "pad.importExport.importSuccessful": "Hi ha hagut èxit!",
"pad.chat": "Xat", "pad.importExport.export": "Exporta el pad actual com a:",
"timeslider.toolbar.authors": "Autors:", "pad.importExport.exporthtml": "HTML",
"timeslider.toolbar.authorsList": "No hi ha autors", "pad.importExport.exportplain": "Text net",
"timeslider.toolbar.exportlink.title": "Exporta", "pad.importExport.exportword": "Microsoft Word",
"timeslider.exportCurrent": "Exporta la versi\u00f3 actual com a:", "pad.importExport.exportpdf": "PDF",
"timeslider.version": "Versi\u00f3 {{version}}", "pad.importExport.exportopen": "ODF (Open Document Format)",
"timeslider.month.january": "Gener", "pad.importExport.exportdokuwiki": "DokuWiki",
"timeslider.month.february": "Febrer", "pad.importExport.abiword.innerHTML": "Només podeu importar de text net o html. Per a opcions d'importació més avançades \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstal·leu l'Abiword\u003C/a\u003E.",
"timeslider.month.march": "Mar\u00e7", "pad.modals.connected": "Connectat.",
"timeslider.month.april": "Abril", "pad.modals.reconnecting": "S'està tornant a connectar al vostre pad…",
"timeslider.month.may": "Maig", "pad.modals.forcereconnect": "Força tornar a connectar",
"timeslider.month.june": "Juny", "pad.modals.userdup": "Obert en una altra finestra",
"timeslider.month.july": "Juliol", "pad.modals.userdup.explanation": "Aquest pad sembla que està obert en més d'una finestra de navegador de l'ordinador.",
"timeslider.month.august": "Agost", "pad.modals.userdup.advice": "Torneu a connectar-vos per a utilitzar aquesta finestra.",
"timeslider.month.september": "Setembre", "pad.modals.unauth": "No autoritzat",
"timeslider.month.october": "Octubre", "pad.modals.unauth.explanation": "Els vostres permisos han canviat mentre es visualitzava la pàgina. Proveu de reconnectar-vos.",
"timeslider.month.november": "Novembre", "pad.modals.looping.explanation": "Hi ha problemes de comunicació amb el servidor de sincronització.",
"timeslider.month.december": "Desembre", "pad.modals.looping.cause": "Potser us heu connectat a través d'un tallafocs o servidor intermediari incompatible.",
"pad.userlist.entername": "Introdu\u00efu el vostre nom", "pad.modals.initsocketfail": "El servidor no és accessible.",
"pad.userlist.unnamed": "sense nom", "pad.modals.initsocketfail.explanation": "No s'ha pogut connectar amb el servidor de sincronització.",
"pad.userlist.guest": "Convidat", "pad.modals.initsocketfail.cause": "Això és probablement a causa d'un problema amb el navegador o la connexió a Internet.",
"pad.userlist.deny": "Refusa", "pad.modals.slowcommit.explanation": "El servidor no respon.",
"pad.userlist.approve": "Aprova", "pad.modals.slowcommit.cause": "Això podria ser a causa de problemes amb la connectivitat de la xarxa.",
"pad.impexp.importbutton": "Importa ara", "pad.modals.badChangeset.explanation": "El servidor de sincronització ha classificat com a il·legat una edició que heu fet.",
"pad.impexp.importing": "Important...", "pad.modals.badChangeset.cause": "Això pot ser degut a una configuració errònia del servidor o a algun altre comportament inesperat. Si us plau, si considereu que això és un error, contacteu amb l'administrador del servei. Intenteu reconnectar-vos per tal de continuar editant.",
"pad.impexp.convertFailed": "No \u00e9s possible d'importar aquest fitxer. Si us plau, podeu provar d'utilitzar un format diferent o copiar i enganxar manualment.", "pad.modals.corruptPad.explanation": "El pad al qual esteu intentant accedir està corrupte.",
"pad.impexp.importfailed": "Ha fallat la importaci\u00f3", "pad.modals.corruptPad.cause": "Això pot ser degut a una configuració errònia del servidor o a algun altre comportament inesperat. Si us plau, contacteu amb l'administrador del servei.",
"pad.impexp.copypaste": "Si us plau, copieu i enganxeu" "pad.modals.deleted": "Suprimit.",
"pad.modals.deleted.explanation": "S'ha suprimit el pad.",
"pad.modals.disconnected": "Heu estat desconnectat.",
"pad.modals.disconnected.explanation": "S'ha perdut la connexió amb el servidor",
"pad.modals.disconnected.cause": "El servidor sembla que no està disponible. Notifiqueu a l'administrador del servei si continua passant.",
"pad.share": "Comparteix el pad",
"pad.share.readonly": "Només de lectura",
"pad.share.link": "Enllaç",
"pad.share.emebdcode": "Incrusta l'URL",
"pad.chat": "Xat",
"pad.chat.title": "Obre el xat d'aquest pad.",
"pad.chat.loadmessages": "Carrega més missatges",
"timeslider.pageTitle": "Línia temporal — {{appTitle}}",
"timeslider.toolbar.returnbutton": "Torna al pad",
"timeslider.toolbar.authors": "Autors:",
"timeslider.toolbar.authorsList": "No hi ha autors",
"timeslider.toolbar.exportlink.title": "Exporta",
"timeslider.exportCurrent": "Exporta la versió actual com a:",
"timeslider.version": "Versió {{version}}",
"timeslider.saved": "Desat {{month}} {{day}}, {{year}}",
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Gener",
"timeslider.month.february": "Febrer",
"timeslider.month.march": "Març",
"timeslider.month.april": "Abril",
"timeslider.month.may": "Maig",
"timeslider.month.june": "Juny",
"timeslider.month.july": "Juliol",
"timeslider.month.august": "Agost",
"timeslider.month.september": "Setembre",
"timeslider.month.october": "Octubre",
"timeslider.month.november": "Novembre",
"timeslider.month.december": "Desembre",
"timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor, other: autors ]} sense nom",
"pad.savedrevs.marked": "Aquesta revisió està marcada ara com a revisió desada",
"pad.userlist.entername": "Introduïu el vostre nom",
"pad.userlist.unnamed": "sense nom",
"pad.userlist.guest": "Convidat",
"pad.userlist.deny": "Refusa",
"pad.userlist.approve": "Aprova",
"pad.editbar.clearcolors": "Voleu netejar els colors d'autor del document sencer?",
"pad.impexp.importbutton": "Importa ara",
"pad.impexp.importing": "Important...",
"pad.impexp.confirmimport": "En importar un fitxer se sobreescriurà el text actual del pad. Esteu segur que voleu continuar?",
"pad.impexp.convertFailed": "No és possible d'importar aquest fitxer. Si us plau, podeu provar d'utilitzar un format diferent o copiar i enganxar manualment.",
"pad.impexp.uploadFailed": "Ha fallat la càrrega. Torneu-ho a provar",
"pad.impexp.importfailed": "Ha fallat la importació",
"pad.impexp.copypaste": "Si us plau, copieu i enganxeu",
"pad.impexp.exportdisabled": "Està inhabilitada l'exportació com a {{type}}. Contacteu amb el vostre administrador de sistemes per a més informació."
} }

View File

@ -1,99 +1,126 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Quinn" "Jakubt",
] "Jezevec",
}, "Juandev",
"index.newPad": "Nov\u00fd Pad", "Leanes",
"index.createOpenPad": "nebo vytvo\u0159it\/otev\u0159\u00edt Pad jm\u00e9nem:", "Quinn"
"pad.toolbar.bold.title": "Tu\u010dn\u00e9 (Ctrl-B)", ]
"pad.toolbar.italic.title": "Kurz\u00edva (Ctrl-I)", },
"pad.toolbar.underline.title": "Podtr\u017een\u00ed (Ctrl-U)", "index.newPad": "Založ nový Pad",
"pad.toolbar.strikethrough.title": "P\u0159eskrtnut\u00e9", "index.createOpenPad": "nebo vytvoř/otevři Pad s názvem:",
"pad.toolbar.ol.title": "\u010c\u00edslovan\u00fd seznam", "pad.toolbar.bold.title": "Tučný text (Ctrl-B)",
"pad.toolbar.ul.title": "Ne\u010d\u00edslovan\u00fd seznam", "pad.toolbar.italic.title": "Kurzíva (Ctrl-I)",
"pad.toolbar.indent.title": "Odsazen\u00ed", "pad.toolbar.underline.title": "Podtržené písmo (Ctrl-U)",
"pad.toolbar.unindent.title": "P\u0159edsazen\u00ed", "pad.toolbar.strikethrough.title": "Přeskrtnuté písmo",
"pad.toolbar.undo.title": "Zp\u011bt (Ctrl-Z)", "pad.toolbar.ol.title": "Číslovaný seznam",
"pad.toolbar.redo.title": "Opakovat (Ctrl-Y)", "pad.toolbar.ul.title": "Nečíslovaný seznam",
"pad.toolbar.clearAuthorship.title": "Vymazat barvy autorstv\u00ed", "pad.toolbar.indent.title": "Odsazení",
"pad.toolbar.import_export.title": "Importovat\/Exportovat z\/do jin\u00fdch form\u00e1t\u016f", "pad.toolbar.unindent.title": "Předsazení",
"pad.toolbar.timeslider.title": "Osa \u010dasu", "pad.toolbar.undo.title": "Zpět (Ctrl-Z)",
"pad.toolbar.savedRevision.title": "Ulo\u017een\u00e9 revize", "pad.toolbar.redo.title": "Opakovat (Ctrl-Y)",
"pad.toolbar.settings.title": "Nastaven\u00ed", "pad.toolbar.clearAuthorship.title": "Vymazat barvy autorů",
"pad.toolbar.embed.title": "Um\u00edstit tento Pad", "pad.toolbar.import_export.title": "Importovat/Exportovat z/do jiných formátů",
"pad.toolbar.showusers.title": "Zobrazit u\u017eivatele u tohoto Padu", "pad.toolbar.timeslider.title": "Časová osa",
"pad.colorpicker.save": "Ulo\u017eit", "pad.toolbar.savedRevision.title": "Uložit revizi",
"pad.colorpicker.cancel": "Zru\u0161it", "pad.toolbar.settings.title": "Nastavení",
"pad.loading": "Na\u010d\u00edt\u00e1n\u00ed...", "pad.toolbar.embed.title": "Sdílet a umístit tento Pad",
"pad.passwordRequired": "Pot\u0159ebuje\u0161 zadat heslo pro p\u0159\u00edstup k tomuto Padu", "pad.toolbar.showusers.title": "Zobrazit uživatele u tohoto Padu",
"pad.permissionDenied": "Nem\u00e1\u0161 p\u0159\u00edstupov\u00e9 opr\u00e1vn\u011bn\u00ed k tomuto Padu", "pad.colorpicker.save": "Uložit",
"pad.wrongPassword": "Tv\u00e9 heslo je \u0161patn\u00e9", "pad.colorpicker.cancel": "Zrušit",
"pad.settings.padSettings": "Nastaven\u00ed Padu", "pad.loading": "Načítání...",
"pad.settings.myView": "Vlastn\u00ed pohled", "pad.passwordRequired": "Pro přístup k tomuto Padu je třeba znát heslo",
"pad.settings.stickychat": "Chat v\u017edy na obrazovce", "pad.permissionDenied": "Nemáte oprávnění pro přístup k tomuto Padu",
"pad.settings.colorcheck": "Barvy autorstv\u00ed", "pad.wrongPassword": "Nesprávné heslo",
"pad.settings.linenocheck": "\u010c\u00edsla \u0159\u00e1dk\u016f", "pad.settings.padSettings": "Nastavení Padu",
"pad.settings.fontType": "Typ p\u00edsma:", "pad.settings.myView": "Vlastní pohled",
"pad.settings.fontType.normal": "Norm\u00e1ln\u00ed", "pad.settings.stickychat": "Chat vždy na obrazovce",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.colorcheck": "Barvy autorů",
"pad.settings.globalView": "Glob\u00e1ln\u00ed pohled", "pad.settings.linenocheck": "Čísla řádků",
"pad.settings.language": "Jazyk:", "pad.settings.rtlcheck": "Číst obsah zprava doleva?",
"pad.importExport.import_export": "Import\/Export", "pad.settings.fontType": "Typ písma:",
"pad.importExport.import": "Nahr\u00e1t libovoln\u00fd textov\u00fd soubor nebo dokument", "pad.settings.fontType.normal": "Normální",
"pad.importExport.export": "Exportovat st\u00e1vaj\u00edc\u00ed Pad jako:", "pad.settings.fontType.monospaced": "Neproporční",
"pad.importExport.exporthtml": "HTML", "pad.settings.globalView": "Globální pohled",
"pad.importExport.exportplain": "Prost\u00fd text", "pad.settings.language": "Jazyk:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import_export": "Import/Export",
"pad.importExport.exportpdf": "PDF", "pad.importExport.import": "Nahrát libovolný textový soubor nebo dokument",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.importSuccessful": "Úspěšně!",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.export": "Exportovat stávající Pad jako:",
"pad.importExport.abiword.innerHTML": "Importovat m\u016f\u017ee\u0161 pouze prost\u00fd text nebo HTML form\u00e1tov\u00e1n\u00ed. Pro pokro\u010dilej\u0161\u00ed funkce importu, pros\u00edm, nainstaluj \u201e<a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">abiword<\/a>\u201c.", "pad.importExport.exporthtml": "HTML",
"pad.modals.connected": "P\u0159ipojeno.", "pad.importExport.exportplain": "Prostý text",
"pad.modals.reconnecting": "Znovup\u0159ipojov\u00e1n\u00ed k tv\u00e9mu Padu\u2026", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.forcereconnect": "Vynutit znovup\u0159ipojen\u00ed", "pad.importExport.exportpdf": "PDF",
"pad.modals.userdup.explanation": "Zd\u00e1 se, \u017ee tento Pad je na tomto po\u010d\u00edta\u010di otev\u0159en ve v\u00edce ne\u017e jednom okn\u011b.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.userdup.advice": "Pro pou\u017eit\u00ed tohoto okna se mus\u00ed\u0161 znovu p\u0159ipojit.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.unauth": "Nem\u00e1te autorizaci", "pad.importExport.abiword.innerHTML": "Importovat můžeš pouze prostý text nebo HTML formátování. Pro pokročilejší funkce importu, prosím, nainstaluj „\u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword\u003C/a\u003E“.",
"pad.modals.unauth.explanation": "Va\u0161e opr\u00e1vn\u011bn\u00ed se zm\u011bnila, zat\u00edmco jste si prohl\u00ed\u017eel\/a toto okno. Zkuste se znovu p\u0159ipojit.", "pad.modals.connected": "Připojeno.",
"pad.modals.looping": "Odpojeno.", "pad.modals.reconnecting": "Znovupřipojování k Padu…",
"pad.modals.looping.explanation": "Nastaly probl\u00e9my p\u0159i komunikaci se synchroniza\u010dn\u00edm serverem.", "pad.modals.forcereconnect": "Vynutit znovupřipojení",
"pad.modals.looping.cause": "Mo\u017en\u00e1 jste p\u0159ipojeni p\u0159es nekompaktn\u00ed firewall nebo proxy.", "pad.modals.userdup": "Otevřeno v jiném okně",
"pad.modals.initsocketfail": "Server je nedostupn\u00fd.", "pad.modals.userdup.explanation": "Zdá se, že tento Pad je na tomto počítači otevřen ve více než jednom okně.",
"pad.modals.initsocketfail.explanation": "Nepoda\u0159ilo se p\u0159ipojit k synchroniza\u010dn\u00edmu serveru.", "pad.modals.userdup.advice": "Pro použití tohoto okna je třeba se znovu připojit.",
"pad.modals.initsocketfail.cause": "Toto je pravd\u011bpodobn\u011b zp\u016fsobeno va\u0161\u00edm prohl\u00ed\u017ee\u010dem nebo p\u0159ipojen\u00edm k internetu.", "pad.modals.unauth": "Nemáte autorizaci",
"pad.modals.slowcommit": "Odpojeno.", "pad.modals.unauth.explanation": "Vaše oprávnění se změnila, zatímco jste si prohlížel/a toto okno. Zkuste se znovu připojit.",
"pad.modals.slowcommit.explanation": "Server neodpov\u00edd\u00e1.", "pad.modals.looping.explanation": "Nastaly problémy při komunikaci se synchronizačním serverem.",
"pad.modals.slowcommit.cause": "M\u016f\u017ee to b\u00fdt zp\u016fsobeno probl\u00e9my s internetov\u00fdm p\u0159ipojen\u00edm.", "pad.modals.looping.cause": "Možná jste připojeni přes nekompaktní firewall nebo proxy.",
"pad.modals.deleted": "Odstran\u011bno.", "pad.modals.initsocketfail": "Server je nedostupný.",
"pad.modals.deleted.explanation": "Tento Pad byl odebr\u00e1n.", "pad.modals.initsocketfail.explanation": "Nepodařilo se připojit k synchronizačnímu serveru.",
"pad.modals.disconnected": "Byl jsi odpojen.", "pad.modals.initsocketfail.cause": "Toto je pravděpodobně způsobeno vaším prohlížečem nebo připojením k internetu.",
"pad.modals.disconnected.explanation": "P\u0159ipojen\u00ed k serveru bylo p\u0159eru\u0161eno", "pad.modals.slowcommit.explanation": "Server neodpovídá.",
"pad.modals.disconnected.cause": "Server m\u016f\u017ee b\u00fdt nedostupn\u00fd. Pros\u00edm, upozorni n\u00e1s, pokud bude tento probl\u00e9m p\u0159etrv\u00e1vat.", "pad.modals.slowcommit.cause": "Může to být způsobeno problémy s internetovým připojením.",
"pad.share": "Sd\u00edlet tento Pad", "pad.modals.badChangeset.explanation": "Editace, kterou jste učinili byla vyhodnocena jako zakázaná syncronizací serveru.",
"pad.share.readonly": "Jen pro \u010dten\u00ed", "pad.modals.badChangeset.cause": "To může být způsobeno špatnou konfigurací serveru, nebo jiným neočekávaným chováním. Kontaktujte prosím správce služby, pokud i myslíte, že se jedná o chybu. Zkuste se připojit znovu, pokud chcete pokračovat v psaní.",
"pad.share.link": "Odkaz", "pad.modals.corruptPad.explanation": "Pad, ke kterému se snažíte připojit je poškozen.",
"pad.share.emebdcode": "Vlo\u017eit URL", "pad.modals.corruptPad.cause": "To může být kvůli špatné konfiguraci serveru, nebo kvůli jinému neočekávanému chování. Kontaktujte prosím správce služby.",
"pad.chat": "Chat", "pad.modals.deleted": "Odstraněno.",
"pad.chat.title": "Otev\u0159\u00edt chat tohoto Padu.", "pad.modals.deleted.explanation": "Tento Pad byl odebrán.",
"timeslider.pageTitle": "Osa \u010dasu {{appTitle}}", "pad.modals.disconnected": "Byl jste odpojen.",
"timeslider.toolbar.returnbutton": "N\u00e1vrat do Padu", "pad.modals.disconnected.explanation": "Připojení k serveru bylo přerušeno",
"timeslider.toolbar.authors": "Auto\u0159i:", "pad.modals.disconnected.cause": "Server může být nedostupný. Upozorněte administrátora služby, pokud se to bude opakovat.",
"timeslider.toolbar.authorsList": "Bez autor\u016f", "pad.share": "Sdílet tento Pad",
"timeslider.exportCurrent": "Exportovat nyn\u011bj\u0161\u00ed verzi jako:", "pad.share.readonly": "Jen pro čtení",
"timeslider.version": "Verze {{version}}", "pad.share.link": "Odkaz",
"timeslider.saved": "Ulo\u017eeno {{day}} {{month}} {{year}}", "pad.share.emebdcode": "Vložit URL",
"timeslider.dateformat": "{{day}} {{month}} {{year}} {{hours}}:{{minutes}}:{{seconds}}", "pad.chat": "Chat",
"timeslider.month.january": "leden", "pad.chat.title": "Otevřít chat tohoto Padu.",
"timeslider.month.february": "\u00fanor", "pad.chat.loadmessages": "Načíst více zpráv",
"timeslider.month.march": "b\u0159ezen", "timeslider.pageTitle": "Časová osa {{appTitle}}",
"timeslider.month.april": "duben", "timeslider.toolbar.returnbutton": "Návrat do Padu",
"timeslider.month.may": "kv\u011bten", "timeslider.toolbar.authors": "Autoři:",
"timeslider.month.june": "\u010derven", "timeslider.toolbar.authorsList": "Bez autorů",
"timeslider.month.july": "\u010dervenec", "timeslider.toolbar.exportlink.title": "Exportovat",
"timeslider.month.august": "srpen", "timeslider.exportCurrent": "Exportovat nynější verzi jako:",
"timeslider.month.september": "z\u00e1\u0159\u00ed", "timeslider.version": "Verze {{version}}",
"timeslider.month.october": "\u0159\u00edjen", "timeslider.saved": "Uloženo {{day}} {{month}} {{year}}",
"timeslider.month.november": "listopad", "timeslider.dateformat": "{{day}} {{month}} {{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.december": "prosinec" "timeslider.month.january": "leden",
"timeslider.month.february": "únor",
"timeslider.month.march": "březen",
"timeslider.month.april": "duben",
"timeslider.month.may": "květen",
"timeslider.month.june": "červen",
"timeslider.month.july": "červenec",
"timeslider.month.august": "srpen",
"timeslider.month.september": "září",
"timeslider.month.october": "říjen",
"timeslider.month.november": "listopad",
"timeslider.month.december": "prosinec",
"timeslider.unnamedauthors": "{{num}} {[ plural(num) one: nejmenovaný Autor, few: nejmenovaní Autoři, other: nejmenovaných Autorů ]}",
"pad.savedrevs.marked": "Tato revize je nyní označena jako uložená",
"pad.userlist.entername": "Zadejte své jméno",
"pad.userlist.unnamed": "nejmenovaný",
"pad.userlist.guest": "Host",
"pad.userlist.deny": "Zakázat",
"pad.userlist.approve": "Povolit",
"pad.editbar.clearcolors": "Odstranit barvy autorů z celého dokumentu?",
"pad.impexp.importbutton": "Importovat",
"pad.impexp.importing": "Importování…",
"pad.impexp.confirmimport": "Import souboru přepíše aktuální text v padu. Opravdu chcete tuto akci provést?",
"pad.impexp.convertFailed": "Tento soubor nelze importovat. Použijte prosím jiný formát dokumentu nebo nakopírujte text ručně",
"pad.impexp.uploadFailed": "Nahrávání selhalo, zkuste to znovu",
"pad.impexp.importfailed": "Import selhal",
"pad.impexp.copypaste": "Vložte prosím kopii",
"pad.impexp.exportdisabled": "Export do formátu {{type}} je zakázán. Kontaktujte svého administrátora pro zjištění detailů."
} }

View File

@ -1,121 +1,124 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": {
"Christian List", "0": "Christian List",
"Peter Alberti" "1": "Peter Alberti",
] "3": "Steenth"
}, }
"index.newPad": "Ny Pad", },
"index.createOpenPad": "eller opret\/\u00e5bn en Pad med navnet:", "index.newPad": "Ny Pad",
"pad.toolbar.bold.title": "Fed (Ctrl-B)", "index.createOpenPad": "eller opret/åbn en Pad med navnet:",
"pad.toolbar.italic.title": "Kursiv (Ctrl-I)", "pad.toolbar.bold.title": "Fed (Ctrl-B)",
"pad.toolbar.underline.title": "Understregning (Ctrl-U)", "pad.toolbar.italic.title": "Kursiv (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Gennemstregning", "pad.toolbar.underline.title": "Understregning (Ctrl-U)",
"pad.toolbar.ol.title": "Sorteret liste", "pad.toolbar.strikethrough.title": "Gennemstregning",
"pad.toolbar.ul.title": "Usorteret liste", "pad.toolbar.ol.title": "Sorteret liste",
"pad.toolbar.indent.title": "Indrykning", "pad.toolbar.ul.title": "Usorteret liste",
"pad.toolbar.unindent.title": "Ryk ud", "pad.toolbar.indent.title": "Indrykning",
"pad.toolbar.undo.title": "Fortryd (Ctrl-Z)", "pad.toolbar.unindent.title": "Ryk ud",
"pad.toolbar.redo.title": "Annuller Fortryd (Ctrl-Y)", "pad.toolbar.undo.title": "Fortryd (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "Fjern farver for forfatterskab", "pad.toolbar.redo.title": "Annuller Fortryd (Ctrl-Y)",
"pad.toolbar.import_export.title": "Import\/eksport fra\/til forskellige filformater", "pad.toolbar.clearAuthorship.title": "Fjern farver for forfatterskab",
"pad.toolbar.timeslider.title": "Timeslider", "pad.toolbar.import_export.title": "Import/eksport fra/til forskellige filformater",
"pad.toolbar.savedRevision.title": "Gemte revisioner", "pad.toolbar.timeslider.title": "Timeslider",
"pad.toolbar.settings.title": "Indstillinger", "pad.toolbar.savedRevision.title": "Gem Revision",
"pad.toolbar.embed.title": "Integrer denne pad", "pad.toolbar.settings.title": "Indstillinger",
"pad.toolbar.showusers.title": "Vis brugere p\u00e5 denne pad", "pad.toolbar.embed.title": "Del og integrer denne pad",
"pad.colorpicker.save": "Gem", "pad.toolbar.showusers.title": "Vis brugere på denne pad",
"pad.colorpicker.cancel": "Afbryd", "pad.colorpicker.save": "Gem",
"pad.loading": "Indl\u00e6ser ...", "pad.colorpicker.cancel": "Afbryd",
"pad.passwordRequired": "Du skal bruge en adgangskode for at f\u00e5 adgang til denne pad", "pad.loading": "Indlæser ...",
"pad.permissionDenied": "Du har ikke tilladelse til at f\u00e5 adgang til denne pad.", "pad.passwordRequired": "Du skal bruge en adgangskode for at få adgang til denne pad",
"pad.wrongPassword": "Din adgangskode er forkert", "pad.permissionDenied": "Du har ikke tilladelse til at få adgang til denne pad.",
"pad.settings.padSettings": "Pad indstillinger", "pad.wrongPassword": "Din adgangskode er forkert",
"pad.settings.myView": "Min visning", "pad.settings.padSettings": "Pad indstillinger",
"pad.settings.stickychat": "Chat altid p\u00e5 sk\u00e6rmen", "pad.settings.myView": "Min visning",
"pad.settings.colorcheck": "Forfatterskabsfarver", "pad.settings.stickychat": "Chat altid på skærmen",
"pad.settings.linenocheck": "Linjenumre", "pad.settings.colorcheck": "Forfatterskabsfarver",
"pad.settings.fontType": "Skrifttype:", "pad.settings.linenocheck": "Linjenumre",
"pad.settings.fontType.normal": "Normal", "pad.settings.rtlcheck": "Læse indhold fra højre mod venstre?",
"pad.settings.fontType.monospaced": "Fastbredde", "pad.settings.fontType": "Skrifttype:",
"pad.settings.globalView": "Global visning", "pad.settings.fontType.normal": "Normal",
"pad.settings.language": "Sprog:", "pad.settings.fontType.monospaced": "Fastbredde",
"pad.importExport.import_export": "Import\/Eksport", "pad.settings.globalView": "Global visning",
"pad.importExport.import": "Uploade en tekstfil eller dokument", "pad.settings.language": "Sprog:",
"pad.importExport.importSuccessful": "Vellykket!", "pad.importExport.import_export": "Import/Eksport",
"pad.importExport.export": "Eksporter aktuelle pad som:", "pad.importExport.import": "Uploade en tekstfil eller dokument",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Vellykket!",
"pad.importExport.exportplain": "Almindelig tekst", "pad.importExport.export": "Eksporter aktuelle pad som:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Almindelig tekst",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "Du kan kun importere fra almindelig tekst eller HTML-formater. For mere avancerede importfunktioner, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installer venligst abiword<\/a>.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.connected": "Forbundet.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "Genopretter forbindelsen til din pad...", "pad.importExport.abiword.innerHTML": "Du kan kun importere fra almindelig tekst eller HTML-formater. For mere avancerede importfunktioner, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstaller venligst abiword\u003C/a\u003E.",
"pad.modals.forcereconnect": "Gennemtving genoprettelse af forbindelsen", "pad.modals.connected": "Forbundet.",
"pad.modals.userdup": "\u00c5bnet i et andet vindue", "pad.modals.reconnecting": "Genopretter forbindelsen til din pad...",
"pad.modals.userdup.explanation": "Denne pad synes at v\u00e6re \u00e5bnet i mere end \u00e9t browservindue p\u00e5 denne computer.", "pad.modals.forcereconnect": "Gennemtving genoprettelse af forbindelsen",
"pad.modals.userdup.advice": "Tilslut igen for at bruge dette vindue i stedet.", "pad.modals.userdup": "Åbnet i et andet vindue",
"pad.modals.unauth": "Ikke tilladt", "pad.modals.userdup.explanation": "Denne pad synes at være åbnet i mere end ét browservindue på denne computer.",
"pad.modals.unauth.explanation": "Dine rettigheder er \u00e6ndret mens du ser p\u00e5 denne side. Pr\u00f8v at oprette forbindelsen igen.", "pad.modals.userdup.advice": "Tilslut igen for at bruge dette vindue i stedet.",
"pad.modals.looping": "Forbindelse afbrudt.", "pad.modals.unauth": "Ikke tilladt",
"pad.modals.looping.explanation": "Der er kommunikationsproblemer med synkroniseringsserveren.", "pad.modals.unauth.explanation": "Dine rettigheder er ændret mens du ser på denne side. Prøv at oprette forbindelsen igen.",
"pad.modals.looping.cause": "M\u00e5ske tilsluttede du via en inkompatibel firewall eller proxy.", "pad.modals.looping.explanation": "Der er kommunikationsproblemer med synkroniseringsserveren.",
"pad.modals.initsocketfail": "Serveren er ikke tilg\u00e6ngelig.", "pad.modals.looping.cause": "Måske tilsluttede du via en inkompatibel firewall eller proxy.",
"pad.modals.initsocketfail.explanation": "Kunne ikke oprette forbindelse til synkroniseringsserveren.", "pad.modals.initsocketfail": "Serveren er ikke tilgængelig.",
"pad.modals.initsocketfail.cause": "Det skyldes sandsynligvis et problem med din browser eller din internetforbindelse.", "pad.modals.initsocketfail.explanation": "Kunne ikke oprette forbindelse til synkroniseringsserveren.",
"pad.modals.slowcommit": "Forbindelse afbrudt.", "pad.modals.initsocketfail.cause": "Det skyldes sandsynligvis et problem med din browser eller din internetforbindelse.",
"pad.modals.slowcommit.explanation": "Serveren svarer ikke.", "pad.modals.slowcommit.explanation": "Serveren svarer ikke.",
"pad.modals.slowcommit.cause": "Det kan skyldes problemer med netv\u00e6rksforbindelsen.", "pad.modals.slowcommit.cause": "Det kan skyldes problemer med netværksforbindelsen.",
"pad.modals.deleted": "Slettet.", "pad.modals.badChangeset.explanation": "En redigering, du har foretaget, blev klassificeret ulovlig af synkroniseringsserveren.",
"pad.modals.deleted.explanation": "Denne pad er blevet fjernet.", "pad.modals.badChangeset.cause": "Dette kan skyldes en forkert konfiguration af serveren eller en anden uventet adfærd. Kontakt venligst service administratoren, hvis du føler, at dette er en fejl. Prøv at oprette forbindelsen igen for at fortsætte med at redigere.",
"pad.modals.disconnected": "Du har f\u00e5et afbrudt forbindelsen.", "pad.modals.corruptPad.explanation": "Den pad du prøver at få adgang til er beskadiget.",
"pad.modals.disconnected.explanation": "Forbindelsen til serveren blev afbrudt", "pad.modals.corruptPad.cause": "Dette kan skyldes en forkert konfiguration af serveren eller en anden uventet adfærd. Kontakt venligst service administratoren.",
"pad.modals.disconnected.cause": "Serveren er muligvis ikke tilg\u00e6ngelig. G\u00f8r os venligst opm\u00e6rksom p\u00e5 hvis dette forts\u00e6tter med at ske.", "pad.modals.deleted": "Slettet.",
"pad.share": "Del denne pad", "pad.modals.deleted.explanation": "Denne pad er blevet fjernet.",
"pad.share.readonly": "Skrivebeskyttet", "pad.modals.disconnected": "Du har fået afbrudt forbindelsen.",
"pad.share.link": "Link", "pad.modals.disconnected.explanation": "Forbindelsen til serveren blev afbrudt",
"pad.share.emebdcode": "Integrerings URL", "pad.modals.disconnected.cause": "Serveren er muligvis ikke tilgængelig. Informer service administratoren hvis dette fortsætter med at ske.",
"pad.chat": "Chat", "pad.share": "Del denne pad",
"pad.chat.title": "\u00c5ben chat for denne pad.", "pad.share.readonly": "Skrivebeskyttet",
"pad.chat.loadmessages": "Indl\u00e6s flere meddelelser", "pad.share.link": "Link",
"timeslider.pageTitle": "{{appTitle}} Timeslider", "pad.share.emebdcode": "Integrerings URL",
"timeslider.toolbar.returnbutton": "Tilbage til pad", "pad.chat": "Chat",
"timeslider.toolbar.authors": "Forfattere:", "pad.chat.title": "Åben chat for denne pad.",
"timeslider.toolbar.authorsList": "Ingen forfattere", "pad.chat.loadmessages": "Indlæs flere meddelelser",
"timeslider.toolbar.exportlink.title": "Eksport\u00e9r", "timeslider.pageTitle": "{{appTitle}} Timeslider",
"timeslider.exportCurrent": "Eksporter aktuelle version som:", "timeslider.toolbar.returnbutton": "Tilbage til pad",
"timeslider.version": "Version {{version}}", "timeslider.toolbar.authors": "Forfattere:",
"timeslider.saved": "Gemt den {{day}}.{{month}} {{year}}", "timeslider.toolbar.authorsList": "Ingen forfattere",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "Eksportér",
"timeslider.month.january": "januar", "timeslider.exportCurrent": "Eksporter aktuelle version som:",
"timeslider.month.february": "februar", "timeslider.version": "Version {{version}}",
"timeslider.month.march": "marts", "timeslider.saved": "Gemt den {{day}}.{{month}} {{year}}",
"timeslider.month.april": "april", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "maj", "timeslider.month.january": "januar",
"timeslider.month.june": "juni", "timeslider.month.february": "februar",
"timeslider.month.july": "juli", "timeslider.month.march": "marts",
"timeslider.month.august": "august", "timeslider.month.april": "april",
"timeslider.month.september": "september", "timeslider.month.may": "maj",
"timeslider.month.october": "oktober", "timeslider.month.june": "juni",
"timeslider.month.november": "november", "timeslider.month.july": "juli",
"timeslider.month.december": "december", "timeslider.month.august": "august",
"timeslider.unnamedauthor": "{{num}} unavngiven forfatter", "timeslider.month.september": "september",
"timeslider.unnamedauthors": "{{num}} unavngivne forfattere", "timeslider.month.october": "oktober",
"pad.savedrevs.marked": "Denne revision er nu markeret som en gemt revision", "timeslider.month.november": "november",
"pad.userlist.entername": "Indtast dit navn", "timeslider.month.december": "december",
"pad.userlist.unnamed": "ikke-navngivet", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: unavngiven forfatter, other: unavngivne forfattere]}",
"pad.userlist.guest": "G\u00e6st", "pad.savedrevs.marked": "Denne revision er nu markeret som en gemt revision",
"pad.userlist.deny": "N\u00e6gt", "pad.userlist.entername": "Indtast dit navn",
"pad.userlist.approve": "Godkend", "pad.userlist.unnamed": "ikke-navngivet",
"pad.editbar.clearcolors": "Fjern farver for ophavsmand i hele dokumentet?", "pad.userlist.guest": "Gæst",
"pad.impexp.importbutton": "Importer nu", "pad.userlist.deny": "Nægt",
"pad.impexp.importing": "Importerer...", "pad.userlist.approve": "Godkend",
"pad.impexp.confirmimport": "At importere en fil, vil overskrives den aktuelle pad tekst. Er du sikker p\u00e5 du vil forts\u00e6tte?", "pad.editbar.clearcolors": "Fjern farver for ophavsmand i hele dokumentet?",
"pad.impexp.convertFailed": "Vi var ikke i stand til at importere denne fil. Brug et andet dokument-format eller kopier og s\u00e6t ind manuelt", "pad.impexp.importbutton": "Importer nu",
"pad.impexp.uploadFailed": "Upload mislykkedes, pr\u00f8v igen", "pad.impexp.importing": "Importerer...",
"pad.impexp.importfailed": "Importen mislykkedes", "pad.impexp.confirmimport": "At importere en fil, vil overskrives den aktuelle pad tekst. Er du sikker på du vil fortsætte?",
"pad.impexp.copypaste": "Venligst kopier og s\u00e6t ind", "pad.impexp.convertFailed": "Vi var ikke i stand til at importere denne fil. Brug et andet dokument-format eller kopier og sæt ind manuelt",
"pad.impexp.exportdisabled": "Eksportere i {{type}} format er deaktiveret. Kontakt din systemadministrator for mere information." "pad.impexp.uploadFailed": "Upload mislykkedes, prøv igen",
"pad.impexp.importfailed": "Importen mislykkedes",
"pad.impexp.copypaste": "Venligst kopier og sæt ind",
"pad.impexp.exportdisabled": "Eksportere i {{type}} format er deaktiveret. Kontakt din systemadministrator for mere information."
} }

View File

@ -1,123 +1,125 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Metalhead64", "0": "Metalhead64",
"1": "Mklehr", "1": "Mklehr",
"2": "Nipsky", "2": "Nipsky",
"4": "Wikinaut" "4": "Wikinaut"
} }
}, },
"index.newPad": "Neues Pad", "index.newPad": "Neues Pad",
"index.createOpenPad": "Pad mit folgendem Namen \u00f6ffnen:", "index.createOpenPad": "Pad mit folgendem Namen öffnen:",
"pad.toolbar.bold.title": "Fett (Strg-B)", "pad.toolbar.bold.title": "Fett (Strg-B)",
"pad.toolbar.italic.title": "Kursiv (Strg-I)", "pad.toolbar.italic.title": "Kursiv (Strg-I)",
"pad.toolbar.underline.title": "Unterstrichen (Strg-U)", "pad.toolbar.underline.title": "Unterstrichen (Strg-U)",
"pad.toolbar.strikethrough.title": "Durchgestrichen", "pad.toolbar.strikethrough.title": "Durchgestrichen",
"pad.toolbar.ol.title": "Nummerierte Liste", "pad.toolbar.ol.title": "Nummerierte Liste",
"pad.toolbar.ul.title": "Ungeordnete Liste", "pad.toolbar.ul.title": "Ungeordnete Liste",
"pad.toolbar.indent.title": "Einr\u00fccken", "pad.toolbar.indent.title": "Einrücken (TAB)",
"pad.toolbar.unindent.title": "Ausr\u00fccken", "pad.toolbar.unindent.title": "Ausrücken (Shift+TAB)",
"pad.toolbar.undo.title": "R\u00fcckg\u00e4ngig (Strg-Z)", "pad.toolbar.undo.title": "Rückgängig (Strg-Z)",
"pad.toolbar.redo.title": "Wiederholen (Strg-Y)", "pad.toolbar.redo.title": "Wiederholen (Strg-Y)",
"pad.toolbar.clearAuthorship.title": "Autorenfarben zur\u00fccksetzen", "pad.toolbar.clearAuthorship.title": "Autorenfarben zurücksetzen",
"pad.toolbar.import_export.title": "Import\/Export in verschiedenen Dateiformaten", "pad.toolbar.import_export.title": "Import/Export von/zu verschiedenen Dateiformaten",
"pad.toolbar.timeslider.title": "Pad-Versionsgeschichte anzeigen", "pad.toolbar.timeslider.title": "Pad-Versionsgeschichte anzeigen",
"pad.toolbar.savedRevision.title": "Diese Revision markieren", "pad.toolbar.savedRevision.title": "Version markieren",
"pad.toolbar.settings.title": "Einstellungen", "pad.toolbar.settings.title": "Einstellungen",
"pad.toolbar.embed.title": "Dieses Pad teilen oder einbetten", "pad.toolbar.embed.title": "Pad teilen oder einbetten",
"pad.toolbar.showusers.title": "Aktuell verbundene Benutzer anzeigen", "pad.toolbar.showusers.title": "Aktuell verbundene Benutzer anzeigen",
"pad.colorpicker.save": "Speichern", "pad.colorpicker.save": "Speichern",
"pad.colorpicker.cancel": "Abbrechen", "pad.colorpicker.cancel": "Abbrechen",
"pad.loading": "Laden \u2026", "pad.loading": "Laden …",
"pad.passwordRequired": "Sie ben\u00f6tigen ein Passwort, um auf dieses Pad zuzugreifen", "pad.passwordRequired": "Sie benötigen ein Passwort, um auf dieses Pad zuzugreifen",
"pad.permissionDenied": "Sie haben keine Berechtigung, um auf dieses Pad zuzugreifen", "pad.permissionDenied": "Sie haben keine Berechtigung, um auf dieses Pad zuzugreifen",
"pad.wrongPassword": "Ihr Passwort war falsch", "pad.wrongPassword": "Ihr Passwort war falsch",
"pad.settings.padSettings": "Pad Einstellungen", "pad.settings.padSettings": "Pad Einstellungen",
"pad.settings.myView": "Eigene Ansicht", "pad.settings.myView": "Eigene Ansicht",
"pad.settings.stickychat": "Chat immer anzeigen", "pad.settings.stickychat": "Chat immer anzeigen",
"pad.settings.colorcheck": "Autorenfarben anzeigen", "pad.settings.colorcheck": "Autorenfarben anzeigen",
"pad.settings.linenocheck": "Zeilennummern", "pad.settings.linenocheck": "Zeilennummern",
"pad.settings.fontType": "Schriftart:", "pad.settings.rtlcheck": "Inhalt von rechts nach links lesen?",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType": "Schriftart:",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.normal": "Normal",
"pad.settings.globalView": "Gemeinsame Ansicht", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.language": "Sprache:", "pad.settings.globalView": "Gemeinsame Ansicht",
"pad.importExport.import_export": "Import\/Export", "pad.settings.language": "Sprache:",
"pad.importExport.import": "Datei oder Dokument hochladen", "pad.importExport.import_export": "Import/Export",
"pad.importExport.importSuccessful": "Erfolgreich!", "pad.importExport.import": "Text-Datei oder Dokument hochladen",
"pad.importExport.export": "Aktuelles Pad exportieren als:", "pad.importExport.importSuccessful": "Erfolgreich!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Aktuelles Pad exportieren als:",
"pad.importExport.exportplain": "Textdatei", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Textdatei",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "Sie k\u00f6nnen nur aus Klartext oder HTML-Formaten importieren. F\u00fcr mehr erweiterte Importfunktionen <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installieren Sie bitte abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Verbunden.", "pad.importExport.abiword.innerHTML": "Sie können nur aus Klartext oder HTML-Formaten importieren. Für mehr erweiterte Importfunktionen \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstallieren Sie bitte abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Wiederherstellen der Verbindung \u2026", "pad.modals.connected": "Verbunden.",
"pad.modals.forcereconnect": "Erneut Verbinden", "pad.modals.reconnecting": "Wiederherstellen der Verbindung …",
"pad.modals.userdup": "In einem anderen Fenster ge\u00f6ffnet", "pad.modals.forcereconnect": "Erneut Verbinden",
"pad.modals.userdup.explanation": "Dieses Pad scheint in mehr als einem Browser-Fenster auf diesem Computer ge\u00f6ffnet zu sein.", "pad.modals.userdup": "In einem anderen Fenster geöffnet",
"pad.modals.userdup.advice": "Um dieses Fenster zu benutzen, verbinden Sie bitte erneut.", "pad.modals.userdup.explanation": "Dieses Pad scheint in mehr als einem Browser-Fenster auf diesem Computer geöffnet zu sein.",
"pad.modals.unauth": "Nicht authorisiert.", "pad.modals.userdup.advice": "Um dieses Fenster zu benutzen, verbinden Sie bitte erneut.",
"pad.modals.unauth.explanation": "Ihre Zugriffsberechtigung f\u00fcr dieses Pad hat sich zwischenzeitlich ge\u00e4ndert. Bitte versuchen Sie, das Pad erneut aufzurufen.", "pad.modals.unauth": "Nicht authorisiert.",
"pad.modals.looping": "Verbindung unterbrochen.", "pad.modals.unauth.explanation": "Ihre Zugriffsberechtigung für dieses Pad hat sich zwischenzeitlich geändert. Sie können versuchen das Pad erneut aufzurufen.",
"pad.modals.looping.explanation": "Es gibt Probleme bei der Kommunikation mit dem Pad-Server.", "pad.modals.looping.explanation": "Es gibt Probleme bei der Kommunikation mit dem Pad-Server.",
"pad.modals.looping.cause": "M\u00f6glicherweise sind Sie durch eine inkompatible Firewall oder \u00fcber einen inkompatiblen Proxy mit dem Padserver verbunden.", "pad.modals.looping.cause": "Möglicherweise sind Sie durch eine inkompatible Firewall oder über einen inkompatiblen Proxy mit dem Pad-Server verbunden.",
"pad.modals.initsocketfail": "Pad-Server nicht erreichbar.", "pad.modals.initsocketfail": "Pad-Server nicht erreichbar.",
"pad.modals.initsocketfail.explanation": "Es konnte keine Verbindung zum Pad-Server hergestellt werden.", "pad.modals.initsocketfail.explanation": "Es konnte keine Verbindung zum Pad-Server hergestellt werden.",
"pad.modals.initsocketfail.cause": "Dies k\u00f6nnte an Ihrem Browser oder Ihrer Internet-Verbindung liegen.", "pad.modals.initsocketfail.cause": "Dies könnte an Ihrem Browser oder Ihrer Internet-Verbindung liegen.",
"pad.modals.slowcommit": "Verbindung unterbrochen.", "pad.modals.slowcommit.explanation": "Der Pad-Server reagiert nicht.",
"pad.modals.slowcommit.explanation": "Der Pad-Server reagiert nicht.", "pad.modals.slowcommit.cause": "Dies könnte ein Netzwerkverbindungsproblem sein oder eine momentane Überlastung des Pad-Servers.",
"pad.modals.slowcommit.cause": "Dies k\u00f6nnte ein Netzwerkverbindungsproblem sein oder eine momentane \u00dcberlastung des Pad-Servers.", "pad.modals.badChangeset.explanation": "Eine von Ihnen gemachte Änderung wurde vom Pad-Server als ungültig eingestuft.",
"pad.modals.deleted": "Gel\u00f6scht.", "pad.modals.badChangeset.cause": "Dies könnte aufgrund einer falschen Serverkonfiguration oder eines anderen unerwarteten Verhaltens passiert sein. Bitte kontaktiere den Diensteadministrator, falls du glaubst, dass es sich um einen Fehler handelt. Versuche dich erneut zu verbinden, um mit dem Bearbeiten fortzufahren.",
"pad.modals.deleted.explanation": "Dieses Pad wurde gel\u00f6scht.", "pad.modals.corruptPad.explanation": "Das Pad, auf das du zugreifen willst, ist beschädigt.",
"pad.modals.disconnected": "Verbindung unterbrochen.", "pad.modals.corruptPad.cause": "Dies könnte an einer falschen Serverkonfiguration oder eines anderen unerwarteten Verhaltens liegen. Bitte kontaktiere den Diensteadministrator.",
"pad.modals.disconnected.explanation": "Die Verbindung zum Pad-Server wurde unterbrochen.", "pad.modals.deleted": "Gelöscht.",
"pad.modals.disconnected.cause": "M\u00f6glicherweise ist der Pad-Server nicht erreichbar. Bitte benachrichtigen Sie uns, falls dies weiterhin passiert.", "pad.modals.deleted.explanation": "Dieses Pad wurde entfernt.",
"pad.share": "Dieses Pad anderen mitteilen", "pad.modals.disconnected": "Verbindung unterbrochen.",
"pad.share.readonly": "Eingeschr\u00e4nkter Nur-Lese-Zugriff", "pad.modals.disconnected.explanation": "Die Verbindung zum Pad-Server wurde unterbrochen.",
"pad.share.link": "Link", "pad.modals.disconnected.cause": "Möglicherweise ist der Pad-Server nicht erreichbar. Bitte benachrichtigen Sie den Dienstadministrator, falls dies weiterhin passiert.",
"pad.share.emebdcode": "In Webseite einbetten", "pad.share": "Dieses Pad teilen",
"pad.chat": "Chat", "pad.share.readonly": "Eingeschränkter Nur-Lese-Zugriff",
"pad.chat.title": "Den Chat dieses Pads \u00f6ffnen", "pad.share.link": "Link",
"pad.chat.loadmessages": "Weitere Nachrichten laden", "pad.share.emebdcode": "In Webseite einbetten",
"timeslider.pageTitle": "{{appTitle}} Pad-Versionsgeschichte", "pad.chat": "Chat",
"timeslider.toolbar.returnbutton": "Zur\u00fcck zum Pad", "pad.chat.title": "Den Chat dieses Pads öffnen",
"timeslider.toolbar.authors": "Autoren:", "pad.chat.loadmessages": "Weitere Nachrichten laden",
"timeslider.toolbar.authorsList": "keine Autoren", "timeslider.pageTitle": "{{appTitle}} Pad-Versionsgeschichte",
"timeslider.toolbar.exportlink.title": "Export", "timeslider.toolbar.returnbutton": "Zurück zum Pad",
"timeslider.exportCurrent": "Exportiere diese Version als:", "timeslider.toolbar.authors": "Autoren:",
"timeslider.version": "Version {{version}}", "timeslider.toolbar.authorsList": "keine Autoren",
"timeslider.saved": "Gespeichert am {{day}}.{{month}}.{{year}}", "timeslider.toolbar.exportlink.title": "Diese Version exportieren",
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Exportiere diese Version als:",
"timeslider.month.january": "Januar", "timeslider.version": "Version {{version}}",
"timeslider.month.february": "Februar", "timeslider.saved": "Gespeichert am {{day}}.{{month}}.{{year}}",
"timeslider.month.march": "M\u00e4rz", "timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "April", "timeslider.month.january": "Januar",
"timeslider.month.may": "Mai", "timeslider.month.february": "Februar",
"timeslider.month.june": "Juni", "timeslider.month.march": "März",
"timeslider.month.july": "Juli", "timeslider.month.april": "April",
"timeslider.month.august": "August", "timeslider.month.may": "Mai",
"timeslider.month.september": "September", "timeslider.month.june": "Juni",
"timeslider.month.october": "Oktober", "timeslider.month.july": "Juli",
"timeslider.month.november": "November", "timeslider.month.august": "August",
"timeslider.month.december": "Dezember", "timeslider.month.september": "September",
"timeslider.unnamedauthor": "{{num}} unbenannter Autor", "timeslider.month.october": "Oktober",
"timeslider.unnamedauthors": "{{num}} unbenannte Autoren", "timeslider.month.november": "November",
"pad.savedrevs.marked": "Diese Version wurde jetzt als gespeicherte Version gekennzeichnet", "timeslider.month.december": "Dezember",
"pad.userlist.entername": "Geben Sie Ihren Namen ein", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: unbenannter Autor, other: unbenannte Autoren ]}",
"pad.userlist.unnamed": "unbenannt", "pad.savedrevs.marked": "Diese Version wurde jetzt als gespeicherte Version gekennzeichnet",
"pad.userlist.guest": "Gast", "pad.userlist.entername": "Geben Sie Ihren Namen ein",
"pad.userlist.deny": "Verweigern", "pad.userlist.unnamed": "unbenannt",
"pad.userlist.approve": "Genehmigen", "pad.userlist.guest": "Gast",
"pad.editbar.clearcolors": "Autorenfarben im gesamten Dokument zur\u00fccksetzen?", "pad.userlist.deny": "Verweigern",
"pad.impexp.importbutton": "Jetzt importieren", "pad.userlist.approve": "Genehmigen",
"pad.impexp.importing": "Importiere \u2026", "pad.editbar.clearcolors": "Autorenfarben im gesamten Dokument zurücksetzen?",
"pad.impexp.confirmimport": "Das Importieren einer Datei \u00fcberschreibt den aktuellen Text des Pads. Wollen Sie wirklich fortfahren?", "pad.impexp.importbutton": "Jetzt importieren",
"pad.impexp.convertFailed": "Wir k\u00f6nnen diese Datei nicht importieren. Bitte verwenden Sie ein anderes Dokumentenformat oder \u00fcbertragen Sie den Text manuell.", "pad.impexp.importing": "Importiere …",
"pad.impexp.uploadFailed": "Der Upload ist fehlgeschlagen. Bitte versuchen Sie es erneut.", "pad.impexp.confirmimport": "Das Importieren einer Datei überschreibt den aktuellen Text des Pads. Wollen Sie wirklich fortfahren?",
"pad.impexp.importfailed": "Import fehlgeschlagen", "pad.impexp.convertFailed": "Wir können diese Datei nicht importieren. Bitte verwenden Sie ein anderes Dokumentformat oder übertragen Sie den Text manuell.",
"pad.impexp.copypaste": "Bitte kopieren und einf\u00fcgen", "pad.impexp.uploadFailed": "Der Upload ist fehlgeschlagen. Bitte versuchen Sie es erneut.",
"pad.impexp.exportdisabled": "Der Export im {{type}}-Format ist deaktiviert. F\u00fcr Einzelheiten kontaktieren Sie bitte Ihren Systemadministrator." "pad.impexp.importfailed": "Import fehlgeschlagen",
"pad.impexp.copypaste": "Bitte kopieren und einfügen",
"pad.impexp.exportdisabled": "Der Export im {{type}}-Format ist deaktiviert. Für Einzelheiten kontaktieren Sie bitte Ihren Systemadministrator."
} }

View File

@ -1,76 +1,90 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Erdemaslancan", "Erdemaslancan",
"Mirzali" "Gorizon",
] "Mirzali"
}, ]
"index.newPad": "Pedo newe", },
"pad.toolbar.bold.title": "Qal\u0131n (Ctrl-B)", "index.newPad": "Pedo newe",
"pad.toolbar.italic.title": "Nam\u0131te (Ctrl-I)", "pad.toolbar.bold.title": "Qalın (Ctrl-B)",
"pad.toolbar.underline.title": "B\u0131nxet\u0131n (Ctrl-U)", "pad.toolbar.italic.title": "Namıte (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Serxet\u0131n", "pad.toolbar.underline.title": "Bınxetın (Ctrl-U)",
"pad.toolbar.ol.title": "Lista r\u00eazkerdiye", "pad.toolbar.strikethrough.title": "Serxetın",
"pad.toolbar.ul.title": "Lista r\u00eazn\u00eakerdiye", "pad.toolbar.ol.title": "Lista rêzkerdiye",
"pad.toolbar.indent.title": "Ser\u00ea r\u00eaze", "pad.toolbar.ul.title": "Lista rêznêkerdiye",
"pad.toolbar.unindent.title": "V\u0131cente", "pad.toolbar.indent.title": "Serê rêze",
"pad.toolbar.undo.title": "Meke (Ctrl-Z)", "pad.toolbar.unindent.title": "Vıcente",
"pad.toolbar.redo.title": "F\u0131na b\u0131ke (Ctrl-Y)", "pad.toolbar.undo.title": "Meke (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "Reng\u00ea Nu\u015fto\u011fi\u00ea Ar\u0131stey", "pad.toolbar.redo.title": "Fına bıke (Ctrl-Y)",
"pad.toolbar.timeslider.title": "\u011e\u0131zag\u00ea zemani", "pad.toolbar.clearAuthorship.title": "Rengê Nuştoğiê Arıstey",
"pad.toolbar.savedRevision.title": "Rewizyon\u00ea Qeydbiyayey", "pad.toolbar.timeslider.title": ızagê zemani",
"pad.toolbar.settings.title": "Sazkerd\u0131\u015fi", "pad.toolbar.savedRevision.title": "Revizyoni qeyd ke",
"pad.toolbar.embed.title": "Na ped degusnayiya", "pad.toolbar.settings.title": "Sazkerdışi",
"pad.colorpicker.save": "Qeyd ke", "pad.toolbar.embed.title": "Na bloknot degusn u bıhesrne",
"pad.colorpicker.cancel": "B\u0131texelne", "pad.toolbar.showusers.title": "Na bloknot de karbera bıasne",
"pad.loading": "Bar beno...", "pad.colorpicker.save": "Qeyd ke",
"pad.settings.padSettings": "Sazkerd\u0131\u015f\u00ea Pedi", "pad.colorpicker.cancel": "Bıtexelne",
"pad.settings.myView": "Asay\u0131\u015f\u00ea m\u0131", "pad.loading": "Bar beno...",
"pad.settings.colorcheck": "Reng\u00ea nu\u015ftekariye", "pad.settings.padSettings": "Sazkerdışê Pedi",
"pad.settings.linenocheck": "N\u0131mrey\u00ea xeter", "pad.settings.myView": "Asayışê mı",
"pad.settings.fontType": "Babeta nu\u015fti:", "pad.settings.colorcheck": "Rengê nuştekariye",
"pad.settings.fontType.normal": "Normal", "pad.settings.linenocheck": "Nımreyê xeter",
"pad.settings.fontType.monospaced": "Yewca", "pad.settings.fontType": "Babeta nuşti:",
"pad.settings.globalView": "Asay\u0131\u015fo Global", "pad.settings.fontType.normal": "Normal",
"pad.settings.language": "Z\u0131wan:", "pad.settings.fontType.monospaced": "Yewca",
"pad.importExport.import_export": "Zereday\u0131\u015f\/Teberday\u0131\u015f", "pad.settings.globalView": "Asayışo Global",
"pad.importExport.exporthtml": "HTML", "pad.settings.language": "Zıwan:",
"pad.importExport.exportplain": "Duz metin", "pad.importExport.import_export": "Zeredayış/Teberdayış",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.importSuccessful": "Mıwafaq biye",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportplain": "Duz metin",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.connected": "G\u0131rediya.", "pad.importExport.exportpdf": "PDF",
"pad.modals.unauth": "Selahiyetdar niyo", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.looping": "B\u00eag\u0131rey\u0131n.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.initsocketfail": "N\u00earesney\u00eano ciyageyro\u011fi.", "pad.modals.connected": "Gırediya.",
"pad.modals.slowcommit": "B\u00eag\u0131rey\u0131n.", "pad.modals.unauth": "Selahiyetdar niyo",
"pad.modals.deleted": "Esteriya.", "pad.modals.initsocketfail": "Nêresneyêno ciyageyroği.",
"pad.modals.deleted.explanation": "Ena ped wedariye", "pad.modals.deleted": "Esteriya.",
"pad.share": "Na ped v\u0131la ke", "pad.modals.deleted.explanation": "Ena ped wedariye",
"pad.share.readonly": "Tenya b\u0131wane", "pad.share": "Na ped vıla ke",
"pad.share.link": "G\u0131re", "pad.share.readonly": "Tenya bıwane",
"pad.share.emebdcode": "Degusnaye URL", "pad.share.link": "Gıre",
"pad.chat": "M\u0131hebet", "pad.share.emebdcode": "Degusnaye URL",
"pad.chat.title": "Qand\u00ea ena ped m\u0131hebet ake.", "pad.chat": "Mıhebet",
"timeslider.pageTitle": "\u011e\u0131zag\u00ea zemani {{appTitle}}", "pad.chat.title": "Qandê ena ped mıhebet ake.",
"timeslider.toolbar.returnbutton": "Peyser \u015fo ped", "pad.chat.loadmessages": "Dehana zaf mesaci bar keri",
"timeslider.toolbar.authors": "Nu\u015fto\u011fi:", "timeslider.pageTitle": ızagê zemani {{appTitle}}",
"timeslider.toolbar.authorsList": "Nu\u015fto\u011fi \u00e7\u0131niy\u00ea", "timeslider.toolbar.returnbutton": "Peyser şo ped",
"timeslider.exportCurrent": "Versiyon\u00ea enewki teber de:", "timeslider.toolbar.authors": "Nuştoği:",
"timeslider.version": "Versiyon\u00ea {{version}}", "timeslider.toolbar.authorsList": "Nuştoği çıniyê",
"timeslider.saved": "{{day}} {{month}}, {{year}} de biyo qeyd", "timeslider.toolbar.exportlink.title": "Teber de",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Versiyonê enewki teber de:",
"timeslider.month.january": "\u00c7ele", "timeslider.version": "Versiyonê {{version}}",
"timeslider.month.february": "\u015e\u0131bate", "timeslider.saved": "{{day}} {{month}}, {{year}} de biyo qeyd",
"timeslider.month.march": "Adar", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "Nisane", "timeslider.month.january": "Çele",
"timeslider.month.may": "Gulane", "timeslider.month.february": "Zemherı",
"timeslider.month.june": "Heziran", "timeslider.month.march": "Mert",
"timeslider.month.july": "Temuze", "timeslider.month.april": "Lisan",
"timeslider.month.august": "Tebaxe", "timeslider.month.may": "Gúlan",
"timeslider.month.september": "Ke\u015fkelun", "timeslider.month.june": "Heziran",
"timeslider.month.october": "T\u0131\u015frino Ver\u00ean", "timeslider.month.july": "Temuz",
"timeslider.month.november": "T\u0131\u015frino Pey\u00ean", "timeslider.month.august": "Ağustos",
"timeslider.month.december": "Kanun" "timeslider.month.september": "Keşkelun",
"timeslider.month.october": "Cetan",
"timeslider.month.november": "Kelverdan",
"timeslider.month.december": "Gağand",
"timeslider.unnamedauthors": "{{num}} unnamed {[plural(num) zu: nuştoğ, zewbi: nustoği ]}",
"pad.userlist.entername": "Namey ğo cı kewe",
"pad.userlist.unnamed": "Name nébıyo",
"pad.userlist.guest": "Meyman",
"pad.userlist.deny": "Red ke",
"pad.userlist.approve": "Tesdiq ke",
"pad.editbar.clearcolors": "Wesiqa de renge nuştoğey bıesterneye?",
"pad.impexp.importbutton": "Newke miyan ke",
"pad.impexp.importing": "Deyeno azere...",
"pad.impexp.importfailed": "Zer kerdış mıwafaq nebı",
"pad.impexp.copypaste": "Reca keme kopya pronayış bıkeri"
} }

View File

@ -1,123 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Evropi", "Evropi",
"Glavkos", "Geraki",
"Monopatis", "Glavkos",
"Protnet" "Monopatis",
] "Protnet"
}, ]
"index.newPad": "\u039d\u03ad\u03bf Pad", },
"index.createOpenPad": "\u03ae \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\/\u03ac\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03b5\u03bd\u03cc\u03c2 Pad \u03bc\u03b5 \u03cc\u03bd\u03bf\u03bc\u03b1:", "index.newPad": "Νέο Pad",
"pad.toolbar.bold.title": "\u0388\u03bd\u03c4\u03bf\u03bd\u03b1 (Ctrl-B)", "index.createOpenPad": "ή δημιουργία/άνοιγμα ενός Pad με όνομα:",
"pad.toolbar.italic.title": "\u03a0\u03bb\u03ac\u03b3\u03b9\u03b1 (Ctrl-I)", "pad.toolbar.bold.title": "Έντονα (Ctrl-B)",
"pad.toolbar.underline.title": "\u03a5\u03c0\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b9\u03c3\u03b7 (Ctrl-U)", "pad.toolbar.italic.title": "Πλάγια (Ctrl-I)",
"pad.toolbar.strikethrough.title": "\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ae \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae", "pad.toolbar.underline.title": "Υπογράμμιση (Ctrl-U)",
"pad.toolbar.ol.title": "\u03a4\u03b1\u03be\u03b9\u03bd\u03bf\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1", "pad.toolbar.strikethrough.title": "Διακριτή διαγραφή",
"pad.toolbar.ul.title": "\u039b\u03af\u03c3\u03c4\u03b1 \u03c7\u03c9\u03c1\u03af\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac", "pad.toolbar.ol.title": "Ταξινομημένη λίστα",
"pad.toolbar.indent.title": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03c3\u03bf\u03c7\u03ae\u03c2", "pad.toolbar.ul.title": "Λίστα χωρίς σειρά",
"pad.toolbar.unindent.title": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c3\u03bf\u03c7\u03ae\u03c2", "pad.toolbar.indent.title": "Εισαγωγή εσοχής (TAB)",
"pad.toolbar.undo.title": "\u0391\u03bd\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 (Ctrl-Z)", "pad.toolbar.unindent.title": "Αφαίρεση εσοχής (Shift+TAB)",
"pad.toolbar.redo.title": "\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 (Ctrl-Y)", "pad.toolbar.undo.title": "Αναίρεση (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03a7\u03c1\u03c9\u03bc\u03ac\u03c4\u03c9\u03bd \u03a3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd", "pad.toolbar.redo.title": "Επανάληψη (Ctrl-Y)",
"pad.toolbar.import_export.title": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\/\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03b1\u03c0\u03cc\/\u03c3\u03b5 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c5\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd", "pad.toolbar.clearAuthorship.title": "Καθαρισμός Χρωμάτων Συντακτών",
"pad.toolbar.timeslider.title": "\u03a7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "pad.toolbar.import_export.title": "Εισαγωγή/Εξαγωγή από/σε διαφορετικούς τύπους αρχείων",
"pad.toolbar.savedRevision.title": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u0391\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2", "pad.toolbar.timeslider.title": "Χρονοδιάγραμμα",
"pad.toolbar.settings.title": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2", "pad.toolbar.savedRevision.title": "Αποθήκευση Αναθεώρησης",
"pad.toolbar.embed.title": "\u0395\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 pad", "pad.toolbar.settings.title": "Ρυθμίσεις",
"pad.toolbar.showusers.title": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd \u03b1\u03c5\u03c4\u03bf\u03cd \u03c4\u03bf\u03c5 pad", "pad.toolbar.embed.title": "Διαμοίραση και Ενσωμάτωση αυτού του pad",
"pad.colorpicker.save": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7", "pad.toolbar.showusers.title": "Εμφάνιση των χρηστών αυτού του pad",
"pad.colorpicker.cancel": "\u0386\u03ba\u03c5\u03c1\u03bf", "pad.colorpicker.save": "Αποθήκευση",
"pad.loading": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7...", "pad.colorpicker.cancel": "Άκυρο",
"pad.passwordRequired": "\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf pad", "pad.loading": "Φόρτωση...",
"pad.permissionDenied": "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b4\u03b9\u03ba\u03b1\u03af\u03c9\u03bc\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf pad", "pad.passwordRequired": "Χρειάζεστε κωδικό πρόσβασης για πρόσβαση σε αυτό το pad",
"pad.wrongPassword": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03ae\u03c4\u03b1\u03bd \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", "pad.permissionDenied": "Δεν έχετε δικαίωμα πρόσβασης σε αυτό το pad",
"pad.settings.padSettings": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 Pad", "pad.wrongPassword": "Ο κωδικός σας ήταν λανθασμένος",
"pad.settings.myView": "\u0397 \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03bc\u03bf\u03c5", "pad.settings.padSettings": "Ρυθμίσεις Pad",
"pad.settings.stickychat": "\u0397 \u03a3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bf\u03c1\u03b1\u03c4\u03ae", "pad.settings.myView": "Η προβολή μου",
"pad.settings.colorcheck": "\u03a7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c5\u03bd\u03c4\u03ac\u03ba\u03c4\u03b7", "pad.settings.stickychat": "Η Συνομιλία να είναι πάντα ορατή",
"pad.settings.linenocheck": "\u0391\u03c1\u03b9\u03b8\u03bc\u03bf\u03af \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2", "pad.settings.colorcheck": "Χρώματα συντάκτη",
"pad.settings.fontType": "\u03a4\u03cd\u03c0\u03bf\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03bf\u03c3\u03b5\u03b9\u03c1\u03ac\u03c2:", "pad.settings.linenocheck": "Αριθμοί γραμμής",
"pad.settings.fontType.normal": "\u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03ba\u03ae", "pad.settings.rtlcheck": "Θέλετε να διαβάσετε το περιεχόμενο από δεξιά προς τα αριστερά;",
"pad.settings.fontType.monospaced": "\u039a\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c0\u03bb\u03ac\u03c4\u03bf\u03c5\u03c2", "pad.settings.fontType": "Τύπος γραμματοσειράς:",
"pad.settings.globalView": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03ae \u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae", "pad.settings.fontType.normal": "Κανονική",
"pad.settings.language": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1:", "pad.settings.fontType.monospaced": "Καθορισμένου πλάτους",
"pad.importExport.import_export": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\/\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "pad.settings.globalView": "Καθολική Προβολή",
"pad.importExport.import": "\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03bf\u03c0\u03bf\u03b9\u03bf\u03c5\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ae \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5", "pad.settings.language": "Γλώσσα:",
"pad.importExport.importSuccessful": "\u0395\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2!", "pad.importExport.import_export": "Εισαγωγή/Εξαγωγή",
"pad.importExport.export": "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd\u03c4\u03bf\u03c2 pad \u03c9\u03c2:", "pad.importExport.import": "Αποστολή οποιουδήποτε αρχείου κειμένου ή εγγράφου",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Επιτυχής!",
"pad.importExport.exportplain": "\u0391\u03c0\u03bb\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf", "pad.importExport.export": "Εξαγωγή τρέχοντος pad ως:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Απλό κείμενο",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b1\u03c0\u03bb\u03bf\u03cd \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03ae \u03bc\u03bf\u03c1\u03c6\u03ae\u03c2 html. \u0393\u03b9\u03b1 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf abiword<\/a>.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.connected": "\u03a3\u03c5\u03bd\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03b9.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03bf pad \u03c3\u03b1\u03c2...", "pad.importExport.abiword.innerHTML": "Μπορείτε να κάνετε εισαγωγή απλού κειμένου ή μορφής html. Για πιο προηγμένες δυνατότητες εισαγωγής παρακαλώ \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eεγκαταστήστε το abiword\u003C/a\u003E.",
"pad.modals.forcereconnect": "\u0395\u03c0\u03b9\u03b2\u03bf\u03bb\u03ae \u03b5\u03c0\u03b1\u03bd\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2", "pad.modals.connected": "Συνδεμένοι.",
"pad.modals.userdup": "\u0391\u03bd\u03bf\u03b9\u03b3\u03bc\u03ad\u03bd\u03bf \u03c3\u03b5 \u03ac\u03bb\u03bb\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf", "pad.modals.reconnecting": "Επανασύνδεση στο pad σας...",
"pad.modals.userdup.explanation": "\u0391\u03c5\u03c4\u03cc \u03c4\u03bf pad \u03c6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae.", "pad.modals.forcereconnect": "Επιβολή επανασύνδεσης",
"pad.modals.userdup.advice": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf.", "pad.modals.userdup": "Ανοιγμένο σε άλλο παράθυρο",
"pad.modals.unauth": "\u0394\u03b5\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03c4\u03b1\u03b9", "pad.modals.userdup.explanation": "Αυτό το pad φαίνεται να είναι ανοιχτό σε περισσότερα από ένα παράθυρο του προγράμματος περιήγησης σε αυτόν τον υπολογιστή.",
"pad.modals.unauth.explanation": "\u03a4\u03b1 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2 \u03ac\u03bb\u03bb\u03b1\u03be\u03b1\u03bd \u03cc\u03c3\u03bf \u03b2\u03bb\u03ad\u03c0\u03b1\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1. \u0394\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5.", "pad.modals.userdup.advice": "Επανασύνδεση για να χρησιμοποιήσετε αυτό το παράθυρο.",
"pad.modals.looping": "\u0391\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03b8\u03b7\u03ba\u03b5.", "pad.modals.unauth": "Δεν επιτρέπεται",
"pad.modals.looping.explanation": "\u03a5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd.", "pad.modals.unauth.explanation": "Τα δικαιώματά σας άλλαξαν όσο βλέπατε αυτήν τη σελίδα. Δοκιμάστε να επανασυνδεθείτε.",
"pad.modals.looping.cause": "\u038a\u03c3\u03c9\u03c2 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03ae\u03ba\u03b1\u03c4\u03b5 \u03bc\u03ad\u03c3\u03c9 \u03b5\u03bd\u03cc\u03c2 \u03bc\u03b7 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03bf\u03cd \u03c4\u03b5\u03af\u03c7\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2 \u03ae \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03bc\u03b5\u03c3\u03bf\u03bb\u03ac\u03b2\u03b7\u03c3\u03b7\u03c2.", "pad.modals.looping.explanation": "Υπάρχουν προβλήματα επικοινωνίας με το διακομιστή συγχρονισμού.",
"pad.modals.initsocketfail": "\u0391\u03b4\u03cd\u03bd\u03b1\u03c4\u03b7 \u03ae \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae.", "pad.modals.looping.cause": "Ίσως συνδεθήκατε μέσω ενός μη συμβατού τείχους προστασίας ή διακομιστή μεσολάβησης.",
"pad.modals.initsocketfail.explanation": "\u0394\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd.", "pad.modals.initsocketfail": "Αδύνατη ή επικοινωνία με τον διακομιστή.",
"pad.modals.initsocketfail.cause": "\u0391\u03c5\u03c4\u03cc \u03bf\u03c6\u03b5\u03af\u03bb\u03b5\u03c4\u03b1\u03b9 \u03c0\u03b9\u03b8\u03b1\u03bd\u03ce\u03c2 \u03c3\u03b5 \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ae \u03c4\u03b7\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf.", "pad.modals.initsocketfail.explanation": "Δεν ήταν δυνατή η σύνδεση με τον διακομιστή συγχρονισμού.",
"pad.modals.slowcommit": "\u0391\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03ad\u03b8\u03b7\u03ba\u03b5.", "pad.modals.initsocketfail.cause": "Αυτό οφείλεται πιθανώς σε πρόβλημα με το πρόγραμμα περιήγησης ή της σύνδεσής σας στο διαδίκτυο.",
"pad.modals.slowcommit.explanation": "\u039f \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 \u03b4\u03b5\u03bd \u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9.", "pad.modals.slowcommit.explanation": "Ο διακομιστής δεν αποκρίνεται.",
"pad.modals.slowcommit.cause": "\u0391\u03c5\u03c4\u03cc \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03c6\u03b5\u03af\u03bb\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5.", "pad.modals.slowcommit.cause": "Αυτό μπορεί να οφείλεται σε προβλήματα σύνδεσης δικτύου.",
"pad.modals.deleted": "\u0394\u03b9\u03b5\u03b3\u03c1\u03ac\u03c6\u03b7.", "pad.modals.deleted": "Διεγράφη.",
"pad.modals.deleted.explanation": "\u0391\u03c5\u03c4\u03cc \u03c4\u03bf pad \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af.", "pad.modals.deleted.explanation": "Αυτό το pad έχει καταργηθεί.",
"pad.modals.disconnected": "\u0388\u03c7\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af.", "pad.modals.disconnected": "Έχετε αποσυνδεθεί.",
"pad.modals.disconnected.explanation": "\u03a7\u03ac\u03b8\u03b7\u03ba\u03b5 \u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae", "pad.modals.disconnected.explanation": "Χάθηκε η σύνδεση με το διακομιστή",
"pad.modals.disconnected.cause": "\u039f \u03b4\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bc\u03b7\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03c2 \u03b5\u03ac\u03bd \u03b1\u03c5\u03c4\u03cc \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af \u03bd\u03b1 \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9.", "pad.modals.disconnected.cause": "Ο διακομιστής μπορεί να μην είναι διαθέσιμος. Παρακαλούμε ειδοποιήστε τον διαχειριστή της υπηρεσίας εάν εξακολουθεί να συμβαίνει αυτό.",
"pad.share": "\u039c\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf pad", "pad.share": "Μοιραστείτε αυτό το pad",
"pad.share.readonly": "\u039c\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7", "pad.share.readonly": "Μόνο για ανάγνωση",
"pad.share.link": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2", "pad.share.link": "Σύνδεσμος",
"pad.share.emebdcode": "URL \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2", "pad.share.emebdcode": "URL ενσωμάτωσης",
"pad.chat": "\u03a3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1", "pad.chat": "Συνομιλία",
"pad.chat.title": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf pad.", "pad.chat.title": "Άνοιγμα της συνομιλίας για αυτό το pad.",
"pad.chat.loadmessages": "\u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03c9\u03bd \u03bc\u03b7\u03bd\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd", "pad.chat.loadmessages": "Φόρτωση περισσότερων μηνυμάτων",
"timeslider.pageTitle": "{{appTitle}} \u03a7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1", "timeslider.pageTitle": "{{appTitle}} Χρονοδιάγραμμα",
"timeslider.toolbar.returnbutton": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03bf pad", "timeslider.toolbar.returnbutton": "Επιστροφή στο pad",
"timeslider.toolbar.authors": "\u03a3\u03c5\u03bd\u03c4\u03ac\u03ba\u03c4\u03b5\u03c2:", "timeslider.toolbar.authors": "Συντάκτες:",
"timeslider.toolbar.authorsList": "\u039a\u03b1\u03bd\u03ad\u03bd\u03b1\u03c2 \u03a3\u03c5\u03bd\u03c4\u03ac\u03ba\u03c4\u03b7\u03c2", "timeslider.toolbar.authorsList": "Κανένας Συντάκτης",
"timeslider.toolbar.exportlink.title": "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae", "timeslider.toolbar.exportlink.title": "Εξαγωγή",
"timeslider.exportCurrent": "\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2 \u03c9\u03c2:", "timeslider.exportCurrent": "Εξαγωγή τρέχουσας έκδοσης ως:",
"timeslider.version": "\u0388\u03ba\u03b4\u03bf\u03c3\u03b7 {{version}}", "timeslider.version": "Έκδοση {{version}}",
"timeslider.saved": "\u0391\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c4\u03b9\u03c2 {{day}} {{month}} {{year}}", "timeslider.saved": "Αποθηκεύτηκε στις {{day}} {{month}} {{year}}",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "timeslider.month.january": "Ιανουαρίου",
"timeslider.month.february": "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5", "timeslider.month.february": "Φεβρουαρίου",
"timeslider.month.march": "\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5", "timeslider.month.march": "Μαρτίου",
"timeslider.month.april": "\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5", "timeslider.month.april": "Απριλίου",
"timeslider.month.may": "\u039c\u03b1\u0390\u03bf\u03c5", "timeslider.month.may": "Μαΐου",
"timeslider.month.june": "\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5", "timeslider.month.june": "Ιουνίου",
"timeslider.month.july": "\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5", "timeslider.month.july": "Ιουλίου",
"timeslider.month.august": "\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5", "timeslider.month.august": "Αυγούστου",
"timeslider.month.september": "\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "timeslider.month.september": "Σεπτεμβρίου",
"timeslider.month.october": "\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5", "timeslider.month.october": "Οκτωβρίου",
"timeslider.month.november": "\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "timeslider.month.november": "Νοεμβρίου",
"timeslider.month.december": "\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5", "timeslider.month.december": "Δεκεμβρίου",
"timeslider.unnamedauthor": "{{num}} \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2 \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03b1\u03c2", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: ανώνυμος συντάκτης, other: ανώνυμοι συντάκτες]}",
"timeslider.unnamedauthors": "{{num}} \u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03b9 \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c2", "pad.savedrevs.marked": "Αυτή η έκδοση επισημάνθηκε ως αποθηκευμένη έκδοση",
"pad.savedrevs.marked": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03b5\u03c0\u03b9\u03c3\u03b7\u03bc\u03ac\u03bd\u03b8\u03b7\u03ba\u03b5 \u03c9\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7", "pad.userlist.entername": "Εισάγετε το όνομά σας",
"pad.userlist.entername": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2", "pad.userlist.unnamed": "ανώνυμος",
"pad.userlist.unnamed": "\u03b1\u03bd\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2", "pad.userlist.guest": "Επισκέπτης",
"pad.userlist.guest": "\u0395\u03c0\u03b9\u03c3\u03ba\u03ad\u03c0\u03c4\u03b7\u03c2", "pad.userlist.deny": "Άρνηση",
"pad.userlist.deny": "\u0386\u03c1\u03bd\u03b7\u03c3\u03b7", "pad.userlist.approve": "Έγκριση",
"pad.userlist.approve": "\u0388\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7", "pad.editbar.clearcolors": "Να γίνει εκκαθάριση χρωμάτων σύνταξης σε ολόκληρο το έγγραφο;",
"pad.editbar.clearcolors": "\u039d\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b5\u03ba\u03ba\u03b1\u03b8\u03ac\u03c1\u03b9\u03c3\u03b7 \u03c7\u03c1\u03c9\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03b7\u03c2 \u03c3\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf \u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf;", "pad.impexp.importbutton": "Εισαγωγή Τώρα",
"pad.impexp.importbutton": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03a4\u03ce\u03c1\u03b1", "pad.impexp.importing": "Εισάγεται...",
"pad.impexp.importing": "\u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b1\u03b9...", "pad.impexp.confirmimport": "Η εισαγωγή ενός αρχείου θα αντικαταστήσει το κείμενο του pad. Είστε βέβαιοι ότι θέλετε να συνεχίσετε;",
"pad.impexp.confirmimport": "\u0397 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b5\u03bd\u03cc\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 pad. \u0395\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5;", "pad.impexp.convertFailed": "Δεν καταφέραμε να εισάγουμε αυτό το αρχείο. Παρακαλώ χρησιμοποιήστε διαφορετικό τύπο αρχείου ή αντιγράψτε και επικολλήστε χειροκίνητα",
"pad.impexp.convertFailed": "\u0394\u03b5\u03bd \u03ba\u03b1\u03c4\u03b1\u03c6\u03ad\u03c1\u03b1\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03c5\u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03c4\u03cd\u03c0\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 \u03ae \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03ae\u03c3\u03c4\u03b5 \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1", "pad.impexp.uploadFailed": "Η αποστολή απέτυχε, παρακαλώ προσπαθήστε ξανά",
"pad.impexp.uploadFailed": "\u0397 \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03c0\u03b1\u03b8\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac", "pad.impexp.importfailed": "Η εισαγωγή απέτυχε",
"pad.impexp.importfailed": "\u0397 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5", "pad.impexp.copypaste": "Παρακαλώ αντιγράψτε και επικολλήστε",
"pad.impexp.copypaste": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03ba\u03bf\u03bb\u03bb\u03ae\u03c3\u03c4\u03b5", "pad.impexp.exportdisabled": "Η εξαγωγή σε μορφή {{type}} έχει απενεργοποιηθεί. Επικοινωνήστε με τον διαχειριστή του συστήματός σας για λεπτομέρειες."
"pad.impexp.exportdisabled": "\u0397 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03b5 \u03bc\u03bf\u03c1\u03c6\u03ae {{type}} \u03ad\u03c7\u03b5\u03b9 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af. \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae \u03c4\u03bf\u03c5 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03ad\u03c1\u03b5\u03b9\u03b5\u03c2."
} }

View File

@ -1,14 +1,15 @@
{ {
"index.newPad": "New Pad", "index.newPad": "New Pad",
"index.createOpenPad": "or create/open a Pad with the name:", "index.createOpenPad": "or create/open a Pad with the name:",
"pad.toolbar.bold.title": "Bold (Ctrl-B)", "pad.toolbar.bold.title": "Bold (Ctrl-B)",
"pad.toolbar.italic.title": "Italic (Ctrl-I)", "pad.toolbar.italic.title": "Italic (Ctrl-I)",
"pad.toolbar.underline.title": "Underline (Ctrl-U)", "pad.toolbar.underline.title": "Underline (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Strikethrough", "pad.toolbar.strikethrough.title": "Strikethrough",
"pad.toolbar.ol.title": "Ordered list", "pad.toolbar.ol.title": "Ordered list",
"pad.toolbar.ul.title": "Unordered List", "pad.toolbar.ul.title": "Unordered List",
"pad.toolbar.indent.title": "Indent", "pad.toolbar.indent.title": "Indent (TAB)",
"pad.toolbar.unindent.title": "Outdent", "pad.toolbar.unindent.title": "Outdent (Shift+TAB)",
"pad.toolbar.undo.title": "Undo (Ctrl-Z)", "pad.toolbar.undo.title": "Undo (Ctrl-Z)",
"pad.toolbar.redo.title": "Redo (Ctrl-Y)", "pad.toolbar.redo.title": "Redo (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Clear Authorship Colors", "pad.toolbar.clearAuthorship.title": "Clear Authorship Colors",
@ -16,24 +17,29 @@
"pad.toolbar.timeslider.title": "Timeslider", "pad.toolbar.timeslider.title": "Timeslider",
"pad.toolbar.savedRevision.title": "Save Revision", "pad.toolbar.savedRevision.title": "Save Revision",
"pad.toolbar.settings.title": "Settings", "pad.toolbar.settings.title": "Settings",
"pad.toolbar.embed.title": "Embed this pad", "pad.toolbar.embed.title": "Share and Embed this pad",
"pad.toolbar.showusers.title": "Show the users on this pad", "pad.toolbar.showusers.title": "Show the users on this pad",
"pad.colorpicker.save": "Save", "pad.colorpicker.save": "Save",
"pad.colorpicker.cancel": "Cancel", "pad.colorpicker.cancel": "Cancel",
"pad.loading": "Loading...", "pad.loading": "Loading...",
"pad.passwordRequired": "You need a password to access this pad", "pad.passwordRequired": "You need a password to access this pad",
"pad.permissionDenied": "You do not have permission to access this pad", "pad.permissionDenied": "You do not have permission to access this pad",
"pad.wrongPassword": "Your password was wrong", "pad.wrongPassword": "Your password was wrong",
"pad.settings.padSettings": "Pad Settings", "pad.settings.padSettings": "Pad Settings",
"pad.settings.myView": "My View", "pad.settings.myView": "My View",
"pad.settings.stickychat": "Chat always on screen", "pad.settings.stickychat": "Chat always on screen",
"pad.settings.colorcheck": "Authorship colors", "pad.settings.colorcheck": "Authorship colors",
"pad.settings.linenocheck": "Line numbers", "pad.settings.linenocheck": "Line numbers",
"pad.settings.rtlcheck": "Read content from right to left?",
"pad.settings.fontType": "Font type:", "pad.settings.fontType": "Font type:",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType.normal": "Normal",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.globalView": "Global View", "pad.settings.globalView": "Global View",
"pad.settings.language": "Language:", "pad.settings.language": "Language:",
"pad.importExport.import_export": "Import/Export", "pad.importExport.import_export": "Import/Export",
"pad.importExport.import": "Upload any text file or document", "pad.importExport.import": "Upload any text file or document",
"pad.importExport.importSuccessful": "Successful!", "pad.importExport.importSuccessful": "Successful!",
@ -44,29 +50,42 @@
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "You only can import from plain text or html formats. For more advanced import features please <a href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">install abiword</a>.", "pad.importExport.abiword.innerHTML": "You only can import from plain text or HTML formats. For more advanced import features please <a href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">install abiword</a>.",
"pad.modals.connected": "Connected.", "pad.modals.connected": "Connected.",
"pad.modals.reconnecting": "Reconnecting to your pad..", "pad.modals.reconnecting": "Reconnecting to your pad..",
"pad.modals.forcereconnect": "Force reconnect", "pad.modals.forcereconnect": "Force reconnect",
"pad.modals.userdup": "Opened in another window", "pad.modals.userdup": "Opened in another window",
"pad.modals.userdup.explanation": "This pad seems to be opened in more than one browser window on this computer.", "pad.modals.userdup.explanation": "This pad seems to be opened in more than one browser window on this computer.",
"pad.modals.userdup.advice": "Reconnect to use this window instead.", "pad.modals.userdup.advice": "Reconnect to use this window instead.",
"pad.modals.unauth": "Not authorized", "pad.modals.unauth": "Not authorized",
"pad.modals.unauth.explanation": "Your permissions have changed while viewing this page. Try to reconnect.", "pad.modals.unauth.explanation": "Your permissions have changed while viewing this page. Try to reconnect.",
"pad.modals.looping": "Disconnected.",
"pad.modals.looping.explanation": "There are communication problems with the synchronization server.", "pad.modals.looping.explanation": "There are communication problems with the synchronization server.",
"pad.modals.looping.cause": "Perhaps you connected through an incompatible firewall or proxy.", "pad.modals.looping.cause": "Perhaps you connected through an incompatible firewall or proxy.",
"pad.modals.initsocketfail": "Server is unreachable.", "pad.modals.initsocketfail": "Server is unreachable.",
"pad.modals.initsocketfail.explanation": "Couldn't connect to the synchronization server.", "pad.modals.initsocketfail.explanation": "Couldn't connect to the synchronization server.",
"pad.modals.initsocketfail.cause": "This is probably due to a problem with your browser or your internet connection.", "pad.modals.initsocketfail.cause": "This is probably due to a problem with your browser or your internet connection.",
"pad.modals.slowcommit": "Disconnected.",
"pad.modals.slowcommit.explanation": "The server is not responding.", "pad.modals.slowcommit.explanation": "The server is not responding.",
"pad.modals.slowcommit.cause": "This could be due to problems with network connectivity.", "pad.modals.slowcommit.cause": "This could be due to problems with network connectivity.",
"pad.modals.badChangeset.explanation": "An edit you have made was classified illegal by the synchronization server.",
"pad.modals.badChangeset.cause": "This could be due to a wrong server configuration or some other unexpected behavior. Please contact the service administrator, if you feel this is an error. Try to reconnect in order to continue editing.",
"pad.modals.corruptPad.explanation": "The pad you are trying to access is corrupt.",
"pad.modals.corruptPad.cause": "This may be due to a wrong server configuration or some other unexpected behavior. Please contact the service administrator.",
"pad.modals.deleted": "Deleted.", "pad.modals.deleted": "Deleted.",
"pad.modals.deleted.explanation": "This pad has been removed.", "pad.modals.deleted.explanation": "This pad has been removed.",
"pad.modals.disconnected": "You have been disconnected.", "pad.modals.disconnected": "You have been disconnected.",
"pad.modals.disconnected.explanation": "The connection to the server was lost", "pad.modals.disconnected.explanation": "The connection to the server was lost",
"pad.modals.disconnected.cause": "The server may be unavailable. Please notify us if this continues to happen.", "pad.modals.disconnected.cause": "The server may be unavailable. Please notify the service administrator if this continues to happen.",
"pad.share": "Share this pad", "pad.share": "Share this pad",
"pad.share.readonly": "Read only", "pad.share.readonly": "Read only",
"pad.share.link": "Link", "pad.share.link": "Link",
@ -74,6 +93,7 @@
"pad.chat": "Chat", "pad.chat": "Chat",
"pad.chat.title": "Open the chat for this pad.", "pad.chat.title": "Open the chat for this pad.",
"pad.chat.loadmessages": "Load more messages", "pad.chat.loadmessages": "Load more messages",
"timeslider.pageTitle": "{{appTitle}} Timeslider", "timeslider.pageTitle": "{{appTitle}} Timeslider",
"timeslider.toolbar.returnbutton": "Return to pad", "timeslider.toolbar.returnbutton": "Return to pad",
"timeslider.toolbar.authors": "Authors:", "timeslider.toolbar.authors": "Authors:",
@ -82,6 +102,7 @@
"timeslider.exportCurrent": "Export current version as:", "timeslider.exportCurrent": "Export current version as:",
"timeslider.version": "Version {{version}}", "timeslider.version": "Version {{version}}",
"timeslider.saved": "Saved {{month}} {{day}}, {{year}}", "timeslider.saved": "Saved {{month}} {{day}}, {{year}}",
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "January", "timeslider.month.january": "January",
"timeslider.month.february": "February", "timeslider.month.february": "February",
@ -95,8 +116,8 @@
"timeslider.month.october": "October", "timeslider.month.october": "October",
"timeslider.month.november": "November", "timeslider.month.november": "November",
"timeslider.month.december": "December", "timeslider.month.december": "December",
"timeslider.unnamedauthor": "{{num}} unnamed author",
"timeslider.unnamedauthors": "{{num}} unnamed authors", "timeslider.unnamedauthors": "{{num}} unnamed {[plural(num) one: author, other: authors ]}",
"pad.savedrevs.marked": "This revision is now marked as a saved revision", "pad.savedrevs.marked": "This revision is now marked as a saved revision",
"pad.userlist.entername": "Enter your name", "pad.userlist.entername": "Enter your name",
"pad.userlist.unnamed": "unnamed", "pad.userlist.unnamed": "unnamed",
@ -104,6 +125,7 @@
"pad.userlist.deny": "Deny", "pad.userlist.deny": "Deny",
"pad.userlist.approve": "Approve", "pad.userlist.approve": "Approve",
"pad.editbar.clearcolors": "Clear authorship colors on entire document?", "pad.editbar.clearcolors": "Clear authorship colors on entire document?",
"pad.impexp.importbutton": "Import Now", "pad.impexp.importbutton": "Import Now",
"pad.impexp.importing": "Importing...", "pad.impexp.importing": "Importing...",
"pad.impexp.confirmimport": "Importing a file will overwrite the current text of the pad. Are you sure you want to proceed?", "pad.impexp.confirmimport": "Importing a file will overwrite the current text of the pad. Are you sure you want to proceed?",
@ -112,4 +134,4 @@
"pad.impexp.importfailed": "Import failed", "pad.impexp.importfailed": "Import failed",
"pad.impexp.copypaste": "Please copy paste", "pad.impexp.copypaste": "Please copy paste",
"pad.impexp.exportdisabled": "Exporting as {{type}} format is disabled. Please contact your system administrator for details." "pad.impexp.exportdisabled": "Exporting as {{type}} format is disabled. Please contact your system administrator for details."
} }

View File

@ -1,125 +1,130 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Armando-Martin", "0": "Armando-Martin",
"1": "Jacobo", "1": "Jacobo",
"2": "Joker", "2": "Joker",
"3": "Rubenwap", "3": "Larjona",
"5": "Vivaelcelta", "4": "Mklehr",
"6": "Xuacu" "5": "Rubenwap",
} "7": "VegaDark",
}, "8": "Vivaelcelta",
"index.newPad": "Nuevo Pad", "9": "Xuacu"
"index.createOpenPad": "o crea\/abre un Pad con el nombre:", }
"pad.toolbar.bold.title": "Negrita (Ctrl-B)", },
"pad.toolbar.italic.title": "Cursiva (Ctrl-I)", "index.newPad": "Nuevo Pad",
"pad.toolbar.underline.title": "Subrayado (Ctrl-U)", "index.createOpenPad": "o crea/abre un Pad con el nombre:",
"pad.toolbar.strikethrough.title": "Tachado", "pad.toolbar.bold.title": "Negrita (Ctrl-B)",
"pad.toolbar.ol.title": "Lista ordenada", "pad.toolbar.italic.title": "Cursiva (Ctrl-I)",
"pad.toolbar.ul.title": "Lista desordenada", "pad.toolbar.underline.title": "Subrayado (Ctrl-U)",
"pad.toolbar.indent.title": "Sangrar", "pad.toolbar.strikethrough.title": "Tachado",
"pad.toolbar.unindent.title": "Desangrar", "pad.toolbar.ol.title": "Lista ordenada",
"pad.toolbar.undo.title": "Deshacer (Ctrl-Z)", "pad.toolbar.ul.title": "Lista desordenada",
"pad.toolbar.redo.title": "Rehacer (Ctrl-Y)", "pad.toolbar.indent.title": "Sangrar",
"pad.toolbar.clearAuthorship.title": "Eliminar los colores de los autores", "pad.toolbar.unindent.title": "Desangrar",
"pad.toolbar.import_export.title": "Importar\/Exportar a diferentes formatos de archivos", "pad.toolbar.undo.title": "Deshacer (Ctrl-Z)",
"pad.toolbar.timeslider.title": "L\u00ednea de tiempo", "pad.toolbar.redo.title": "Rehacer (Ctrl-Y)",
"pad.toolbar.savedRevision.title": "Revisiones guardadas", "pad.toolbar.clearAuthorship.title": "Eliminar los colores de los autores",
"pad.toolbar.settings.title": "Configuraci\u00f3n", "pad.toolbar.import_export.title": "Importar/Exportar a diferentes formatos de archivos",
"pad.toolbar.embed.title": "Incrustar este pad", "pad.toolbar.timeslider.title": "Línea de tiempo",
"pad.toolbar.showusers.title": "Mostrar los usuarios de este pad", "pad.toolbar.savedRevision.title": "Guardar revisión",
"pad.colorpicker.save": "Guardar", "pad.toolbar.settings.title": "Configuración",
"pad.colorpicker.cancel": "Cancelar", "pad.toolbar.embed.title": "Compartir e incrustar este pad",
"pad.loading": "Cargando...", "pad.toolbar.showusers.title": "Mostrar los usuarios de este pad",
"pad.passwordRequired": "Necesitas una contrase\u00f1a para acceder a este documento", "pad.colorpicker.save": "Guardar",
"pad.permissionDenied": "No tienes permiso para acceder a esta p\u00e1gina", "pad.colorpicker.cancel": "Cancelar",
"pad.wrongPassword": "La contrase\u00f1a era incorrecta", "pad.loading": "Cargando...",
"pad.settings.padSettings": "Configuraci\u00f3n del Pad", "pad.passwordRequired": "Necesitas una contraseña para acceder a este documento",
"pad.settings.myView": "Preferencias personales", "pad.permissionDenied": "No tienes permiso para acceder a esta página",
"pad.settings.stickychat": "Chat siempre encima", "pad.wrongPassword": "La contraseña era incorrecta",
"pad.settings.colorcheck": "Color de autor\u00eda", "pad.settings.padSettings": "Configuración del Pad",
"pad.settings.linenocheck": "N\u00fameros de l\u00ednea", "pad.settings.myView": "Preferencias personales",
"pad.settings.fontType": "Tipograf\u00eda:", "pad.settings.stickychat": "Chat siempre encima",
"pad.settings.fontType.normal": "Normal", "pad.settings.colorcheck": "Color de autoría",
"pad.settings.fontType.monospaced": "Monoespacio", "pad.settings.linenocheck": "Números de línea",
"pad.settings.globalView": "Preferencias globales", "pad.settings.rtlcheck": "¿Leer contenido de derecha a izquierda?",
"pad.settings.language": "Idioma:", "pad.settings.fontType": "Tipografía:",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.fontType.normal": "Normal",
"pad.importExport.import": "Subir cualquier texto o documento", "pad.settings.fontType.monospaced": "Monoespacio",
"pad.importExport.importSuccessful": "\u00a1Operaci\u00f3n realizada con \u00e9xito!", "pad.settings.globalView": "Preferencias globales",
"pad.importExport.export": "Exporta el pad actual como:", "pad.settings.language": "Idioma:",
"pad.importExport.exporthtml": "HTML", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.exportplain": "Texto plano", "pad.importExport.import": "Subir cualquier texto o documento",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.importSuccessful": "¡Operación realizada con éxito!",
"pad.importExport.exportpdf": "PDF", "pad.importExport.export": "Exporta el pad actual como:",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportplain": "Texto plano",
"pad.importExport.abiword.innerHTML": "S\u00f3lo puede importar formatos de texto plano o html. Para funciones m\u00e1s avanzadas instale <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">abiword<\/a>.", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.connected": "Conectado.", "pad.importExport.exportpdf": "PDF",
"pad.modals.reconnecting": "Reconectando a tu pad..", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.forcereconnect": "Reconexi\u00f3n forzosa", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup": "Abierto en otra ventana", "pad.importExport.abiword.innerHTML": "Sólo puede importar formatos de texto plano o html. Para funciones más avanzadas instale \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword\u003C/a\u003E.",
"pad.modals.userdup.explanation": "Este pad parece estar abierto en m\u00e1s de una ventana de tu navegador.", "pad.modals.connected": "Conectado.",
"pad.modals.userdup.advice": "Reconectar para usar esta ventana.", "pad.modals.reconnecting": "Reconectando a tu pad..",
"pad.modals.unauth": "No autorizado.", "pad.modals.forcereconnect": "Reconexión forzosa",
"pad.modals.unauth.explanation": "Los permisos han cambiado mientras estabas viendo esta p\u00e1gina. Intenta reconectar de nuevo.", "pad.modals.userdup": "Abierto en otra ventana",
"pad.modals.looping": "Desconectado.", "pad.modals.userdup.explanation": "Este pad parece estar abierto en más de una ventana de tu navegador.",
"pad.modals.looping.explanation": "Estamos teniendo problemas con la sincronizaci\u00f3n en el servidor.", "pad.modals.userdup.advice": "Reconectar para usar esta ventana.",
"pad.modals.looping.cause": "Puede deberse a que te conectes a trav\u00e9s de un proxy o un cortafuegos incompatible.", "pad.modals.unauth": "No autorizado.",
"pad.modals.initsocketfail": "Servidor incalcanzable.", "pad.modals.unauth.explanation": "Los permisos han cambiado mientras estabas viendo esta página. Intenta reconectar de nuevo.",
"pad.modals.initsocketfail.explanation": "No se pudo conectar al servidor de sincronizaci\u00f3n.", "pad.modals.looping.explanation": "Estamos teniendo problemas con la sincronización en el servidor.",
"pad.modals.initsocketfail.cause": "Puede ser a causa de tu navegador o de una ca\u00edda en tu conexi\u00f3n de Internet.", "pad.modals.looping.cause": "Puede deberse a que te conectes a través de un proxy o un cortafuegos incompatible.",
"pad.modals.slowcommit": "Desconectado.", "pad.modals.initsocketfail": "Servidor incalcanzable.",
"pad.modals.slowcommit.explanation": "El servidor no responde.", "pad.modals.initsocketfail.explanation": "No se pudo conectar al servidor de sincronización.",
"pad.modals.slowcommit.cause": "Puede deberse a problemas con tu conexi\u00f3n de red.", "pad.modals.initsocketfail.cause": "Puede ser a causa de tu navegador o de una caída en tu conexión de Internet.",
"pad.modals.deleted": "Borrado.", "pad.modals.slowcommit.explanation": "El servidor no responde.",
"pad.modals.deleted.explanation": "Este pad ha sido borrado.", "pad.modals.slowcommit.cause": "Puede deberse a problemas con tu conexión de red.",
"pad.modals.disconnected": "Has sido desconectado.", "pad.modals.badChangeset.explanation": "Ha hecho una edición clasificada como ilegal por el servidor de sincronización.",
"pad.modals.disconnected.explanation": "Se perdi\u00f3 la conexi\u00f3n con el servidor", "pad.modals.badChangeset.cause": "Esto podría ser debido a una mala configuración del servidor o algún otro comportamiento inesperado. Póngase en contacto con el administrador del servicio, si siente que esto es un error. Intente volver a conectar con el fin de seguir editando.",
"pad.modals.disconnected.cause": "El servidor podr\u00eda no estar disponible. Contacte con nosotros si esto contin\u00faa sucediendo.", "pad.modals.corruptPad.explanation": "El pad que está intentando acceder está dañado.",
"pad.share": "Compatir el pad", "pad.modals.corruptPad.cause": "Esto puede deberse a una mala configuración de servidor o algún otro comportamiento inesperado. Póngase en contacto con el administrador del servicio.",
"pad.share.readonly": "S\u00f3lo lectura", "pad.modals.deleted": "Borrado.",
"pad.share.link": "Enlace", "pad.modals.deleted.explanation": "Este pad ha sido borrado.",
"pad.share.emebdcode": "Incrustar URL", "pad.modals.disconnected": "Has sido desconectado.",
"pad.chat": "Chat", "pad.modals.disconnected.explanation": "Se perdió la conexión con el servidor",
"pad.chat.title": "Abrir el chat para este pad.", "pad.modals.disconnected.cause": "El servidor podría no estar disponible. Contacte con nosotros si esto continúa sucediendo.",
"pad.chat.loadmessages": "Cargar m\u00e1s mensajes", "pad.share": "Compatir el pad",
"timeslider.pageTitle": "{{appTitle}} L\u00ednea de tiempo", "pad.share.readonly": "Sólo lectura",
"timeslider.toolbar.returnbutton": "Volver al pad", "pad.share.link": "Enlace",
"timeslider.toolbar.authors": "Autores:", "pad.share.emebdcode": "Incrustar URL",
"timeslider.toolbar.authorsList": "Sin autores", "pad.chat": "Chat",
"timeslider.toolbar.exportlink.title": "Exportar", "pad.chat.title": "Abrir el chat para este pad.",
"timeslider.exportCurrent": "Exportar la versi\u00f3n actual como:", "pad.chat.loadmessages": "Cargar más mensajes",
"timeslider.version": "Versi\u00f3n {{version}}", "timeslider.pageTitle": "{{appTitle}} Línea de tiempo",
"timeslider.saved": "Guardado el {{day}} de {{month}} de {{year}}", "timeslider.toolbar.returnbutton": "Volver al pad",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authors": "Autores:",
"timeslider.month.january": "Enero", "timeslider.toolbar.authorsList": "Sin autores",
"timeslider.month.february": "Febrero", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.month.march": "Marzo", "timeslider.exportCurrent": "Exportar la versión actual como:",
"timeslider.month.april": "Abril", "timeslider.version": "Versión {{version}}",
"timeslider.month.may": "Mayo", "timeslider.saved": "Guardado el {{day}} de {{month}} de {{year}}",
"timeslider.month.june": "Junio", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.july": "Julio", "timeslider.month.january": "Enero",
"timeslider.month.august": "Agosto", "timeslider.month.february": "Febrero",
"timeslider.month.september": "Septiembre", "timeslider.month.march": "Marzo",
"timeslider.month.october": "Octubre", "timeslider.month.april": "Abril",
"timeslider.month.november": "Noviembre", "timeslider.month.may": "Mayo",
"timeslider.month.december": "Diciembre", "timeslider.month.june": "Junio",
"timeslider.unnamedauthor": "{{num}} autor desconocido", "timeslider.month.july": "Julio",
"timeslider.unnamedauthors": "{{num}} autores desconocidos", "timeslider.month.august": "Agosto",
"pad.savedrevs.marked": "Revisi\u00f3n guardada", "timeslider.month.september": "Septiembre",
"pad.userlist.entername": "Escribe tu nombre", "timeslider.month.october": "Octubre",
"pad.userlist.unnamed": "an\u00f3nimo", "timeslider.month.november": "Noviembre",
"pad.userlist.guest": "Invitado", "timeslider.month.december": "Diciembre",
"pad.userlist.deny": "Denegar", "timeslider.unnamedauthors": "{{num}} {[ plural(num) one: autor desconocido, other: autores desconocidos]}",
"pad.userlist.approve": "Aprobar", "pad.savedrevs.marked": "Revisión guardada",
"pad.editbar.clearcolors": "\u00bfDesea borrar el color de los autores en todo el documento?", "pad.userlist.entername": "Escribe tu nombre",
"pad.impexp.importbutton": "Importar", "pad.userlist.unnamed": "anónimo",
"pad.impexp.importing": "Importando...", "pad.userlist.guest": "Invitado",
"pad.impexp.confirmimport": "Al importar un fichero se borrar\u00e1 el contenido actual del documento. \u00bfQuiere continuar?", "pad.userlist.deny": "Denegar",
"pad.impexp.convertFailed": "No pudimos importar este fichero. Intentalo con otro formato diferente o copia y pega manualmente.", "pad.userlist.approve": "Aprobar",
"pad.impexp.uploadFailed": "El env\u00edo del fichero fall\u00f3. Intentelo de nuevo.", "pad.editbar.clearcolors": "¿Desea borrar el color de los autores en todo el documento?",
"pad.impexp.importfailed": "Fallo al importar", "pad.impexp.importbutton": "Importar",
"pad.impexp.copypaste": "Intente copiar y pegar", "pad.impexp.importing": "Importando...",
"pad.impexp.exportdisabled": "La exportaci\u00f3n al formato {{type}} format est\u00e1 desactivada. Contacte con su administrador de sistemas." "pad.impexp.confirmimport": "Al importar un fichero se borrará el contenido actual del documento. ¿Quiere continuar?",
"pad.impexp.convertFailed": "No pudimos importar este fichero. Intentalo con otro formato diferente o copia y pega manualmente.",
"pad.impexp.uploadFailed": "El envío del fichero falló. Intentelo de nuevo.",
"pad.impexp.importfailed": "Fallo al importar",
"pad.impexp.copypaste": "Intente copiar y pegar",
"pad.impexp.exportdisabled": "La exportación al formato {{type}} format está desactivada. Contacte con su administrador de sistemas."
} }

118
src/locales/eu.json Normal file
View File

@ -0,0 +1,118 @@
{
"@metadata": {
"authors": [
"Theklan"
]
},
"index.newPad": "Pad berria",
"index.createOpenPad": "edo sortu/ireki Pad bat honako izenarekin:",
"pad.toolbar.bold.title": "Lodia (Ctrl-B)",
"pad.toolbar.italic.title": "Etzana (Ctrl-I)",
"pad.toolbar.underline.title": "Azpimarratua (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Ezabatua",
"pad.toolbar.ol.title": "Zerrenda ordenatua",
"pad.toolbar.ul.title": "Zerrenda ez-ordenatua",
"pad.toolbar.indent.title": "Koska",
"pad.toolbar.unindent.title": "Koska kendu",
"pad.toolbar.undo.title": "Desegin (Ctrl-Z)",
"pad.toolbar.redo.title": "Berregin (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Ezabatu Egiletza Koloreak",
"pad.toolbar.import_export.title": "Inportatu/Esportatu fitxategi formatu ezberdinetara/ezberdinetatik",
"pad.toolbar.timeslider.title": "Denbora lerroa",
"pad.toolbar.savedRevision.title": "Gorde berrikuspena",
"pad.toolbar.settings.title": "Hobespenak",
"pad.toolbar.embed.title": "Partekatu eta Txertatu pad hau",
"pad.toolbar.showusers.title": "Erakutsi pad honetako erabiltzaileak",
"pad.colorpicker.save": "Gorde",
"pad.colorpicker.cancel": "Utzi",
"pad.loading": "Kargatzen...",
"pad.passwordRequired": "Pasahitza behar duzu pad honetara sartzeko",
"pad.permissionDenied": "Ez duzu bamienik pad honetara sartzeko",
"pad.wrongPassword": "Zure pasahitza oker zegoen",
"pad.settings.padSettings": "Pad hobespenak",
"pad.settings.myView": "Nire ikusmoldea",
"pad.settings.stickychat": "Txata beti pantailan",
"pad.settings.colorcheck": "Egiletzaren koloreak",
"pad.settings.linenocheck": "Lerro zenbakiak",
"pad.settings.rtlcheck": "Edukia eskubitik ezkerrera irakurri?",
"pad.settings.fontType": "Tipografia:",
"pad.settings.fontType.normal": "Arrunta",
"pad.settings.fontType.monospaced": "Monospace",
"pad.settings.globalView": "Ikuspegi Globala",
"pad.settings.language": "Hizkuntza:",
"pad.importExport.import_export": "Inportatu/Esportatu",
"pad.importExport.import": "Igo edozein testu fitxategi edo dokumentu",
"pad.importExport.importSuccessful": "Arrakastatsua!",
"pad.importExport.export": "Oraingo pad hau honela esportatu:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Testu laua",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DocuWiki",
"pad.importExport.abiword.innerHTML": "Testu laua edo html formatudun testuak bakarrik inporta ditzakezu. Aurreratuagoak diren inportazio aukerak izateko \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword instala ezazu\u003C/a\u003E.",
"pad.modals.connected": "Konektatuta.",
"pad.modals.reconnecting": "Zure pad-era birkonektatu...",
"pad.modals.forcereconnect": "Berkonexioa fortzatu",
"pad.modals.userdup": "Beste leiho batean ireki da",
"pad.modals.userdup.explanation": "Pad hau zure nabigatzailearen beste leiho batean irekita dagoela ematen du.",
"pad.modals.userdup.advice": "Berriro konektatu beste leiho hau erabiltzeko.",
"pad.modals.unauth": "Baimenik gabe",
"pad.modals.unauth.explanation": "Orrialdea ikusten ari zinela zure baimenak aldatu dira. Saia zaitez berriro konektatzen.",
"pad.modals.looping.explanation": "Sinkronizazio zerbitzariarekin komunikazioa arazoak daude.",
"pad.modals.looping.cause": "Agian firewall edo proxy ez-bateragarri baten bidez konektatu zara.",
"pad.modals.initsocketfail": "Zerbitzarira ezin da iritsi.",
"pad.modals.initsocketfail.explanation": "Ezin izan da konektatu sinkronizazio zerbitzarira.",
"pad.modals.initsocketfail.cause": "Ziurrenik hau zure nabigatzailea edo internet konexioaren arazo bat dela eta izango da.",
"pad.modals.slowcommit.explanation": "Zerbitzariak ez du erantzuten.",
"pad.modals.slowcommit.cause": "Baliteke hau sarearen konexio arazoak direla eta izatea.",
"pad.modals.deleted": "Ezabatua.",
"pad.modals.deleted.explanation": "Pad hau ezabatua izan da.",
"pad.modals.disconnected": "Deskonektatua izan zara.",
"pad.modals.disconnected.explanation": "Zerbitzariaren konexioa galdu da",
"pad.modals.disconnected.cause": "Baliteke zerbitzaria irisgarria ez izatea. Mesedez, esaiguzu hau gertatzen jarraitzen badu.",
"pad.share": "Pad hau partekatu",
"pad.share.readonly": "Irakurtzeko bakarrik",
"pad.share.link": "Lotura",
"pad.share.emebdcode": "URLa txertatu",
"pad.chat": "Txata",
"pad.chat.title": "Pad honetarako txata ireki.",
"pad.chat.loadmessages": "Mezu gehiago kargatu",
"timeslider.pageTitle": "{{appTitle}} denbora lerroa",
"timeslider.toolbar.returnbutton": "Padera itzuli",
"timeslider.toolbar.authors": "Egileak:",
"timeslider.toolbar.authorsList": "Egilerik gabe",
"timeslider.toolbar.exportlink.title": "Esportatu",
"timeslider.exportCurrent": "Gorde bertsio hau honela:",
"timeslider.version": "Bertsioa {{version}}",
"timeslider.saved": "{{year}}ko {{month}}ren {{day}}an gordeta",
"timeslider.dateformat": "{{year}}/{{month}}/{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Urtarrila",
"timeslider.month.february": "Otsaila",
"timeslider.month.march": "Martxoa",
"timeslider.month.april": "Apirila",
"timeslider.month.may": "Maiatza",
"timeslider.month.june": "Ekaina",
"timeslider.month.july": "Uztaila",
"timeslider.month.august": "Abuztua",
"timeslider.month.september": "Iraila",
"timeslider.month.october": "Urria",
"timeslider.month.november": "Azaroa",
"timeslider.month.december": "Abendua",
"timeslider.unnamedauthors": "{{num}} izenik gabeko egileak",
"pad.savedrevs.marked": "Berrikuspen hau markatua dago gordetako berrikuspen gisa",
"pad.userlist.entername": "Sartu zure erabiltzaile izena",
"pad.userlist.unnamed": "izenik gabe",
"pad.userlist.guest": "Gonbidatua",
"pad.userlist.deny": "Ukatu",
"pad.userlist.approve": "Onartu",
"pad.editbar.clearcolors": "Ezabatu egile koloreak dokumentu osoan?",
"pad.impexp.importbutton": "Inportatu orain",
"pad.impexp.importing": "Inportatzen...",
"pad.impexp.confirmimport": "Fitxategi bat inportatzen baduzu oraingo pad honen testua ezabatuko da. Ziur zaude jarraitu nahi duzula?",
"pad.impexp.convertFailed": "Ez gara gai fitxategi hau inportatzeko. Erabil ezazu, mesedez, beste dokumentu formatu bat edo kopiatu eta itsasi eskuz.",
"pad.impexp.uploadFailed": "Igotzean akatsa egon da, saia zaitez berriro",
"pad.impexp.importfailed": "Inportazioak akatsa egin du",
"pad.impexp.copypaste": "Mesedez kopiatu eta pegatu",
"pad.impexp.exportdisabled": "{{type}} formatuarekin esportatzea desgaituta dago. Kontakta ezazu administratzailea detaile gehiagorako."
}

View File

@ -1,118 +1,127 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "BMRG14", "0": "BMRG14",
"2": "ZxxZxxZ" "1": "Dalba",
} "2": "Ebraminio",
}, "3": "Reza1615",
"index.newPad": "\u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062a\u0627\u0632\u0647", "5": "ZxxZxxZ",
"index.createOpenPad": "\u06cc\u0627 \u0627\u06cc\u062c\u0627\u062f\/\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u06cc\u06a9 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u0628\u0627 \u0646\u0627\u0645:", "6": "الناز"
"pad.toolbar.bold.title": "\u067e\u0631\u0631\u0646\u06af (Ctrl-B)", }
"pad.toolbar.italic.title": "\u06a9\u062c (Ctrl-I)", },
"pad.toolbar.underline.title": "\u0632\u06cc\u0631\u062e\u0637 (Ctrl-U)", "index.newPad": "دفترچه یادداشت تازه",
"pad.toolbar.strikethrough.title": "\u062e\u0637 \u062e\u0648\u0631\u062f\u0647", "index.createOpenPad": "یا ایجاد/بازکردن یک دفترچه یادداشت با نام:",
"pad.toolbar.ol.title": "\u0641\u0647\u0631\u0633\u062a \u0645\u0631\u062a\u0628 \u0634\u062f\u0647", "pad.toolbar.bold.title": "پررنگ (Ctrl-B)",
"pad.toolbar.ul.title": "\u0641\u0647\u0631\u0633\u062a \u0645\u0631\u062a\u0628 \u0646\u0634\u062f\u0647", "pad.toolbar.italic.title": "کج (Ctrl-I)",
"pad.toolbar.indent.title": "\u062a\u0648\u0631\u0641\u062a\u06af\u06cc", "pad.toolbar.underline.title": "زیرخط (Ctrl-U)",
"pad.toolbar.unindent.title": "\u0628\u06cc\u0631\u0648\u0646 \u0631\u0641\u062a\u06af\u06cc", "pad.toolbar.strikethrough.title": "خط خورده",
"pad.toolbar.undo.title": "\u0628\u0627\u0637\u0644\u200c\u06a9\u0631\u062f\u0646 (Ctrl-Z)", "pad.toolbar.ol.title": "فهرست مرتب شده",
"pad.toolbar.redo.title": "\u0627\u0632 \u0646\u0648 (Ctrl-Y)", "pad.toolbar.ul.title": "فهرست مرتب نشده",
"pad.toolbar.clearAuthorship.title": "\u067e\u0627\u06a9 \u06a9\u0631\u062f\u0646 \u0631\u0646\u06af\u200c\u0647\u0627\u06cc \u0646\u0648\u06cc\u0633\u0646\u062f\u06af\u06cc", "pad.toolbar.indent.title": "تورفتگی",
"pad.toolbar.import_export.title": "\u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc\/\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u0627\u0632\/\u0628\u0647 \u0642\u0627\u0644\u0628\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641", "pad.toolbar.unindent.title": "بیرون رفتگی",
"pad.toolbar.timeslider.title": "\u0627\u0633\u0644\u0627\u06cc\u062f\u0631 \u0632\u0645\u0627\u0646", "pad.toolbar.undo.title": "باطل‌کردن (Ctrl-Z)",
"pad.toolbar.savedRevision.title": "\u0628\u0627\u0632\u0646\u0648\u06cc\u0633\u06cc\u200c\u0647\u0627\u06cc \u0630\u062e\u06cc\u0631\u0647 \u0634\u062f\u0647", "pad.toolbar.redo.title": "از نو (Ctrl-Y)",
"pad.toolbar.settings.title": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a", "pad.toolbar.clearAuthorship.title": "پاک‌کردن رنگ‌های نویسندگی",
"pad.toolbar.embed.title": "\u062c\u0627\u0633\u0627\u0632\u06cc \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.toolbar.import_export.title": "درون‌ریزی/برون‌ریزی از/به قالب‌های مختلف",
"pad.toolbar.showusers.title": "\u0646\u0645\u0627\u06cc\u0634 \u06a9\u0627\u0631\u0628\u0631\u0627\u0646 \u062f\u0631 \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.toolbar.timeslider.title": "لغزندهٔ زمان",
"pad.colorpicker.save": "\u0630\u062e\u06cc\u0631\u0647", "pad.toolbar.savedRevision.title": "ذخیره‌سازی نسخه",
"pad.colorpicker.cancel": "\u0644\u063a\u0648", "pad.toolbar.settings.title": "تنظیمات",
"pad.loading": "\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc...", "pad.toolbar.embed.title": "اشتراک و جاسازی این دفترچه یادداشت",
"pad.passwordRequired": "\u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u0646\u06cc\u0627\u0632 \u0628\u0647 \u06cc\u06a9 \u06af\u0630\u0631\u0648\u0627\u0698\u0647 \u062f\u0627\u0631\u06cc\u062f", "pad.toolbar.showusers.title": "نمایش کاربران در این دفترچه یادداشت",
"pad.permissionDenied": "\u0634\u0645\u0627 \u0627\u062c\u0627\u0632\u0647\u200c\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u0631\u0627 \u0646\u062f\u0627\u0631\u06cc\u062f", "pad.colorpicker.save": "ذخیره",
"pad.wrongPassword": "\u06af\u0630\u0631\u0648\u0627\u0698\u0647\u200c\u06cc \u0634\u0645\u0627 \u062f\u0631\u0633\u062a \u0646\u06cc\u0633\u062a", "pad.colorpicker.cancel": "لغو",
"pad.settings.padSettings": "\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.loading": "در حال بارگذاری...",
"pad.settings.myView": "\u0646\u0645\u0627\u06cc \u0645\u0646", "pad.passwordRequired": "برای دسترسی به این دفترچه یادداشت نیاز به یک گذرواژه دارید",
"pad.settings.stickychat": "\u06af\u0641\u062a\u06af\u0648 \u0647\u0645\u06cc\u0634\u0647 \u0631\u0648\u06cc \u0635\u0641\u062d\u0647 \u0646\u0645\u0627\u06cc\u0634 \u0628\u0627\u0634\u062f", "pad.permissionDenied": "شما اجازه‌ی دسترسی به این دفترچه یادداشت را ندارید",
"pad.settings.colorcheck": "\u0631\u0646\u06af\u200c\u0647\u0627\u06cc \u0646\u0648\u06cc\u0633\u0646\u062f\u06af\u06cc", "pad.wrongPassword": "گذرواژه‌ی شما درست نیست",
"pad.settings.linenocheck": "\u0634\u0645\u0627\u0631\u0647\u200c\u06cc \u062e\u0637\u0648\u0637", "pad.settings.padSettings": "تنظیمات دفترچه یادداشت",
"pad.settings.fontType": "\u0646\u0648\u0639 \u0642\u0644\u0645:", "pad.settings.myView": "نمای من",
"pad.settings.fontType.normal": "\u0633\u0627\u062f\u0647", "pad.settings.stickychat": "گفتگو همیشه روی صفحه نمایش باشد",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.colorcheck": "رنگ‌های نویسندگی",
"pad.settings.globalView": "\u0646\u0645\u0627\u06cc \u0633\u0631\u0627\u0633\u0631\u06cc", "pad.settings.linenocheck": "شماره‌ی خطوط",
"pad.settings.language": "\u0632\u0628\u0627\u0646:", "pad.settings.rtlcheck": "خواندن محتوا از راست به چپ؟",
"pad.importExport.import_export": "\u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc\/\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc", "pad.settings.fontType": "نوع قلم:",
"pad.importExport.import": "\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u067e\u0631\u0648\u0646\u062f\u0647\u200c\u06cc \u0645\u062a\u0646\u06cc \u06cc\u0627 \u0633\u0646\u062f", "pad.settings.fontType.normal": "ساده",
"pad.importExport.importSuccessful": "\u0645\u0648\u0641\u0642\u06cc\u062a \u0622\u0645\u06cc\u0632 \u0628\u0648\u062f!", "pad.settings.fontType.monospaced": "Monospace",
"pad.importExport.export": "\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u0628\u0627 \u0642\u0627\u0644\u0628:", "pad.settings.globalView": "نمای سراسری",
"pad.importExport.exporthtml": "HTML", "pad.settings.language": "زبان:",
"pad.importExport.exportplain": "\u0645\u062a\u0646 \u0633\u0627\u062f\u0647", "pad.importExport.import_export": "درون‌ریزی/برون‌ریزی",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import": "بارگذاری پرونده‌ی متنی یا سند",
"pad.importExport.exportpdf": "PDF", "pad.importExport.importSuccessful": "موفقیت آمیز بود!",
"pad.importExport.exportopen": "ODF (\u0642\u0627\u0644\u0628 \u0633\u0646\u062f \u0628\u0627\u0632)", "pad.importExport.export": "برون‌ریزی این دفترچه یادداشت با قالب:",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exporthtml": "HTML",
"pad.importExport.abiword.innerHTML": "\u0634\u0645\u0627 \u062a\u0646\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0627\u0632 \u0642\u0627\u0644\u0628 \u0645\u062a\u0646 \u0633\u0627\u062f\u0647 \u06cc\u0627 \u0627\u0686\u200c\u062a\u06cc\u200c\u0627\u0645\u200c\u0627\u0644 \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u06a9\u0646\u06cc\u062f. \u0628\u0631\u0627\u06cc \u0628\u06cc\u0634\u062a\u0631 \u0634\u062f\u0646 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u067e\u06cc\u0634\u0631\u0641\u062a\u0647 <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">AbiWord<\/a> \u0631\u0627 \u0646\u0635\u0628 \u06a9\u0646\u06cc\u062f.", "pad.importExport.exportplain": "متن ساده",
"pad.modals.connected": "\u0645\u062a\u0635\u0644 \u0634\u062f.", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.reconnecting": "\u062f\u0631 \u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0647 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u0634\u0645\u0627..", "pad.importExport.exportpdf": "PDF",
"pad.modals.forcereconnect": "\u0648\u0627\u062f\u0627\u0634\u062a\u0646 \u0628\u0647 \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0628\u0627\u0631\u0647", "pad.importExport.exportopen": "ODF (قالب سند باز)",
"pad.modals.userdup": "\u062f\u0631 \u067e\u0646\u062c\u0631\u0647\u200c\u0627\u06cc \u062f\u06cc\u06af\u0631 \u0628\u0627\u0632 \u0634\u062f", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup.explanation": "\u06af\u0645\u0627\u0646 \u0645\u06cc\u200c\u0631\u0648\u062f \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0631 \u0628\u06cc\u0634 \u0627\u0632 \u06cc\u06a9 \u067e\u0646\u062c\u0631\u0647\u200c\u06cc \u0645\u0631\u0648\u0631\u06af\u0631 \u0628\u0627\u0632 \u0634\u062f\u0647\u200c\u0627\u0633\u062a.", "pad.importExport.abiword.innerHTML": "شما تنها می‌توانید از قالب متن ساده یا اچ‌تی‌ام‌ال درون‌ریزی کنید. برای بیشتر شدن ویژگی‌های درون‌ریزی پیشرفته \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003EAbiWord\u003C/a\u003E را نصب کنید.",
"pad.modals.userdup.advice": "\u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0627\u06cc\u0646 \u067e\u0646\u062c\u0631\u0647 \u062f\u0648\u0628\u0627\u0631\u0647 \u0648\u0635\u0644 \u0634\u0648\u06cc\u062f.", "pad.modals.connected": "متصل شد.",
"pad.modals.unauth": "\u0645\u062c\u0627\u0632 \u0646\u06cc\u0633\u062a", "pad.modals.reconnecting": "در حال اتصال دوباره به دفترچه یادداشت شما..",
"pad.modals.unauth.explanation": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0634\u0645\u0627 \u062f\u0631 \u062d\u06cc\u0646 \u0645\u0634\u0627\u0647\u062f\u0647\u200c\u06cc \u0627\u06cc\u0646 \u0628\u0631\u06af\u0647 \u062a\u063a\u06cc\u06cc\u0631 \u06cc\u0627\u0641\u062a\u0647\u200c\u0627\u0633\u062a. \u062f\u0648\u0628\u0627\u0631\u0647 \u0645\u062a\u0635\u0644 \u0634\u0648\u06cc\u062f.", "pad.modals.forcereconnect": "واداشتن به اتصال دوباره",
"pad.modals.looping": "\u0627\u062a\u0635\u0627\u0644 \u0642\u0637\u0639 \u0634\u062f.", "pad.modals.userdup": "در پنجره‌ای دیگر باز شد",
"pad.modals.looping.explanation": "\u0645\u0634\u06a9\u0644\u0627\u062a\u06cc \u0627\u0631\u062a\u0628\u0627\u0637\u06cc \u0628\u0627 \u0633\u0631\u0648\u0631 \u0647\u0645\u06af\u0627\u0645\u200c\u0633\u0627\u0632\u06cc \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.", "pad.modals.userdup.explanation": "گمان می‌رود این دفترچه یادداشت در بیش از یک پنجره‌ی مرورگر باز شده‌است.",
"pad.modals.looping.cause": "\u0634\u0627\u06cc\u062f \u0634\u0645\u0627 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u06cc\u06a9 \u0641\u0627\u06cc\u0631\u0648\u0627\u0644 \u06cc\u0627 \u067e\u0631\u0648\u06a9\u0633\u06cc \u0646\u0627\u0633\u0627\u0632\u06af\u0627\u0631 \u0645\u062a\u0635\u0644 \u0634\u062f\u0647\u200c\u0627\u06cc\u062f.", "pad.modals.userdup.advice": "برای استفاده از این پنجره دوباره وصل شوید.",
"pad.modals.initsocketfail": "\u0633\u0631\u0648\u0631 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a.", "pad.modals.unauth": "مجاز نیست",
"pad.modals.initsocketfail.explanation": "\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0628\u0647 \u0633\u0631\u0648\u0631 \u0647\u0645\u06af\u0627\u0645 \u0633\u0627\u0632\u06cc \u0648\u0635\u0644 \u0634\u062f.", "pad.modals.unauth.explanation": "دسترسی شما در حین مشاهده‌ی این برگه تغییر یافته‌است. دوباره متصل شوید.",
"pad.modals.initsocketfail.cause": "\u0634\u0627\u06cc\u062f \u0627\u06cc\u0646 \u0628\u0647 \u062e\u0627\u0637\u0631 \u0645\u0634\u06a9\u0644\u06cc \u062f\u0631 \u0645\u0631\u0648\u0631\u06af\u0631 \u06cc\u0627 \u0627\u062a\u0635\u0627\u0644 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u0634\u0645\u0627 \u0628\u0627\u0634\u062f.", "pad.modals.looping.explanation": "مشکلاتی ارتباطی با سرور همگام‌سازی وجود دارد.",
"pad.modals.slowcommit": "\u0627\u062a\u0635\u0627\u0644 \u0642\u0637\u0639 \u0634\u062f.", "pad.modals.looping.cause": "شاید شما از طریق یک فایروال یا پروکسی ناسازگار متصل شده‌اید.",
"pad.modals.slowcommit.explanation": "\u0633\u0631\u0648\u0631 \u067e\u0627\u0633\u062e \u0646\u0645\u06cc\u200c\u062f\u0647\u062f.", "pad.modals.initsocketfail": "سرور در دسترس نیست.",
"pad.modals.slowcommit.cause": "\u0627\u06cc\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u062e\u0627\u0637\u0631 \u0645\u0634\u06a9\u0644\u0627\u062a\u06cc \u062f\u0631 \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u0634\u0628\u06a9\u0647 \u0628\u0627\u0634\u062f.", "pad.modals.initsocketfail.explanation": "نمی‌توان به سرور همگام سازی وصل شد.",
"pad.modals.deleted": "\u067e\u0627\u06a9 \u0634\u062f.", "pad.modals.initsocketfail.cause": "شاید این به خاطر مشکلی در مرورگر یا اتصال اینترنتی شما باشد.",
"pad.modals.deleted.explanation": "\u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u067e\u0627\u06a9 \u0634\u062f\u0647\u200c\u0627\u0633\u062a.", "pad.modals.slowcommit.explanation": "سرور پاسخ نمی‌دهد.",
"pad.modals.disconnected": "\u0627\u062a\u0635\u0627\u0644 \u0634\u0645\u0627 \u0642\u0637\u0639 \u0634\u062f\u0647\u200c\u0627\u0633\u062a.", "pad.modals.slowcommit.cause": "این می‌تواند به خاطر مشکلاتی در اتصال به شبکه باشد.",
"pad.modals.disconnected.explanation": "\u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0634\u062f\u0647\u200c\u0627\u0633\u062a.", "pad.modals.badChangeset.explanation": "ویرایشی که شما انجام داده‌اید توسط سرور همگام‌سازی نادرست طیقه‌بندی شده‌است.",
"pad.modals.disconnected.cause": "\u0633\u0631\u0648\u0631 \u0634\u0627\u06cc\u062f \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u0628\u0627\u0634\u062f. \u0627\u06af\u0631 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0628\u0627\u0632 \u0647\u0645 \u0631\u062e \u062f\u0627\u062f \u0645\u0627 \u0631\u0627 \u0622\u06af\u0627\u0647 \u0633\u0627\u0632\u06cc\u062f.", "pad.modals.badChangeset.cause": "این می‌تواند به دلیل پیکربندی اشتباه یا سایر رفتارهای غیرمنتظره باشد. اگر فکر می‌کنید این یک خطا است لطفاً با مدیر خدمت تماس بگیرید. برای ادامهٔ ویرایش سعی کنید که دوباره متصل شوید.",
"pad.share": "\u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u06af\u0630\u0627\u0631\u06cc \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.modals.corruptPad.explanation": "پدی که شما سعی دارید دسترسی پیدا کنید خراب است.",
"pad.share.readonly": "\u0641\u0642\u0637 \u062e\u0648\u0627\u0646\u062f\u0646\u06cc", "pad.modals.corruptPad.cause": "این احتمالاً به دلیل تنظیمات اشتباه کارساز یا سایر رفتارهای غیرمنتظره است. لطفاً با مدیر خدمت تماس حاصل کنید.",
"pad.share.link": "\u067e\u06cc\u0648\u0646\u062f", "pad.modals.deleted": "پاک شد.",
"pad.share.emebdcode": "\u062c\u0627\u0633\u0627\u0632\u06cc \u0646\u0634\u0627\u0646\u06cc", "pad.modals.deleted.explanation": "این دفترچه یادداشت پاک شده‌است.",
"pad.chat": "\u06af\u0641\u062a\u06af\u0648", "pad.modals.disconnected": "اتصال شما قطع شده‌است.",
"pad.chat.title": "\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u06af\u0641\u062a\u06af\u0648 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.modals.disconnected.explanation": "اتصال به سرور قطع شده‌است.",
"timeslider.pageTitle": "\u0627\u0633\u0644\u0627\u06cc\u062f\u0631 \u0632\u0645\u0627\u0646 {{appTitle}}", "pad.modals.disconnected.cause": "ممکن است سرور در دسترس نباشد. اگر این مشکل باز هم رخ داد مدیر حدمت را آگاه کنید.",
"timeslider.toolbar.returnbutton": "\u0628\u0627\u0632\u06af\u0634\u062a \u0628\u0647 \u062f\u0641\u062a\u0631\u0686\u0647 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a", "pad.share": "به اشتراک‌گذاری این دفترچه یادداشت",
"timeslider.toolbar.authors": "\u0646\u0648\u06cc\u0633\u0646\u062f\u06af\u0627\u0646:", "pad.share.readonly": "فقط خواندنی",
"timeslider.toolbar.authorsList": "\u0628\u062f\u0648\u0646 \u0646\u0648\u06cc\u0633\u0646\u062f\u0647", "pad.share.link": "پیوند",
"timeslider.toolbar.exportlink.title": "\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc", "pad.share.emebdcode": "جاسازی نشانی",
"timeslider.exportCurrent": "\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u0646\u06af\u0627\u0631\u0634 \u06a9\u0646\u0648\u0646\u06cc \u0628\u0647 \u0639\u0646\u0648\u0627\u0646:", "pad.chat": "گفتگو",
"timeslider.version": "\u0646\u06af\u0627\u0631\u0634 {{version}}", "pad.chat.title": "بازکردن گفتگو برای این دفترچه یادداشت",
"timeslider.saved": "{{month}} {{day}}\u060c {{year}} \u0630\u062e\u06cc\u0631\u0647 \u0634\u062f", "pad.chat.loadmessages": "بارگیری پیام‌های بیشتر",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.pageTitle": "لغزندهٔ زمان {{appTitle}}",
"timeslider.month.january": "\u0698\u0627\u0646\u0648\u06cc\u0647", "timeslider.toolbar.returnbutton": "بازگشت به دفترچه یادداشت",
"timeslider.month.february": "\u0641\u0628\u0631\u06cc\u0647", "timeslider.toolbar.authors": "نویسندگان:",
"timeslider.month.march": "\u0645\u0627\u0631\u0686", "timeslider.toolbar.authorsList": "بدون نویسنده",
"timeslider.month.april": "\u0622\u067e\u0631\u06cc\u0644", "timeslider.toolbar.exportlink.title": "برون‌ریزی",
"timeslider.month.may": "\u0645\u06cc", "timeslider.exportCurrent": "برون‌ریزی نگارش کنونی به عنوان:",
"timeslider.month.june": "\u0698\u0648\u0626\u0646", "timeslider.version": "نگارش {{version}}",
"timeslider.month.july": "\u062c\u0648\u0644\u0627\u06cc", "timeslider.saved": "{{month}} {{day}}، {{year}} ذخیره شد",
"timeslider.month.august": "\u0622\u06af\u0648\u0633\u062a", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.september": "\u0633\u067e\u062a\u0627\u0645\u0628\u0631", "timeslider.month.january": "ژانویه",
"timeslider.month.october": "\u0627\u06a9\u062a\u0628\u0631", "timeslider.month.february": "فبریه",
"timeslider.month.november": "\u0646\u0648\u0627\u0645\u0628\u0631", "timeslider.month.march": "مارچ",
"timeslider.month.december": "\u062f\u0633\u0627\u0645\u0628\u0631", "timeslider.month.april": "آپریل",
"pad.savedrevs.marked": "\u0627\u06cc\u0646 \u0628\u0627\u0632\u0646\u0648\u06cc\u0633\u06cc \u0647\u0645 \u0627\u06a9\u0646\u0648\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0630\u062e\u06cc\u0631\u0647 \u0634\u062f\u0647 \u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc \u0634\u062f", "timeslider.month.may": "می",
"pad.userlist.entername": "\u0646\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f", "timeslider.month.june": "ژوئن",
"pad.userlist.unnamed": "\u0628\u062f\u0648\u0646 \u0646\u0627\u0645", "timeslider.month.july": "جولای",
"pad.userlist.guest": "\u0645\u0647\u0645\u0627\u0646", "timeslider.month.august": "آگوست",
"pad.userlist.deny": "\u0631\u062f \u06a9\u0631\u062f\u0646", "timeslider.month.september": "سپتامبر",
"pad.userlist.approve": "\u067e\u0630\u06cc\u0631\u0641\u062a\u0646", "timeslider.month.october": "اکتبر",
"pad.editbar.clearcolors": "\u0631\u0646\u06af \u0646\u0648\u06cc\u0633\u0646\u062f\u06af\u06cc \u0627\u0632 \u0647\u0645\u0647\u200c\u06cc \u0633\u0646\u062f \u067e\u0627\u06a9 \u0634\u0648\u062f\u061f", "timeslider.month.november": "نوامبر",
"pad.impexp.importbutton": "\u0647\u0645 \u0627\u06a9\u0646\u0648\u0646 \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u06a9\u0646", "timeslider.month.december": "دسامبر",
"pad.impexp.importing": "\u062f\u0631 \u062d\u0627\u0644 \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc...", "timeslider.unnamedauthors": "{{num}} نویسندهٔ بی‌نام",
"pad.impexp.confirmimport": "\u0628\u0627 \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u06cc\u06a9 \u0641\u0627\u06cc\u0644 \u0646\u0648\u0634\u062a\u0647\u200c\u06cc \u06a9\u0646\u0648\u0646\u06cc \u062f\u0641\u062a\u0631\u0686\u0647 \u067e\u0627\u06a9 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0622\u06cc\u0627 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u062f\u0627\u0645\u0647 \u062f\u0647\u06cc\u062f\u061f", "pad.savedrevs.marked": "این بازنویسی هم اکنون به عنوان ذخیره شده علامت‌گذاری شد",
"pad.impexp.convertFailed": "\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0627\u06cc\u0646 \u0641\u0627\u06cc\u0644 \u0631\u0627 \u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u06a9\u0646\u06cc\u0645. \u062e\u0648\u0627\u0647\u0634\u0645\u0646\u062f\u06cc\u0645 \u0642\u0627\u0644\u0628 \u062f\u06cc\u06af\u0631\u06cc \u0628\u0631\u0627\u06cc \u0633\u0646\u062f\u062a\u0627\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u06cc\u0627 \u0628\u0635\u0648\u0631\u062a \u062f\u0633\u062a\u06cc \u0622\u0646\u0631\u0627 \u06a9\u067e\u06cc \u06a9\u0646\u06cc\u062f", "pad.userlist.entername": "نام خود را بنویسید",
"pad.impexp.uploadFailed": "\u0622\u067e\u0644\u0648\u062f \u0627\u0646\u062c\u0627\u0645 \u0646\u0634\u062f\u060c \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f", "pad.userlist.unnamed": "بدون نام",
"pad.impexp.importfailed": "\u062f\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u0634\u062f", "pad.userlist.guest": "مهمان",
"pad.impexp.copypaste": "\u06a9\u067e\u06cc \u067e\u06cc\u0633\u062a \u06a9\u0646\u06cc\u062f", "pad.userlist.deny": "رد کردن",
"pad.impexp.exportdisabled": "\u0628\u0631\u0648\u0646\u200c\u0631\u06cc\u0632\u06cc \u0628\u0627 \u0642\u0627\u0644\u0628 {{type}} \u0627\u0632 \u06a9\u0627\u0631 \u0627\u0641\u062a\u0627\u062f\u0647 \u0627\u0633\u062a. \u0628\u0631\u0627\u06cc \u062c\u0632\u0626\u06cc\u0627\u062a \u0628\u06cc\u0634\u062a\u0631 \u0628\u0627 \u0645\u062f\u06cc\u0631 \u0633\u06cc\u0633\u062a\u0645\u062a\u0627\u0646 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f." "pad.userlist.approve": "پذیرفتن",
"pad.editbar.clearcolors": "رنگ نویسندگی از همه‌ی سند پاک شود؟",
"pad.impexp.importbutton": "هم اکنون درون‌ریزی کن",
"pad.impexp.importing": "در حال درون‌ریزی...",
"pad.impexp.confirmimport": "با درون‌ریزی یک فایل نوشته‌ی کنونی دفترچه پاک می‌شود. آیا می‌خواهید ادامه دهید؟",
"pad.impexp.convertFailed": "ما نمی‌توانیم این فایل را درون‌ریزی کنیم. خواهشمندیم قالب دیگری برای سندتان انتخاب کرده یا بصورت دستی آنرا کپی کنید",
"pad.impexp.uploadFailed": "آپلود انجام نشد، دوباره تلاش کنید",
"pad.impexp.importfailed": "درون‌ریزی انجام نشد",
"pad.impexp.copypaste": "کپی پیست کنید",
"pad.impexp.exportdisabled": "برون‌ریزی با قالب {{type}} از کار افتاده است. برای جزئیات بیشتر با مدیر سیستمتان تماس بگیرید."
} }

View File

@ -1,125 +1,129 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Artnay", "0": "Artnay",
"1": "Jl", "1": "Jl",
"2": "Nedergard", "2": "Lliehu",
"3": "Nike", "3": "Nedergard",
"5": "Veikk0.ma", "4": "Nike",
"6": "VezonThunder" "6": "Stryn",
} "7": "Veikk0.ma",
}, "8": "VezonThunder"
"index.newPad": "Uusi muistio", }
"index.createOpenPad": "tai luo tai avaa muistio nimell\u00e4:", },
"pad.toolbar.bold.title": "Lihavointi (Ctrl-B)", "index.newPad": "Uusi muistio",
"pad.toolbar.italic.title": "Kursivointi (Ctrl-I)", "index.createOpenPad": "tai luo tai avaa muistio nimellä:",
"pad.toolbar.underline.title": "Alleviivaus (Ctrl-U)", "pad.toolbar.bold.title": "Lihavointi (Ctrl-B)",
"pad.toolbar.strikethrough.title": "Yliviivaus", "pad.toolbar.italic.title": "Kursivointi (Ctrl-I)",
"pad.toolbar.ol.title": "Numeroitu lista", "pad.toolbar.underline.title": "Alleviivaus (Ctrl-U)",
"pad.toolbar.ul.title": "Numeroimaton lista", "pad.toolbar.strikethrough.title": "Yliviivaus",
"pad.toolbar.indent.title": "Sisenn\u00e4", "pad.toolbar.ol.title": "Numeroitu lista",
"pad.toolbar.unindent.title": "Ulonna", "pad.toolbar.ul.title": "Numeroimaton lista",
"pad.toolbar.undo.title": "Kumoa (Ctrl-Z)", "pad.toolbar.indent.title": "Sisennä",
"pad.toolbar.redo.title": "Tee uudelleen (Ctrl-Y)", "pad.toolbar.unindent.title": "Ulonna",
"pad.toolbar.clearAuthorship.title": "Poista kirjoittajav\u00e4rit", "pad.toolbar.undo.title": "Kumoa (Ctrl-Z)",
"pad.toolbar.import_export.title": "Tuo tai vie eri tiedostomuodoista tai -muotoihin", "pad.toolbar.redo.title": "Tee uudelleen (Ctrl-Y)",
"pad.toolbar.timeslider.title": "Aikajana", "pad.toolbar.clearAuthorship.title": "Poista kirjoittajavärit",
"pad.toolbar.savedRevision.title": "Tallennetut versiot", "pad.toolbar.import_export.title": "Tuo tai vie eri tiedostomuodoista tai -muotoihin",
"pad.toolbar.settings.title": "Asetukset", "pad.toolbar.timeslider.title": "Aikajana",
"pad.toolbar.embed.title": "Upota muistio", "pad.toolbar.savedRevision.title": "Tallenna muutos",
"pad.toolbar.showusers.title": "N\u00e4yt\u00e4 muistion k\u00e4ytt\u00e4j\u00e4t", "pad.toolbar.settings.title": "Asetukset",
"pad.colorpicker.save": "Tallenna", "pad.toolbar.embed.title": "Jaa ja upota muistio",
"pad.colorpicker.cancel": "Peruuta", "pad.toolbar.showusers.title": "Näytä muistion käyttäjät",
"pad.loading": "Ladataan\u2026", "pad.colorpicker.save": "Tallenna",
"pad.passwordRequired": "T\u00e4m\u00e4 muistio on suojattu salasanalla.", "pad.colorpicker.cancel": "Peruuta",
"pad.permissionDenied": "K\u00e4ytt\u00f6oikeutesi eiv\u00e4t riit\u00e4 t\u00e4m\u00e4n muistion k\u00e4ytt\u00e4miseen.", "pad.loading": "Ladataan…",
"pad.wrongPassword": "V\u00e4\u00e4r\u00e4 salasana", "pad.passwordRequired": "Tämä muistio on suojattu salasanalla.",
"pad.settings.padSettings": "Muistion asetukset", "pad.permissionDenied": "Käyttöoikeutesi eivät riitä tämän muistion käyttämiseen.",
"pad.settings.myView": "Oma n\u00e4kym\u00e4", "pad.wrongPassword": "Väärä salasana",
"pad.settings.stickychat": "Keskustelu aina n\u00e4kyviss\u00e4", "pad.settings.padSettings": "Muistion asetukset",
"pad.settings.colorcheck": "Kirjoittajav\u00e4rit", "pad.settings.myView": "Oma näkymä",
"pad.settings.linenocheck": "Rivinumerot", "pad.settings.stickychat": "Keskustelu aina näkyvissä",
"pad.settings.fontType": "Kirjasintyyppi:", "pad.settings.colorcheck": "Kirjoittajavärit",
"pad.settings.fontType.normal": "normaali", "pad.settings.linenocheck": "Rivinumerot",
"pad.settings.fontType.monospaced": "tasalevyinen", "pad.settings.rtlcheck": "Luetaanko sisältö oikealta vasemmalle?",
"pad.settings.globalView": "Yleisn\u00e4kym\u00e4", "pad.settings.fontType": "Kirjasintyyppi:",
"pad.settings.language": "Kieli:", "pad.settings.fontType.normal": "normaali",
"pad.importExport.import_export": "Tuonti\/vienti", "pad.settings.fontType.monospaced": "tasalevyinen",
"pad.importExport.import": "L\u00e4het\u00e4 mik\u00e4 tahansa tekstitiedosto tai asiakirja", "pad.settings.globalView": "Yleisnäkymä",
"pad.importExport.importSuccessful": "Onnistui!", "pad.settings.language": "Kieli:",
"pad.importExport.export": "Vie muistio muodossa:", "pad.importExport.import_export": "Tuonti/vienti",
"pad.importExport.exporthtml": "HTML", "pad.importExport.import": "Lähetä mikä tahansa tekstitiedosto tai asiakirja",
"pad.importExport.exportplain": "Muotoilematon teksti", "pad.importExport.importSuccessful": "Onnistui!",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.export": "Vie muistio muodossa:",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportplain": "Muotoilematon teksti",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.abiword.innerHTML": "Tuonti on tuettu vain HTML- ja raakatekstitiedostoista. Lis\u00e4tietoja tuonnin lis\u00e4asetuksista on sivulla <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">install abiword<\/a>.", "pad.importExport.exportpdf": "PDF",
"pad.modals.connected": "Yhdistetty.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.reconnecting": "Muodostetaan yhteytt\u00e4 muistioon uudelleen...", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.forcereconnect": "Pakota yhdist\u00e4m\u00e4\u00e4n uudelleen", "pad.importExport.abiword.innerHTML": "Tuonti on tuettu vain HTML- ja raakatekstitiedostoista. Lisätietoja tuonnin lisäasetuksista on sivulla \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstall abiword\u003C/a\u003E.",
"pad.modals.userdup": "Avattu toisessa ikkunassa", "pad.modals.connected": "Yhdistetty.",
"pad.modals.userdup.explanation": "T\u00e4m\u00e4 muistio vaikuttaa olevan avoinna useammassa eri selainikkunassa t\u00e4ll\u00e4 koneella.", "pad.modals.reconnecting": "Muodostetaan yhteyttä muistioon uudelleen...",
"pad.modals.userdup.advice": "Yhdist\u00e4 uudelleen, jos haluat k\u00e4ytt\u00e4\u00e4 t\u00e4t\u00e4 ikkunaa.", "pad.modals.forcereconnect": "Pakota yhdistämään uudelleen",
"pad.modals.unauth": "Oikeudet eiv\u00e4t riit\u00e4", "pad.modals.userdup": "Avattu toisessa ikkunassa",
"pad.modals.unauth.explanation": "K\u00e4ytt\u00f6oikeutesi ovat muuttuneet katsellessasi t\u00e4t\u00e4 sivua. Yrit\u00e4 yhdist\u00e4\u00e4 uudelleen.", "pad.modals.userdup.explanation": "Tämä muistio vaikuttaa olevan avoinna useammassa eri selainikkunassa tällä koneella.",
"pad.modals.looping": "Yhteys katkaistu.", "pad.modals.userdup.advice": "Yhdistä uudelleen, jos haluat käyttää tätä ikkunaa.",
"pad.modals.looping.explanation": "Synkronointipalvelimen kanssa on yhteysongelmia.", "pad.modals.unauth": "Oikeudet eivät riitä",
"pad.modals.looping.cause": "Yhteytesi on mahdollisesti muodostettu yhteensopimattoman palomuurin tai v\u00e4lityspalvelimen kautta.", "pad.modals.unauth.explanation": "Käyttöoikeutesi ovat muuttuneet katsellessasi tätä sivua. Yritä yhdistää uudelleen.",
"pad.modals.initsocketfail": "Palvelimeen ei saada yhteytt\u00e4.", "pad.modals.looping.explanation": "Synkronointipalvelimen kanssa on yhteysongelmia.",
"pad.modals.initsocketfail.explanation": "Synkronointipalvelimeen ei saatu yhteytt\u00e4.", "pad.modals.looping.cause": "Yhteytesi on mahdollisesti muodostettu yhteensopimattoman palomuurin tai välityspalvelimen kautta.",
"pad.modals.initsocketfail.cause": "T\u00e4m\u00e4 johtuu mit\u00e4 luultavimmin selaimestasi tai verkkoyhteydest\u00e4si.", "pad.modals.initsocketfail": "Palvelimeen ei saada yhteyttä.",
"pad.modals.slowcommit": "Yhteys katkaistu.", "pad.modals.initsocketfail.explanation": "Synkronointipalvelimeen ei saatu yhteyttä.",
"pad.modals.slowcommit.explanation": "Palvelin ei vastaa.", "pad.modals.initsocketfail.cause": "Tämä johtuu mitä luultavimmin selaimestasi tai verkkoyhteydestäsi.",
"pad.modals.slowcommit.cause": "T\u00e4m\u00e4 saattaa johtua verkkoyhteyden ongelmista.", "pad.modals.slowcommit.explanation": "Palvelin ei vastaa.",
"pad.modals.deleted": "Poistettu.", "pad.modals.slowcommit.cause": "Tämä saattaa johtua verkkoyhteyden ongelmista.",
"pad.modals.deleted.explanation": "T\u00e4m\u00e4 muistio on poistettu.", "pad.modals.badChangeset.explanation": "Tekemäsi muutos määritettiin sääntöjen vastaiseksi synkronointipalvelimen toimesta.",
"pad.modals.disconnected": "Yhteytesi on katkaistu.", "pad.modals.badChangeset.cause": "Tämä saattaa johtua virheellisistä palvelinmäärityksistä tai muusta odottamattomasta toiminnasta. Ota yhteys palvelun ylläpitäjään, jos kyseessä on mielestäsi virhe. Yritä jatkaa muokkausta yhdistämällä uudelleen.",
"pad.modals.disconnected.explanation": "Yhteys palvelimeen katkesi", "pad.modals.corruptPad.explanation": "Muistio jota yrität avata on vioittunut.",
"pad.modals.disconnected.cause": "Palvelin saattaa olla k\u00e4ytt\u00e4m\u00e4tt\u00f6miss\u00e4. Ilmoitathan meille, jos t\u00e4m\u00e4 ongelma toistuu.", "pad.modals.corruptPad.cause": "Tämä saattaa johtua virheellisistä palvelinmäärityksistä tai muusta odottamattomasta toiminnasta. Ota yhteys palvelun ylläpitäjään.",
"pad.share": "Jaa muistio", "pad.modals.deleted": "Poistettu.",
"pad.share.readonly": "Vain luku", "pad.modals.deleted.explanation": "Tämä muistio on poistettu.",
"pad.share.link": "Linkki", "pad.modals.disconnected": "Yhteytesi on katkaistu.",
"pad.share.emebdcode": "Upotusosoite", "pad.modals.disconnected.explanation": "Yhteys palvelimeen katkesi",
"pad.chat": "Keskustelu", "pad.modals.disconnected.cause": "Palvelin saattaa olla tavoittamattomissa. Ilmoita palvelun ylläpitäjälle, jos tilanne toistuu usein.",
"pad.chat.title": "Avaa keskustelu nykyisest\u00e4 muistiosta.", "pad.share": "Jaa muistio",
"pad.chat.loadmessages": "Lataa lis\u00e4\u00e4 viestej\u00e4", "pad.share.readonly": "Vain luku",
"timeslider.pageTitle": "{{appTitle}} -aikajana", "pad.share.link": "Linkki",
"timeslider.toolbar.returnbutton": "Palaa muistioon", "pad.share.emebdcode": "Upotusosoite",
"timeslider.toolbar.authors": "Tekij\u00e4t:", "pad.chat": "Keskustelu",
"timeslider.toolbar.authorsList": "Ei tekij\u00f6it\u00e4", "pad.chat.title": "Avaa keskustelu nykyisestä muistiosta.",
"timeslider.toolbar.exportlink.title": "Vie", "pad.chat.loadmessages": "Lataa lisää viestejä",
"timeslider.exportCurrent": "Vie nykyinen versio muodossa:", "timeslider.pageTitle": "{{appTitle}} -aikajana",
"timeslider.version": "Versio {{version}}", "timeslider.toolbar.returnbutton": "Palaa muistioon",
"timeslider.saved": "Tallennettu {{day}}. {{month}}ta {{year}}", "timeslider.toolbar.authors": "Tekijät:",
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authorsList": "Ei tekijöitä",
"timeslider.month.january": "tammikuu", "timeslider.toolbar.exportlink.title": "Vie",
"timeslider.month.february": "helmikuu", "timeslider.exportCurrent": "Vie nykyinen versio muodossa:",
"timeslider.month.march": "maaliskuu", "timeslider.version": "Versio {{version}}",
"timeslider.month.april": "huhtikuu", "timeslider.saved": "Tallennettu {{day}}. {{month}}ta {{year}}",
"timeslider.month.may": "toukokuu", "timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.june": "kes\u00e4kuu", "timeslider.month.january": "tammikuu",
"timeslider.month.july": "hein\u00e4kuu", "timeslider.month.february": "helmikuu",
"timeslider.month.august": "elokuu", "timeslider.month.march": "maaliskuu",
"timeslider.month.september": "syyskuu", "timeslider.month.april": "huhtikuu",
"timeslider.month.october": "lokakuu", "timeslider.month.may": "toukokuu",
"timeslider.month.november": "marraskuu", "timeslider.month.june": "kesäkuu",
"timeslider.month.december": "joulukuu", "timeslider.month.july": "heinäkuu",
"timeslider.unnamedauthor": "{{num}} nimet\u00f6n tekij\u00e4", "timeslider.month.august": "elokuu",
"timeslider.unnamedauthors": "{{num}} nimet\u00f6nt\u00e4 tekij\u00e4\u00e4", "timeslider.month.september": "syyskuu",
"pad.savedrevs.marked": "T\u00e4m\u00e4 versio on nyt merkitty tallennetuksi versioksi", "timeslider.month.october": "lokakuu",
"pad.userlist.entername": "Kirjoita nimesi", "timeslider.month.november": "marraskuu",
"pad.userlist.unnamed": "nimet\u00f6n", "timeslider.month.december": "joulukuu",
"pad.userlist.guest": "Vieras", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: nimetön tekijä, other: nimetöntä tekijää ]}",
"pad.userlist.deny": "Est\u00e4", "pad.savedrevs.marked": "Tämä versio on nyt merkitty tallennetuksi versioksi",
"pad.userlist.approve": "Hyv\u00e4ksy", "pad.userlist.entername": "Kirjoita nimesi",
"pad.editbar.clearcolors": "Poistetaanko asiakirjasta tekij\u00e4v\u00e4rit?", "pad.userlist.unnamed": "nimetön",
"pad.impexp.importbutton": "Tuo nyt", "pad.userlist.guest": "Vieras",
"pad.impexp.importing": "Tuodaan...", "pad.userlist.deny": "Estä",
"pad.impexp.confirmimport": "Tiedoston tuonti korvaa kaiken muistiossa olevan tekstin. Haluatko varmasti jatkaa?", "pad.userlist.approve": "Hyväksy",
"pad.impexp.convertFailed": "TIedoston tuonti ep\u00e4onnistui. K\u00e4yt\u00e4 eri tiedostomuotoa tai kopioi ja liit\u00e4 k\u00e4sin.", "pad.editbar.clearcolors": "Poistetaanko asiakirjasta tekijävärit?",
"pad.impexp.uploadFailed": "L\u00e4hetys ep\u00e4onnistui. Yrit\u00e4 uudelleen.", "pad.impexp.importbutton": "Tuo nyt",
"pad.impexp.importfailed": "Tuonti ep\u00e4onnistui", "pad.impexp.importing": "Tuodaan...",
"pad.impexp.copypaste": "Kopioi ja liit\u00e4", "pad.impexp.confirmimport": "Tiedoston tuonti korvaa kaiken muistiossa olevan tekstin. Haluatko varmasti jatkaa?",
"pad.impexp.exportdisabled": "Vienti muotoon \"{{type}}\" ei ole k\u00e4yt\u00f6ss\u00e4. Ota yhteys yll\u00e4pit\u00e4j\u00e4\u00e4n saadaksesi lis\u00e4tietoja." "pad.impexp.convertFailed": "TIedoston tuonti epäonnistui. Käytä eri tiedostomuotoa tai kopioi ja liitä käsin.",
"pad.impexp.uploadFailed": "Lähetys epäonnistui. Yritä uudelleen.",
"pad.impexp.importfailed": "Tuonti epäonnistui",
"pad.impexp.copypaste": "Kopioi ja liitä",
"pad.impexp.exportdisabled": "Vienti muotoon \"{{type}}\" ei ole käytössä. Ota yhteys ylläpitäjään saadaksesi lisätietoja."
} }

94
src/locales/fo.json Normal file
View File

@ -0,0 +1,94 @@
{
"@metadata": {
"authors": [
"EileenSanda"
]
},
"index.newPad": "Nýggjur teldil",
"pad.toolbar.bold.title": "Við feitum (Ctrl-B)",
"pad.toolbar.italic.title": "Skráskrift (Ctrl-I)",
"pad.toolbar.underline.title": "Undirstrikað (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Gjøgnumstrikað",
"pad.toolbar.ol.title": "Bíleggingarlisti",
"pad.toolbar.undo.title": "Angra (Ctrl-Z)",
"pad.toolbar.redo.title": "Ger umaftur (Ctrl-Y)",
"pad.toolbar.import_export.title": "Innflyt/Útflyt frá/til ymiskar fílustøddir",
"pad.toolbar.savedRevision.title": "Goym Endurskoðan",
"pad.toolbar.settings.title": "Innstillingar",
"pad.toolbar.embed.title": "Deil og Innset henda pad'in",
"pad.toolbar.showusers.title": "Vís brúkarar á hesum paddi",
"pad.colorpicker.save": "Goym",
"pad.colorpicker.cancel": "Ógilda",
"pad.loading": "Løðir...",
"pad.passwordRequired": "Tú hevur brúk fyri einum loyniorði fyri at fáa atgongd til henda paddin",
"pad.permissionDenied": "Tú hevur ikki loyvi til at fáa atgongd til henda paddin",
"pad.wrongPassword": "Títt loyniorð var skeivt",
"pad.settings.padSettings": "Pad innstillingar",
"pad.settings.myView": "Mín sýning",
"pad.settings.stickychat": "Kjatta altíð á skerminum",
"pad.settings.colorcheck": "Litir hjá rithøvundaskapinum",
"pad.settings.linenocheck": "Linjunummur",
"pad.settings.rtlcheck": "Vil tú lesa innihaldið frá høgru til vinstu?",
"pad.settings.fontType": "Skriftslag:",
"pad.settings.fontType.normal": "Vanligt",
"pad.settings.fontType.monospaced": "Føst breidd",
"pad.settings.globalView": "Global sýning",
"pad.settings.language": "Mál:",
"pad.importExport.import_export": "Innflyt/Útflyt",
"pad.importExport.import": "Legg út onkra tekstfílu ella dokument",
"pad.importExport.importSuccessful": "Tað eydnaðist!",
"pad.importExport.export": "Útflyt verandi pad sum:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Einfaldur tekstur",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Opið Dokument Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Tú kanst bert innflyta frá einføldum teksti ella html formatum. Fyri funksjónir til innflytan fyri víðarikomin vinarliga \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstallera abiword\u003C/a\u003E.",
"pad.modals.connected": "Tú hevur samband.",
"pad.modals.reconnecting": "Roynir aftur at fáa samband við tín pad..",
"pad.modals.forcereconnect": "Tvinga endurstovnan av sambandi.",
"pad.modals.userdup": "Er latið upp í øðrum vindeyga",
"pad.modals.userdup.explanation": "Tað sær út til at hesin paddurin er latin upp í meira enn einum brovsara vindeyga á hesari telduni.",
"pad.modals.userdup.advice": "Endurstovna sambandi fyri at nýta hetta vindeyga í staðin.",
"pad.modals.unauth": "Er ikki loyvt",
"pad.modals.unauth.explanation": "Tíni loyvi eru broytt, meðan tú hevur hugt at hesi síðuni. Royn og endurstovna sambandi.",
"pad.modals.initsocketfail": "Ambætarin er óatkomuligur.",
"pad.modals.initsocketfail.cause": "Hetta skyldast mest sannlíkt ein trupulleika við tínum kaga/brovsara ella við tínum internetsambandi.",
"pad.modals.slowcommit.explanation": "Ambætarin (servarin) svarar ikki.",
"pad.modals.slowcommit.cause": "Hetta kann skyldast trupulleikar við netverkssambandinum.",
"pad.modals.deleted": "Er strikað.",
"pad.modals.deleted.explanation": "Hesin paddurin er fluttur.",
"pad.modals.disconnected": "Tú hevur mist sambandi.",
"pad.modals.disconnected.explanation": "Sambandið til ambætarin er avbrotið",
"pad.share": "Deil henda paddin",
"pad.share.readonly": "Vart fyri skriving",
"pad.share.link": "Slóð",
"timeslider.toolbar.returnbutton": "Vend aftur til pad'in",
"timeslider.toolbar.authors": "Høvundar:",
"timeslider.toolbar.authorsList": "Ongir høvundar",
"timeslider.toolbar.exportlink.title": "Útflyt",
"timeslider.exportCurrent": "Útflyt hesa versjóna sum:",
"timeslider.version": "Versjón {{version}}",
"timeslider.saved": "Goymt {{month}} {{day}}, {{year}}",
"timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Januar",
"timeslider.month.february": "Februar",
"timeslider.month.march": "Mars",
"timeslider.month.april": "Apríl",
"timeslider.month.may": "Mai",
"timeslider.month.june": "Juni",
"timeslider.month.july": "Juli",
"timeslider.month.august": "August",
"timeslider.month.september": "September",
"timeslider.month.october": "October",
"timeslider.month.november": "November",
"timeslider.month.december": "Desember",
"timeslider.unnamedauthors": "{{num}} {[plural(num) one: ónevndur rithøvundur, other: ónevndir rithøvundar ]}",
"pad.savedrevs.marked": "Henda endurskoðanin er nú merkt sum ein goymd endurskoðan",
"pad.userlist.entername": "Skriva títt navn",
"pad.userlist.unnamed": "ikki-navngivið",
"pad.userlist.guest": "Gestur",
"pad.userlist.deny": "Nokta",
"pad.userlist.approve": "Góðkenn"
}

View File

@ -1,129 +1,136 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Cquoi", "0": "Cquoi",
"1": "Crochet.david", "1": "Crochet.david",
"2": "Gomoko", "2": "Gomoko",
"3": "Goofy", "3": "Goofy",
"4": "Goofy-bz", "4": "Goofy-bz",
"5": "Jean-Fr\u00e9d\u00e9ric", "5": "Jean-Frédéric",
"6": "Leviathan", "6": "Leviathan",
"7": "McDutchie", "7": "McDutchie",
"8": "Od1n", "8": "Metroitendo",
"10": "Tux-tn" "9": "Od1n",
} "10": "Peter17",
}, "11": "Quenenni",
"index.newPad": "Nouveau Pad", "12": "Rastus Vernon",
"index.createOpenPad": "ou cr\u00e9er\/ouvrir un Pad intitul\u00e9 :", "14": "Stephane Cottin",
"pad.toolbar.bold.title": "Gras (Ctrl-B)", "15": "Tux-tn"
"pad.toolbar.italic.title": "Italique (Ctrl-I)", }
"pad.toolbar.underline.title": "Soulign\u00e9 (Ctrl-U)", },
"pad.toolbar.strikethrough.title": "Barr\u00e9", "index.newPad": "Nouveau pad",
"pad.toolbar.ol.title": "Liste ordonn\u00e9e", "index.createOpenPad": "ou créer/ouvrir un pad intitulé :",
"pad.toolbar.ul.title": "Liste \u00e0 puces", "pad.toolbar.bold.title": "Gras (Ctrl-B)",
"pad.toolbar.indent.title": "Indenter", "pad.toolbar.italic.title": "Italique (Ctrl-I)",
"pad.toolbar.unindent.title": "D\u00e9sindenter", "pad.toolbar.underline.title": "Souligné (Ctrl-U)",
"pad.toolbar.undo.title": "Annuler (Ctrl-Z)", "pad.toolbar.strikethrough.title": "Barré",
"pad.toolbar.redo.title": "R\u00e9tablir (Ctrl-Y)", "pad.toolbar.ol.title": "Liste ordonnée",
"pad.toolbar.clearAuthorship.title": "Effacer les couleurs identifiant les auteurs", "pad.toolbar.ul.title": "Liste non ordonnée",
"pad.toolbar.import_export.title": "Importer\/Exporter de\/vers un format de fichier diff\u00e9rent", "pad.toolbar.indent.title": "Indenter",
"pad.toolbar.timeslider.title": "Historique dynamique", "pad.toolbar.unindent.title": "Désindenter",
"pad.toolbar.savedRevision.title": "Versions enregistr\u00e9es", "pad.toolbar.undo.title": "Annuler (Ctrl-Z)",
"pad.toolbar.settings.title": "Param\u00e8tres", "pad.toolbar.redo.title": "Rétablir (Ctrl-Y)",
"pad.toolbar.embed.title": "Int\u00e9grer ce Pad", "pad.toolbar.clearAuthorship.title": "Effacer les couleurs identifiant les auteurs",
"pad.toolbar.showusers.title": "Afficher les utilisateurs du Pad", "pad.toolbar.import_export.title": "Importer/Exporter de/vers un format de fichier différent",
"pad.colorpicker.save": "Enregistrer", "pad.toolbar.timeslider.title": "Historique dynamique",
"pad.colorpicker.cancel": "Annuler", "pad.toolbar.savedRevision.title": "Enregistrer la révision",
"pad.loading": "Chargement\u2026", "pad.toolbar.settings.title": "Paramètres",
"pad.passwordRequired": "Vous avez besoin d'un mot de passe pour acc\u00e9der \u00e0 ce Pad", "pad.toolbar.embed.title": "Partager et intégrer ce pad",
"pad.permissionDenied": "Il ne vous est pas permis d\u2019acc\u00e9der \u00e0 ce Pad", "pad.toolbar.showusers.title": "Afficher les utilisateurs du pad",
"pad.wrongPassword": "Mot de passe incorrect", "pad.colorpicker.save": "Enregistrer",
"pad.settings.padSettings": "Param\u00e8tres du Pad", "pad.colorpicker.cancel": "Annuler",
"pad.settings.myView": "Ma vue", "pad.loading": "Chargement…",
"pad.settings.stickychat": "Toujours afficher le chat", "pad.passwordRequired": "Vous avez besoin d'un mot de passe pour accéder à ce pad",
"pad.settings.colorcheck": "Couleurs d\u2019identification", "pad.permissionDenied": "Il ne vous est pas permis daccéder à ce pad",
"pad.settings.linenocheck": "Num\u00e9ros de lignes", "pad.wrongPassword": "Votre mot de passe est incorrect",
"pad.settings.fontType": "Type de police :", "pad.settings.padSettings": "Paramètres du pad",
"pad.settings.fontType.normal": "Normal", "pad.settings.myView": "Ma vue",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.stickychat": "Toujours afficher le chat",
"pad.settings.globalView": "Vue d\u2019ensemble", "pad.settings.colorcheck": "Couleurs didentification",
"pad.settings.language": "Langue :", "pad.settings.linenocheck": "Numéros de lignes",
"pad.importExport.import_export": "Importer\/Exporter", "pad.settings.rtlcheck": "Lecture de droite à gauche",
"pad.importExport.import": "Charger un texte ou un document", "pad.settings.fontType": "Police :",
"pad.importExport.importSuccessful": "R\u00e9ussi!", "pad.settings.fontType.normal": "Normal",
"pad.importExport.export": "Exporter le Pad actuel comme :", "pad.settings.fontType.monospaced": "Monospace",
"pad.importExport.exporthtml": "HTML", "pad.settings.globalView": "Vue densemble",
"pad.importExport.exportplain": "Texte brut", "pad.settings.language": "Langue :",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import_export": "Importer/Exporter",
"pad.importExport.exportpdf": "PDF", "pad.importExport.import": "Charger un texte ou un document",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.importSuccessful": "Réussi!",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.export": "Exporter le pad actuel comme :",
"pad.importExport.abiword.innerHTML": "Vous ne pouvez importer que des formats texte brut ou html. Pour des fonctionnalit\u00e9s d'importation plus \u00e9volu\u00e9es, veuillez <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installer abiword<\/a>.", "pad.importExport.exporthtml": "HTML",
"pad.modals.connected": "Connect\u00e9.", "pad.importExport.exportplain": "Texte brut",
"pad.modals.reconnecting": "Reconnexion vers votre Pad...", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.forcereconnect": "Forcer la reconnexion.", "pad.importExport.exportpdf": "PDF",
"pad.modals.userdup": "Ouvert dans une autre fen\u00eatre", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.userdup.explanation": "Il semble que ce Pad soit ouvert dans plusieurs fen\u00eatres de votre navigateur sur cet ordinateur.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup.advice": "Se reconnecter en utilisant cette fen\u00eatre.", "pad.importExport.abiword.innerHTML": "Vous ne pouvez importer que des formats texte brut ou html. Pour des fonctionnalités d'importation plus évoluées, veuillez \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstaller abiword\u003C/a\u003E.",
"pad.modals.unauth": "Non autoris\u00e9", "pad.modals.connected": "Connecté.",
"pad.modals.unauth.explanation": "Vos permissions ont \u00e9t\u00e9 chang\u00e9es lors de l'affichage de cette page. Essayez de vous reconnecter.", "pad.modals.reconnecting": "Reconnexion vers votre pad...",
"pad.modals.looping": "D\u00e9connect\u00e9.", "pad.modals.forcereconnect": "Forcer la reconnexion",
"pad.modals.looping.explanation": "Nous \u00e9prouvons un probl\u00e8me de communication au serveur de synchronisation.", "pad.modals.userdup": "Ouvert dans une autre fenêtre",
"pad.modals.looping.cause": "Il est possible que votre connexion soit prot\u00e9g\u00e9e par un pare-feu incompatible ou un serveur proxy incompatible.", "pad.modals.userdup.explanation": "Ce pad semble être ouvert dans plus d'une fenêtre de navigateur sur cet ordinateur.",
"pad.modals.initsocketfail": "Le serveur est introuvable.", "pad.modals.userdup.advice": "Se reconnecter en utilisant cette fenêtre.",
"pad.modals.initsocketfail.explanation": "Impossible de se connecter au serveur de synchronisation.", "pad.modals.unauth": "Non autorisé",
"pad.modals.initsocketfail.cause": "Le probl\u00e8me peut venir de votre navigateur web ou de votre connexion Internet.", "pad.modals.unauth.explanation": "Vos permissions ont été changées lors de l'affichage de cette page. Essayez de vous reconnecter.",
"pad.modals.slowcommit": "D\u00e9connect\u00e9.", "pad.modals.looping.explanation": "Nous éprouvons un problème de communication au serveur de synchronisation.",
"pad.modals.slowcommit.explanation": "Le serveur ne r\u00e9pond pas.", "pad.modals.looping.cause": "Il est possible que votre connexion soit protégée par un pare-feu ou un serveur mandataire incompatible.",
"pad.modals.slowcommit.cause": "Ce probl\u00e8me peut venir d'une mauvaise connectivit\u00e9 au r\u00e9seau.", "pad.modals.initsocketfail": "Le serveur est introuvable.",
"pad.modals.deleted": "Supprim\u00e9.", "pad.modals.initsocketfail.explanation": "Impossible de se connecter au serveur de synchronisation.",
"pad.modals.deleted.explanation": "Ce Pad a \u00e9t\u00e9 supprim\u00e9.", "pad.modals.initsocketfail.cause": "Ceci est probablement dû à un problème avec votre navigateur ou votre connexion internet.",
"pad.modals.disconnected": "Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9.", "pad.modals.slowcommit.explanation": "Le serveur ne répond pas.",
"pad.modals.disconnected.explanation": "La connexion au serveur a \u00e9chou\u00e9.", "pad.modals.slowcommit.cause": "Ce problème peut venir d'une mauvaise connectivité au réseau.",
"pad.modals.disconnected.cause": "Il se peut que le serveur soit indisponible. Veuillez nous en informer si le probl\u00e8me persiste.", "pad.modals.badChangeset.explanation": "Une modification que vous avez effectuée a été classée comme illégale par le serveur de synchronisation.",
"pad.share": "Partager ce Pad", "pad.modals.badChangeset.cause": "Cela peut être dû à une mauvaise configuration du serveur ou à un autre comportement inattendu. Veuillez contacter ladministrateur du service, si vous pensez que cest une erreur. Essayez de vous reconnecter pour continuer à modifier.",
"pad.share.readonly": "Lecture seule", "pad.modals.corruptPad.explanation": "Le bloc auquel vous essayez daccéder est corrompu.",
"pad.share.link": "Lien", "pad.modals.corruptPad.cause": "Cela peut être dû à une mauvaise configuration du serveur ou à un autre comportement inattendu. Veuillez contacter ladministrateur du service.",
"pad.share.emebdcode": "Lien \u00e0 int\u00e9grer", "pad.modals.deleted": "Supprimé.",
"pad.chat": "Chat", "pad.modals.deleted.explanation": "Ce pad a été supprimé.",
"pad.chat.title": "Ouvrir le chat associ\u00e9 \u00e0 ce pad.", "pad.modals.disconnected": "Vous avez été déconnecté.",
"pad.chat.loadmessages": "Charger davantage de messages", "pad.modals.disconnected.explanation": "La connexion au serveur a échoué.",
"timeslider.pageTitle": "Historique dynamique de {{appTitle}}", "pad.modals.disconnected.cause": "Il se peut que le serveur soit indisponible. Si le problème persiste, veuillez en informer ladministrateur du service.",
"timeslider.toolbar.returnbutton": "Retour \u00e0 ce Pad.", "pad.share": "Partager ce pad",
"timeslider.toolbar.authors": "Auteurs :", "pad.share.readonly": "Lecture seule",
"timeslider.toolbar.authorsList": "Aucun auteur", "pad.share.link": "Lien",
"timeslider.toolbar.exportlink.title": "Exporter", "pad.share.emebdcode": "Incorporer un lien",
"timeslider.exportCurrent": "Exporter la version actuelle en\u00a0:", "pad.chat": "Chat",
"timeslider.version": "Version {{version}}", "pad.chat.title": "Ouvrir le chat associé à ce pad.",
"timeslider.saved": "Enregistr\u00e9 le {{day}} {{month}} {{year}}", "pad.chat.loadmessages": "Charger davantage de messages",
"timeslider.dateformat": "{{day}} {{month}} {{year}} {{hours}}:{{minutes}}:{{secondes}}", "timeslider.pageTitle": "Historique dynamique de {{appTitle}}",
"timeslider.month.january": "Janvier", "timeslider.toolbar.returnbutton": "Retourner au pad",
"timeslider.month.february": "F\u00e9vrier", "timeslider.toolbar.authors": "Auteurs :",
"timeslider.month.march": "Mars", "timeslider.toolbar.authorsList": "Aucun auteur",
"timeslider.month.april": "Avril", "timeslider.toolbar.exportlink.title": "Exporter",
"timeslider.month.may": "Mai", "timeslider.exportCurrent": "Exporter la version actuelle en :",
"timeslider.month.june": "Juin", "timeslider.version": "Version {{version}}",
"timeslider.month.july": "Juillet", "timeslider.saved": "Enregistré le {{day}} {{month}} {{year}}",
"timeslider.month.august": "Ao\u00fbt", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.september": "Septembre", "timeslider.month.january": "Janvier",
"timeslider.month.october": "Octobre", "timeslider.month.february": "Février",
"timeslider.month.november": "Novembre", "timeslider.month.march": "Mars",
"timeslider.month.december": "D\u00e9cembre", "timeslider.month.april": "Avril",
"timeslider.unnamedauthor": "{{num}} auteur anonyme", "timeslider.month.may": "Mai",
"timeslider.unnamedauthors": "{{num}} auteurs anonymes", "timeslider.month.june": "Juin",
"pad.savedrevs.marked": "Cette r\u00e9vision est maintenant marqu\u00e9e comme r\u00e9vision enregistr\u00e9e", "timeslider.month.july": "Juillet",
"pad.userlist.entername": "Entrez votre nom", "timeslider.month.august": "Août",
"pad.userlist.unnamed": "sans nom", "timeslider.month.september": "Septembre",
"pad.userlist.guest": "Invit\u00e9", "timeslider.month.october": "Octobre",
"pad.userlist.deny": "Refuser", "timeslider.month.november": "Novembre",
"pad.userlist.approve": "Approuver", "timeslider.month.december": "Décembre",
"pad.editbar.clearcolors": "Effacer les couleurs de paternit\u00e9 dans tout le document ?", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: auteur anonyme, other: auteurs anonymes ]}",
"pad.impexp.importbutton": "Importer maintenant", "pad.savedrevs.marked": "Cette révision est maintenant marquée comme révision enregistrée",
"pad.impexp.importing": "Import en cours...", "pad.userlist.entername": "Entrez votre nom",
"pad.impexp.confirmimport": "Importer un fichier \u00e9crasera le texte actuel du bloc. \u00cates-vous s\u00fbr de vouloir le faire?", "pad.userlist.unnamed": "anonyme",
"pad.impexp.convertFailed": "Nous ne pouvons pas importer ce fichier. Veuillez utiliser un autre format de document ou faire un copier\/coller manuel", "pad.userlist.guest": "Invité",
"pad.impexp.uploadFailed": "Le t\u00e9l\u00e9chargement a \u00e9chou\u00e9, veuillez r\u00e9essayer", "pad.userlist.deny": "Refuser",
"pad.impexp.importfailed": "\u00c9chec de l'importation", "pad.userlist.approve": "Approuver",
"pad.impexp.copypaste": "Veuillez copier\/coller", "pad.editbar.clearcolors": "Effacer les couleurs de paternité dans tout le document ?",
"pad.impexp.exportdisabled": "Exporter au format {{type}} est d\u00e9sactiv\u00e9. Veuillez contacter votre administrateur syst\u00e8me pour plus de d\u00e9tails." "pad.impexp.importbutton": "Importer maintenant",
"pad.impexp.importing": "Import en cours...",
"pad.impexp.confirmimport": "Importer un fichier écrasera le texte actuel du pad. Êtes-vous sûr de vouloir le faire?",
"pad.impexp.convertFailed": "Nous ne pouvons pas importer ce fichier. Veuillez utiliser un autre format de document ou faire un copier/coller manuel",
"pad.impexp.uploadFailed": "Le téléchargement a échoué, veuillez réessayer",
"pad.impexp.importfailed": "Échec de l'importation",
"pad.impexp.copypaste": "Veuillez copier/coller",
"pad.impexp.exportdisabled": "Exporter au format {{type}} est désactivé. Veuillez contacter votre administrateur système pour plus de détails."
} }

View File

@ -1,120 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Toli\u00f1o" "1": "Toliño"
} }
}, },
"index.newPad": "Novo documento", "index.newPad": "Novo documento",
"index.createOpenPad": "ou cree\/abra un documento co nome:", "index.createOpenPad": "ou cree/abra un documento co nome:",
"pad.toolbar.bold.title": "Negra (Ctrl-B)", "pad.toolbar.bold.title": "Negra (Ctrl-B)",
"pad.toolbar.italic.title": "Cursiva (Ctrl-I)", "pad.toolbar.italic.title": "Cursiva (Ctrl-I)",
"pad.toolbar.underline.title": "Subli\u00f1ar (Ctrl-U)", "pad.toolbar.underline.title": "Subliñar (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Riscar", "pad.toolbar.strikethrough.title": "Riscar",
"pad.toolbar.ol.title": "Lista ordenada", "pad.toolbar.ol.title": "Lista ordenada",
"pad.toolbar.ul.title": "Lista sen ordenar", "pad.toolbar.ul.title": "Lista sen ordenar",
"pad.toolbar.indent.title": "Sangr\u00eda", "pad.toolbar.indent.title": "Sangría",
"pad.toolbar.unindent.title": "Sen sangr\u00eda", "pad.toolbar.unindent.title": "Sen sangría",
"pad.toolbar.undo.title": "Desfacer (Ctrl-Z)", "pad.toolbar.undo.title": "Desfacer (Ctrl-Z)",
"pad.toolbar.redo.title": "Refacer (Ctrl-Y)", "pad.toolbar.redo.title": "Refacer (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Limpar as cores de identificaci\u00f3n dos autores", "pad.toolbar.clearAuthorship.title": "Limpar as cores de identificación dos autores",
"pad.toolbar.import_export.title": "Importar\/Exportar desde\/a diferentes formatos de ficheiro", "pad.toolbar.import_export.title": "Importar/Exportar desde/a diferentes formatos de ficheiro",
"pad.toolbar.timeslider.title": "Li\u00f1a do tempo", "pad.toolbar.timeslider.title": "Liña do tempo",
"pad.toolbar.savedRevision.title": "Revisi\u00f3ns gardadas", "pad.toolbar.savedRevision.title": "Gardar a revisión",
"pad.toolbar.settings.title": "Configuraci\u00f3ns", "pad.toolbar.settings.title": "Configuracións",
"pad.toolbar.embed.title": "Incorporar este documento", "pad.toolbar.embed.title": "Compartir e incorporar este documento",
"pad.toolbar.showusers.title": "Mostrar os usuarios deste documento", "pad.toolbar.showusers.title": "Mostrar os usuarios deste documento",
"pad.colorpicker.save": "Gardar", "pad.colorpicker.save": "Gardar",
"pad.colorpicker.cancel": "Cancelar", "pad.colorpicker.cancel": "Cancelar",
"pad.loading": "Cargando...", "pad.loading": "Cargando...",
"pad.passwordRequired": "C\u00f3mpre un contrasinal para acceder a este documento", "pad.passwordRequired": "Cómpre un contrasinal para acceder a este documento",
"pad.permissionDenied": "Non ten permiso para acceder a este documento", "pad.permissionDenied": "Non ten permiso para acceder a este documento",
"pad.wrongPassword": "O contrasinal era incorrecto", "pad.wrongPassword": "O contrasinal era incorrecto",
"pad.settings.padSettings": "Configuraci\u00f3ns do documento", "pad.settings.padSettings": "Configuracións do documento",
"pad.settings.myView": "A mi\u00f1a vista", "pad.settings.myView": "A miña vista",
"pad.settings.stickychat": "Chat sempre visible", "pad.settings.stickychat": "Chat sempre visible",
"pad.settings.colorcheck": "Cores de identificaci\u00f3n", "pad.settings.colorcheck": "Cores de identificación",
"pad.settings.linenocheck": "N\u00fameros de li\u00f1a", "pad.settings.linenocheck": "Números de liña",
"pad.settings.fontType": "Tipo de letra:", "pad.settings.rtlcheck": "Quere ler o contido da dereita á esquerda?",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType": "Tipo de letra:",
"pad.settings.fontType.monospaced": "Monoespazada", "pad.settings.fontType.normal": "Normal",
"pad.settings.globalView": "Vista global", "pad.settings.fontType.monospaced": "Monoespazada",
"pad.settings.language": "Lingua:", "pad.settings.globalView": "Vista global",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.language": "Lingua:",
"pad.importExport.import": "Cargar un ficheiro de texto ou documento", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.importSuccessful": "Correcto!", "pad.importExport.import": "Cargar un ficheiro de texto ou documento",
"pad.importExport.export": "Exportar o documento actual en formato:", "pad.importExport.importSuccessful": "Correcto!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Exportar o documento actual en formato:",
"pad.importExport.exportplain": "Texto simple", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Texto simple",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "S\u00f3 pode importar texto simple ou formatos HTML. Para obter m\u00e1is informaci\u00f3n sobre as caracter\u00edsticas de importaci\u00f3n avanzadas <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">instale abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Conectado.", "pad.importExport.abiword.innerHTML": "Só pode importar texto simple ou formatos HTML. Para obter máis información sobre as características de importación avanzadas \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstale abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Reconectando co seu documento...", "pad.modals.connected": "Conectado.",
"pad.modals.forcereconnect": "Forzar a reconexi\u00f3n", "pad.modals.reconnecting": "Reconectando co seu documento...",
"pad.modals.userdup": "Aberto noutra vent\u00e1", "pad.modals.forcereconnect": "Forzar a reconexión",
"pad.modals.userdup.explanation": "Semella que este documento est\u00e1 aberto en varias vent\u00e1s do navegador neste ordenador.", "pad.modals.userdup": "Aberto noutra ventá",
"pad.modals.userdup.advice": "Reconectar para usar esta vent\u00e1.", "pad.modals.userdup.explanation": "Semella que este documento está aberto en varias ventás do navegador neste ordenador.",
"pad.modals.unauth": "Non autorizado", "pad.modals.userdup.advice": "Reconectar para usar esta ventá.",
"pad.modals.unauth.explanation": "Os seus permisos cambiaron mentres estaba nesta p\u00e1xina. Intente a reconexi\u00f3n.", "pad.modals.unauth": "Non autorizado",
"pad.modals.looping": "Desconectado.", "pad.modals.unauth.explanation": "Os seus permisos cambiaron mentres estaba nesta páxina. Intente a reconexión.",
"pad.modals.looping.explanation": "Hai un problema de comunicaci\u00f3n co servidor de sincronizaci\u00f3n.", "pad.modals.looping.explanation": "Hai un problema de comunicación co servidor de sincronización.",
"pad.modals.looping.cause": "Seica a s\u00faa conexi\u00f3n pasa a trav\u00e9s dun firewall ou proxy incompatible.", "pad.modals.looping.cause": "Seica a súa conexión pasa a través dun firewall ou proxy incompatible.",
"pad.modals.initsocketfail": "Non se pode alcanzar o servidor.", "pad.modals.initsocketfail": "Non se pode alcanzar o servidor.",
"pad.modals.initsocketfail.explanation": "Non se pode conectar co servidor de sincronizaci\u00f3n.", "pad.modals.initsocketfail.explanation": "Non se pode conectar co servidor de sincronización.",
"pad.modals.initsocketfail.cause": "Isto acontece probablemente debido a un problema co navegador ou coa conexi\u00f3n \u00e1 internet.", "pad.modals.initsocketfail.cause": "Isto acontece probablemente debido a un problema co navegador ou coa conexión á internet.",
"pad.modals.slowcommit": "Desconectado.", "pad.modals.slowcommit.explanation": "O servidor non responde.",
"pad.modals.slowcommit.explanation": "O servidor non responde.", "pad.modals.slowcommit.cause": "Isto pode deberse a un problema de conexión á rede.",
"pad.modals.slowcommit.cause": "Isto pode deberse a un problema de conexi\u00f3n \u00e1 rede.", "pad.modals.badChangeset.explanation": "O servidor de sincronización clasificou como ilegal unha das súas edicións.",
"pad.modals.deleted": "Borrado.", "pad.modals.badChangeset.cause": "Isto pode deberse a unha cofiguración errónea do servidor ou algún outro comportamento inesperado. Póñase en contacto co administrador do servizo, se pensa que isto é un erro. Intente reconectar para continuar editando.",
"pad.modals.deleted.explanation": "Este documento foi eliminado.", "pad.modals.corruptPad.explanation": "O documento ao que intenta acceder está corrompido.",
"pad.modals.disconnected": "Foi desconectado.", "pad.modals.corruptPad.cause": "Isto pode deberse a unha cofiguración errónea do servidor ou algún outro comportamento inesperado. Póñase en contacto co administrador do servizo.",
"pad.modals.disconnected.explanation": "Perdeuse a conexi\u00f3n co servidor", "pad.modals.deleted": "Borrado.",
"pad.modals.disconnected.cause": "O servidor non est\u00e1 dispo\u00f1ible. P\u00f3\u00f1ase en contacto con n\u00f3s se o problema contin\u00faa.", "pad.modals.deleted.explanation": "Este documento foi eliminado.",
"pad.share": "Compartir este documento", "pad.modals.disconnected": "Foi desconectado.",
"pad.share.readonly": "Lectura s\u00f3", "pad.modals.disconnected.explanation": "Perdeuse a conexión co servidor",
"pad.share.link": "Ligaz\u00f3n", "pad.modals.disconnected.cause": "O servidor non está dispoñible. Póñase en contacto co administrador do servizo se o problema continúa.",
"pad.share.emebdcode": "Incorporar o URL", "pad.share": "Compartir este documento",
"pad.chat": "Chat", "pad.share.readonly": "Lectura só",
"pad.chat.title": "Abrir o chat deste documento.", "pad.share.link": "Ligazón",
"pad.chat.loadmessages": "Cargar m\u00e1is mensaxes", "pad.share.emebdcode": "Incorporar o URL",
"timeslider.pageTitle": "Li\u00f1a do tempo de {{appTitle}}", "pad.chat": "Chat",
"timeslider.toolbar.returnbutton": "Volver ao documento", "pad.chat.title": "Abrir o chat deste documento.",
"timeslider.toolbar.authors": "Autores:", "pad.chat.loadmessages": "Cargar máis mensaxes",
"timeslider.toolbar.authorsList": "Ning\u00fan autor", "timeslider.pageTitle": "Liña do tempo de {{appTitle}}",
"timeslider.toolbar.exportlink.title": "Exportar", "timeslider.toolbar.returnbutton": "Volver ao documento",
"timeslider.exportCurrent": "Exportar a versi\u00f3n actual en formato:", "timeslider.toolbar.authors": "Autores:",
"timeslider.version": "Versi\u00f3n {{version}}", "timeslider.toolbar.authorsList": "Ningún autor",
"timeslider.saved": "Gardado o {{day}} de {{month}} de {{year}}", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Exportar a versión actual en formato:",
"timeslider.month.january": "xaneiro", "timeslider.version": "Versión {{version}}",
"timeslider.month.february": "febreiro", "timeslider.saved": "Gardado o {{day}} de {{month}} de {{year}}",
"timeslider.month.march": "marzo", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "abril", "timeslider.month.january": "xaneiro",
"timeslider.month.may": "maio", "timeslider.month.february": "febreiro",
"timeslider.month.june": "xu\u00f1o", "timeslider.month.march": "marzo",
"timeslider.month.july": "xullo", "timeslider.month.april": "abril",
"timeslider.month.august": "agosto", "timeslider.month.may": "maio",
"timeslider.month.september": "setembro", "timeslider.month.june": "xuño",
"timeslider.month.october": "outubro", "timeslider.month.july": "xullo",
"timeslider.month.november": "novembro", "timeslider.month.august": "agosto",
"timeslider.month.december": "decembro", "timeslider.month.september": "setembro",
"timeslider.unnamedauthor": "{{num}} autor an\u00f3nimo", "timeslider.month.october": "outubro",
"timeslider.unnamedauthors": "{{num}} autores an\u00f3nimos", "timeslider.month.november": "novembro",
"pad.savedrevs.marked": "Esta revisi\u00f3n est\u00e1 agora marcada como revisi\u00f3n gardada", "timeslider.month.december": "decembro",
"pad.userlist.entername": "Insira o seu nome", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor anónimo, other: autores anónimos ]}",
"pad.userlist.unnamed": "an\u00f3nimo", "pad.savedrevs.marked": "Esta revisión está agora marcada como revisión gardada",
"pad.userlist.guest": "Convidado", "pad.userlist.entername": "Insira o seu nome",
"pad.userlist.deny": "Rexeitar", "pad.userlist.unnamed": "anónimo",
"pad.userlist.approve": "Aprobar", "pad.userlist.guest": "Convidado",
"pad.editbar.clearcolors": "Quere limpar as cores de identificaci\u00f3n dos autores en todo o documento?", "pad.userlist.deny": "Rexeitar",
"pad.impexp.importbutton": "Importar agora", "pad.userlist.approve": "Aprobar",
"pad.impexp.importing": "Importando...", "pad.editbar.clearcolors": "Quere limpar as cores de identificación dos autores en todo o documento?",
"pad.impexp.confirmimport": "A importaci\u00f3n dun ficheiro ha sobrescribir o texto actual do documento. Est\u00e1 seguro de querer continuar?", "pad.impexp.importbutton": "Importar agora",
"pad.impexp.convertFailed": "Non somos capaces de importar o ficheiro. Utilice un formato de documento diferente ou copie e pegue manualmente", "pad.impexp.importing": "Importando...",
"pad.impexp.uploadFailed": "Houbo un erro ao cargar o ficheiro; int\u00e9nteo de novo", "pad.impexp.confirmimport": "A importación dun ficheiro ha sobrescribir o texto actual do documento. Está seguro de querer continuar?",
"pad.impexp.importfailed": "Fallou a importaci\u00f3n", "pad.impexp.convertFailed": "Non somos capaces de importar o ficheiro. Utilice un formato de documento diferente ou copie e pegue manualmente",
"pad.impexp.copypaste": "Copie e pegue", "pad.impexp.uploadFailed": "Houbo un erro ao cargar o ficheiro; inténteo de novo",
"pad.impexp.exportdisabled": "A exportaci\u00f3n en formato {{type}} est\u00e1 desactivada. P\u00f3\u00f1ase en contacto co administrador do sistema se quere m\u00e1is detalles." "pad.impexp.importfailed": "Fallou a importación",
"pad.impexp.copypaste": "Copie e pegue",
"pad.impexp.exportdisabled": "A exportación en formato {{type}} está desactivada. Póñase en contacto co administrador do sistema se quere máis detalles."
} }

View File

@ -1,121 +1,125 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": {
"Amire80", "0": "Amire80",
"Ofrahod" "1": "Ofrahod",
] "3": "YaronSh",
}, "4": "תומר ט"
"index.newPad": "\u05e4\u05e0\u05e7\u05e1 \u05d7\u05d3\u05e9", }
"index.createOpenPad": "\u05d0\u05d5 \u05d9\u05e6\u05d9\u05e8\u05d4 \u05d0\u05d5 \u05e4\u05ea\u05d9\u05d7\u05d4 \u05e9\u05dc \u05e4\u05e0\u05e7\u05e1 \u05e2\u05dd \u05d1\u05e9\u05dd:", },
"pad.toolbar.bold.title": "\u05d1\u05d5\u05dc\u05d8 (Ctrl-B)", "index.newPad": "פנקס חדש",
"pad.toolbar.italic.title": "\u05e0\u05d8\u05d5\u05d9 (Ctrl-I)", "index.createOpenPad": "ליצור או לפתוח פנקס בשם:",
"pad.toolbar.underline.title": "\u05e7\u05d5 \u05ea\u05d7\u05ea\u05d9 (Ctrl-U)", "pad.toolbar.bold.title": "בולט (Ctrl-B)",
"pad.toolbar.strikethrough.title": "\u05e7\u05d5 \u05de\u05d5\u05d7\u05e7", "pad.toolbar.italic.title": "נטוי (Ctrl-I)",
"pad.toolbar.ol.title": "\u05e8\u05e9\u05d9\u05de\u05d4 \u05de\u05de\u05d5\u05e1\u05e4\u05e8\u05ea", "pad.toolbar.underline.title": "קו תחתי (Ctrl-U)",
"pad.toolbar.ul.title": "\u05e8\u05e9\u05d9\u05de\u05d4", "pad.toolbar.strikethrough.title": "קו מוחק",
"pad.toolbar.indent.title": "\u05d4\u05d6\u05d7\u05d4", "pad.toolbar.ol.title": "רשימה ממוספרת",
"pad.toolbar.unindent.title": "\u05e6\u05de\u05e6\u05d5\u05dd \u05d4\u05d6\u05d7\u05d4", "pad.toolbar.ul.title": "רשימה",
"pad.toolbar.undo.title": "\u05d1\u05d9\u05d8\u05d5\u05dc (Ctrl-Z)", "pad.toolbar.indent.title": "הזחה",
"pad.toolbar.redo.title": "\u05d1\u05d9\u05e6\u05d5\u05e2 \u05de\u05d7\u05d3\u05e9", "pad.toolbar.unindent.title": "צמצום הזחה",
"pad.toolbar.clearAuthorship.title": "\u05e0\u05d9\u05e7\u05d5\u05d9 \u05e6\u05d1\u05e2\u05d9\u05dd", "pad.toolbar.undo.title": "ביטול (Ctrl-Z)",
"pad.toolbar.import_export.title": "\u05d9\u05d9\u05d1\u05d5\u05d0\/\u05d9\u05d9\u05e6\u05d0 \u05d1\u05ea\u05e1\u05d3\u05d9\u05e8\u05d9 \u05e7\u05d1\u05e6\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd", "pad.toolbar.redo.title": "ביצוע מחדש",
"pad.toolbar.timeslider.title": "\u05d2\u05d5\u05dc\u05dc \u05d6\u05de\u05df", "pad.toolbar.clearAuthorship.title": "ניקוי צבעים",
"pad.toolbar.savedRevision.title": "\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", "pad.toolbar.import_export.title": "ייבוא/ייצוא בתסדירי קבצים שונים",
"pad.toolbar.settings.title": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea", "pad.toolbar.timeslider.title": "גולל זמן",
"pad.toolbar.embed.title": "\u05d4\u05d8\u05de\u05e2\u05ea \u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4", "pad.toolbar.savedRevision.title": "שמירת גרסה",
"pad.toolbar.showusers.title": "\u05d4\u05e6\u05d2\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4", "pad.toolbar.settings.title": "הגדרות",
"pad.colorpicker.save": "\u05e9\u05de\u05d9\u05e8\u05d4", "pad.toolbar.embed.title": "שיתוף והטמעה של הפנקס הזה",
"pad.colorpicker.cancel": "\u05d1\u05d9\u05d8\u05d5\u05dc", "pad.toolbar.showusers.title": "הצגת המשתמשים בפנקס הזה",
"pad.loading": "\u05d8\u05e2\u05d9\u05e0\u05d4...", "pad.colorpicker.save": "שמירה",
"pad.passwordRequired": "\u05d3\u05e8\u05d5\u05e9\u05d4 \u05e1\u05e1\u05de\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4", "pad.colorpicker.cancel": "ביטול",
"pad.permissionDenied": "\u05d0\u05d9\u05df \u05dc\u05da \u05d4\u05e8\u05e9\u05d0\u05d4 \u05dc\u05d2\u05e9\u05ea \u05dc\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4", "pad.loading": "טעינה...",
"pad.wrongPassword": "\u05e1\u05e1\u05de\u05ea\u05da \u05d4\u05d9\u05d9\u05ea\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4", "pad.passwordRequired": "דרושה ססמה כדי לגשת לפנקס הזה",
"pad.settings.padSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e4\u05e0\u05e7\u05e1", "pad.permissionDenied": "אין לך הרשאה לגשת לפנקס הזה",
"pad.settings.myView": "\u05d4\u05ea\u05e6\u05d5\u05d2\u05d4 \u05e9\u05dc\u05d9", "pad.wrongPassword": "ססמתך הייתה שגויה",
"pad.settings.stickychat": "\u05d4\u05e9\u05d9\u05d7\u05d4 \u05ea\u05de\u05d9\u05d3 \u05e2\u05dc \u05d4\u05de\u05e1\u05da", "pad.settings.padSettings": "הגדרות פנקס",
"pad.settings.colorcheck": "\u05e6\u05d1\u05d9\u05e2\u05d4 \u05dc\u05e4\u05d9 \u05de\u05d7\u05d1\u05e8", "pad.settings.myView": "התצוגה שלי",
"pad.settings.linenocheck": "\u05de\u05e1\u05e4\u05e8\u05d9 \u05e9\u05d5\u05e8\u05d5\u05ea", "pad.settings.stickychat": "השיחה תמיד על המסך",
"pad.settings.fontType": "\u05e1\u05d5\u05d2 \u05d2\u05d5\u05e4\u05df:", "pad.settings.colorcheck": "צביעה לפי מחבר",
"pad.settings.fontType.normal": "\u05e8\u05d2\u05d9\u05dc", "pad.settings.linenocheck": "מספרי שורות",
"pad.settings.fontType.monospaced": "\u05d1\u05e8\u05d5\u05d7\u05d1 \u05e7\u05d1\u05d5\u05e2", "pad.settings.rtlcheck": "לקרוא את התוכן מימין לשמאל?",
"pad.settings.globalView": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd", "pad.settings.fontType": "סוג גופן:",
"pad.settings.language": "\u05e9\u05e4\u05d4:", "pad.settings.fontType.normal": "רגיל",
"pad.importExport.import_export": "\u05d9\u05d9\u05d1\u05d5\u05d0\/\u05d9\u05d9\u05e6\u05d5\u05d0", "pad.settings.fontType.monospaced": "ברוחב קבוע",
"pad.importExport.import": "\u05d4\u05e2\u05dc\u05d0\u05ea \u05db\u05dc \u05e7\u05d5\u05d1\u05e5 \u05d8\u05e7\u05e1\u05d8 \u05d0\u05d5 \u05de\u05e1\u05de\u05da", "pad.settings.globalView": "תצוגה לכל המשתמשים",
"pad.importExport.importSuccessful": "\u05d6\u05d4 \u05e2\u05d1\u05d3!", "pad.settings.language": "שפה:",
"pad.importExport.export": "\u05d9\u05d9\u05e6\u05d5\u05d0 \u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 \u05d1\u05ea\u05d5\u05e8:", "pad.importExport.import_export": "ייבוא/ייצוא",
"pad.importExport.exporthtml": "HTML", "pad.importExport.import": "העלאת כל קובץ טקסט או מסמך",
"pad.importExport.exportplain": "\u05d8\u05e7\u05e1\u05d8 \u05e8\u05d2\u05d9\u05dc", "pad.importExport.importSuccessful": "זה עבד!",
"pad.importExport.exportword": "\u05de\u05d9\u05e7\u05e8\u05d5\u05e1\u05d5\u05e4\u05d8 \u05d5\u05d5\u05e8\u05d3", "pad.importExport.export": "ייצוא הפנקס הנוכחי בתור:",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportplain": "טקסט רגיל",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportword": "מיקרוסופט וורד",
"pad.importExport.abiword.innerHTML": "\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d9\u05d9\u05d1\u05d0 \u05de\u05d8\u05e7\u05e1\u05d8 \u05e4\u05e9\u05d5\u05d8 \u05d0\u05d5 \u05de\u05beHTML. \u05dc\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d9\u05d9\u05d1\u05d5\u05d0 \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d9\u05e9 <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u05dc\u05d4\u05ea\u05e7\u05d9\u05df \u05d0\u05ea abiword<\/a>.", "pad.importExport.exportpdf": "PDF",
"pad.modals.connected": "\u05de\u05d7\u05d5\u05d1\u05db\u05e8.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.reconnecting": "\u05de\u05ea\u05d1\u05e6\u05e2 \u05d7\u05d9\u05d1\u05d5\u05e8 \u05de\u05d7\u05d3\u05e9...", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.forcereconnect": "\u05d7\u05d9\u05d1\u05d5\u05e8 \u05db\u05e4\u05d5\u05d9 \u05de\u05d7\u05d3\u05e9", "pad.importExport.abiword.innerHTML": "באפשרותך לייבא מטקסט פשוט או מ־HTML. לאפשרויות ייבוא מתקדמות יותר יש \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eלהתקין את abiword\u003C/a\u003E.",
"pad.modals.userdup": "\u05e4\u05ea\u05d5\u05d7 \u05d1\u05d7\u05dc\u05d5\u05df \u05d0\u05d7\u05e8", "pad.modals.connected": "מחובר.",
"pad.modals.userdup.explanation": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4 \u05e4\u05ea\u05d5\u05d7 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05de\u05d7\u05dc\u05d5\u05df \u05d3\u05e4\u05d3\u05e4\u05df \u05d0\u05d7\u05d3 \u05d1\u05de\u05d7\u05e9\u05d1 \u05d4\u05d6\u05d4.", "pad.modals.reconnecting": "מתבצע חיבור מחדש...",
"pad.modals.userdup.advice": "\u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05d7\u05dc\u05d5\u05df \u05d4\u05d6\u05d4.", "pad.modals.forcereconnect": "לכפות חיבור מחדש",
"pad.modals.unauth": "\u05d0\u05d9\u05df \u05d4\u05e8\u05e9\u05d0\u05d4", "pad.modals.userdup": "פתוח בחלון אחר",
"pad.modals.unauth.explanation": "\u05d4\u05d4\u05e8\u05e9\u05d0\u05d5\u05ea \u05e9\u05dc\u05da \u05d4\u05e9\u05ea\u05e0\u05d5 \u05d1\u05d6\u05de\u05df \u05e9\u05e0\u05d9\u05e1\u05d9\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8. \u05e0\u05d0 \u05dc\u05e0\u05e1\u05d5\u05ea \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05de\u05d7\u05d3\u05e9.", "pad.modals.userdup.explanation": "נראה שהפנקס הזה פתוח ביותר מחלון דפדפן אחד במחשב הזה.",
"pad.modals.looping": "\u05dc\u05d0 \u05de\u05d7\u05d5\u05d1\u05e8.", "pad.modals.userdup.advice": "להתחבר מחדש באמצעות החלון הזה.",
"pad.modals.looping.explanation": "\u05d9\u05e9 \u05d1\u05e2\u05d9\u05d5\u05ea \u05d7\u05d9\u05d1\u05d5\u05e8 \u05e2\u05dd \u05d4\u05e9\u05e8\u05ea \u05d4\u05de\u05ea\u05d0\u05dd.", "pad.modals.unauth": "אין הרשאה",
"pad.modals.looping.cause": "\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d4\u05ea\u05d7\u05d1\u05e8\u05ea \u05d3\u05e8\u05da \u05d7\u05d5\u05de\u05ea\u05be\u05d0\u05e9 \u05d0\u05d5 \u05e9\u05e8\u05ea \u05de\u05ea\u05d5\u05d5\u05da \u05e9\u05d0\u05d9\u05e0\u05dd \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd.", "pad.modals.unauth.explanation": "ההרשאות שלך השתנו בזמן שניסית להתחבר. נא לנסות להתחבר מחדש.",
"pad.modals.initsocketfail": "\u05d0\u05d9\u05df \u05ea\u05e7\u05e9\u05d5\u05e8\u05d5\u05ea \u05dc\u05e9\u05e8\u05ea.", "pad.modals.looping.explanation": "יש בעיות חיבור עם השרת המתאם.",
"pad.modals.initsocketfail.explanation": "\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05dc\u05e9\u05e8\u05ea \u05d4\u05de\u05ea\u05d0\u05dd \u05dc\u05d0 \u05d4\u05e6\u05dc\u05d9\u05d7\u05d4.", "pad.modals.looping.cause": "ייתכן שהתחברת דרך חומת־אש או שרת מתווך בלתי־תואמים.",
"pad.modals.initsocketfail.cause": "\u05d0\u05d5\u05dc\u05d9 \u05d6\u05d4 \u05d1\u05d2\u05dc\u05dc \u05d4\u05d3\u05e4\u05d3\u05e4\u05df \u05e9\u05dc\u05da \u05d0\u05d5 \u05d7\u05d9\u05d1\u05d5\u05e8 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05dc\u05da.", "pad.modals.initsocketfail": "אין תקשורות לשרת.",
"pad.modals.slowcommit": "\u05de\u05e0\u05d5\u05ea\u05e7.", "pad.modals.initsocketfail.explanation": "התחברות לשרת המתאם לא הצליחה.",
"pad.modals.slowcommit.explanation": "\u05d4\u05e9\u05e8\u05ea \u05d0\u05d9\u05e0\u05d5 \u05de\u05d2\u05d9\u05d1.", "pad.modals.initsocketfail.cause": "אולי זה בגלל הדפדפן שלך או חיבור האינטרנט שלך.",
"pad.modals.slowcommit.cause": "\u05d0\u05d5\u05dc\u05d9 \u05d6\u05d4 \u05d1\u05d2\u05dc\u05dc \u05d1\u05e2\u05d9\u05d5\u05ea \u05e2\u05dd \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05dc\u05e8\u05e9\u05ea.", "pad.modals.slowcommit.explanation": "השרת אינו מגיב.",
"pad.modals.deleted": "\u05e0\u05de\u05d7\u05e7.", "pad.modals.slowcommit.cause": "אולי זה בגלל בעיות עם תקשורת לרשת.",
"pad.modals.deleted.explanation": "\u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4 \u05d4\u05d5\u05e1\u05e8.", "pad.modals.badChangeset.explanation": "עריכה שעשית סווגה כבלתי־תקינה על־ידי שרת הסנכרון.",
"pad.modals.disconnected": "\u05e0\u05d5\u05ea\u05e7\u05ea.", "pad.modals.badChangeset.cause": "ייתכן שזה קרה בגלל הגדרות שרת שגויות או התנהגות בלתי־צפויה כלשהי. נא ליצור קשר עם המנהל של השירות אם נראה לך שזאת שגיאה. כדי להמשיך לערוך יש לנסות להתחבר מחדש.",
"pad.modals.disconnected.explanation": "\u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05dc\u05e9\u05e8\u05ea \u05d0\u05d1\u05d3\u05d4", "pad.modals.corruptPad.explanation": "הנתונים בפנקס שניסית לגשת אליו התקלקלו.",
"pad.modals.disconnected.cause": "\u05d9\u05d9\u05ea\u05db\u05df \u05e9\u05d4\u05e9\u05e8\u05ea \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df. \u05e0\u05d0 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e2 \u05dc\u05e0\u05d5 \u05d0\u05dd \u05d6\u05d4 \u05de\u05de\u05e9\u05d9\u05da \u05dc\u05e7\u05e8\u05d5\u05ea.", "pad.modals.corruptPad.cause": "ייתכן שזה קרה בגלל הגדרות שרת שגויות או התנהגות בלתי־צפויה כלשהי. נא ליצור קשר עם המנהל של השירות אם נראה לך שזאת שגיאה.",
"pad.share": "\u05e9\u05d9\u05ea\u05d5\u05e3 \u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4", "pad.modals.deleted": "נמחק.",
"pad.share.readonly": "\u05e7\u05d9\u05e9\u05d5\u05e8", "pad.modals.deleted.explanation": "הפנקס הזה הוסר.",
"pad.share.link": "\u05e7\u05d9\u05e9\u05d5\u05e8", "pad.modals.disconnected": "נותקת.",
"pad.share.emebdcode": "\u05d4\u05d8\u05de\u05e2\u05ea \u05e7\u05d9\u05e9\u05d5\u05e8", "pad.modals.disconnected.explanation": "התקשורת לשרת אבדה",
"pad.chat": "\u05e9\u05d9\u05d7\u05d4", "pad.modals.disconnected.cause": "ייתכן שהשרת אינו זמין. נא להודיע למנהל השירות אם זה ממשיך לקרות.",
"pad.chat.title": "\u05e4\u05ea\u05d9\u05d7\u05ea \u05d4\u05e9\u05d9\u05d7\u05d4 \u05e9\u05dc \u05d4\u05e4\u05e0\u05e7\u05e1 \u05d4\u05d6\u05d4.", "pad.share": "שיתוף הפנקס הזה",
"pad.chat.loadmessages": "\u05d8\u05e2\u05d9\u05e0\u05ea \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea", "pad.share.readonly": "קישור",
"timeslider.pageTitle": "\u05d2\u05d5\u05dc\u05dc \u05d6\u05de\u05df \u05e9\u05dc {{appTitle}}", "pad.share.link": "קישור",
"timeslider.toolbar.returnbutton": "\u05d7\u05d6\u05e8\u05d4 \u05d0\u05dc \u05d4\u05e4\u05e0\u05e7\u05e1", "pad.share.emebdcode": "הטמעת קישור",
"timeslider.toolbar.authors": "\u05db\u05d5\u05ea\u05d1\u05d9\u05dd:", "pad.chat": "שיחה",
"timeslider.toolbar.authorsList": "\u05d0\u05d9\u05df \u05db\u05d5\u05ea\u05d1\u05d9\u05dd", "pad.chat.title": "פתיחת השיחה של הפנקס הזה.",
"timeslider.toolbar.exportlink.title": "\u05d9\u05e6\u05d5\u05d0", "pad.chat.loadmessages": "טעינת הודעות נוספות",
"timeslider.exportCurrent": "\u05d9\u05d9\u05e6\u05d5\u05d0 \u05d4\u05db\u05e8\u05e1\u05d4 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05ea \u05d1\u05ea\u05d5\u05e8:", "timeslider.pageTitle": "גולל זמן של {{appTitle}}",
"timeslider.version": "\u05d2\u05e8\u05e1\u05d4 {{version}}", "timeslider.toolbar.returnbutton": "חזרה אל הפנקס",
"timeslider.saved": "\u05e0\u05e9\u05de\u05e8\u05d4 \u05d1\u05be{{day}} \u05d1{{month}} {{year}}", "timeslider.toolbar.authors": "כותבים:",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authorsList": "אין כותבים",
"timeslider.month.january": "\u05d9\u05e0\u05d5\u05d0\u05e8", "timeslider.toolbar.exportlink.title": "ייצוא",
"timeslider.month.february": "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", "timeslider.exportCurrent": "ייצוא הגרסה הנוכחית בתור:",
"timeslider.month.march": "\u05de\u05e8\u05e5", "timeslider.version": "גרסה {{version}}",
"timeslider.month.april": "\u05d0\u05e4\u05e8\u05d9\u05dc", "timeslider.saved": "נשמרה ב־{{day}} ב{{month}} {{year}}",
"timeslider.month.may": "\u05de\u05d0\u05d9", "timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.june": "\u05d9\u05d5\u05e0\u05d9", "timeslider.month.january": "ינואר",
"timeslider.month.july": "\u05d9\u05d5\u05dc\u05d9", "timeslider.month.february": "פברואר",
"timeslider.month.august": "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", "timeslider.month.march": "מרץ",
"timeslider.month.september": "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", "timeslider.month.april": "אפריל",
"timeslider.month.october": "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", "timeslider.month.may": "מאי",
"timeslider.month.november": "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", "timeslider.month.june": "יוני",
"timeslider.month.december": "\u05d3\u05e6\u05de\u05d1\u05e8", "timeslider.month.july": "יולי",
"timeslider.unnamedauthor": "\u05db\u05d5\u05ea\u05d1 \u05d7\u05e1\u05e8\u05be\u05e9\u05dd \u05d0\u05d7\u05d3", "timeslider.month.august": "אוגוסט",
"timeslider.unnamedauthors": "{{num}} \u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05be\u05e9\u05dd", "timeslider.month.september": "ספטמבר",
"pad.savedrevs.marked": "\u05d2\u05e8\u05e1\u05d4 \u05d6\u05d5 \u05de\u05e1\u05d5\u05de\u05e0\u05ea \u05db\u05d2\u05e8\u05e1\u05d4 \u05e9\u05de\u05d5\u05e8\u05d4", "timeslider.month.october": "אוקטובר",
"pad.userlist.entername": "\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05e9\u05de\u05da", "timeslider.month.november": "נובמבר",
"pad.userlist.unnamed": "\u05dc\u05dc\u05d0 \u05e9\u05dd", "timeslider.month.december": "דצמבר",
"pad.userlist.guest": "\u05d0\u05d5\u05e8\u05d7", "timeslider.unnamedauthors": "{[plural(num) one: יוצר אחד, other: {{num}} יוצרים ]} ללא שם",
"pad.userlist.deny": "\u05dc\u05d3\u05d7\u05d5\u05ea", "pad.savedrevs.marked": "גרסה זו מסומנת כגרסה שמורה",
"pad.userlist.approve": "\u05dc\u05d0\u05e9\u05e8", "pad.userlist.entername": "נא להזין את שמך",
"pad.editbar.clearcolors": "\u05dc\u05e0\u05e7\u05d5\u05ea \u05e6\u05d1\u05e2\u05d9\u05dd \u05dc\u05e1\u05d9\u05de\u05d5\u05df \u05db\u05d5\u05ea\u05d1\u05d9\u05dd \u05d1\u05db\u05dc \u05d4\u05de\u05e1\u05de\u05da?", "pad.userlist.unnamed": "ללא שם",
"pad.impexp.importbutton": "\u05dc\u05d9\u05d9\u05d1\u05d0 \u05db\u05e2\u05ea", "pad.userlist.guest": "אורח",
"pad.impexp.importing": "\u05d9\u05d9\u05d1\u05d5\u05d0...", "pad.userlist.deny": "לדחות",
"pad.impexp.confirmimport": "\u05d9\u05d1\u05d5\u05d0 \u05e9\u05dc \u05e7\u05d5\u05d1\u05e5 \u05d9\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d8\u05e7\u05e1\u05d8 \u05d4\u05e0\u05d5\u05db\u05d7\u05d9 \u05d1\u05e4\u05e0\u05e7\u05e1. \u05d4\u05d0\u05dd \u05d0\u05ea\u05dd \u05d1\u05d8\u05d5\u05d7\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05de\u05e9\u05d9\u05da?", "pad.userlist.approve": "לאשר",
"pad.impexp.convertFailed": "\u05dc\u05d0 \u05d4\u05ea\u05d7\u05dc\u05dc\u05d0 \u05d4\u05e6\u05dc\u05d7\u05e0\u05d5 \u05dc\u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d1\u05e5 \u05d4\u05d6\u05d4. \u05e0\u05d0 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05ea\u05e1\u05d3\u05d9\u05e8 \u05de\u05e1\u05de\u05da \u05e9\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d5\u05dc\u05d4\u05d3\u05d1\u05d9\u05e7 \u05d9\u05d3\u05e0\u05d9\u05ea", "pad.editbar.clearcolors": "לנקות צבעים לסימון כותבים בכל המסמך?",
"pad.impexp.uploadFailed": "\u05d4\u05d4\u05e2\u05dc\u05d0\u05d4 \u05e0\u05db\u05e9\u05dc\u05d4, \u05e0\u05d0 \u05dc\u05e0\u05e1\u05d5\u05ea \u05e9\u05d5\u05d1", "pad.impexp.importbutton": "לייבא כעת",
"pad.impexp.importfailed": "\u05d4\u05d9\u05d9\u05d1\u05d5\u05d0 \u05e0\u05db\u05e9\u05dc", "pad.impexp.importing": "ייבוא...",
"pad.impexp.copypaste": "\u05e0\u05d0 \u05dc\u05d4\u05e2\u05ea\u05d9\u05e7 \u05d5\u05dc\u05d4\u05d3\u05d1\u05d9\u05e7", "pad.impexp.confirmimport": "ייבוא של קובץ יבטל את הטקסט הנוכחי בפנקס. האם ברצונך להמשיך?",
"pad.impexp.exportdisabled": "\u05d9\u05d9\u05e6\u05d5\u05d0 \u05d1\u05ea\u05e1\u05d3\u05d9\u05e8 {{type}} \u05d0\u05d9\u05e0\u05d5 \u05e4\u05e2\u05d9\u05dc. \u05de\u05e0\u05d4\u05dc \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05e9\u05dc\u05da \u05d9\u05d5\u05db\u05dc \u05dc\u05e1\u05e4\u05e8 \u05dc\u05da \u05e2\u05dc \u05d6\u05d4 \u05e2\u05d5\u05d3 \u05e4\u05e8\u05d8\u05d9\u05dd." "pad.impexp.convertFailed": "לא הצלחנו לייבא את הקובץ הזה. נא להשתמש בתסדיר מסמך שונה או להעתיק ולהדביק ידנית",
"pad.impexp.uploadFailed": "ההעלאה נכשלה, נא לנסות שוב",
"pad.impexp.importfailed": "הייבוא נכשל",
"pad.impexp.copypaste": "נא להעתיק ולהדביק",
"pad.impexp.exportdisabled": "ייצוא בתסדיר {{type}} אינו פעיל. מנהל המערכת שלך יוכל לספר לך על זה עוד פרטים."
} }

View File

@ -1,111 +1,109 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Dj", "0": "Dj",
"1": "Misibacsi", "1": "Misibacsi",
"2": "R-Joe", "2": "R-Joe",
"4": "Tgr" "4": "Tgr"
} }
}, },
"index.newPad": "\u00daj notesz", "index.newPad": "Új notesz",
"index.createOpenPad": "vagy notesz l\u00e9trehoz\u00e1sa ezen a n\u00e9ven:", "index.createOpenPad": "vagy notesz létrehozása ezen a néven:",
"pad.toolbar.bold.title": "F\u00e9lk\u00f6v\u00e9r (Ctrl-B)", "pad.toolbar.bold.title": "Félkövér (Ctrl-B)",
"pad.toolbar.italic.title": "D\u0151lt (Ctrl-I)", "pad.toolbar.italic.title": "Dőlt (Ctrl-I)",
"pad.toolbar.underline.title": "Al\u00e1h\u00faz\u00e1s (Ctrl-U)", "pad.toolbar.underline.title": "Aláhúzás (Ctrl-U)",
"pad.toolbar.strikethrough.title": "\u00c1th\u00faz\u00e1s", "pad.toolbar.strikethrough.title": "Áthúzás",
"pad.toolbar.ol.title": "Sz\u00e1mozott lista", "pad.toolbar.ol.title": "Számozott lista",
"pad.toolbar.ul.title": "Sz\u00e1mozatlan lista", "pad.toolbar.ul.title": "Számozatlan lista",
"pad.toolbar.indent.title": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se", "pad.toolbar.indent.title": "Behúzás növelése",
"pad.toolbar.unindent.title": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se", "pad.toolbar.unindent.title": "Behúzás csökkentése",
"pad.toolbar.undo.title": "Vissza (Ctrl-Z)", "pad.toolbar.undo.title": "Vissza (Ctrl-Z)",
"pad.toolbar.redo.title": "\u00dajra (Ctrl-Y)", "pad.toolbar.redo.title": "Újra (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Szerz\u0151k sz\u00ednez\u00e9s\u00e9nek kikapcsol\u00e1sa", "pad.toolbar.clearAuthorship.title": "Szerzők színezésének kikapcsolása",
"pad.toolbar.import_export.title": "Import\u00e1l\u00e1s\/export\u00e1l\u00e1s k\u00fcl\u00f6nb\u00f6z\u0151 f\u00e1jlform\u00e1tumokb\u00f3l\/ba", "pad.toolbar.import_export.title": "Importálás/exportálás különböző fájlformátumokból/ba",
"pad.toolbar.timeslider.title": "Id\u0151cs\u00faszka", "pad.toolbar.timeslider.title": "Időcsúszka",
"pad.toolbar.savedRevision.title": "Mentett \u00e1llapotok", "pad.toolbar.savedRevision.title": "Mentett állapotok",
"pad.toolbar.settings.title": "Be\u00e1ll\u00edt\u00e1sok", "pad.toolbar.settings.title": "Beállítások",
"pad.toolbar.embed.title": "Notesz be\u00e1gyaz\u00e1sa", "pad.toolbar.embed.title": "Notesz beágyazása",
"pad.toolbar.showusers.title": "Notesz felhaszn\u00e1l\u00f3inak megmutat\u00e1sa", "pad.toolbar.showusers.title": "Notesz felhasználóinak megmutatása",
"pad.colorpicker.save": "Ment\u00e9s", "pad.colorpicker.save": "Mentés",
"pad.colorpicker.cancel": "M\u00e9gsem", "pad.colorpicker.cancel": "Mégsem",
"pad.loading": "Bet\u00f6lt\u00e9s\u2026", "pad.loading": "Betöltés…",
"pad.passwordRequired": "Jelsz\u00f3ra van sz\u00fcks\u00e9ged ezen notesz el\u00e9r\u00e9s\u00e9hez", "pad.passwordRequired": "Jelszóra van szükséged ezen notesz eléréséhez",
"pad.permissionDenied": "Nincs enged\u00e9lyed ezen notesz el\u00e9r\u00e9s\u00e9hez", "pad.permissionDenied": "Nincs engedélyed ezen notesz eléréséhez",
"pad.wrongPassword": "A jelsz\u00f3 rossz volt", "pad.wrongPassword": "A jelszó rossz volt",
"pad.settings.padSettings": "Notesz be\u00e1ll\u00edt\u00e1sai", "pad.settings.padSettings": "Notesz beállításai",
"pad.settings.myView": "Az \u00e9n n\u00e9zetem", "pad.settings.myView": "Az én nézetem",
"pad.settings.stickychat": "Mindig mutasd a cseveg\u00e9s-dobozt", "pad.settings.stickychat": "Mindig mutasd a csevegés-dobozt",
"pad.settings.colorcheck": "Szerz\u0151k sz\u00ednei", "pad.settings.colorcheck": "Szerzők színei",
"pad.settings.linenocheck": "Sorok sz\u00e1moz\u00e1sa", "pad.settings.linenocheck": "Sorok számozása",
"pad.settings.fontType": "Bet\u0171t\u00edpus:", "pad.settings.fontType": "Betűtípus:",
"pad.settings.fontType.normal": "Szok\u00e1sos", "pad.settings.fontType.normal": "Szokásos",
"pad.settings.fontType.monospaced": "\u00cdr\u00f3g\u00e9pes", "pad.settings.fontType.monospaced": "Írógépes",
"pad.settings.globalView": "Glob\u00e1lis n\u00e9zet", "pad.settings.globalView": "Globális nézet",
"pad.settings.language": "Nyelv:", "pad.settings.language": "Nyelv:",
"pad.importExport.import_export": "Import\/export", "pad.importExport.import_export": "Import/export",
"pad.importExport.import": "Tetsz\u0151leges sz\u00f6vegf\u00e1jl vagy dokumentum felt\u00f6lt\u00e9se", "pad.importExport.import": "Tetszőleges szövegfájl vagy dokumentum feltöltése",
"pad.importExport.importSuccessful": "Siker!", "pad.importExport.importSuccessful": "Siker!",
"pad.importExport.export": "Jelenlegi notesz export\u00e1l\u00e1sa \u00edgy:", "pad.importExport.export": "Jelenlegi notesz exportálása így:",
"pad.importExport.exporthtml": "HTML", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Sima sz\u00f6veg", "pad.importExport.exportplain": "Sima szöveg",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document form\u00e1tum)", "pad.importExport.exportopen": "ODF (Open Document formátum)",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Kapcsol\u00f3dva.", "pad.modals.connected": "Kapcsolódva.",
"pad.modals.reconnecting": "\u00dajrakapcsol\u00f3d\u00e1s a noteszhez...", "pad.modals.reconnecting": "Újrakapcsolódás a noteszhez...",
"pad.modals.forcereconnect": "\u00dajrakapcsol\u00f3d\u00e1s k\u00e9nyszer\u00edt\u00e9se", "pad.modals.forcereconnect": "Újrakapcsolódás kényszerítése",
"pad.modals.userdup.explanation": "\u00dagy t\u0171nik, ez a notesz t\u00f6bb k\u00fcl\u00f6nb\u00f6z\u0151 b\u00f6ng\u00e9sz\u0151ablakban is meg van nyitva a sz\u00e1m\u00edt\u00f3g\u00e9peden.", "pad.modals.userdup.explanation": "Úgy tűnik, ez a notesz több különböző böngészőablakban is meg van nyitva a számítógépeden.",
"pad.modals.userdup.advice": "Kapcsol\u00f3dj \u00fajra, ha ezt az ablakot akarod haszn\u00e1lni.", "pad.modals.userdup.advice": "Kapcsolódj újra, ha ezt az ablakot akarod használni.",
"pad.modals.unauth": "Nincs r\u00e1 jogosults\u00e1god", "pad.modals.unauth": "Nincs rá jogosultságod",
"pad.modals.unauth.explanation": "A jogosults\u00e1gaid v\u00e1ltoztak, mik\u00f6zben n\u00e9zted ezt az oldalt. Pr\u00f3b\u00e1lj \u00fajrakapcsol\u00f3dni.", "pad.modals.unauth.explanation": "A jogosultságaid változtak, miközben nézted ezt az oldalt. Próbálj újrakapcsolódni.",
"pad.modals.looping": "Kapcsolat bontva.", "pad.modals.looping.explanation": "Nem sikerült a kommunikáció a szinkronizációs szerverrel.",
"pad.modals.looping.explanation": "Nem siker\u00fclt a kommunik\u00e1ci\u00f3 a szinkroniz\u00e1ci\u00f3s szerverrel.", "pad.modals.looping.cause": "Talán egy túl szigorú tűzfalon vagy proxyn keresztül kapcsolódtál az internetre.",
"pad.modals.looping.cause": "Tal\u00e1n egy t\u00fal szigor\u00fa t\u0171zfalon vagy proxyn kereszt\u00fcl kapcsol\u00f3dt\u00e1l az internetre.", "pad.modals.initsocketfail": "A szerver nem érhető el.",
"pad.modals.initsocketfail": "A szerver nem \u00e9rhet\u0151 el.", "pad.modals.initsocketfail.explanation": "Nem sikerült kapcsolódni a szinkronizációs szerverhez.",
"pad.modals.initsocketfail.explanation": "Nem siker\u00fclt kapcsol\u00f3dni a szinkroniz\u00e1ci\u00f3s szerverhez.", "pad.modals.initsocketfail.cause": "Valószínűleg a böngésződdel vagy az internetkapcsolatoddal van probléma.",
"pad.modals.initsocketfail.cause": "Val\u00f3sz\u00edn\u0171leg a b\u00f6ng\u00e9sz\u0151ddel vagy az internetkapcsolatoddal van probl\u00e9ma.", "pad.modals.slowcommit.explanation": "A szerver nem válaszol.",
"pad.modals.slowcommit": "Megszakadt a kapcsolat.", "pad.modals.slowcommit.cause": "Valószínűleg az internetkapcsolattal van probléma.",
"pad.modals.slowcommit.explanation": "A szerver nem v\u00e1laszol.", "pad.modals.deleted": "Törölve.",
"pad.modals.slowcommit.cause": "Val\u00f3sz\u00edn\u0171leg az internetkapcsolattal van probl\u00e9ma.", "pad.modals.deleted.explanation": "Ez a notesz el lett távolítva.",
"pad.modals.deleted": "T\u00f6r\u00f6lve.", "pad.modals.disconnected": "Kapcsolat bontva.",
"pad.modals.deleted.explanation": "Ez a notesz el lett t\u00e1vol\u00edtva.", "pad.modals.disconnected.explanation": "A szerverrel való kapcsolat megszűnt.",
"pad.modals.disconnected": "Kapcsolat bontva.", "pad.modals.disconnected.cause": "Lehet, hogy a szerver nem elérhető. Kérlek, értesíts minket, ha a probléma tartósan fennáll.",
"pad.modals.disconnected.explanation": "A szerverrel val\u00f3 kapcsolat megsz\u0171nt.", "pad.share": "Notesz megosztása",
"pad.modals.disconnected.cause": "Lehet, hogy a szerver nem el\u00e9rhet\u0151. K\u00e9rlek, \u00e9rtes\u00edts minket, ha a probl\u00e9ma tart\u00f3san fenn\u00e1ll.", "pad.share.readonly": "Csak olvasható",
"pad.share": "Notesz megoszt\u00e1sa", "pad.share.link": "Hivatkozás",
"pad.share.readonly": "Csak olvashat\u00f3", "pad.share.emebdcode": "URL beágyazása",
"pad.share.link": "Hivatkoz\u00e1s", "pad.chat": "Csevegés",
"pad.share.emebdcode": "URL be\u00e1gyaz\u00e1sa", "pad.chat.title": "A noteszhez tartozó csevegés megnyitása.",
"pad.chat": "Cseveg\u00e9s", "timeslider.pageTitle": "{{appTitle}} időcsúszka",
"pad.chat.title": "A noteszhez tartoz\u00f3 cseveg\u00e9s megnyit\u00e1sa.", "timeslider.toolbar.returnbutton": "Vissza a noteszhez",
"timeslider.pageTitle": "{{appTitle}} id\u0151cs\u00faszka", "timeslider.toolbar.authors": "Szerzők:",
"timeslider.toolbar.returnbutton": "Vissza a noteszhez", "timeslider.toolbar.authorsList": "Nincsenek szerzők",
"timeslider.toolbar.authors": "Szerz\u0151k:", "timeslider.exportCurrent": "Jelenlegi változat exportálása így:",
"timeslider.toolbar.authorsList": "Nincsenek szerz\u0151k", "timeslider.version": "{{version}} verzió",
"timeslider.exportCurrent": "Jelenlegi v\u00e1ltozat export\u00e1l\u00e1sa \u00edgy:", "timeslider.saved": "{{year}}. {{month}} {{day}}-n elmentve",
"timeslider.version": "{{version}} verzi\u00f3", "timeslider.dateformat": "{{year}}/{{month}}/{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.saved": "{{year}}. {{month}} {{day}}-n elmentve", "timeslider.month.january": "január",
"timeslider.dateformat": "{{year}}\/{{month}}\/{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.month.february": "február",
"timeslider.month.january": "janu\u00e1r", "timeslider.month.march": "március",
"timeslider.month.february": "febru\u00e1r", "timeslider.month.april": "április",
"timeslider.month.march": "m\u00e1rcius", "timeslider.month.may": "május",
"timeslider.month.april": "\u00e1prilis", "timeslider.month.june": "június",
"timeslider.month.may": "m\u00e1jus", "timeslider.month.july": "július",
"timeslider.month.june": "j\u00fanius", "timeslider.month.august": "augusztus",
"timeslider.month.july": "j\u00falius", "timeslider.month.september": "szeptember",
"timeslider.month.august": "augusztus", "timeslider.month.october": "október",
"timeslider.month.september": "szeptember", "timeslider.month.november": "november",
"timeslider.month.october": "okt\u00f3ber", "timeslider.month.december": "december",
"timeslider.month.november": "november", "pad.userlist.entername": "Add meg a nevedet",
"timeslider.month.december": "december", "pad.userlist.unnamed": "névtelen",
"pad.userlist.entername": "Add meg a nevedet", "pad.userlist.guest": "Vendég",
"pad.userlist.unnamed": "n\u00e9vtelen", "pad.userlist.deny": "Megtagad",
"pad.userlist.guest": "Vend\u00e9g", "pad.userlist.approve": "Jóváhagy",
"pad.userlist.deny": "Megtagad", "pad.impexp.importbutton": "Importálás most",
"pad.userlist.approve": "J\u00f3v\u00e1hagy", "pad.impexp.importing": "Importálás…",
"pad.impexp.importbutton": "Import\u00e1l\u00e1s most", "pad.impexp.uploadFailed": "A feltöltés sikertelen, próbáld meg újra",
"pad.impexp.importing": "Import\u00e1l\u00e1s\u2026", "pad.impexp.importfailed": "Az importálás nem sikerült"
"pad.impexp.uploadFailed": "A felt\u00f6lt\u00e9s sikertelen, pr\u00f3b\u00e1ld meg \u00fajra",
"pad.impexp.importfailed": "Az import\u00e1l\u00e1s nem siker\u00fclt"
} }

View File

@ -1,92 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"McDutchie" "McDutchie"
] ]
}, },
"index.newPad": "Nove pad", "index.newPad": "Nove pad",
"index.createOpenPad": "o crear\/aperir un pad con le nomine:", "index.createOpenPad": "o crear/aperir un pad con le nomine:",
"pad.toolbar.bold.title": "Grasse (Ctrl-B)", "pad.toolbar.bold.title": "Grasse (Ctrl-B)",
"pad.toolbar.italic.title": "Italic (Ctrl-I)", "pad.toolbar.italic.title": "Italic (Ctrl-I)",
"pad.toolbar.underline.title": "Sublinear (Ctrl-U)", "pad.toolbar.underline.title": "Sublinear (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Cancellar", "pad.toolbar.strikethrough.title": "Cancellar",
"pad.toolbar.ol.title": "Lista ordinate", "pad.toolbar.ol.title": "Lista ordinate",
"pad.toolbar.ul.title": "Lista non ordinate", "pad.toolbar.ul.title": "Lista non ordinate",
"pad.toolbar.indent.title": "Indentar", "pad.toolbar.indent.title": "Indentar",
"pad.toolbar.unindent.title": "Disindentar", "pad.toolbar.unindent.title": "Disindentar",
"pad.toolbar.undo.title": "Disfacer (Ctrl-Z)", "pad.toolbar.undo.title": "Disfacer (Ctrl-Z)",
"pad.toolbar.redo.title": "Refacer (Ctrl-Y)", "pad.toolbar.redo.title": "Refacer (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Rader colores de autor", "pad.toolbar.clearAuthorship.title": "Rader colores de autor",
"pad.toolbar.import_export.title": "Importar\/exportar in differente formatos de file", "pad.toolbar.import_export.title": "Importar/exportar in differente formatos de file",
"pad.toolbar.timeslider.title": "Glissa-tempore", "pad.toolbar.timeslider.title": "Glissa-tempore",
"pad.toolbar.savedRevision.title": "Versiones salveguardate", "pad.toolbar.savedRevision.title": "Version salveguardate",
"pad.toolbar.settings.title": "Configuration", "pad.toolbar.settings.title": "Configuration",
"pad.toolbar.embed.title": "Incorporar iste pad", "pad.toolbar.embed.title": "Divider e incorporar iste pad",
"pad.toolbar.showusers.title": "Monstrar le usatores de iste pad", "pad.toolbar.showusers.title": "Monstrar le usatores de iste pad",
"pad.colorpicker.save": "Salveguardar", "pad.colorpicker.save": "Salveguardar",
"pad.colorpicker.cancel": "Cancellar", "pad.colorpicker.cancel": "Cancellar",
"pad.loading": "Cargamento\u2026", "pad.loading": "Cargamento…",
"pad.settings.padSettings": "Configuration del pad", "pad.passwordRequired": "Un contrasigno es necessari pro acceder a iste pad",
"pad.settings.myView": "Mi vista", "pad.permissionDenied": "Tu non ha le permission de acceder a iste pad",
"pad.settings.stickychat": "Chat sempre visibile", "pad.wrongPassword": "Le contrasigno es incorrecte",
"pad.settings.colorcheck": "Colores de autor", "pad.settings.padSettings": "Configuration del pad",
"pad.settings.linenocheck": "Numeros de linea", "pad.settings.myView": "Mi vista",
"pad.settings.fontType": "Typo de litteras:", "pad.settings.stickychat": "Chat sempre visibile",
"pad.settings.fontType.normal": "Normal", "pad.settings.colorcheck": "Colores de autor",
"pad.settings.fontType.monospaced": "Monospatial", "pad.settings.linenocheck": "Numeros de linea",
"pad.settings.globalView": "Vista global", "pad.settings.rtlcheck": "Leger le contento de dextra a sinistra?",
"pad.settings.language": "Lingua:", "pad.settings.fontType": "Typo de litteras:",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.fontType.normal": "Normal",
"pad.importExport.import": "Incargar qualcunque file de texto o documento", "pad.settings.fontType.monospaced": "Monospatial",
"pad.importExport.export": "Exportar le pad actual como:", "pad.settings.globalView": "Vista global",
"pad.importExport.exporthtml": "HTML", "pad.settings.language": "Lingua:",
"pad.importExport.exportplain": "Texto simple", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import": "Incargar qualcunque file de texto o documento",
"pad.importExport.exportpdf": "PDF", "pad.importExport.importSuccessful": "Succedite!",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.export": "Exportar le pad actual como:",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exporthtml": "HTML",
"pad.modals.connected": "Connectite.", "pad.importExport.exportplain": "Texto simple",
"pad.modals.reconnecting": "Reconnecte a tu pad\u2026", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.forcereconnect": "Fortiar reconnexion", "pad.importExport.exportpdf": "PDF",
"pad.modals.userdup.explanation": "Iste pad pare esser aperte in plus de un fenestra de navigator in iste computator.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.userdup.advice": "Reconnecte pro usar iste fenestra.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.unauth": "Non autorisate", "pad.importExport.abiword.innerHTML": "Tu pote solmente importar files in formato de texto simple o HTML. Pro functionalitate de importation plus extense, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstalla AbiWord\u003C/a\u003E.",
"pad.modals.unauth.explanation": "Tu permissiones ha cambiate durante que tu legeva iste pagina. Tenta reconnecter.", "pad.modals.connected": "Connectite.",
"pad.modals.looping": "Disconnectite.", "pad.modals.reconnecting": "Reconnecte a tu pad…",
"pad.modals.looping.explanation": "Il ha problemas de communication con le servitor de synchronisation.", "pad.modals.forcereconnect": "Fortiar reconnexion",
"pad.modals.looping.cause": "Il es possibile que tu connexion passa per un firewall o proxy incompatibile.", "pad.modals.userdup": "Aperte in un altere fenestra",
"pad.modals.initsocketfail": "Le servitor es inattingibile.", "pad.modals.userdup.explanation": "Iste pad pare esser aperte in plus de un fenestra de navigator in iste computator.",
"pad.modals.initsocketfail.explanation": "Impossibile connecter al servitor de synchronisation.", "pad.modals.userdup.advice": "Reconnecte pro usar iste fenestra.",
"pad.modals.initsocketfail.cause": "Isto es probabilemente causate per un problema con tu navigator o connexion a internet.", "pad.modals.unauth": "Non autorisate",
"pad.modals.slowcommit": "Disconnectite.", "pad.modals.unauth.explanation": "Tu permissiones ha cambiate durante que tu legeva iste pagina. Tenta reconnecter.",
"pad.modals.slowcommit.explanation": "Le servitor non responde.", "pad.modals.looping.explanation": "Il ha problemas de communication con le servitor de synchronisation.",
"pad.modals.slowcommit.cause": "Isto pote esser causate per problemas con le connexion al rete.", "pad.modals.looping.cause": "Il es possibile que tu connexion passa per un firewall o proxy incompatibile.",
"pad.modals.deleted": "Delite.", "pad.modals.initsocketfail": "Le servitor es inattingibile.",
"pad.modals.deleted.explanation": "Iste pad ha essite removite.", "pad.modals.initsocketfail.explanation": "Impossibile connecter al servitor de synchronisation.",
"pad.modals.disconnected": "Tu ha essite disconnectite.", "pad.modals.initsocketfail.cause": "Isto es probabilemente causate per un problema con tu navigator o connexion a internet.",
"pad.modals.disconnected.explanation": "Le connexion al servitor ha essite perdite.", "pad.modals.slowcommit.explanation": "Le servitor non responde.",
"pad.modals.disconnected.cause": "Le servitor pote esser indisponibile. Per favor notifica nos si isto continua a producer se.", "pad.modals.slowcommit.cause": "Isto pote esser causate per problemas con le connexion al rete.",
"pad.share": "Diffunder iste pad", "pad.modals.badChangeset.explanation": "Un modification que tu ha facite ha essite classificate como incorrecte per le servitor de synchronisation.",
"pad.share.readonly": "Lectura solmente", "pad.modals.badChangeset.cause": "Isto pote esser causate per un configuration incorrecte del servitor o per alcun altere comportamento impreviste. Per favor contacta le administrator del servicio si tu pensa que se tracta de un error. Tenta reconnecter te pro continuar a modificar.",
"pad.share.link": "Ligamine", "pad.modals.corruptPad.explanation": "Le pad al qual tu tenta acceder es corrumpite.",
"pad.share.emebdcode": "Codice de incorporation", "pad.modals.corruptPad.cause": "Isto pote esser debite a un configuration incorrecte del servitor o a alcun altere comportamento impreviste. Per favor contacta le administrator del servicio.",
"pad.chat": "Chat", "pad.modals.deleted": "Delite.",
"pad.chat.title": "Aperir le chat pro iste pad.", "pad.modals.deleted.explanation": "Iste pad ha essite removite.",
"timeslider.pageTitle": "Glissa-tempore pro {{appTitle}}", "pad.modals.disconnected": "Tu ha essite disconnectite.",
"timeslider.toolbar.returnbutton": "Retornar al pad", "pad.modals.disconnected.explanation": "Le connexion al servitor ha essite perdite.",
"timeslider.toolbar.authors": "Autores:", "pad.modals.disconnected.cause": "Le servitor pote esser indisponibile. Per favor notifica le administrator del servicio si isto continua a producer se.",
"timeslider.toolbar.authorsList": "Nulle autor", "pad.share": "Diffunder iste pad",
"timeslider.exportCurrent": "Exportar le version actual como:", "pad.share.readonly": "Lectura solmente",
"timeslider.month.january": "januario", "pad.share.link": "Ligamine",
"timeslider.month.february": "februario", "pad.share.emebdcode": "Codice de incorporation",
"timeslider.month.march": "martio", "pad.chat": "Chat",
"timeslider.month.april": "april", "pad.chat.title": "Aperir le chat pro iste pad.",
"timeslider.month.may": "maio", "pad.chat.loadmessages": "Cargar plus messages",
"timeslider.month.june": "junio", "timeslider.pageTitle": "Glissa-tempore pro {{appTitle}}",
"timeslider.month.july": "julio", "timeslider.toolbar.returnbutton": "Retornar al pad",
"timeslider.month.august": "augusto", "timeslider.toolbar.authors": "Autores:",
"timeslider.month.september": "septembre", "timeslider.toolbar.authorsList": "Nulle autor",
"timeslider.month.october": "octobre", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.month.november": "novembre", "timeslider.exportCurrent": "Exportar le version actual como:",
"timeslider.month.december": "decembre" "timeslider.version": "Version {{version}}",
"timeslider.saved": "Salveguardate le {{day}} de {{month}} {{year}}",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "januario",
"timeslider.month.february": "februario",
"timeslider.month.march": "martio",
"timeslider.month.april": "april",
"timeslider.month.may": "maio",
"timeslider.month.june": "junio",
"timeslider.month.july": "julio",
"timeslider.month.august": "augusto",
"timeslider.month.september": "septembre",
"timeslider.month.october": "octobre",
"timeslider.month.november": "novembre",
"timeslider.month.december": "decembre",
"timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor, other: autores ]} sin nomine",
"pad.savedrevs.marked": "Iste version es ora marcate como version salveguardate",
"pad.userlist.entername": "Entra tu nomine",
"pad.userlist.unnamed": "sin nomine",
"pad.userlist.guest": "Invitato",
"pad.userlist.deny": "Refusar",
"pad.userlist.approve": "Approbar",
"pad.editbar.clearcolors": "Rader le colores de autor in tote le documento?",
"pad.impexp.importbutton": "Importar ora",
"pad.impexp.importing": "Importation in curso…",
"pad.impexp.confirmimport": "Le importation de un file superscribera le texto actual del pad. Es tu secur de voler continuar?",
"pad.impexp.convertFailed": "Nos non ha potite importar iste file. Per favor usa un altere formato de documento o copia e colla le texto manualmente.",
"pad.impexp.uploadFailed": "Le incargamento ha fallite. Per favor reproba.",
"pad.impexp.importfailed": "Importation fallite",
"pad.impexp.copypaste": "Per favor copia e colla",
"pad.impexp.exportdisabled": "Le exportation in formato {{type}} es disactivate. Per favor contacta le administrator del systema pro detalios."
} }

View File

@ -1,123 +1,125 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Beta16", "0": "Beta16",
"1": "Gianfranco", "1": "Gianfranco",
"2": "Muxator", "2": "Muxator",
"4": "Vituzzu" "4": "Vituzzu"
} }
}, },
"index.newPad": "Nuovo Pad", "index.newPad": "Nuovo Pad",
"index.createOpenPad": "o creare o aprire un Pad con il nome:", "index.createOpenPad": "o creare o aprire un Pad con il nome:",
"pad.toolbar.bold.title": "Grassetto (Ctrl-B)", "pad.toolbar.bold.title": "Grassetto (Ctrl-B)",
"pad.toolbar.italic.title": "Corsivo (Ctrl-I)", "pad.toolbar.italic.title": "Corsivo (Ctrl-I)",
"pad.toolbar.underline.title": "Sottolineato (Ctrl-U)", "pad.toolbar.underline.title": "Sottolineato (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Barrato", "pad.toolbar.strikethrough.title": "Barrato",
"pad.toolbar.ol.title": "Elenco numerato", "pad.toolbar.ol.title": "Elenco numerato",
"pad.toolbar.ul.title": "Elenco puntato", "pad.toolbar.ul.title": "Elenco puntato",
"pad.toolbar.indent.title": "Rientro", "pad.toolbar.indent.title": "Rientro",
"pad.toolbar.unindent.title": "Riduci rientro", "pad.toolbar.unindent.title": "Riduci rientro",
"pad.toolbar.undo.title": "Annulla (Ctrl-Z)", "pad.toolbar.undo.title": "Annulla (Ctrl-Z)",
"pad.toolbar.redo.title": "Ripeti (Ctrl-Y)", "pad.toolbar.redo.title": "Ripeti (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Elimina i colori che indicano gli autori", "pad.toolbar.clearAuthorship.title": "Elimina i colori che indicano gli autori",
"pad.toolbar.import_export.title": "Importa\/esporta da\/a diversi formati di file", "pad.toolbar.import_export.title": "Importa/esporta da/a diversi formati di file",
"pad.toolbar.timeslider.title": "Presentazione cronologia", "pad.toolbar.timeslider.title": "Presentazione cronologia",
"pad.toolbar.savedRevision.title": "Revisioni salvate", "pad.toolbar.savedRevision.title": "Versione salvata",
"pad.toolbar.settings.title": "Impostazioni", "pad.toolbar.settings.title": "Impostazioni",
"pad.toolbar.embed.title": "Incorpora questo Pad", "pad.toolbar.embed.title": "Condividi ed incorpora questo Pad",
"pad.toolbar.showusers.title": "Visualizza gli utenti su questo Pad", "pad.toolbar.showusers.title": "Visualizza gli utenti su questo Pad",
"pad.colorpicker.save": "Salva", "pad.colorpicker.save": "Salva",
"pad.colorpicker.cancel": "Annulla", "pad.colorpicker.cancel": "Annulla",
"pad.loading": "Caricamento in corso\u2026", "pad.loading": "Caricamento in corso…",
"pad.passwordRequired": "Per accedere a questo Pad \u00e8 necessaria una password", "pad.passwordRequired": "Per accedere a questo Pad è necessaria una password",
"pad.permissionDenied": "Non si dispone dei permessi necessari per accedere a questo Pad", "pad.permissionDenied": "Non si dispone dei permessi necessari per accedere a questo Pad",
"pad.wrongPassword": "La password \u00e8 sbagliata", "pad.wrongPassword": "La password è sbagliata",
"pad.settings.padSettings": "Impostazioni del Pad", "pad.settings.padSettings": "Impostazioni del Pad",
"pad.settings.myView": "Mia visualizzazione", "pad.settings.myView": "Mia visualizzazione",
"pad.settings.stickychat": "Chat sempre sullo schermo", "pad.settings.stickychat": "Chat sempre sullo schermo",
"pad.settings.colorcheck": "Colori che indicano gli autori", "pad.settings.colorcheck": "Colori che indicano gli autori",
"pad.settings.linenocheck": "Numeri di riga", "pad.settings.linenocheck": "Numeri di riga",
"pad.settings.fontType": "Tipo di carattere:", "pad.settings.rtlcheck": "Leggere il contenuto da destra a sinistra?",
"pad.settings.fontType.normal": "Normale", "pad.settings.fontType": "Tipo di carattere:",
"pad.settings.fontType.monospaced": "A larghezza fissa", "pad.settings.fontType.normal": "Normale",
"pad.settings.globalView": "Visualizzazione globale", "pad.settings.fontType.monospaced": "A larghezza fissa",
"pad.settings.language": "Lingua:", "pad.settings.globalView": "Visualizzazione globale",
"pad.importExport.import_export": "Importazione\/esportazione", "pad.settings.language": "Lingua:",
"pad.importExport.import": "Carica un file di testo o un documento", "pad.importExport.import_export": "Importazione/esportazione",
"pad.importExport.importSuccessful": "Riuscito!", "pad.importExport.import": "Carica un file di testo o un documento",
"pad.importExport.export": "Esportare il Pad corrente come:", "pad.importExport.importSuccessful": "Riuscito!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Esportare il Pad corrente come:",
"pad.importExport.exportplain": "Solo testo", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Solo testo",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "\u00c8 possibile importare solo i formati di testo semplice o HTML. Per metodi pi\u00f9 avanzati di importazione <a href=https:\/\/github.com\/broadcast\/etherpad-lite\/wiki\/How-to-enable-importing and exporting-different file formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord>installare Abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Connesso.", "pad.importExport.abiword.innerHTML": "È possibile importare solo i formati di testo semplice o HTML. Per metodi più avanzati di importazione \u003Ca href=https://github.com/broadcast/etherpad-lite/wiki/How-to-enable-importing and exporting-different file formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\u003Einstallare Abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Riconnessione al pad in corso...", "pad.modals.connected": "Connesso.",
"pad.modals.forcereconnect": "Forza la riconnessione", "pad.modals.reconnecting": "Riconnessione al pad in corso...",
"pad.modals.userdup": "Aperto in un'altra finestra", "pad.modals.forcereconnect": "Forza la riconnessione",
"pad.modals.userdup.explanation": "Questo Pad sembra essere aperto in pi\u00f9 di una finestra del browser su questo computer.", "pad.modals.userdup": "Aperto in un'altra finestra",
"pad.modals.userdup.advice": "Riconnettiti per utilizzare invece questa finestra.", "pad.modals.userdup.explanation": "Questo Pad sembra essere aperto in più di una finestra del browser su questo computer.",
"pad.modals.unauth": "Non autorizzato", "pad.modals.userdup.advice": "Riconnettiti per utilizzare invece questa finestra.",
"pad.modals.unauth.explanation": "Le tue autorizzazioni sono state modificate durante la visualizzazione di questa pagina. Prova a riconnetterti.", "pad.modals.unauth": "Non autorizzato",
"pad.modals.looping": "Disconnesso.", "pad.modals.unauth.explanation": "Le tue autorizzazioni sono state modificate durante la visualizzazione di questa pagina. Prova a riconnetterti.",
"pad.modals.looping.explanation": "Ci sono problemi di comunicazione con il server di sincronizzazione.", "pad.modals.looping.explanation": "Ci sono problemi di comunicazione con il server di sincronizzazione.",
"pad.modals.looping.cause": "Forse sei connesso attraverso un firewall o un server proxy non compatibili.", "pad.modals.looping.cause": "Forse sei connesso attraverso un firewall o un server proxy non compatibili.",
"pad.modals.initsocketfail": "Il server non \u00e8 raggiungibile.", "pad.modals.initsocketfail": "Il server non è raggiungibile.",
"pad.modals.initsocketfail.explanation": "Impossibile connettersi al server di sincronizzazione.", "pad.modals.initsocketfail.explanation": "Impossibile connettersi al server di sincronizzazione.",
"pad.modals.initsocketfail.cause": "Questo probabilmente \u00e8 dovuto a un problema con il tuo browser o con la tua connessione a internet.", "pad.modals.initsocketfail.cause": "Questo probabilmente è dovuto a un problema con il tuo browser o con la tua connessione a internet.",
"pad.modals.slowcommit": "Disconnesso.", "pad.modals.slowcommit.explanation": "Il server non risponde.",
"pad.modals.slowcommit.explanation": "Il server non risponde.", "pad.modals.slowcommit.cause": "Questo potrebbe essere dovuto a problemi con la connettività di rete.",
"pad.modals.slowcommit.cause": "Questo potrebbe essere dovuto a problemi con la connettivit\u00e0 di rete.", "pad.modals.badChangeset.explanation": "Una modifica che hai fatto è stata considerata illegale dal server di sincronizzazione.",
"pad.modals.deleted": "Cancellato.", "pad.modals.badChangeset.cause": "Ciò potrebbe essere causato da una errata configurazione del server o qualche altro comportamento imprevisto. Si prega di contattare l'amministratore del servizio, se si ritiene che questo sia un errore. Prova a riconnetterti per tentare di continuare a modificare.",
"pad.modals.deleted.explanation": "Questo Pad \u00e8 stato rimosso.", "pad.modals.corruptPad.explanation": "Il pad a cui stai tentando di accedere è danneggiato.",
"pad.modals.disconnected": "Sei stato disconnesso.", "pad.modals.corruptPad.cause": "Ciò potrebbe essere causato da una errata configurazione del server o qualche altro comportamento imprevisto. Si prega di contattare l'amministratore del servizio.",
"pad.modals.disconnected.explanation": "La connessione al server \u00e8 stata persa", "pad.modals.deleted": "Cancellato.",
"pad.modals.disconnected.cause": "Il server potrebbe essere non disponibile. Per favore, fateci sapere se il problema persiste.", "pad.modals.deleted.explanation": "Questo Pad è stato rimosso.",
"pad.share": "Condividi questo Pad", "pad.modals.disconnected": "Sei stato disconnesso.",
"pad.share.readonly": "Sola lettura", "pad.modals.disconnected.explanation": "La connessione al server è stata persa",
"pad.share.link": "Link", "pad.modals.disconnected.cause": "Il server potrebbe essere non disponibile. Informa l'amministrazione del servizio se il problema persiste.",
"pad.share.emebdcode": "Incorpora URL", "pad.share": "Condividi questo Pad",
"pad.chat": "Chat", "pad.share.readonly": "Sola lettura",
"pad.chat.title": "Apri la chat per questo Pad.", "pad.share.link": "Link",
"pad.chat.loadmessages": "Carica altri messaggi", "pad.share.emebdcode": "Incorpora URL",
"timeslider.pageTitle": "Cronologia {{appTitle}}", "pad.chat": "Chat",
"timeslider.toolbar.returnbutton": "Ritorna al Pad", "pad.chat.title": "Apri la chat per questo Pad.",
"timeslider.toolbar.authors": "Autori:", "pad.chat.loadmessages": "Carica altri messaggi",
"timeslider.toolbar.authorsList": "Nessun autore", "timeslider.pageTitle": "Cronologia {{appTitle}}",
"timeslider.toolbar.exportlink.title": "esporta", "timeslider.toolbar.returnbutton": "Ritorna al Pad",
"timeslider.exportCurrent": "Esporta la versione corrente come:", "timeslider.toolbar.authors": "Autori:",
"timeslider.version": "Versione {{version}}", "timeslider.toolbar.authorsList": "Nessun autore",
"timeslider.saved": "Salvato {{day}} {{month}} {{year}}", "timeslider.toolbar.exportlink.title": "esporta",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Esporta la versione corrente come:",
"timeslider.month.january": "gennaio", "timeslider.version": "Versione {{version}}",
"timeslider.month.february": "febbraio", "timeslider.saved": "Salvato {{day}} {{month}} {{year}}",
"timeslider.month.march": "marzo", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "aprile", "timeslider.month.january": "gennaio",
"timeslider.month.may": "maggio", "timeslider.month.february": "febbraio",
"timeslider.month.june": "giugno", "timeslider.month.march": "marzo",
"timeslider.month.july": "luglio", "timeslider.month.april": "aprile",
"timeslider.month.august": "agosto", "timeslider.month.may": "maggio",
"timeslider.month.september": "settembre", "timeslider.month.june": "giugno",
"timeslider.month.october": "ottobre", "timeslider.month.july": "luglio",
"timeslider.month.november": "novembre", "timeslider.month.august": "agosto",
"timeslider.month.december": "dicembre", "timeslider.month.september": "settembre",
"timeslider.unnamedauthor": "{{num}} autore senza nome", "timeslider.month.october": "ottobre",
"timeslider.unnamedauthors": "{{num}} autori senza nome", "timeslider.month.november": "novembre",
"pad.savedrevs.marked": "Questa revisione \u00e8 ora contrassegnata come una versione salvata", "timeslider.month.december": "dicembre",
"pad.userlist.entername": "Inserisci il tuo nome", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autore, other: autori ]} senza nome",
"pad.userlist.unnamed": "senza nome", "pad.savedrevs.marked": "Questa revisione è ora contrassegnata come una versione salvata",
"pad.userlist.guest": "Ospite", "pad.userlist.entername": "Inserisci il tuo nome",
"pad.userlist.deny": "Nega", "pad.userlist.unnamed": "senza nome",
"pad.userlist.approve": "Approva", "pad.userlist.guest": "Ospite",
"pad.editbar.clearcolors": "Eliminare i colori degli autori sull'intero documento?", "pad.userlist.deny": "Nega",
"pad.impexp.importbutton": "Importa ora", "pad.userlist.approve": "Approva",
"pad.impexp.importing": "Importazione in corso...", "pad.editbar.clearcolors": "Eliminare i colori degli autori sull'intero documento?",
"pad.impexp.confirmimport": "L'importazione del file sovrascriver\u00e0 il testo attuale del Pad. Sei sicuro di voler procedere?", "pad.impexp.importbutton": "Importa ora",
"pad.impexp.convertFailed": "Non \u00e8 stato possibile importare questo file. Utilizzare un formato differente o copiare ed incollare a mano", "pad.impexp.importing": "Importazione in corso...",
"pad.impexp.uploadFailed": "Caricamento non riuscito, riprovare", "pad.impexp.confirmimport": "L'importazione del file sovrascriverà il testo attuale del Pad. Sei sicuro di voler procedere?",
"pad.impexp.importfailed": "Importazione fallita", "pad.impexp.convertFailed": "Non è stato possibile importare questo file. Utilizzare un formato differente o copiare ed incollare a mano",
"pad.impexp.copypaste": "Si prega di copiare e incollare", "pad.impexp.uploadFailed": "Caricamento non riuscito, riprovare",
"pad.impexp.exportdisabled": "L'esportazione come {{type}} \u00e8 disabilitata. Contattare l'amministratore per i dettagli." "pad.impexp.importfailed": "Importazione fallita",
"pad.impexp.copypaste": "Si prega di copiare e incollare",
"pad.impexp.exportdisabled": "L'esportazione come {{type}} è disabilitata. Contattare l'amministratore per i dettagli."
} }

View File

@ -1,120 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Shirayuki" "Shirayuki"
] ]
}, },
"index.newPad": "\u65b0\u898f\u4f5c\u6210", "index.newPad": "新規作成",
"index.createOpenPad": "\u307e\u305f\u306f\u4f5c\u6210\/\u7de8\u96c6\u3059\u308b\u30d1\u30c3\u30c9\u540d\u3092\u5165\u529b:", "index.createOpenPad": "または作成/編集するパッド名を入力:",
"pad.toolbar.bold.title": "\u592a\u5b57 (Ctrl-B)", "pad.toolbar.bold.title": "太字 (Ctrl-B)",
"pad.toolbar.italic.title": "\u659c\u4f53 (Ctrl-I)", "pad.toolbar.italic.title": "斜体 (Ctrl-I)",
"pad.toolbar.underline.title": "\u4e0b\u7dda (Ctrl-U)", "pad.toolbar.underline.title": "下線 (Ctrl-U)",
"pad.toolbar.strikethrough.title": "\u53d6\u308a\u6d88\u3057\u7dda", "pad.toolbar.strikethrough.title": "取り消し線",
"pad.toolbar.ol.title": "\u756a\u53f7\u4ed8\u304d\u30ea\u30b9\u30c8", "pad.toolbar.ol.title": "番号付きリスト",
"pad.toolbar.ul.title": "\u756a\u53f7\u306a\u3057\u30ea\u30b9\u30c8", "pad.toolbar.ul.title": "番号なしリスト",
"pad.toolbar.indent.title": "\u30a4\u30f3\u30c7\u30f3\u30c8", "pad.toolbar.indent.title": "インデント (Tab)",
"pad.toolbar.unindent.title": "\u30a4\u30f3\u30c7\u30f3\u30c8\u89e3\u9664", "pad.toolbar.unindent.title": "インデント解除 (Shift+Tab)",
"pad.toolbar.undo.title": "\u5143\u306b\u623b\u3059 (Ctrl-Z)", "pad.toolbar.undo.title": "元に戻す (Ctrl-Z)",
"pad.toolbar.redo.title": "\u3084\u308a\u76f4\u3057 (Ctrl-Y)", "pad.toolbar.redo.title": "やり直し (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "\u4f5c\u8005\u306e\u8272\u5206\u3051\u3092\u6d88\u53bb", "pad.toolbar.clearAuthorship.title": "作者の色分けを消去",
"pad.toolbar.import_export.title": "\u4ed6\u306e\u5f62\u5f0f\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\/\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "pad.toolbar.import_export.title": "他の形式のファイルのインポート/エクスポート",
"pad.toolbar.timeslider.title": "\u30bf\u30a4\u30e0\u30b9\u30e9\u30a4\u30c0\u30fc", "pad.toolbar.timeslider.title": "タイムスライダー",
"pad.toolbar.savedRevision.title": "\u4fdd\u5b58\u6e08\u307f\u306e\u7248", "pad.toolbar.savedRevision.title": "版を保存",
"pad.toolbar.settings.title": "\u8a2d\u5b9a", "pad.toolbar.settings.title": "設定",
"pad.toolbar.embed.title": "\u3053\u306e\u30d1\u30c3\u30c9\u3092\u57cb\u3081\u8fbc\u3080", "pad.toolbar.embed.title": "このパッドを共有する/埋め込む",
"pad.toolbar.showusers.title": "\u3053\u306e\u30d1\u30c3\u30c9\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u8868\u793a", "pad.toolbar.showusers.title": "このパッドのユーザーを表示",
"pad.colorpicker.save": "\u4fdd\u5b58", "pad.colorpicker.save": "保存",
"pad.colorpicker.cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", "pad.colorpicker.cancel": "キャンセル",
"pad.loading": "\u8aad\u307f\u8fbc\u307f\u4e2d...", "pad.loading": "読み込み中...",
"pad.passwordRequired": "\u3053\u306e\u30d1\u30c3\u30c9\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u306b\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059", "pad.passwordRequired": "このパッドにアクセスするにはパスワードが必要です",
"pad.permissionDenied": "\u3042\u306a\u305f\u306b\u306f\u3053\u306e\u30d1\u30c3\u30c9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u8a31\u53ef\u304c\u3042\u308a\u307e\u305b\u3093", "pad.permissionDenied": "あなたにはこのパッドへのアクセス許可がありません",
"pad.wrongPassword": "\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059", "pad.wrongPassword": "パスワードが間違っています",
"pad.settings.padSettings": "\u30d1\u30c3\u30c9\u306e\u8a2d\u5b9a", "pad.settings.padSettings": "パッドの設定",
"pad.settings.myView": "\u500b\u4eba\u8a2d\u5b9a", "pad.settings.myView": "個人設定",
"pad.settings.stickychat": "\u753b\u9762\u306b\u30c1\u30e3\u30c3\u30c8\u3092\u5e38\u306b\u8868\u793a", "pad.settings.stickychat": "画面にチャットを常に表示",
"pad.settings.colorcheck": "\u4f5c\u8005\u306e\u8272\u5206\u3051", "pad.settings.colorcheck": "作者の色分け",
"pad.settings.linenocheck": "\u884c\u756a\u53f7", "pad.settings.linenocheck": "行番号",
"pad.settings.fontType": "\u30d5\u30a9\u30f3\u30c8\u306e\u7a2e\u985e:", "pad.settings.rtlcheck": "右横書きにする",
"pad.settings.fontType.normal": "\u901a\u5e38", "pad.settings.fontType": "フォントの種類:",
"pad.settings.fontType.monospaced": "\u56fa\u5b9a\u5e45", "pad.settings.fontType.normal": "通常",
"pad.settings.globalView": "\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a", "pad.settings.fontType.monospaced": "固定幅",
"pad.settings.language": "\u8a00\u8a9e:", "pad.settings.globalView": "グローバル設定",
"pad.importExport.import_export": "\u30a4\u30f3\u30dd\u30fc\u30c8\/\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "pad.settings.language": "言語:",
"pad.importExport.import": "\u3042\u3089\u3086\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3084\u6587\u66f8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059", "pad.importExport.import_export": "インポート/エクスポート",
"pad.importExport.importSuccessful": "\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002", "pad.importExport.import": "あらゆるテキストファイルや文書をアップロードできます",
"pad.importExport.export": "\u73fe\u5728\u306e\u30d1\u30c3\u30c9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u5f62\u5f0f:", "pad.importExport.importSuccessful": "完了しました。",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "現在のパッドをエクスポートする形式:",
"pad.importExport.exportplain": "\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "プレーンテキスト",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u307e\u305f\u306f HTML \u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u307f\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u3059\u3002\u3088\u308a\u9ad8\u5ea6\u306a\u30a4\u30f3\u30dd\u30fc\u30c8\u6a5f\u80fd\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001<a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">abiword \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/a>\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f\u3002", "pad.importExport.abiword.innerHTML": "プレーンテキストまたは HTML ファイルからのみインポートできます。より高度なインポート機能を使用するには、\u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword をインストール\u003C/a\u003Eしてください。",
"pad.modals.reconnecting": "\u30d1\u30c3\u30c9\u306b\u518d\u63a5\u7d9a\u4e2d...", "pad.modals.connected": "接続されました。",
"pad.modals.forcereconnect": "\u5f37\u5236\u7684\u306b\u518d\u63a5\u7d9a", "pad.modals.reconnecting": "パッドに再接続中...",
"pad.modals.userdup": "\u5225\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u958b\u304b\u308c\u3066\u3044\u307e\u3059", "pad.modals.forcereconnect": "強制的に再接続",
"pad.modals.userdup.explanation": "\u3053\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc\u306e\u8907\u6570\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u3001\u3053\u306e\u30d1\u30c3\u30c9\u3092\u958b\u3044\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002", "pad.modals.userdup": "別のウィンドウで開かれています",
"pad.modals.userdup.advice": "\u4ee3\u308f\u308a\u306b\u3053\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u518d\u63a5\u7d9a\u3057\u307e\u3059\u3002", "pad.modals.userdup.explanation": "このコンピューターの複数のブラウザーウィンドウで、このパッドを開いているようです。",
"pad.modals.unauth": "\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093", "pad.modals.userdup.advice": "代わりにこのウィンドウを再接続します。",
"pad.modals.unauth.explanation": "\u3053\u306e\u30da\u30fc\u30b8\u306e\u95b2\u89a7\u4e2d\u306b\u3042\u306a\u305f\u306e\u6a29\u9650\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u518d\u63a5\u7d9a\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002", "pad.modals.unauth": "権限がありません",
"pad.modals.looping": "\u5207\u65ad\u3055\u308c\u307e\u3057\u305f\u3002", "pad.modals.unauth.explanation": "このページの閲覧中にあなたの権限が変更されました。再接続をお試しください。",
"pad.modals.looping.explanation": "\u540c\u671f\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u901a\u4fe1\u306b\u554f\u984c\u70b9\u304c\u3042\u308a\u307e\u3059\u3002", "pad.modals.looping.explanation": "同期サーバーとの通信に問題点があります。",
"pad.modals.looping.cause": "\u3054\u4f7f\u7528\u4e2d\u306e\u30d5\u30a1\u30a4\u30a2\u30a6\u30a9\u30fc\u30eb\u307e\u305f\u306f\u30d7\u30ed\u30ad\u30b7\u3068\u306f\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", "pad.modals.looping.cause": "ご使用中のファイアウォールまたはプロキシとは互換性がない可能性があります。",
"pad.modals.initsocketfail": "\u30b5\u30fc\u30d0\u30fc\u306b\u5230\u9054\u3067\u304d\u307e\u305b\u3093\u3002", "pad.modals.initsocketfail": "サーバーに到達できません。",
"pad.modals.initsocketfail.explanation": "\u540c\u671f\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002", "pad.modals.initsocketfail.explanation": "同期サーバーに接続できませんでした。",
"pad.modals.initsocketfail.cause": "\u3053\u308c\u306f\u3054\u4f7f\u7528\u4e2d\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u3084\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u306e\u554f\u984c\u304c\u539f\u56e0\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", "pad.modals.initsocketfail.cause": "これはご使用中のブラウザーやインターネット接続の問題が原因である可能性があります。",
"pad.modals.slowcommit": "\u5207\u65ad\u3055\u308c\u307e\u3057\u305f\u3002", "pad.modals.slowcommit.explanation": "サーバーが応答しません。",
"pad.modals.slowcommit.explanation": "\u30b5\u30fc\u30d0\u30fc\u304c\u5fdc\u7b54\u3057\u307e\u305b\u3093\u3002", "pad.modals.slowcommit.cause": "これはネットワーク接続の問題が原因である可能性があります。",
"pad.modals.slowcommit.cause": "\u3053\u308c\u306f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u306e\u554f\u984c\u304c\u539f\u56e0\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002", "pad.modals.badChangeset.explanation": "投稿した編集は同期サーバーによって違法性のあるものとして秘匿されました。",
"pad.modals.deleted": "\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", "pad.modals.badChangeset.cause": "これはサーバーの構成不良か、予期せぬ挙動を見せたために発生した事象である可能性があります。これがエラーである疑いがあれば、当サービス管理者に問い合わせてください。編集を続行するには再接続してみてください。",
"pad.modals.deleted.explanation": "\u3053\u306e\u30d1\u30c3\u30c9\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002", "pad.modals.corruptPad.explanation": "アクセスしようとしているパッドは破損しています。",
"pad.modals.disconnected": "\u5207\u65ad\u3055\u308c\u307e\u3057\u305f\u3002", "pad.modals.corruptPad.cause": "これはサーバーの構成不良か、予期せぬ挙動を見せたために発生した事象である可能性があります。当サービス管理者にお問い合わせください。",
"pad.modals.disconnected.explanation": "\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u63a5\u7d9a\u304c\u5931\u308f\u308c\u307e\u3057\u305f", "pad.modals.deleted": "削除されました。",
"pad.modals.disconnected.cause": "\u30b5\u30fc\u30d0\u30fc\u306b\u5230\u9054\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u304a\u77e5\u3089\u305b\u304f\u3060\u3055\u3044\u3002", "pad.modals.deleted.explanation": "このパッドは削除されました。",
"pad.share": "\u3053\u306e\u30d1\u30c3\u30c9\u3092\u5171\u6709", "pad.modals.disconnected": "切断されました。",
"pad.share.readonly": "\u8aad\u307f\u53d6\u308a\u5c02\u7528", "pad.modals.disconnected.explanation": "サーバーとの接続が失われました",
"pad.share.link": "\u30ea\u30f3\u30af", "pad.modals.disconnected.cause": "サーバーを利用できない可能性があります。この問題が解決しない場合はサービスの管理者にお知らせください。",
"pad.share.emebdcode": "\u57cb\u3081\u8fbc\u307f\u7528 URL", "pad.share": "このパッドを共有",
"pad.chat": "\u30c1\u30e3\u30c3\u30c8", "pad.share.readonly": "読み取り専用",
"pad.chat.title": "\u3053\u306e\u30d1\u30c3\u30c9\u306e\u30c1\u30e3\u30c3\u30c8\u3092\u958b\u304d\u307e\u3059\u3002", "pad.share.link": "リンク",
"pad.chat.loadmessages": "\u305d\u306e\u4ed6\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8aad\u307f\u8fbc\u3080", "pad.share.emebdcode": "埋め込み用 URL",
"timeslider.pageTitle": "{{appTitle}} \u30bf\u30a4\u30e0\u30b9\u30e9\u30a4\u30c0\u30fc", "pad.chat": "チャット",
"timeslider.toolbar.returnbutton": "\u30d1\u30c3\u30c9\u306b\u623b\u308b", "pad.chat.title": "このパッドのチャットを開きます。",
"timeslider.toolbar.authors": "\u4f5c\u8005:", "pad.chat.loadmessages": "その他のメッセージを読み込む",
"timeslider.toolbar.authorsList": "\u4f5c\u8005\u306a\u3057", "timeslider.pageTitle": "{{appTitle}} タイムスライダー",
"timeslider.toolbar.exportlink.title": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "timeslider.toolbar.returnbutton": "パッドに戻る",
"timeslider.exportCurrent": "\u73fe\u5728\u306e\u7248\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u5f62\u5f0f:", "timeslider.toolbar.authors": "作者:",
"timeslider.version": "\u30d0\u30fc\u30b8\u30e7\u30f3 {{version}}", "timeslider.toolbar.authorsList": "作者なし",
"timeslider.saved": "| {{year}}\u5e74{{month}}{{day}}\u65e5\u306b\u4fdd\u5b58", "timeslider.toolbar.exportlink.title": "エクスポート",
"timeslider.dateformat": "{{year}}\u5e74{{month}}{{day}}\u65e5 {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "現在の版をエクスポートする形式:",
"timeslider.month.january": "1\u6708", "timeslider.version": "バージョン {{version}}",
"timeslider.month.february": "2\u6708", "timeslider.saved": "| {{year}}年{{month}}{{day}}日に保存",
"timeslider.month.march": "3\u6708", "timeslider.dateformat": "{{year}}年{{month}}月{{day}}日 {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "4\u6708", "timeslider.month.january": "1月",
"timeslider.month.may": "5\u6708", "timeslider.month.february": "2月",
"timeslider.month.june": "6\u6708", "timeslider.month.march": "3月",
"timeslider.month.july": "7\u6708", "timeslider.month.april": "4月",
"timeslider.month.august": "8\u6708", "timeslider.month.may": "5月",
"timeslider.month.september": "9\u6708", "timeslider.month.june": "6月",
"timeslider.month.october": "10\u6708", "timeslider.month.july": "7月",
"timeslider.month.november": "11\u6708", "timeslider.month.august": "8月",
"timeslider.month.december": "12\u6708", "timeslider.month.september": "9月",
"timeslider.unnamedauthor": "{{num}} \u4eba\u306e\u533f\u540d\u306e\u4f5c\u8005", "timeslider.month.october": "10月",
"timeslider.unnamedauthors": "{{num}} \u4eba\u306e\u533f\u540d\u306e\u4f5c\u8005", "timeslider.month.november": "11月",
"pad.savedrevs.marked": "\u3053\u306e\u7248\u3092\u3001\u4fdd\u5b58\u6e08\u307f\u306e\u7248\u3068\u3057\u3066\u30de\u30fc\u30af\u3057\u307e\u3057\u305f\u3002", "timeslider.month.december": "12月",
"pad.userlist.entername": "\u540d\u524d\u3092\u5165\u529b", "timeslider.unnamedauthors": "{{num}} 人の匿名の{[plural(num) other: 作者 ]}",
"pad.userlist.unnamed": "\u540d\u524d\u306a\u3057", "pad.savedrevs.marked": "この版を、保存済みの版としてマークしました。",
"pad.userlist.guest": "\u30b2\u30b9\u30c8", "pad.userlist.entername": "名前を入力",
"pad.userlist.deny": "\u62d2\u5426", "pad.userlist.unnamed": "名前なし",
"pad.userlist.approve": "\u627f\u8a8d", "pad.userlist.guest": "ゲスト",
"pad.editbar.clearcolors": "\u6587\u66f8\u5168\u4f53\u306e\u4f5c\u8005\u306e\u8272\u5206\u3051\u3092\u6d88\u53bb\u3057\u307e\u3059\u304b?", "pad.userlist.deny": "拒否",
"pad.impexp.importbutton": "\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b", "pad.userlist.approve": "承認",
"pad.impexp.importing": "\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d...", "pad.editbar.clearcolors": "文書全体の作者の色分けを消去しますか?",
"pad.impexp.confirmimport": "\u30d5\u30a1\u30a4\u30eb\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u3068\u3001\u30d1\u30c3\u30c9\u306e\u73fe\u5728\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u4e0a\u66f8\u304d\u3055\u308c\u307e\u3059\u3002\u672c\u5f53\u306b\u7d9a\u884c\u3057\u307e\u3059\u304b?", "pad.impexp.importbutton": "インポートする",
"pad.impexp.convertFailed": "\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4ed6\u306e\u6587\u66f8\u5f62\u5f0f\u3092\u4f7f\u7528\u3059\u308b\u304b\u3001\u624b\u4f5c\u696d\u3067\u30b3\u30d4\u30fc & \u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044", "pad.impexp.importing": "インポート中...",
"pad.impexp.uploadFailed": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044", "pad.impexp.confirmimport": "ファイルをインポートすると、パッドの現在のテキストが上書きされます。本当に続行しますか?",
"pad.impexp.importfailed": "\u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "pad.impexp.convertFailed": "このファイルをインポートできませんでした。他の文書形式を使用するか、手作業でコピー \u0026 ペーストしてください",
"pad.impexp.copypaste": "\u30b3\u30d4\u30fc & \u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044", "pad.impexp.uploadFailed": "アップロードに失敗しました。もう一度お試しください",
"pad.impexp.exportdisabled": "{{type}}\u5f62\u5f0f\u3067\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306f\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306f\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002" "pad.impexp.importfailed": "インポートに失敗しました",
"pad.impexp.copypaste": "コピー \u0026 ペーストしてください",
"pad.impexp.exportdisabled": "{{type}}形式でのエクスポートは無効になっています。詳細はシステム管理者にお問い合わせください。"
} }

52
src/locales/km.json Normal file
View File

@ -0,0 +1,52 @@
{
"@metadata": {
"authors": [
"វ័ណថារិទ្ធ"
]
},
"index.newPad": "ផេតថ្មី",
"index.createOpenPad": "ឬបង្កើត/បើកផេតដែលមានឈ្មោះ៖",
"pad.toolbar.bold.title": "ដិត (Ctrl-B)",
"pad.toolbar.italic.title": "ទ្រេត (Ctrl-I)",
"pad.toolbar.underline.title": "គូសបន្ទាត់ (Ctrl-U)",
"pad.toolbar.strikethrough.title": "ឆូតចោល",
"pad.toolbar.ol.title": "បញ្ជីតាមតម្រៀប",
"pad.toolbar.ul.title": "បញ្ជីមិនតាមតម្រៀប",
"pad.toolbar.indent.title": "ខិតចូលក្នុង",
"pad.toolbar.unindent.title": "ខិតចេញក្រៅ",
"pad.toolbar.undo.title": "អាន់ឌូ (Ctrl-Z)",
"pad.toolbar.redo.title": "រីឌូ (Ctrl-Y)",
"pad.toolbar.import_export.title": "នាំចូល/នាំចេញ ពី/ទៅប្រភេទឯកសារផ្សេងទៀត",
"pad.toolbar.settings.title": "ការកំណត់​",
"pad.colorpicker.save": "រក្សាទុក",
"pad.colorpicker.cancel": "បោះបង់",
"pad.loading": "កំពុងផ្ទុក…",
"pad.settings.fontType": "ប្រភេទពុម្ពអក្សរ៖",
"pad.settings.fontType.normal": "ធម្មតា",
"pad.settings.language": "ភាសា៖",
"pad.importExport.import_export": "នាំចូល/នាំចេញ",
"pad.importExport.importSuccessful": "ដោយជោគជ័យ!",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Plain text",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "បាន​តភ្ជាប់​។",
"pad.share.link": "តំណ​ភ្ជាប់",
"timeslider.month.january": "មករា",
"timeslider.month.february": "កុម្ភៈ",
"timeslider.month.march": "មិនា",
"timeslider.month.april": "មេសា",
"timeslider.month.may": "ឧសភា",
"timeslider.month.june": "មិថុនា​",
"timeslider.month.july": "កក្ដដា​",
"timeslider.month.august": "សីហា",
"timeslider.month.september": "កញ្ញា",
"timeslider.month.october": "តុលា",
"timeslider.month.november": "វិច្ឆិកា",
"timeslider.month.december": "ធ្នូ",
"pad.userlist.guest": "ភ្ញៀវ",
"pad.impexp.importbutton": "នាំចូលឥឡូវនេះ",
"pad.impexp.importing": "កំពុងនាំចូល​..."
}

View File

@ -1,120 +1,123 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "\uc544\ub77c" "0": "Hym411",
} "2": "아라"
}, }
"index.newPad": "\uc0c8 \ud328\ub4dc", },
"index.createOpenPad": "\ub610\ub294 \ub2e4\uc74c \uc774\ub984\uc73c\ub85c \ud328\ub4dc \ub9cc\ub4e4\uae30\/\uc5f4\uae30:", "index.newPad": "새 패드",
"pad.toolbar.bold.title": "\uad75\uac8c (Ctrl-B)", "index.createOpenPad": "또는 다음 이름으로 패드 만들기/열기:",
"pad.toolbar.italic.title": "\uae30\uc6b8\uc784 (Ctrl-I)", "pad.toolbar.bold.title": "굵게 (Ctrl-B)",
"pad.toolbar.underline.title": "\ubc11\uc904 (Ctrl-U)", "pad.toolbar.italic.title": "기울임 (Ctrl-I)",
"pad.toolbar.strikethrough.title": "\ucde8\uc18c\uc120", "pad.toolbar.underline.title": "밑줄 (Ctrl-U)",
"pad.toolbar.ol.title": "\uc21c\uc11c \uc788\ub294 \ubaa9\ub85d", "pad.toolbar.strikethrough.title": "취소선",
"pad.toolbar.ul.title": "\uc21c\uc11c \uc5c6\ub294 \ubaa9\ub85d", "pad.toolbar.ol.title": "순서 있는 목록",
"pad.toolbar.indent.title": "\ub4e4\uc5ec\uc4f0\uae30", "pad.toolbar.ul.title": "순서 없는 목록",
"pad.toolbar.unindent.title": "\ub0b4\uc5b4\uc4f0\uae30", "pad.toolbar.indent.title": "들여쓰기",
"pad.toolbar.undo.title": "\uc2e4\ud589 \ucde8\uc18c (Ctrl-Z)", "pad.toolbar.unindent.title": "내어쓰기",
"pad.toolbar.redo.title": "\ub2e4\uc2dc \uc2e4\ud589 (Ctrl-Y)", "pad.toolbar.undo.title": "실행 취소 (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "\uc800\uc790\uc758 \uc0c9 \uc9c0\uc6b0\uae30", "pad.toolbar.redo.title": "다시 실행 (Ctrl-Y)",
"pad.toolbar.import_export.title": "\ub2e4\ub978 \ud30c\uc77c \ud615\uc2dd\uc73c\ub85c \uac00\uc838\uc624\uae30\/\ub0b4\ubcf4\ub0b4\uae30", "pad.toolbar.clearAuthorship.title": "저자의 색 지우기",
"pad.toolbar.timeslider.title": "\uc2dc\uac04\uc2ac\ub77c\uc774\ub354", "pad.toolbar.import_export.title": "다른 파일 형식으로 가져오기/내보내기",
"pad.toolbar.savedRevision.title": "\uc800\uc7a5\ud55c \ud310", "pad.toolbar.timeslider.title": "시간슬라이더",
"pad.toolbar.settings.title": "\uc124\uc815", "pad.toolbar.savedRevision.title": "판 저장",
"pad.toolbar.embed.title": "\uc774 \ud328\ub4dc \ud3ec\ud568\ud558\uae30", "pad.toolbar.settings.title": "설정",
"pad.toolbar.showusers.title": "\uc774 \ud328\ub4dc\uc5d0 \uc0ac\uc6a9\uc790 \ubcf4\uae30", "pad.toolbar.embed.title": "이 패드를 공유하고 포함하기",
"pad.colorpicker.save": "\uc800\uc7a5", "pad.toolbar.showusers.title": "이 패드에 사용자 보기",
"pad.colorpicker.cancel": "\ucde8\uc18c", "pad.colorpicker.save": "저장",
"pad.loading": "\ubd88\ub7ec\uc624\ub294 \uc911...", "pad.colorpicker.cancel": "취소",
"pad.passwordRequired": "\uc774 \ud328\ub4dc\uc5d0 \uc811\uadfc\ud558\ub824\uba74 \ube44\ubc00\ubc88\ud638\uac00 \ud544\uc694\ud569\ub2c8\ub2e4", "pad.loading": "불러오는 중...",
"pad.permissionDenied": "\uc774 \ud328\ub4dc\uc5d0 \uc811\uadfc\ud560 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4", "pad.passwordRequired": "이 패드에 접근하려면 비밀번호가 필요합니다",
"pad.wrongPassword": "\ube44\ubc00\ubc88\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4", "pad.permissionDenied": "이 패드에 접근할 권한이 없습니다",
"pad.settings.padSettings": "\ud328\ub4dc \uc124\uc815", "pad.wrongPassword": "비밀번호가 잘못되었습니다",
"pad.settings.myView": "\ub0b4 \ubcf4\uae30", "pad.settings.padSettings": "패드 설정",
"pad.settings.stickychat": "\ud654\uba74\uc5d0 \ud56d\uc0c1 \ub300\ud654 \ubcf4\uae30", "pad.settings.myView": "내 보기",
"pad.settings.colorcheck": "\uc800\uc790 \uc0c9", "pad.settings.stickychat": "화면에 항상 대화 보기",
"pad.settings.linenocheck": "\uc904 \ubc88\ud638", "pad.settings.colorcheck": "저자 색",
"pad.settings.fontType": "\uae00\uaf34 \uc885\ub958:", "pad.settings.linenocheck": "줄 번호",
"pad.settings.fontType.normal": "\ubcf4\ud1b5", "pad.settings.rtlcheck": "우횡서(오른쪽에서 왼쪽으로)입니까?",
"pad.settings.fontType.monospaced": "\uace0\uc815 \ud3ed", "pad.settings.fontType": "글꼴 종류:",
"pad.settings.globalView": "\uc804\uc5ed \ubcf4\uae30", "pad.settings.fontType.normal": "보통",
"pad.settings.language": "\uc5b8\uc5b4:", "pad.settings.fontType.monospaced": "고정 폭",
"pad.importExport.import_export": "\uac00\uc838\uc624\uae30\/\ub0b4\ubcf4\ub0b4\uae30", "pad.settings.globalView": "전역 보기",
"pad.importExport.import": "\ud14d\uc2a4\ud2b8 \ud30c\uc77c\uc774\ub098 \ubb38\uc11c \uc62c\ub9ac\uae30", "pad.settings.language": "언어:",
"pad.importExport.importSuccessful": "\uc131\uacf5!", "pad.importExport.import_export": "가져오기/내보내기",
"pad.importExport.export": "\ub2e4\uc74c\uc73c\ub85c \ud604\uc7ac \ud328\ub4dc \ub0b4\ubcf4\ub0b4\uae30:", "pad.importExport.import": "텍스트 파일이나 문서 올리기",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "성공!",
"pad.importExport.exportplain": "\uc77c\ubc18 \ud14d\uc2a4\ud2b8", "pad.importExport.export": "다음으로 현재 패드 내보내기:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "일반 텍스트",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "\uc77c\ubc18 \ud14d\uc2a4\ud2b8\ub098 html \ud615\uc2dd\uc73c\ub85c\ub9cc \uac00\uc838\uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uace0\uae09 \uac00\uc838\uc624\uae30 \uae30\ub2a5\uc5d0 \ub300\ud574\uc11c\ub294 <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">abiword\ub97c \uc124\uce58<\/a>\ud558\uc138\uc694.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.connected": "\uc5f0\uacb0\ud588\uc2b5\ub2c8\ub2e4.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "\ud328\ub4dc\uc5d0 \ub2e4\uc2dc \uc5f0\uacb0 \uc911..", "pad.importExport.abiword.innerHTML": "일반 텍스트나 html 형식으로만 가져올 수 있습니다. 고급 가져오기 기능에 대해서는 \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eabiword를 설치\u003C/a\u003E하세요.",
"pad.modals.forcereconnect": "\uac15\uc81c\ub85c \ub2e4\uc2dc \uc5f0\uacb0", "pad.modals.connected": "연결했습니다.",
"pad.modals.userdup": "\ub2e4\ub978 \ucc3d\uc5d0\uc11c \uc5f4\ub9ac\uace0 \uc788\uc2b5\ub2c8\ub2e4", "pad.modals.reconnecting": "패드에 다시 연결 중..",
"pad.modals.userdup.explanation": "\uc774 \ud328\ub4dc\ub294 \uc774 \ucef4\ud4e8\ud130\uc5d0 \ud558\ub098\ubcf4\ub2e4 \ub9ce\uc774 \ube0c\ub77c\uc6b0\uc800 \ucc3d\uc5d0\uc11c \uc5f4\ub9b0 \uac83 \uac19\uc2b5\ub2c8\ub2e4.", "pad.modals.forcereconnect": "강제로 다시 연결",
"pad.modals.userdup.advice": "\ub300\uc2e0 \uc774 \ucc3d\uc744 \uc0ac\uc6a9\ud574 \ub2e4\uc2dc \uc5f0\uacb0\ud569\ub2c8\ub2e4.", "pad.modals.userdup": "다른 창에서 열리고 있습니다",
"pad.modals.unauth": "\uad8c\ud55c\uc774 \uc5c6\uc74c", "pad.modals.userdup.explanation": "이 패드는 이 컴퓨터에 하나보다 많이 브라우저 창에서 열린 것 같습니다.",
"pad.modals.unauth.explanation": "\uc774 \ubb38\uc11c\ub97c \ubcf4\ub294 \ub3d9\uc548 \uad8c\ud55c\uc774 \ubc14\ub00c\uc5c8\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc5f0\uacb0\uc744 \uc2dc\ub3c4\ud558\uc138\uc694.", "pad.modals.userdup.advice": "대신 이 창을 사용해 다시 연결합니다.",
"pad.modals.looping": "\uc5f0\uacb0\uc774 \ub04a\uc5b4\uc84c\uc2b5\ub2c8\ub2e4.", "pad.modals.unauth": "권한이 없음",
"pad.modals.looping.explanation": "\ub3d9\uae30 \uc11c\ubc84\uc640\uc758 \ud1b5\uc2e0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4.", "pad.modals.unauth.explanation": "이 문서를 보는 동안 권한이 바뀌었습니다. 다시 연결을 시도하세요.",
"pad.modals.looping.cause": "\uc544\ub9c8 \ud638\ud658\ub418\uc9c0 \uc54a\ub294 \ubc29\ud654\ubcbd\uc774\ub098 \ud504\ub85d\uc2dc\ub97c \ud1b5\ud574 \uc5f0\uacb0\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.", "pad.modals.looping.explanation": "동기 서버와의 통신 문제가 있습니다.",
"pad.modals.initsocketfail": "\uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "pad.modals.looping.cause": "아마 호환되지 않는 방화벽이나 프록시를 통해 연결되어 있습니다.",
"pad.modals.initsocketfail.explanation": "\ub3d9\uae30 \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "pad.modals.initsocketfail": "서버에 연결할 수 없습니다.",
"pad.modals.initsocketfail.cause": "\uc544\ub9c8\ub3c4 \ube0c\ub77c\uc6b0\uc800\ub098 \uc778\ud130\ub137 \uc5f0\uacb0\uc5d0 \ubb38\uc81c\uac00 \uc788\uae30 \ub54c\ubb38\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "pad.modals.initsocketfail.explanation": "동기 서버에 연결할 수 없습니다.",
"pad.modals.slowcommit": "\uc5f0\uacb0\uc774 \ub04a\uc5b4\uc84c\uc2b5\ub2c8\ub2e4.", "pad.modals.initsocketfail.cause": "아마도 브라우저나 인터넷 연결에 문제가 있기 때문일 수 있습니다.",
"pad.modals.slowcommit.explanation": "\uc11c\ubc84\uac00 \uc751\ub2f5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", "pad.modals.slowcommit.explanation": "서버가 응답하지 않습니다.",
"pad.modals.slowcommit.cause": "\ub124\ud2b8\uc6cc\ud06c \uc5f0\uacb0\uc5d0 \ubb38\uc81c\uac00 \uc788\uae30 \ub54c\ubb38\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "pad.modals.slowcommit.cause": "네트워크 연결에 문제가 있기 때문일 수 있습니다.",
"pad.modals.deleted": "\uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", "pad.modals.badChangeset.explanation": "당신의 편집은 동기화 서버에 의해 불법적인 것으로 분류되었습니다.",
"pad.modals.deleted.explanation": "\uc774 \ud328\ub4dc\ub97c \uc81c\uac70\ud588\uc2b5\ub2c8\ub2e4.", "pad.modals.badChangeset.cause": "잘못된 서버 구성이나 예기치 못한 행동 때문에 발생했을 수 있습니다. 서버 관리자와 연락하시기 바랍니다. 만약 이 메시지가 오류라고 생각된다면, 편집을 다시 시도해 보세요.",
"pad.modals.disconnected": "\uc5f0\uacb0\uc774 \ub04a\uc5b4\uc84c\uc2b5\ub2c8\ub2e4.", "pad.modals.corruptPad.explanation": "당신이 시도하려는 패드는 손상되었습니다.",
"pad.modals.disconnected.explanation": "\uc11c\ubc84\uc5d0\uc11c \uc5f0\uacb0\uc744 \uc783\uc5c8\uc2b5\ub2c8\ub2e4", "pad.modals.corruptPad.cause": "잘못된 서버 구성 또는 다른 예기치 않은 오류 때문에 발생했을 수 있습니다. 서버 관리자와 연락하세요.",
"pad.modals.disconnected.cause": "\uc11c\ubc84\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubb38\uc81c\uac00 \uacc4\uc18d \ubc1c\uc0dd\ud558\uba74 \uc54c\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.", "pad.modals.deleted": "삭제되었습니다.",
"pad.share": "\uc774 \ud328\ub4dc \uacf5\uc720\ud558\uae30", "pad.modals.deleted.explanation": "이 패드를 제거했습니다.",
"pad.share.readonly": "\uc77d\uae30 \uc804\uc6a9", "pad.modals.disconnected": "연결이 끊어졌습니다.",
"pad.share.link": "\ub9c1\ud06c", "pad.modals.disconnected.explanation": "서버에서 연결을 잃었습니다",
"pad.share.emebdcode": "URL \ud3ec\ud568", "pad.modals.disconnected.cause": "서버를 사용할 수 없습니다. 이 문제가 계속 발생하면 서비스 관리자에게 알려주시기 바랍니다.",
"pad.chat": "\ub300\ud654", "pad.share": "이 패드 공유하기",
"pad.chat.title": "\uc774 \ud328\ub4dc\uc5d0 \ub300\ud654\ub97c \uc5fd\ub2c8\ub2e4.", "pad.share.readonly": "읽기 전용",
"pad.chat.loadmessages": "\ub354 \ub9ce\uc740 \uba54\uc2dc\uc9c0 \ubd88\ub7ec\uc624\uae30", "pad.share.link": "링크",
"timeslider.pageTitle": "{{appTitle}} \uc2dc\uac04\uc2ac\ub77c\uc774\ub354", "pad.share.emebdcode": "URL 포함",
"timeslider.toolbar.returnbutton": "\ud328\ub4dc\ub85c \ub3cc\uc544\uac00\uae30", "pad.chat": "대화",
"timeslider.toolbar.authors": "\uc800\uc790:", "pad.chat.title": "이 패드에 대화를 엽니다.",
"timeslider.toolbar.authorsList": "\uc800\uc790 \uc5c6\uc74c", "pad.chat.loadmessages": "더 많은 메시지 불러오기",
"timeslider.toolbar.exportlink.title": "\ub0b4\ubcf4\ub0b4\uae30", "timeslider.pageTitle": "{{appTitle}} 시간슬라이더",
"timeslider.exportCurrent": "\ud604\uc7ac \ubc84\uc804\uc73c\ub85c \ub0b4\ubcf4\ub0b4\uae30:", "timeslider.toolbar.returnbutton": "패드로 돌아가기",
"timeslider.version": "\ubc84\uc804 {{version}}", "timeslider.toolbar.authors": "저자:",
"timeslider.saved": "{{year}}\ub144 {{month}} {{day}}\uc77c\uc5d0 \uc800\uc7a5\ud568", "timeslider.toolbar.authorsList": "저자 없음",
"timeslider.dateformat": "{{year}}\ub144\/{{month}}\/{{day}}\uc77c {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "내보내기",
"timeslider.month.january": "1\uc6d4", "timeslider.exportCurrent": "현재 버전으로 내보내기:",
"timeslider.month.february": "2\uc6d4", "timeslider.version": "버전 {{version}}",
"timeslider.month.march": "3\uc6d4", "timeslider.saved": "{{year}}년 {{month}} {{day}}일에 저장함",
"timeslider.month.april": "4\uc6d4", "timeslider.dateformat": "{{year}}년/{{month}}/{{day}}일 {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "5\uc6d4", "timeslider.month.january": "1월",
"timeslider.month.june": "6\uc6d4", "timeslider.month.february": "2월",
"timeslider.month.july": "7\uc6d4", "timeslider.month.march": "3월",
"timeslider.month.august": "8\uc6d4", "timeslider.month.april": "4월",
"timeslider.month.september": "9\uc6d4", "timeslider.month.may": "5월",
"timeslider.month.october": "10\uc6d4", "timeslider.month.june": "6월",
"timeslider.month.november": "11\uc6d4", "timeslider.month.july": "7월",
"timeslider.month.december": "12\uc6d4", "timeslider.month.august": "8월",
"timeslider.unnamedauthor": "\uc774\ub984 \uc5c6\ub294 \uc800\uc790 {{num}}\uba85", "timeslider.month.september": "9월",
"timeslider.unnamedauthors": "\uc774\ub984 \uc5c6\ub294 \uc800\uc790 {{num}}\uba85", "timeslider.month.october": "10월",
"pad.savedrevs.marked": "\uc774 \ud310\uc740 \uc774\uc81c \uc800\uc7a5\ud55c \ud310\uc73c\ub85c \ud45c\uc2dc\ud569\ub2c8\ub2e4.", "timeslider.month.november": "11월",
"pad.userlist.entername": "\uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694", "timeslider.month.december": "12월",
"pad.userlist.unnamed": "\uc774\ub984\uc5c6\uc74c", "timeslider.unnamedauthors": "이름 없는 {[plural(num) one: 저자, other: 저자 ]} {{num}}명",
"pad.userlist.guest": "\uc190\ub2d8", "pad.savedrevs.marked": "이 판은 이제 저장한 판으로 표시합니다.",
"pad.userlist.deny": "\uac70\ubd80", "pad.userlist.entername": "이름을 입력하세요",
"pad.userlist.approve": "\uc2b9\uc778", "pad.userlist.unnamed": "이름없음",
"pad.editbar.clearcolors": "\uc804\uccb4 \ubb38\uc11c\uc758 \uc800\uc790 \uc0c9\uc744 \uc9c0\uc6b0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", "pad.userlist.guest": "손님",
"pad.impexp.importbutton": "\uc9c0\uae08 \uac00\uc838\uc624\uae30", "pad.userlist.deny": "거부",
"pad.impexp.importing": "\uac00\uc838\uc624\ub294 \uc911...", "pad.userlist.approve": "승인",
"pad.impexp.confirmimport": "\ud30c\uc77c\uc744 \uac00\uc838\uc624\uba74 \ud328\ub4dc\uc758 \ud604\uc7ac \ud14d\uc2a4\ud2b8\ub97c \ub36e\uc5b4\uc4f0\uac8c \ub429\ub2c8\ub2e4. \uc9c4\ud589\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?", "pad.editbar.clearcolors": "전체 문서의 저자 색을 지우시겠습니까?",
"pad.impexp.convertFailed": "\uc774 \ud30c\uc77c\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \ubb38\uc11c \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud558\uac70\ub098 \uc218\ub3d9\uc73c\ub85c \ubcf5\uc0ac\ud558\uc5ec \ubd99\uc5ec\ub123\uc73c\uc138\uc694", "pad.impexp.importbutton": "지금 가져오기",
"pad.impexp.uploadFailed": "\uc62c\ub9ac\uae30\ub97c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694", "pad.impexp.importing": "가져오는 중...",
"pad.impexp.importfailed": "\uac00\uc838\uc624\uae30\ub97c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4", "pad.impexp.confirmimport": "파일을 가져오면 패드의 현재 텍스트를 덮어쓰게 됩니다. 진행하시겠습니까?",
"pad.impexp.copypaste": "\ubcf5\uc0ac\ud558\uc5ec \ubd99\uc5ec\ub123\uc73c\uc138\uc694", "pad.impexp.convertFailed": "이 파일을 가져올 수 없습니다. 다른 문서 형식을 사용하거나 수동으로 복사하여 붙여넣으세요",
"pad.impexp.exportdisabled": "{{type}} \ud615\uc2dd\uc73c\ub85c \ub0b4\ubcf4\ub0b4\uae30\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uc2dc\uc2a4\ud15c \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4." "pad.impexp.uploadFailed": "올리기를 실패했습니다. 다시 시도하세요",
"pad.impexp.importfailed": "가져오기를 실패했습니다",
"pad.impexp.copypaste": "복사하여 붙여넣으세요",
"pad.impexp.exportdisabled": "{{type}} 형식으로 내보내기가 비활성화되어 있습니다. 자세한 내용은 시스템 관리자에게 문의하시기 바랍니다."
} }

View File

@ -1,104 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Purodha" "1": "Purodha"
} }
}, },
"index.newPad": "Neu Padd", "index.newPad": "Neu Padd",
"index.createOpenPad": "udder maach e Padd op med d\u00e4m Naame:", "index.createOpenPad": "udder maach e Padd op med däm Naame:",
"pad.toolbar.bold.title": "F\u00e4ttschreff (Strg-B)", "pad.toolbar.bold.title": "Fättschreff (Strg-B)",
"pad.toolbar.italic.title": "Scheive Schreff (Strg-I)", "pad.toolbar.italic.title": "Scheive Schreff (Strg-I)",
"pad.toolbar.underline.title": "Ongerstresche (Strg-U)", "pad.toolbar.underline.title": "Ongerstresche (Strg-U)",
"pad.toolbar.strikethrough.title": "Dorschjeschtresche", "pad.toolbar.strikethrough.title": "Dorschjeschtresche",
"pad.toolbar.ol.title": "Le\u00df met Nommere", "pad.toolbar.ol.title": "Leß met Nommere",
"pad.toolbar.ul.title": "Le\u00df met Pongkte", "pad.toolbar.ul.title": "Leß met Pongkte",
"pad.toolbar.indent.title": "Enjer\u00f6k", "pad.toolbar.indent.title": "Enjerök",
"pad.toolbar.unindent.title": "U\u00dfjer\u00f6k", "pad.toolbar.unindent.title": "Ußjerök",
"pad.toolbar.undo.title": "Retuur n\u00e4mme (Strg-Z)", "pad.toolbar.undo.title": "Retuur nämme (Strg-Z)",
"pad.toolbar.redo.title": "Norrens (Strg-Y)", "pad.toolbar.redo.title": "Norrens (Strg-Y)",
"pad.toolbar.clearAuthorship.title": "d\u00e4 Schriiver ier F\u00e4rve fottn\u00e4mme", "pad.toolbar.clearAuthorship.title": "dä Schriiver ier Färve fottnämme",
"pad.toolbar.import_export.title": "Vun ongerscheidlijje Dattei_Fommaate empotteere udder \u00e4xpotteere", "pad.toolbar.import_export.title": "Vun ongerscheidlijje Dattei_Fommaate empotteere udder äxpotteere",
"pad.toolbar.timeslider.title": "Verjangeheid afschpelle", "pad.toolbar.timeslider.title": "Verjangeheid afschpelle",
"pad.toolbar.savedRevision.title": "Fa\u00dfjehallde Versione", "pad.toolbar.savedRevision.title": "de Versjohn faßhallde",
"pad.toolbar.settings.title": "Enscht\u00e4llonge", "pad.toolbar.settings.title": "Enschtällonge",
"pad.toolbar.embed.title": "Donn dat Padd enbenge", "pad.toolbar.embed.title": "Donn dat Padd öffentlesch maache un enbenge",
"pad.toolbar.showusers.title": "Verbonge Metschriiver aanzeije", "pad.toolbar.showusers.title": "Verbonge Metschriiver aanzeije",
"pad.colorpicker.save": "Fa\u00dfhallde", "pad.colorpicker.save": "Faßhallde",
"pad.colorpicker.cancel": "Oph\u00fc\u00fcre", "pad.colorpicker.cancel": "Ophüüre",
"pad.loading": "Aam Laade&nbsp;&hellip;", "pad.loading": "Ben aam Laade\u0026nbsp;\u0026hellip;",
"pad.settings.padSettings": "Dam P\u00e4dd sin Enscht\u00e4llonge", "pad.passwordRequired": "Do bruchs e Paßwoot för heh dat Pädd.",
"pad.settings.myView": "Anseesch", "pad.permissionDenied": "Do häs nit dat Rääsch, op heh dat Pädd zohzejriife.",
"pad.settings.stickychat": "Donn der Klaaf emmer aanzeije", "pad.wrongPassword": "Ding Paßwoot wohr verkeht.",
"pad.settings.colorcheck": "F\u00e4rve f\u00f6r de Schriiver", "pad.settings.padSettings": "Dam Pädd sin Enschtällonge",
"pad.settings.linenocheck": "Nommere f\u00f6r de Reije", "pad.settings.myView": "Anseesch",
"pad.settings.fontType": "Zoot Schreff", "pad.settings.stickychat": "Donn der Klaaf emmer aanzeije",
"pad.settings.fontType.normal": "Nomaal", "pad.settings.colorcheck": "Färve för de Schriiver",
"pad.settings.fontType.monospaced": "einheidlesch brejde Zeische", "pad.settings.linenocheck": "Nommere för de Reije",
"pad.settings.globalView": "Et U\u00dfsin f\u00f6r Alle", "pad.settings.rtlcheck": "Schreff vun Rääschß noh Lenks?",
"pad.settings.language": "Schprooch:", "pad.settings.fontType": "Zoot Schreff",
"pad.importExport.import_export": "Empoot\/\u00c4xpoot", "pad.settings.fontType.normal": "Nomaal",
"pad.importExport.import": "Donn jeede T\u00e4x udder jeede Zoot Dokem\u00e4nt huhlaade", "pad.settings.fontType.monospaced": "einheidlesch brejde Zeische",
"pad.importExport.export": "Don dat P\u00e4dd \u00e4xpoteere al\u00df:", "pad.settings.globalView": "Et Ußsin för Alle",
"pad.importExport.exporthtml": "HTML", "pad.settings.language": "Schprooch:",
"pad.importExport.exportplain": "Eijfach T\u00e4x", "pad.importExport.import_export": "Empoot/Äxpoot",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import": "Donn jeede Täx udder jeede Zoot Dokemänt huhlaade",
"pad.importExport.exportpdf": "PDF (Poteerbaa Dokem\u00e4nte Fommaat)", "pad.importExport.importSuccessful": "Jeschaff!",
"pad.importExport.exportopen": "ODF (Offe Dokem\u00e4nte-Fommaat)", "pad.importExport.export": "Don dat Pädd äxpoteere alß:",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exporthtml": "HTML",
"pad.modals.connected": "Verbonge.", "pad.importExport.exportplain": "Eijfach Täx",
"pad.modals.reconnecting": "Ben wider aam Verbenge&nbsp;&hellip;", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.forcereconnect": "Wider verbenge", "pad.importExport.exportpdf": "PDF (Poteerbaa Dokemänte Fommaat)",
"pad.modals.userdup.explanation": "Heh dat Padd schingk en mieh wi einem Finster vun enem Brauser op heh d\u00e4m R\u00e4\u00e4schner op ze sin.", "pad.importExport.exportopen": "ODF (Offe Dokemänte-Fommaat)",
"pad.modals.userdup.advice": "En heh d\u00e4m Finster wider verbenge.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.unauth": "Nit ber\u00e4\u00e4schtesch", "pad.importExport.abiword.innerHTML": "Mer künne bloß eijfaache Täxte udder HTML_Fommaate empoteere. Opwändejere Müjjeleschkeite fö der Empoot jon och, doför bruch mer en \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003EEnschtallazjuhn met \u003Ci lang=\"en\"\u003EAbiword\u003C/i\u003E\u003C/a\u003E.",
"pad.modals.unauth.explanation": "Ding Ber\u00e4\u00e4schtejong h\u00e4t sesch je\u00e4ndert, derwiehl De di Sigg aam beloore wohr\u00df. Vers\u00f6hk en neu Verbendong ze maache.", "pad.modals.connected": "Verbonge.",
"pad.modals.looping": "De Verbendong es fott.", "pad.modals.reconnecting": "Ben wider aam Verbenge\u0026nbsp;\u0026hellip;",
"pad.modals.looping.explanation": "Et jitt Probleeme met d\u00e4 Verbendong mem \u1e9e\u00f6\u00f6ver f\u00f6r de Schriiver ier Aandeile zesamme_ze_br\u00e4nge.", "pad.modals.forcereconnect": "Wider verbenge",
"pad.modals.looping.cause": "K\u00fcnnt sin, Ding Verbendong jeiht dorj_ene onzopa\u00df proxy-\u1e9e\u00f6\u00f6ver udder firewall.", "pad.modals.userdup": "En enem andere Finster en Ärbeid",
"pad.modals.initsocketfail": "D\u00e4 \u1e9e\u00f6\u00f6ver es nit ze \u00e4reische.", "pad.modals.userdup.explanation": "Heh dat Padd schingk en mieh wi einem Finster vun enem Brauser op heh däm Rääschner op ze sin.",
"pad.modals.initsocketfail.explanation": "Kein Verbendong met d\u00e4m \u1e9e\u00f6\u00f6ver ze krijje.", "pad.modals.userdup.advice": "En heh däm Finster wider verbenge.",
"pad.modals.initsocketfail.cause": "Dat k\u00fcnnt aam Brauser udder aan d\u00e4m singer Verbendong \u00f6vver et Internet lijje.", "pad.modals.unauth": "Nit berääschtesch",
"pad.modals.slowcommit": "De Verbendong es fott.", "pad.modals.unauth.explanation": "Ding Berääschtejong hät sesch jeändert, derwiehl De di Sigg aam beloore wohrß. Versöhk en neu Verbendong ze maache.",
"pad.modals.slowcommit.explanation": "D\u00e4 \u1e9e\u00f6\u00f6ver antwoot nit.", "pad.modals.looping.explanation": "Et jitt Probleeme met dä Verbendong mem ẞööver för de Schriiver ier Aandeile zesamme_ze_bränge.",
"pad.modals.slowcommit.cause": "Dat k\u00fcnnt aan Probleeme met Verbendonge em N\u00e4zw\u00e4rrek lijje.", "pad.modals.looping.cause": "Künnt sin, Ding Verbendong jeiht dorj_ene onzopaß proxy-ẞööver udder firewall.",
"pad.modals.deleted": "Fottjeschme\u00dfe.", "pad.modals.initsocketfail": "Dä ẞööver es nit ze äreische.",
"pad.modals.deleted.explanation": "Dat P\u00e4dd es fottjeschme\u00dfe woode.", "pad.modals.initsocketfail.explanation": "Kein Verbendong met däm ẞööver ze krijje.",
"pad.modals.disconnected": "Do bes nit mieh verbonge.", "pad.modals.initsocketfail.cause": "Dat künnt aam Brauser udder aan däm singer Verbendong övver et Internet lijje.",
"pad.modals.disconnected.explanation": "De Verbendong mem \u1e9e\u00f6\u00f6ver es fott.", "pad.modals.slowcommit.explanation": "Dä ẞööver antwoot nit.",
"pad.modals.disconnected.cause": "D\u00e4 \u1e9e\u00f6\u00f6ver k\u00fcnnt nit loufe.\nSidd_esu jood und saat ons Bescheid, wann dat \u00f6fters pa\u00dfeet.", "pad.modals.slowcommit.cause": "Dat künnt aan Probleeme met Verbendonge em Näzwärrek lijje.",
"pad.share": "Maach heh dat Padd \u00f6ffentlesch", "pad.modals.badChangeset.explanation": "En Änderong, di De jemaat häs, wood vum ẞööver nit aanjenumme.",
"pad.share.readonly": "Nor zom L\u00e4sse", "pad.modals.badChangeset.cause": "Dat künnt sin wääje ener verkehte Enschtällong vum ẞööver udder ohnjät, wat mer nit äwaadt hät. Donn Desch aan däm ßööver singe Bedriever wände, wann De meins, dat dat ene Fähler wör. Donn desch neu verbende, öm mem Schriive wigger ze maache.",
"pad.share.link": "Lengk", "pad.modals.corruptPad.explanation": "Dat Pädd, wo De desch met verbenge wells, es kappott.",
"pad.share.emebdcode": "URL enboue", "pad.modals.corruptPad.cause": "Dat künnt sin wääje ener verkehte Enschtällong vum ẞööver udder ohnjät, wat mer nit äwaadt hät. Donn Desch aan däm ßööver singe Bedriever wände.",
"pad.chat": "Klaaf", "pad.modals.deleted": "Fottjeschmeße.",
"pad.chat.title": "Maach d\u00e4 Klaaf f\u00f6r heh dat P\u00e4dd op", "pad.modals.deleted.explanation": "Dat Pädd es fottjeschmeße woode.",
"timeslider.pageTitle": "{{appTitle}} - Verjangeheid affschpelle", "pad.modals.disconnected": "Do bes nit mieh verbonge.",
"timeslider.toolbar.returnbutton": "Jangk retuur nohm P\u00e4dd", "pad.modals.disconnected.explanation": "De Verbendong mem ẞööver es fott.",
"timeslider.toolbar.authors": "Schriiver:", "pad.modals.disconnected.cause": "Dä ẞööver künnt nit mieh loufe.\nSidd_esu jood und saad ons Bescheid, wann dadd esu bliiv.",
"timeslider.toolbar.authorsList": "Kein Schriivere", "pad.share": "Maach heh dat Padd öffentlesch",
"timeslider.exportCurrent": "Donn de meu\u00dfte V\u00e4sjohn \u00e4xpotteere al\u00df:", "pad.share.readonly": "Nor zom Lässe",
"timeslider.version": "V\u00e4sjon {{version}}", "pad.share.link": "Lengk",
"timeslider.saved": "Fa\u00dfjehallde aam {{day}}. {{month}} {{year}}", "pad.share.emebdcode": "URL enboue",
"timeslider.dateformat": "amm {{day}}. {{month}} {{year}} \u00f6m {{hours}}:{{minutes}}:{{seconds}}", "pad.chat": "Klaaf",
"timeslider.month.january": "Jannewaa", "pad.chat.title": "Maach dä Klaaf för heh dat Pädd op",
"timeslider.month.february": "F\u00e4\u00e4browaa", "pad.chat.loadmessages": "Mieh Nohresschte laade...",
"timeslider.month.march": "M\u00e4\u00e4z", "timeslider.pageTitle": "{{appTitle}} - Verjangeheid affschpelle",
"timeslider.month.april": "Apprell", "timeslider.toolbar.returnbutton": "Jangk retuur nohm Pädd",
"timeslider.month.may": "Mai", "timeslider.toolbar.authors": "Schriiver:",
"timeslider.month.june": "Juuni", "timeslider.toolbar.authorsList": "Kein Schriivere",
"timeslider.month.july": "Juuli", "timeslider.toolbar.exportlink.title": "Äxpooteere",
"timeslider.month.august": "Oujo\u00df", "timeslider.exportCurrent": "Donn de meußte Väsjohn äxpotteere alß:",
"timeslider.month.september": "S\u00e4pt\u00e4mber", "timeslider.version": "Väsjon {{version}}",
"timeslider.month.october": "Oktoober", "timeslider.saved": "Faßjehallde aam {{day}}. {{month}} {{year}}",
"timeslider.month.november": "Nov\u00e4mber", "timeslider.dateformat": "amm {{day}}. {{month}} {{year}} öm {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.december": "Dez\u00e4mber", "timeslider.month.january": "Jannewaa",
"pad.userlist.entername": "Jif Dinge Naame en", "timeslider.month.february": "Fääbrowaa",
"pad.userlist.unnamed": "naamelo\u00df\u00df", "timeslider.month.march": "Määz",
"pad.userlist.guest": "Ja\u00df\u00df", "timeslider.month.april": "Apprell",
"pad.userlist.deny": "Aflehne", "timeslider.month.may": "Mai",
"pad.impexp.importing": "Ben aam Empotteere&nbsp;&hellip;", "timeslider.month.june": "Juuni",
"pad.impexp.uploadFailed": "Et Huhlaade es don\u00e4vve jejange, bes esu jood un probeer et norr_ens", "timeslider.month.july": "Juuli",
"pad.impexp.importfailed": "Et Empoteere es don\u00e4vve jejange", "timeslider.month.august": "Oujoß",
"pad.impexp.copypaste": "Bes esu jood un donn et koppeere un enf\u00f6\u00f6je", "timeslider.month.september": "Säptämber",
"pad.impexp.exportdisabled": "Et \u00c4xpotteere em {{type}}-Formmaat es affjeschalldt. De Verwallder vun heh d\u00e4 Sigge k\u00fcnne doh velleisch wiggerh\u00e4llefe." "timeslider.month.october": "Oktoober",
"timeslider.month.november": "Novämber",
"timeslider.month.december": "Dezämber",
"timeslider.unnamedauthors": "{[plural(num) one: eine, other: {{num}} ]} naameloose Schriever",
"pad.savedrevs.marked": "Heh di Väsjohn es jäz faßjehallde.",
"pad.userlist.entername": "Jif Dinge Naame en",
"pad.userlist.unnamed": "naameloßß",
"pad.userlist.guest": "Jaßß",
"pad.userlist.deny": "Aflehne",
"pad.userlist.approve": "Joodheiße",
"pad.editbar.clearcolors": "Sulle mer de Färve för de Schriiver uss_em janze Täx fott maache?",
"pad.impexp.importbutton": "Jäz empoteere",
"pad.impexp.importing": "Ben aam Empotteere\u0026nbsp;\u0026hellip;",
"pad.impexp.confirmimport": "En Dattei ze empotteere määt der janze Täx em Pädd fott. Wess De dat verfaftesch hann?",
"pad.impexp.convertFailed": "Mer kunnte di Dattei nit empoteere. Nemm en ander Dattei-Fommaat udder donn dä Täx vun Hand kopeere un ennfööje.",
"pad.impexp.uploadFailed": "Et Huhlaade es donävve jejange, bes esu jood un probeer et norr_ens",
"pad.impexp.importfailed": "Et Empoteere es donävve jejange",
"pad.impexp.copypaste": "Bes esu jood un donn et koppeere un enfööje",
"pad.impexp.exportdisabled": "Et Äxpotteere em {{type}}-Formmaat es affjeschalldt. De Verwallder vun heh dä Sigge künne doh velleisch wiggerhällefe."
} }

54
src/locales/lb.json Normal file
View File

@ -0,0 +1,54 @@
{
"@metadata": {
"authors": {
"0": "Robby",
"2": "Soued031"
}
},
"index.newPad": "Neie Pad",
"pad.toolbar.ol.title": "Numeréiert Lëscht",
"pad.toolbar.ul.title": "Net-numeréiert Lëscht",
"pad.toolbar.undo.title": "Réckgängeg (Ctrl-Z)",
"pad.toolbar.redo.title": "Widderhuelen (Ctrl-Y)",
"pad.toolbar.savedRevision.title": "Versioun späicheren",
"pad.toolbar.settings.title": "Astellungen",
"pad.colorpicker.save": "Späicheren",
"pad.colorpicker.cancel": "Ofbriechen",
"pad.loading": "Lueden...",
"pad.wrongPassword": "Äert Passwuert ass falsch",
"pad.settings.fontType.normal": "Normal",
"pad.settings.language": "Sprooch:",
"pad.importExport.importSuccessful": "Erfollegräich",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.unauth": "Net autoriséiert",
"pad.modals.slowcommit.explanation": "De Server äntwert net.",
"pad.modals.deleted": "Geläscht.",
"pad.share.readonly": "Nëmme liesen",
"pad.share.link": "Link",
"pad.chat.loadmessages": "Méi Message lueden",
"timeslider.toolbar.authors": "Auteuren:",
"timeslider.toolbar.authorsList": "Keng Auteuren",
"timeslider.exportCurrent": "Exportéiert déi aktuell Versioun als:",
"timeslider.version": "Versioun {{version}}",
"timeslider.saved": "Gespäichert de(n) {{day}} {{month}} {{year}}",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Januar",
"timeslider.month.february": "Februar",
"timeslider.month.march": "Mäerz",
"timeslider.month.april": "Abrëll",
"timeslider.month.may": "Mee",
"timeslider.month.june": "Juni",
"timeslider.month.july": "Juli",
"timeslider.month.august": "August",
"timeslider.month.september": "September",
"timeslider.month.october": "Oktober",
"timeslider.month.november": "November",
"timeslider.month.december": "Dezember",
"pad.userlist.entername": "Gitt Ären Numm an",
"pad.userlist.guest": "Gaascht",
"pad.impexp.importbutton": "Elo importéieren",
"pad.impexp.importing": "Importéieren..."
}

60
src/locales/lrc.json Normal file
View File

@ -0,0 +1,60 @@
{
"@metadata": {
"authors": [
"Mogoeilor"
]
},
"pad.toolbar.italic.title": "کج کوله(ctrl-l)",
"pad.toolbar.underline.title": "زیر خط دار بین (Ctrl-U)",
"pad.toolbar.ol.title": "نوم گه منظم",
"pad.toolbar.ul.title": "نوم گه بی نظم",
"pad.toolbar.indent.title": "مئن رئته(TAB)",
"pad.toolbar.unindent.title": "وه در رئته (Shift+TAB)",
"pad.toolbar.undo.title": "رد انجوم دئین (Ctrl-Z)",
"pad.toolbar.redo.title": "د نو انجوم دئین(Ctrl-Y)",
"pad.toolbar.settings.title": "تنظيمات",
"pad.colorpicker.save": "ذخيره كردن",
"pad.colorpicker.cancel": "رد كردن",
"pad.loading": "د حالت سوار كرد",
"pad.settings.myView": "نظرگه مه",
"pad.settings.fontType": "نوع فونت:",
"pad.settings.fontType.normal": "عادی",
"pad.settings.fontType.monospaced": "تک جاگه",
"pad.settings.globalView": "دیئن جهونی",
"pad.settings.language": "زون:",
"pad.importExport.importSuccessful": "موفق بی!",
"pad.importExport.exporthtml": "اچ تی ام ال",
"pad.importExport.exportplain": "متن ساده",
"pad.importExport.exportword": "واجه پالایشتگر مایکروسافت",
"pad.importExport.exportpdf": "پی دی اف",
"pad.importExport.exportopen": "او دی اف(قالو سند وا بیه)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "وصل بیه",
"pad.modals.forcereconnect": "سی وصل بین مژبور کو",
"pad.modals.deleted": "پاک بیه",
"pad.share.readonly": "فقط بحون",
"pad.share.link": "هوم پیوند",
"pad.chat": "گپ زئن",
"pad.chat.loadmessages": "پیغومیا بیشتر نه سوار کو",
"timeslider.toolbar.authors": "نیسنه یا:",
"timeslider.toolbar.authorsList": "بی نیسنه",
"timeslider.toolbar.exportlink.title": "وه در ديئن",
"timeslider.version": "نسقه{{نسقه}}",
"timeslider.month.january": "جانويه",
"timeslider.month.february": "فوريه",
"timeslider.month.march": "مارس",
"timeslider.month.april": "آوريل",
"timeslider.month.may": "ما",
"timeslider.month.june": "جوئن",
"timeslider.month.july": "جولای",
"timeslider.month.august": "اگوست",
"timeslider.month.september": "سپتامر",
"timeslider.month.october": "اكتور",
"timeslider.month.november": "نوامر",
"timeslider.month.december": "دسامر",
"pad.userlist.entername": "نوم تونه وارد بکید",
"pad.userlist.unnamed": "نوم نهشته",
"pad.userlist.guest": "میزوان",
"pad.userlist.deny": "پرو کردن",
"pad.userlist.approve": "اصلا کردن"
}

73
src/locales/lt.json Normal file
View File

@ -0,0 +1,73 @@
{
"@metadata": {
"authors": [
"Eitvys200",
"Mantak111"
]
},
"pad.toolbar.bold.title": "Paryškintasis (Ctrl-B)",
"pad.toolbar.italic.title": "Pasvirasis (Ctrl-I)",
"pad.toolbar.underline.title": "Pabraukimas (Ctrl-U)",
"pad.toolbar.undo.title": "Anuliuoti (Ctrl-Z)",
"pad.toolbar.redo.title": "Perdaryti (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Tvarkyti autorystės spalvas",
"pad.toolbar.settings.title": "Nustatymai",
"pad.colorpicker.save": "Išsaugoti",
"pad.colorpicker.cancel": "Atšaukti",
"pad.loading": "Įkraunama...",
"pad.settings.myView": "Mano Vaizdas",
"pad.settings.fontType": "Šrifto tipas:",
"pad.settings.fontType.normal": "Normalus",
"pad.settings.globalView": "Bendras Vaizdas",
"pad.settings.language": "Kalba:",
"pad.importExport.import_export": "Importuoti/Eksportuoti",
"pad.importExport.import": "Įkelkite bet kokį tekstinį failą arba dokumentą",
"pad.importExport.importSuccessful": "Pavyko!",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Paprastasis tekstas",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Atvirasis dokumento formatas)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Prisijungta.",
"pad.modals.unauth": "Neleidžiama",
"pad.modals.initsocketfail": "Serveris yra nepasiekiamas.",
"pad.modals.slowcommit.explanation": "Serveris neatsako.",
"pad.modals.deleted": "Ištrintas.",
"pad.modals.disconnected": "Jūs atsijungėte.",
"pad.share.readonly": "Tik skaityti",
"pad.share.link": "Nuoroda",
"pad.share.emebdcode": "Įterptasis URL",
"pad.chat": "Pokalbiai",
"pad.chat.loadmessages": "Įkrauti daugiau pranešimų",
"timeslider.toolbar.authors": "Autoriai:",
"timeslider.toolbar.authorsList": "Nėra autorių",
"timeslider.toolbar.exportlink.title": "Eksportuoti",
"timeslider.exportCurrent": "Eksportuoti dabartinę versiją kaip:",
"timeslider.version": "Versija {{version}}",
"timeslider.saved": "Išsaugota {{year}},{{month}} {{day}}",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Sausis",
"timeslider.month.february": "Vasaris",
"timeslider.month.march": "Kovas",
"timeslider.month.april": "Balandis",
"timeslider.month.may": "Gegužė",
"timeslider.month.june": "Birželis",
"timeslider.month.july": "Liepa",
"timeslider.month.august": "Rugpjūtis",
"timeslider.month.september": "Rugsėjis",
"timeslider.month.october": "Spalis",
"timeslider.month.november": "Lapkritis",
"timeslider.month.december": "Gruodis",
"timeslider.unnamedauthors": "{{num}} bevardžiai(-ių) autoriai(-ių)",
"pad.userlist.entername": "Įveskite savo vardą",
"pad.userlist.unnamed": "bevardis",
"pad.userlist.guest": "Svečias",
"pad.userlist.deny": "Neigti",
"pad.userlist.approve": "Patvirtinti",
"pad.impexp.importbutton": "Importuoti dabar",
"pad.impexp.importing": "Importuojama...",
"pad.impexp.uploadFailed": "Įkėlimas nepavyko, bandykite dar kartą",
"pad.impexp.importfailed": "Importuoti nepavyko",
"pad.impexp.copypaste": "Prašome nukopijuoti ir įklijuoti"
}

84
src/locales/lv.json Normal file
View File

@ -0,0 +1,84 @@
{
"@metadata": {
"authors": [
"Admresdeserv.",
"Jmg.cmdi",
"Papuass"
]
},
"pad.toolbar.bold.title": "Treknrakstā (CTRL + B)",
"pad.toolbar.italic.title": "Slīpraksta (Ctrl-es)",
"pad.toolbar.underline.title": "Pasvītrojuma (CTRL + U)",
"pad.toolbar.strikethrough.title": "Pārsvītrojums",
"pad.toolbar.ol.title": "Sakārtots saraksts",
"pad.toolbar.ul.title": "Nesakārtots saraksts",
"pad.toolbar.indent.title": "Atkāpe",
"pad.toolbar.unindent.title": "Izkāpe",
"pad.toolbar.undo.title": "Atsaukt (CTRL + Z)",
"pad.toolbar.redo.title": "Atcelt atsaukšanu (CTRL + Y)",
"pad.toolbar.clearAuthorship.title": "Notīrit autoru krāsas",
"pad.toolbar.import_export.title": "Importēšanas/eksportēšanas no un uz citu failu formātiem",
"pad.toolbar.savedRevision.title": "Saglabāt pārskatīšanu",
"pad.toolbar.settings.title": "Iestatījumi",
"pad.toolbar.embed.title": "Koplietot un iegut šo pad",
"pad.toolbar.showusers.title": "Parādīt šo padu lietotājus",
"pad.colorpicker.save": "Saglabāt",
"pad.colorpicker.cancel": "Atcelt",
"pad.loading": "Ielādē…",
"pad.passwordRequired": "Ir nepieciešama parole, lai piekļūtu šim pad",
"pad.permissionDenied": "Atvaino, bet tev nav pieejas šim pad.",
"pad.wrongPassword": "Jūsu parole bija nepareiza",
"pad.settings.padSettings": "Pad Iestatijumi",
"pad.settings.myView": "Mans viedoklis",
"pad.settings.stickychat": "Čats vienmēr ekrānā",
"pad.settings.colorcheck": "Autorības krāsas",
"pad.settings.linenocheck": "Rindiņu numurus",
"pad.settings.rtlcheck": "Lasīt saturu no labās puses uz kreiso?",
"pad.settings.fontType": "Fonta tips:",
"pad.settings.fontType.normal": "Normāls",
"pad.settings.globalView": "Globālu skatījumu",
"pad.settings.language": "Valoda:",
"pad.importExport.import_export": "Importet/Eksportet",
"pad.importExport.import": "Augšupielādēt jebkuru teksta failu vai dokumentu",
"pad.importExport.importSuccessful": "Veiksmīgi!",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Vienkārša teksta",
"pad.importExport.exportword": "Programma Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open dokumenta formāts)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup": "Atvērts citā logā",
"pad.modals.unauth": "Nav atļauts",
"pad.modals.looping.explanation": "Pastāv sakaru problēmas ar sinhronizācijas servera.",
"pad.modals.initsocketfail": "Serveris nav sasniedzams.",
"pad.modals.initsocketfail.explanation": "Nevarēja izveidot savienojumu ar sinhronizācijas serveri.",
"pad.modals.slowcommit.explanation": "Serveris nereaģē.",
"pad.modals.deleted": "Dzēsts",
"pad.modals.disconnected": "Jūs esat atvienots.",
"pad.modals.disconnected.explanation": "Tika zaudēts savienojums ar serveri",
"pad.modals.disconnected.cause": "Iespējams, ka serveris nav pieejams. Lūgums paziņot mums, ja tas turpina notikt.",
"pad.share": "Koplietot šo pad",
"pad.share.readonly": "Tikai lasāms",
"pad.share.link": "Saite",
"timeslider.toolbar.authors": "Autori:",
"timeslider.toolbar.authorsList": "Nav autoru",
"timeslider.toolbar.exportlink.title": "Eksportēt",
"timeslider.month.january": "Janvāris",
"timeslider.month.february": "Februāris",
"timeslider.month.march": "Marts",
"timeslider.month.april": "Aprīlis",
"timeslider.month.may": "Maijs",
"timeslider.month.june": "Jūnijs",
"timeslider.month.july": "Jūlijs",
"timeslider.month.august": "Augusts",
"timeslider.month.september": "Septembris",
"timeslider.month.october": "Oktobris",
"timeslider.month.november": "Novembris",
"timeslider.month.december": "Decembris",
"pad.userlist.entername": "Ievadiet savu vārdu",
"pad.userlist.unnamed": "nenosaukts",
"pad.userlist.guest": "Viesis",
"pad.impexp.importbutton": "Importēt tūlīt",
"pad.impexp.importing": "Importē...",
"pad.impexp.importfailed": "Imports neizdevās"
}

118
src/locales/map-bms.json Normal file
View File

@ -0,0 +1,118 @@
{
"@metadata": {
"authors": [
"StefanusRA"
]
},
"index.newPad": "Pad Anyar",
"index.createOpenPad": "utawa gawe/bukak Pad nganggo jeneng:",
"pad.toolbar.bold.title": "Kandhel (Ctrl-B)",
"pad.toolbar.italic.title": "Miring (Ctrl-I)",
"pad.toolbar.underline.title": "Garisngisor (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Corettengaeh",
"pad.toolbar.ol.title": "Daftar nganggo nomer",
"pad.toolbar.ul.title": "Daftar ora nganggo nomer",
"pad.toolbar.indent.title": "Nggantung",
"pad.toolbar.unindent.title": "nggantung njaba",
"pad.toolbar.undo.title": "Batalna (Ctrl-Z)",
"pad.toolbar.redo.title": "Baleni (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Busek ''Authorship Colors''",
"pad.toolbar.import_export.title": "Impor/Ekspor sekang/maring format berkas sejen",
"pad.toolbar.timeslider.title": "Timeslider",
"pad.toolbar.savedRevision.title": "Simpen revisi",
"pad.toolbar.settings.title": "Pangaturan",
"pad.toolbar.embed.title": "Sebarna lan ''embed'' pad kiye",
"pad.toolbar.showusers.title": "Tidokna panganggo-panganggo nang pad kiye",
"pad.colorpicker.save": "Simpen",
"pad.colorpicker.cancel": "Batalna",
"pad.loading": "Muatna...",
"pad.passwordRequired": "Rika perlu tembung sandhi kanggo ngakses pad kiye",
"pad.permissionDenied": "Rika ora duwe idin kanggo ngakses pad kiye",
"pad.wrongPassword": "Tembung sandhine Rika salah",
"pad.settings.padSettings": "Pangaturan Pad",
"pad.settings.myView": "Delengane Inyong",
"pad.settings.stickychat": "Dopokan mesti nang layar",
"pad.settings.colorcheck": "Authorship colors",
"pad.settings.linenocheck": "Nomer baris",
"pad.settings.rtlcheck": "Waca isi sekang tengen maring kiwe?",
"pad.settings.fontType": "Tipe Font:",
"pad.settings.fontType.normal": "Normal",
"pad.settings.fontType.monospaced": "Monospace",
"pad.settings.globalView": "Global View",
"pad.settings.language": "Basa:",
"pad.importExport.import_export": "Impor/Ekspor",
"pad.importExport.import": "Unggahna berkas teks utawa dokumen",
"pad.importExport.importSuccessful": "Sukses!",
"pad.importExport.export": "Ekspor pad kiye dadi:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "t",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Rika mung teyeng impor sekang format plain text utawa HTML. Kanggo fitur impor sing lewih maju monggo \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Emasang abiword\u003C/a\u003E.",
"pad.modals.connected": "Nyambung.",
"pad.modals.reconnecting": "Mbaleli nyambung ming pad Rika...",
"pad.modals.forcereconnect": "Maksa nyambung maning",
"pad.modals.userdup": "Bukak nang jendela sejen",
"pad.modals.userdup.explanation": "Pad kiye kayane dibukak nang lewih sekang siji browser nang komputer kiye.",
"pad.modals.userdup.advice": "Nyambung maning nganggo jendela kiye baen.",
"pad.modals.unauth": "Not authorized",
"pad.modals.unauth.explanation": "Idin-e Rika wis diowahi dong lagi ndeleng kaca kiye. Jajal nyambung maning.",
"pad.modals.looping.explanation": "Pra ana masalah komunikasi karo server sinkronisasi.",
"pad.modals.looping.cause": "Ndeyan Rika gole nyambung nganggo firewall utawa proksi sing ora pas.",
"pad.modals.initsocketfail": "Server ora teyeng dihubungi.",
"pad.modals.initsocketfail.explanation": "Ora teyeng nyambung maring sinkronisasi server.",
"pad.modals.initsocketfail.cause": "Kiye ndeyan ana masalah karo perambanne Rika utawa sambungan internete Rika.",
"pad.modals.slowcommit.explanation": "Server ora respon.",
"pad.modals.slowcommit.cause": "Kiye ndeyan ana masalah karo sambungan jaringan.",
"pad.modals.deleted": "Dibusek.",
"pad.modals.deleted.explanation": "Pad kiye wis dibusek.",
"pad.modals.disconnected": "Rika wis dipedot sambungane.",
"pad.modals.disconnected.explanation": "Sambungan maring server wis ilang",
"pad.modals.disconnected.cause": "Servere ndeyan ora ana. Monggo tidokna inyong angger kahanan kiye terus kedaden maning.",
"pad.share": "Sebarna pad kiye",
"pad.share.readonly": "Waca thok",
"pad.share.link": "Pranala",
"pad.share.emebdcode": "Embed URL",
"pad.chat": "Dopokan",
"pad.chat.title": "Buka dopokan kanggo pad kiye.",
"pad.chat.loadmessages": "Muatna pesen lewih akeh",
"timeslider.pageTitle": "{{appTitle}} Timeslider",
"timeslider.toolbar.returnbutton": "Mbalik ming pad",
"timeslider.toolbar.authors": "Penulise:",
"timeslider.toolbar.authorsList": "Ora ana penulise",
"timeslider.toolbar.exportlink.title": "Ekspor",
"timeslider.exportCurrent": "Ekspor versi sekiye dadi:",
"timeslider.version": "Versi {{version}}",
"timeslider.saved": "Simpen {{day}} {{month}} {{year}}",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Januari",
"timeslider.month.february": "Februari",
"timeslider.month.march": "Maret",
"timeslider.month.april": "April",
"timeslider.month.may": "Mei",
"timeslider.month.june": "Juni",
"timeslider.month.july": "Juli",
"timeslider.month.august": "Agustus",
"timeslider.month.september": "September",
"timeslider.month.october": "Oktober",
"timeslider.month.november": "November",
"timeslider.month.december": "Desember",
"timeslider.unnamedauthors": "{{num}} durung dijenengi {[plural(num) one: author, other: authors ]}",
"pad.savedrevs.marked": "Revisi kiye sekiye ditandani dadi revisi sing wis disimpen",
"pad.userlist.entername": "Lebokna jenenge Rika",
"pad.userlist.unnamed": "durungdijenengi",
"pad.userlist.guest": "Dayoh",
"pad.userlist.deny": "Ora olih",
"pad.userlist.approve": "Sarujuk",
"pad.editbar.clearcolors": "Busek ''authorship colors'' nang kabeh dokumen?",
"pad.impexp.importbutton": "Impor Sekiye",
"pad.impexp.importing": "Lagi ngimpor...",
"pad.impexp.confirmimport": "Ngimpor berkas bakal dadi nindih teks sekiye nang pad. Apa Rika wis mantep arep mroses kiye?",
"pad.impexp.convertFailed": "Inyong ora teyeng ngimpor berkas kiye. Jajal nganggo format dokumen sejen utawa salin-tempel manual.",
"pad.impexp.uploadFailed": "Gole ngunggah gagal, monggo dijajal maning",
"pad.impexp.importfailed": "Gole ngimpor gagal",
"pad.impexp.copypaste": "Monggo salin-tempel",
"pad.impexp.exportdisabled": "Ngekspor maring format {{type}} ora olih. Monggo takon maring administrator sisteme Rika kanggo detile."
}

View File

@ -1,121 +1,123 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Bjankuloski06", "Bjankuloski06",
"Brest" "Brest"
] ]
}, },
"index.newPad": "\u041d\u043e\u0432\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430", "index.newPad": "Нова тетратка",
"index.createOpenPad": "\u0438\u043b\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u0435\u0442\u0435\/\u043e\u0442\u0432\u043e\u0440\u0435\u0442\u0435 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430 \u0441\u043e \u0438\u043c\u0435\u0442\u043e:", "index.createOpenPad": "или направете/отворете тетратка со името:",
"pad.toolbar.bold.title": "\u0417\u0430\u0434\u0435\u0431\u0435\u043b\u0435\u043d\u043e (Ctrl-B)", "pad.toolbar.bold.title": "Задебелено (Ctrl-B)",
"pad.toolbar.italic.title": "\u041a\u043e\u0441\u043e (Ctrl-I)", "pad.toolbar.italic.title": "Косо (Ctrl-I)",
"pad.toolbar.underline.title": "\u041f\u043e\u0434\u0432\u043b\u0435\u0447\u0435\u043d\u043e (Ctrl-U)", "pad.toolbar.underline.title": "Подвлечено (Ctrl-U)",
"pad.toolbar.strikethrough.title": "\u041f\u0440\u0435\u0446\u0440\u0442\u0430\u043d\u043e", "pad.toolbar.strikethrough.title": "Прецртано",
"pad.toolbar.ol.title": "\u041f\u043e\u0434\u0440\u0435\u0434\u0435\u043d \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.ol.title": "Подреден список",
"pad.toolbar.ul.title": "\u041d\u0435\u043f\u043e\u0434\u0440\u0435\u0434\u0435\u043d \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.ul.title": "Неподреден список",
"pad.toolbar.indent.title": "\u0412\u043e\u0432\u043b\u0435\u043a\u0443\u0432\u0430\u045a\u0435", "pad.toolbar.indent.title": "Вовлекување",
"pad.toolbar.unindent.title": "\u041e\u0442\u0441\u0442\u0430\u043f", "pad.toolbar.unindent.title": "Отстап",
"pad.toolbar.undo.title": "\u0412\u0440\u0430\u0442\u0438 (Ctrl-Z)", "pad.toolbar.undo.title": "Врати (Ctrl-Z)",
"pad.toolbar.redo.title": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438 (Ctrl-Y)", "pad.toolbar.redo.title": "Повтори (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "\u041f\u043e\u043d\u0438\u0448\u0442\u0438 \u0433\u0438 \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0442\u0435 \u0431\u043e\u0438", "pad.toolbar.clearAuthorship.title": "Поништи ги авторските бои",
"pad.toolbar.import_export.title": "\u0423\u0432\u043e\u0437\/\u0418\u0437\u0432\u043e\u0437 \u043e\u0434\/\u0432\u043e \u0440\u0430\u0437\u043d\u0438 \u043f\u043e\u0434\u0430\u0442\u043e\u0442\u0435\u0447\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438", "pad.toolbar.import_export.title": "Увоз/Извоз од/во разни податотечни формати",
"pad.toolbar.timeslider.title": "\u0418\u0441\u0442\u043e\u0440\u0438\u0441\u043a\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434", "pad.toolbar.timeslider.title": "Историски преглед",
"pad.toolbar.savedRevision.title": "\u0417\u0430\u0447\u0443\u0432\u0430\u043d\u0438 \u0440\u0435\u0432\u0438\u0437\u0438\u0438", "pad.toolbar.savedRevision.title": "Зачувај ревизија",
"pad.toolbar.settings.title": "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438", "pad.toolbar.settings.title": "Поставки",
"pad.toolbar.embed.title": "\u0412\u043c\u0435\u0442\u043d\u0438 \u0458\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0432\u0430", "pad.toolbar.embed.title": "Споделете и вметнете ја тетраткава",
"pad.toolbar.showusers.title": "\u041f\u0440\u0438\u043a\u0430\u0436. \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u0446\u0438\u0442\u0435 \u043d\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0432\u0430", "pad.toolbar.showusers.title": "Прикаж. корисниците на тетраткава",
"pad.colorpicker.save": "\u0417\u0430\u0447\u0443\u0432\u0430\u0458", "pad.colorpicker.save": "Зачувај",
"pad.colorpicker.cancel": "\u041e\u0442\u043a\u0430\u0436\u0438", "pad.colorpicker.cancel": "Откажи",
"pad.loading": "\u0412\u0447\u0438\u0442\u0443\u0432\u0430\u043c...", "pad.loading": "Вчитувам...",
"pad.passwordRequired": "\u041f\u043e\u0442\u0440\u0435\u0431\u043d\u0430 \u0435 \u043b\u043e\u0437\u0438\u043d\u043a\u0430 \u0437\u0430 \u043f\u0440\u0438\u0441\u0442\u0430\u043f", "pad.passwordRequired": "Потребна е лозинка за пристап",
"pad.permissionDenied": "\u0417\u0430 \u043e\u0432\u0434\u0435 \u043d\u0435 \u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u0430 \u0437\u0430 \u043f\u0440\u0438\u0441\u0442\u0430\u043f", "pad.permissionDenied": "За овде не е потребна дозвола за пристап",
"pad.wrongPassword": "\u041f\u043e\u0433\u0440\u0435\u0448\u043d\u0430 \u043b\u043e\u0437\u0438\u043d\u043a\u0430", "pad.wrongPassword": "Погрешна лозинка",
"pad.settings.padSettings": "\u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0442\u0430", "pad.settings.padSettings": "Поставки на тетратката",
"pad.settings.myView": "\u041c\u043e\u0458 \u043f\u043e\u0433\u043b\u0435\u0434", "pad.settings.myView": "Мој поглед",
"pad.settings.stickychat": "\u0420\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435 \u0441\u0435\u043a\u043e\u0433\u0430\u0448 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u043e\u0442", "pad.settings.stickychat": "Разговорите секогаш на екранот",
"pad.settings.colorcheck": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438 \u0431\u043e\u0438", "pad.settings.colorcheck": "Авторски бои",
"pad.settings.linenocheck": "\u0411\u0440\u043e\u0435\u0432\u0438 \u043d\u0430 \u0440\u0435\u0434\u043e\u0432\u0438\u0442\u0435", "pad.settings.linenocheck": "Броеви на редовите",
"pad.settings.fontType": "\u0422\u0438\u043f \u043d\u0430 \u0444\u043e\u043d\u0442:", "pad.settings.rtlcheck": "Содржините да се читаат од десно на лево?",
"pad.settings.fontType.normal": "\u041d\u043e\u0440\u043c\u0430\u043b\u0435\u043d", "pad.settings.fontType": "Тип на фонт:",
"pad.settings.fontType.monospaced": "\u041d\u0435\u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u043e\u043d\u0430\u043b\u0435\u043d", "pad.settings.fontType.normal": "Нормален",
"pad.settings.globalView": "\u0413\u043e\u0431\u0430\u043b\u0435\u043d \u043f\u043e\u0433\u043b\u0435\u0434", "pad.settings.fontType.monospaced": "Непропорционален",
"pad.settings.language": "\u0408\u0430\u0437\u0438\u043a:", "pad.settings.globalView": "Гобален поглед",
"pad.importExport.import_export": "\u0423\u0432\u043e\u0437\/\u0418\u0437\u0432\u043e\u0437", "pad.settings.language": "Јазик:",
"pad.importExport.import": "\u041f\u043e\u0434\u0438\u0433\u0430\u045a\u0435 \u043d\u0430 \u0431\u0438\u043b\u043e \u043a\u0430\u043a\u0432\u0430 \u0442\u0435\u043a\u0441\u0442\u0443\u0430\u043b\u043d\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430 \u0438\u043b\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "pad.importExport.import_export": "Увоз/Извоз",
"pad.importExport.importSuccessful": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e!", "pad.importExport.import": "Подигање на било каква текстуална податотека или документ",
"pad.importExport.export": "\u0418\u0437\u0432\u0435\u0437\u0438 \u0458\u0430 \u0442\u0435\u043a\u043e\u0432\u043d\u0430\u0442\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430 \u043a\u0430\u043a\u043e", "pad.importExport.importSuccessful": "Успешно!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Извези ја тековната тетратка како",
"pad.importExport.exportplain": "\u041f\u0440\u043e\u0441\u0442 \u0442\u0435\u043a\u0441\u0442", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Прост текст",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "\u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0443\u0432\u0435\u0437\u0443\u0432\u0430\u0442\u0435 \u0441\u0430\u043c\u043e \u043e\u0434 \u043f\u0440\u043e\u0441\u0442 \u0442\u0435\u043a\u0441\u0442 \u0438 html-\u0444\u043e\u0440\u043c\u0430\u0442. \u041f\u043e\u043d\u0430\u043f\u0440\u0435\u0434\u043d\u0438 \u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0443\u0432\u043e\u0437 \u045c\u0435 \u0434\u043e\u0431\u0438\u0435\u0442\u0435 \u0430\u043a\u043e <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 AbiWord<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "\u041f\u043e\u0432\u0440\u0437\u0430\u043d\u043e.", "pad.importExport.abiword.innerHTML": "Можете да увезувате само од прост текст и html-формат. Понапредни можности за увоз ќе добиете ако \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eинсталирате AbiWord\u003C/a\u003E.",
"pad.modals.reconnecting": "\u0412\u0435 \u043f\u0440\u0435\u043f\u043e\u0432\u0440\u0437\u0443\u0432\u0430\u043c \u0441\u043e \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0442\u0430...", "pad.modals.connected": "Поврзано.",
"pad.modals.forcereconnect": "\u041d\u0430\u043c\u0435\u0442\u043d\u0438 \u043f\u0440\u0435\u043f\u043e\u0432\u0440\u0437\u0443\u0432\u0430\u045a\u0435", "pad.modals.reconnecting": "Ве преповрзувам со тетратката...",
"pad.modals.userdup": "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0432\u043e \u0434\u0440\u0443\u0433 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446", "pad.modals.forcereconnect": "Наметни преповрзување",
"pad.modals.userdup.explanation": "\u041e\u0432\u0430\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430 \u0435 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0430 \u043d\u0430 \u043f\u043e\u0432\u0435\u045c\u0435 \u043e\u0434 \u0435\u0434\u0435\u043d \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446 (\u0432\u043e \u043f\u0440\u0435\u043b\u0438\u0441\u0442\u0443\u0432\u0430\u0447) \u043d\u0430 \u0441\u043c\u0435\u0442\u0430\u0447\u043e\u0442.", "pad.modals.userdup": "Отворено во друг прозорец",
"pad.modals.userdup.advice": "\u041f\u0440\u0435\u043f\u043e\u0432\u0440\u0437\u0435\u0442\u0435 \u0441\u0435 \u0437\u0430 \u0434\u0430 \u0433\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u043e\u0432\u043e\u0458 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446.", "pad.modals.userdup.explanation": "Оваа тетратка е отворена на повеќе од еден прозорец (во прелистувач) на сметачот.",
"pad.modals.unauth": "\u041d\u0435\u043e\u0432\u043b\u0430\u0441\u0442\u0435\u043d\u043e", "pad.modals.userdup.advice": "Преповрзете се за да го користите овој прозорец.",
"pad.modals.unauth.explanation": "\u0412\u0430\u0448\u0438\u0442\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0438 \u0441\u0435 \u0438\u043c\u0430\u0430\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u0442\u043e \u0434\u043e\u0434\u0435\u043a\u0430 \u0458\u0430 \u0433\u043b\u0435\u0434\u0430\u0432\u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0432\u0430. \u041e\u0431\u0438\u0434\u0435\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u043f\u043e\u0432\u0440\u0437\u0435\u0442\u0435.", "pad.modals.unauth": "Неовластено",
"pad.modals.looping": "\u0412\u0440\u0441\u043a\u0430\u0442\u0430 \u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0430\u0442\u0430.", "pad.modals.unauth.explanation": "Вашите дозволи се имаат изменето додека ја гледавте страницава. Обидете се да се преповрзете.",
"pad.modals.looping.explanation": "\u0421\u0435 \u0458\u0430\u0432\u0438\u0458\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441\u043e \u0432\u0440\u0441\u043a\u0430\u0442\u0430 \u0441\u043e \u0443\u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u0435\u043b\u043d\u0438\u043e\u0442 \u043e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447.", "pad.modals.looping.explanation": "Се јавија проблеми со врската со усогласителниот опслужувач.",
"pad.modals.looping.cause": "\u041c\u043e\u0436\u0435\u0431\u0438 \u0441\u0442\u0435 \u043f\u043e\u0432\u0440\u0437\u0430\u043d\u0438 \u043f\u0440\u0435\u043a\u0443 \u043d\u0435\u0441\u043a\u043b\u0430\u0434\u0435\u043d \u043e\u0433\u043d\u0435\u043d \u0455\u0438\u0434 \u0438\u043b\u0438 \u0437\u0430\u0441\u0442\u0430\u043f\u043d\u0438\u043a.", "pad.modals.looping.cause": "Можеби сте поврзани преку нескладен огнен ѕид или застапник.",
"pad.modals.initsocketfail": "\u041e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447\u043e\u0442 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u043f\u0435\u043d.", "pad.modals.initsocketfail": "Опслужувачот е недостапен.",
"pad.modals.initsocketfail.explanation": "\u041d\u0435 \u043c\u043e\u0436\u0435\u0432 \u0434\u0430 \u0441\u0435 \u043f\u043e\u0432\u0440\u0437\u0430\u043c \u0441\u043e \u0443\u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u0435\u043b\u043d\u0438\u043e\u0442 \u043e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447.", "pad.modals.initsocketfail.explanation": "Не можев да се поврзам со усогласителниот опслужувач.",
"pad.modals.initsocketfail.cause": "\u041e\u0432\u0430 \u0432\u0435\u0440\u043e\u0458\u0430\u0442\u043d\u043e \u0441\u0435 \u0434\u043e\u043b\u0436\u0438 \u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0441\u043e \u0432\u0430\u0448\u0438\u043e\u0442 \u043f\u0440\u0435\u043b\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0438\u043b\u0438 \u0432\u0440\u0441\u043a\u0430\u0442\u0430 \u0441\u043e \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442.", "pad.modals.initsocketfail.cause": "Ова веројатно се должи на проблем со вашиот прелистувач или врската со интернет.",
"pad.modals.slowcommit": "\u041f\u0440\u0435\u043a\u0438\u043d\u0430\u0442\u043e.", "pad.modals.slowcommit.explanation": "Опслужувачот не се одѕива.",
"pad.modals.slowcommit.explanation": "\u041e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447\u043e\u0442 \u043d\u0435 \u0441\u0435 \u043e\u0434\u0455\u0438\u0432\u0430.", "pad.modals.slowcommit.cause": "Ова може да се должи на проблеми со мрежното поврзување.",
"pad.modals.slowcommit.cause": "\u041e\u0432\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0434\u043e\u043b\u0436\u0438 \u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0441\u043e \u043c\u0440\u0435\u0436\u043d\u043e\u0442\u043e \u043f\u043e\u0432\u0440\u0437\u0443\u0432\u0430\u045a\u0435.", "pad.modals.badChangeset.explanation": "Опслужувачот за усогласување го смета уредувањето што го направивте за недопуштено.",
"pad.modals.deleted": "\u0418\u0437\u0431\u0440\u0438\u0448\u0430\u043d\u043e.", "pad.modals.badChangeset.cause": "Ова може да се должи на погрешна поставеност на опслужувачот или некое друго неочекувано поведение. Обратете се кај администраторот доколку сметате дека ова е грешка. Обидете се да се превклучите за да продолжите со уредување.",
"pad.modals.deleted.explanation": "\u041e\u0432\u0430\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430 \u0435 \u043e\u0442\u0441\u0442\u0440\u0430\u043d\u0435\u0442\u0430.", "pad.modals.corruptPad.explanation": "Тетратката што сакате да ја отворите е расипана.",
"pad.modals.disconnected": "\u0412\u0440\u0441\u043a\u0430\u0442\u0430 \u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0430\u0442\u0430.", "pad.modals.corruptPad.cause": "Ова може да се должи на погрешна поставеност на опслужувачот или некое друго неочекувано поведение. Обратете се кај администраторот.",
"pad.modals.disconnected.explanation": "\u0412\u0440\u0441\u043a\u0430\u0442\u0430 \u0441\u043e \u043e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447\u043e\u0442 \u0435 \u043f\u0440\u0435\u043a\u0438\u043d\u0430\u0442\u0430", "pad.modals.deleted": "Избришано.",
"pad.modals.disconnected.cause": "\u041e\u043f\u0441\u043b\u0443\u0436\u0443\u0432\u0430\u0447\u043e\u0442 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u043f\u0435\u043d. \u0418\u0437\u0432\u0435\u0441\u0442\u0435\u0442\u0435 \u043d\u00e8 \u0430\u043a\u043e \u043e\u0432\u0430 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438 \u0434\u0430 \u0432\u0438 \u0441\u0435 \u0441\u043b\u0443\u0447\u0443\u0432\u0430.", "pad.modals.deleted.explanation": "Оваа тетратка е отстранета.",
"pad.share": "\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0458\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0432\u0430", "pad.modals.disconnected": "Врската е прекината.",
"pad.share.readonly": "\u0421\u0430\u043c\u043e \u0447\u0438\u0442\u0430\u045a\u0435", "pad.modals.disconnected.explanation": "Врската со опслужувачот е прекината",
"pad.share.link": "\u0412\u0440\u0441\u043a\u0430", "pad.modals.disconnected.cause": "Опслужувачот може да е недостапен. Известете го администраторот ако ова продолжи да ви се случува.",
"pad.share.emebdcode": "\u0412\u043c\u0435\u0442\u043d\u0438 URL", "pad.share": "Сподели ја тетраткава",
"pad.chat": "\u0420\u0430\u0437\u0433\u043e\u0432\u043e\u0440", "pad.share.readonly": "Само читање",
"pad.chat.title": "\u041e\u0442\u0432\u043e\u0440\u0438 \u0433\u043e \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u043e\u0442 \u0437\u0430 \u043e\u0432\u0430\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430.", "pad.share.link": "Врска",
"pad.chat.loadmessages": "\u0412\u0447\u0438\u0442\u0430\u0458 \u0443\u0448\u0442\u0435 \u043f\u043e\u0440\u0430\u043a\u0438", "pad.share.emebdcode": "Вметни URL",
"timeslider.pageTitle": "{{appTitle}} \u0418\u0441\u0442\u043e\u0440\u0438\u0441\u043a\u0438 \u043f\u0440\u0435\u0433\u043b\u0435\u0434", "pad.chat": "Разговор",
"timeslider.toolbar.returnbutton": "\u041d\u0430\u0437\u0430\u0434 \u043d\u0430 \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0442\u0430", "pad.chat.title": "Отвори го разговорот за оваа тетратка.",
"timeslider.toolbar.authors": "\u0410\u0432\u0442\u043e\u0440\u0438:", "pad.chat.loadmessages": "Вчитај уште пораки",
"timeslider.toolbar.authorsList": "\u041d\u0435\u043c\u0430 \u0430\u0432\u0442\u043e\u0440\u0438", "timeslider.pageTitle": "{{appTitle}} Историски преглед",
"timeslider.toolbar.exportlink.title": "\u0418\u0437\u0432\u043e\u0437", "timeslider.toolbar.returnbutton": "Назад на тетратката",
"timeslider.exportCurrent": "\u0418\u0437\u0432\u0435\u0437\u0438 \u0458\u0430 \u0442\u0435\u043a\u043e\u0432\u043d\u0430\u0442\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430 \u043a\u0430\u043a\u043e:", "timeslider.toolbar.authors": "Автори:",
"timeslider.version": "\u0412\u0435\u0440\u0437\u0438\u0458\u0430 {{version}}", "timeslider.toolbar.authorsList": "Нема автори",
"timeslider.saved": "\u0417\u0430\u0447\u0443\u0432\u0430\u043d\u043e \u043d\u0430 {{day}} {{month}} {{year}} \u0433.", "timeslider.toolbar.exportlink.title": "Извоз",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Извези ја тековната верзија како:",
"timeslider.month.january": "\u0458\u0430\u043d\u0443\u0430\u0440\u0438", "timeslider.version": "Верзија {{version}}",
"timeslider.month.february": "\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438", "timeslider.saved": "Зачувано на {{day}} {{month}} {{year}} г.",
"timeslider.month.march": "\u043c\u0430\u0440\u0442", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "\u0430\u043f\u0440\u0438\u043b", "timeslider.month.january": "јануари",
"timeslider.month.may": "\u043c\u0430\u0458", "timeslider.month.february": "февруари",
"timeslider.month.june": "\u0458\u0443\u043d\u0438", "timeslider.month.march": "март",
"timeslider.month.july": "\u0458\u0443\u043b\u0438", "timeslider.month.april": "април",
"timeslider.month.august": "\u0430\u0432\u0433\u0443\u0441\u0442", "timeslider.month.may": "мај",
"timeslider.month.september": "\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", "timeslider.month.june": "јуни",
"timeslider.month.october": "\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", "timeslider.month.july": "јули",
"timeslider.month.november": "\u043d\u043e\u0435\u043c\u0432\u0440\u0438", "timeslider.month.august": "август",
"timeslider.month.december": "\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438", "timeslider.month.september": "септември",
"timeslider.unnamedauthor": "{{num}} \u043d\u0435\u0438\u043c\u0435\u043d\u0443\u0432\u0430\u043d \u0430\u0432\u0442\u043e\u0440", "timeslider.month.october": "октомври",
"timeslider.unnamedauthors": "{{num}} \u043d\u0435\u0438\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u0438 \u0430\u0432\u0442\u043e\u0440\u0438", "timeslider.month.november": "ноември",
"pad.savedrevs.marked": "\u041e\u0432\u0430\u0430 \u0440\u0435\u0432\u0438\u0437\u0438\u0458\u0430 \u0441\u0435\u0433\u0430 \u0435 \u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u043a\u0430\u043a\u043e \u0437\u0430\u0447\u0443\u0432\u0430\u043d\u0430", "timeslider.month.december": "декември",
"pad.userlist.entername": "\u0412\u043d\u0435\u0441\u0435\u0442\u0435 \u0433\u043e \u0432\u0430\u0448\u0435\u0442\u043e \u0438\u043c\u0435", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: неименуван автор, other: неименувани автори ]}",
"pad.userlist.unnamed": "\u0431\u0435\u0437 \u0438\u043c\u0435", "pad.savedrevs.marked": "Оваа ревизија сега е означена како зачувана",
"pad.userlist.guest": "\u0413\u043e\u0441\u0442\u0438\u043d", "pad.userlist.entername": "Внесете го вашето име",
"pad.userlist.deny": "\u041e\u0434\u0431\u0438\u0458", "pad.userlist.unnamed": "без име",
"pad.userlist.approve": "\u041e\u0434\u043e\u0431\u0440\u0438", "pad.userlist.guest": "Гостин",
"pad.editbar.clearcolors": "\u0414\u0430 \u0433\u0438 \u043e\u0442\u0441\u0442\u0440\u0430\u043d\u0430\u043c \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0442\u0435 \u0431\u043e\u0438 \u043e\u0434 \u0446\u0435\u043b\u0438\u043e\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442?", "pad.userlist.deny": "Одбиј",
"pad.impexp.importbutton": "\u0423\u0432\u0435\u0437\u0438 \u0441\u0435\u0433\u0430", "pad.userlist.approve": "Одобри",
"pad.impexp.importing": "\u0423\u0432\u0435\u0437\u0443\u0432\u0430\u043c...", "pad.editbar.clearcolors": "Да ги отстранам авторските бои од целиот документ?",
"pad.impexp.confirmimport": "\u0423\u0432\u0435\u0437\u0443\u0432\u0430\u0458\u045c\u0438 \u0458\u0430 \u043f\u043e\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u045c\u0435 \u0433\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u0435 \u0446\u0435\u043b\u0438\u043e\u0442 \u0434\u043e\u0441\u0435\u0433\u0430\u0448\u0435\u043d \u0442\u0435\u043a\u0441\u0442 \u0432\u043e \u0442\u0435\u0442\u0440\u0430\u0442\u043a\u0430\u0442\u0430. \u0414\u0430\u043b\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043d\u0438 \u0434\u0435\u043a\u0430 \u0441\u0430\u043a\u0430\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435?", "pad.impexp.importbutton": "Увези сега",
"pad.impexp.convertFailed": "\u041d\u0435 \u043c\u043e\u0436\u0435\u0432 \u0434\u0430 \u0458\u0430 \u0443\u0432\u0435\u0437\u0430\u043c \u043f\u043e\u0434\u0430\u0442\u043e\u0442\u0435\u043a\u0430\u0442\u0430. \u041f\u043e\u0441\u043b\u0443\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441\u043e \u043f\u043e\u0438\u043d\u0430\u043a\u043e\u0432 \u0444\u043e\u0440\u043c\u0430\u0442 \u0438\u043b\u0438 \u043f\u0440\u0435\u043a\u043e\u043f\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u043e \u0442\u0435\u043a\u0441\u0442\u043e\u0442 \u0440\u0430\u0447\u043d\u043e.", "pad.impexp.importing": "Увезувам...",
"pad.impexp.uploadFailed": "\u041f\u043e\u0434\u0438\u0433\u0430\u045a\u0435\u0442\u043e \u043d\u0435 \u0443\u0441\u043f\u0435\u0430. \u041e\u0431\u0438\u0434\u0435\u0442\u0435 \u0441\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e.", "pad.impexp.confirmimport": "Увезувајќи ја податотеката ќе го замените целиот досегашен текст во тетратката. Дали сте сигурни дека сакате да продолжите?",
"pad.impexp.importfailed": "\u0423\u0432\u043e\u0437\u043e\u0442 \u043d\u0435 \u0443\u0441\u043f\u0435\u0430", "pad.impexp.convertFailed": "Не можев да ја увезам податотеката. Послужете се со поинаков формат или прекопирајте го текстот рачно.",
"pad.impexp.copypaste": "\u041f\u0440\u0435\u043a\u043e\u043f\u0438\u0440\u0430\u0458\u0442\u0435", "pad.impexp.uploadFailed": "Подигањето не успеа. Обидете се повторно.",
"pad.impexp.exportdisabled": "\u0418\u0437\u0432\u043e\u0437\u043e\u0442 \u0432\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0442 {{type}} \u0435 \u043e\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u0435\u043d. \u0410\u043a\u043e \u0441\u0430\u043a\u0430\u0442\u0435 \u0434\u0430 \u0434\u043e\u0437\u043d\u0430\u0435\u0442\u0435 \u043f\u043e\u0432\u0435\u045c\u0435 \u0437\u0430 \u043e\u0432\u0430, \u043e\u0431\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u0435 \u043a\u0430\u0458 \u0441\u0438\u0441\u0442\u0435\u043c\u0441\u043a\u0438\u043e\u0442 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440." "pad.impexp.importfailed": "Увозот не успеа",
"pad.impexp.copypaste": "Прекопирајте",
"pad.impexp.exportdisabled": "Извозот во форматот {{type}} е оневозможен. Ако сакате да дознаете повеќе за ова, обратете се кај системскиот администратор."
} }

View File

@ -1,119 +1,126 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Hrishikesh.kb", "Akhilan",
"Praveenp", "Clockery",
"Santhosh.thottingal" "Hrishikesh.kb",
] "Praveenp",
}, "Santhosh.thottingal"
"index.newPad": "\u0d2a\u0d41\u0d24\u0d3f\u0d2f \u0d2a\u0d3e\u0d21\u0d4d", ]
"index.createOpenPad": "\u0d05\u0d32\u0d4d\u0d32\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d \u0d2a\u0d47\u0d30\u0d41\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d2a\u0d3e\u0d21\u0d4d \u0d38\u0d43\u0d37\u0d4d\u0d1f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15\/\u0d24\u0d41\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d15:", },
"pad.toolbar.bold.title": "\u0d15\u0d1f\u0d4d\u0d1f\u0d3f\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d3f\u0d2f\u0d46\u0d34\u0d41\u0d24\u0d41\u0d15 (Ctrl-B)", "index.newPad": "പുതിയ പാഡ്",
"pad.toolbar.italic.title": "\u0d1a\u0d46\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d46\u0d34\u0d41\u0d24\u0d41\u0d15 (Ctrl-I)", "index.createOpenPad": "അല്ലെങ്കിൽ പേരുപയോഗിച്ച് പാഡ് സൃഷ്ടിക്കുക/തുറക്കുക:",
"pad.toolbar.underline.title": "\u0d05\u0d1f\u0d3f\u0d35\u0d30\u0d2f\u0d3f\u0d1f\u0d41\u0d15 (Ctrl-U)", "pad.toolbar.bold.title": "കടുപ്പത്തിൽ (Ctrl-B)",
"pad.toolbar.strikethrough.title": "\u0d35\u0d46\u0d1f\u0d4d\u0d1f\u0d41\u0d15", "pad.toolbar.italic.title": "ചെരിച്ചെഴുതുക (Ctrl-I)",
"pad.toolbar.ol.title": "\u0d15\u0d4d\u0d30\u0d2e\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15", "pad.toolbar.underline.title": "അടിവരയിടുക (Ctrl-U)",
"pad.toolbar.ul.title": "\u0d15\u0d4d\u0d30\u0d2e\u0d30\u0d39\u0d3f\u0d24 \u0d2a\u0d1f\u0d4d\u0d1f\u0d3f\u0d15", "pad.toolbar.strikethrough.title": "വെട്ടുക",
"pad.toolbar.indent.title": "\u0d35\u0d32\u0d24\u0d4d\u0d24\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d24\u0d33\u0d4d\u0d33\u0d41\u0d15", "pad.toolbar.ol.title": "ക്രമത്തിലുള്ള പട്ടിക",
"pad.toolbar.unindent.title": "\u0d07\u0d1f\u0d24\u0d4d\u0d24\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d24\u0d33\u0d4d\u0d33\u0d41\u0d15", "pad.toolbar.ul.title": "ക്രമരഹിത പട്ടിക",
"pad.toolbar.undo.title": "\u0d24\u0d3f\u0d30\u0d38\u0d4d\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15 (Ctrl-Z)", "pad.toolbar.indent.title": "വലത്തേക്ക് തള്ളുക (ടാബ്)",
"pad.toolbar.redo.title": "\u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15 (Ctrl-Y)", "pad.toolbar.unindent.title": "ഇടത്തേക്ക് തള്ളുക (ഷിഫ്റ്റ്+ടാബ്)",
"pad.toolbar.clearAuthorship.title": "\u0d30\u0d1a\u0d2f\u0d3f\u0d24\u0d3e\u0d15\u0d4d\u0d15\u0d7e\u0d15\u0d4d\u0d15\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d3f\u0d31\u0d02 \u0d15\u0d33\u0d2f\u0d41\u0d15", "pad.toolbar.undo.title": "തിരസ്കരിക്കുക (Ctrl-Z)",
"pad.toolbar.import_export.title": "\u0d35\u0d4d\u0d2f\u0d24\u0d4d\u0d2f\u0d38\u0d4d\u0d24 \u0d2b\u0d2f\u0d7d \u0d24\u0d30\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d\/\u0d24\u0d30\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d28\u0d3f\u0d28\u0d4d\u0d28\u0d4d \u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f\/\u0d15\u0d2f\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.toolbar.redo.title": "വീണ്ടും ചെയ്യുക (Ctrl-Y)",
"pad.toolbar.timeslider.title": "\u0d38\u0d2e\u0d2f\u0d30\u0d47\u0d16", "pad.toolbar.clearAuthorship.title": "രചയിതാക്കൾക്കുള്ള നിറം കളയുക",
"pad.toolbar.savedRevision.title": "\u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d3e\u0d7e\u0d2a\u0d4d\u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d41\u0d15\u0d7e", "pad.toolbar.import_export.title": "വ്യത്യസ്ത ഫയൽ തരങ്ങളിലേക്ക്/തരങ്ങളിൽ നിന്ന് ഇറക്കുമതി/കയറ്റുമതി ചെയ്യുക",
"pad.toolbar.settings.title": "\u0d38\u0d1c\u0d4d\u0d1c\u0d40\u0d15\u0d30\u0d23\u0d19\u0d4d\u0d19\u0d7e", "pad.toolbar.timeslider.title": "സമയരേഖ",
"pad.toolbar.embed.title": "\u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d0e\u0d02\u0d2c\u0d46\u0d21\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.toolbar.savedRevision.title": "നാൾപ്പതിപ്പ് സേവ് ചെയ്യുക",
"pad.toolbar.showusers.title": "\u0d08 \u0d2a\u0d3e\u0d21\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d09\u0d2a\u0d2f\u0d4b\u0d15\u0d4d\u0d24\u0d3e\u0d15\u0d4d\u0d15\u0d33\u0d46 \u0d2a\u0d4d\u0d30\u0d26\u0d7c\u0d36\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.toolbar.settings.title": "സജ്ജീകരണങ്ങൾ",
"pad.colorpicker.save": "\u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.toolbar.embed.title": "ഈ പാഡ് പങ്ക് വെയ്ക്കുക, എംബെഡ് ചെയ്യുക",
"pad.colorpicker.cancel": "\u0d31\u0d26\u0d4d\u0d26\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.toolbar.showusers.title": "ഈ പാഡിലുള്ള ഉപയോക്താക്കളെ പ്രദർശിപ്പിക്കുക",
"pad.loading": "\u0d36\u0d47\u0d16\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41...", "pad.colorpicker.save": "സേവ് ചെയ്യുക",
"pad.passwordRequired": "\u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d3e\u0d2f\u0d3f \u0d12\u0d30\u0d41 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d7d\u0d15\u0d47\u0d23\u0d4d\u0d1f\u0d24\u0d3e\u0d23\u0d4d", "pad.colorpicker.cancel": "റദ്ദാക്കുക",
"pad.permissionDenied": "\u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d15\u0d3e\u0d23\u0d41\u0d35\u0d3e\u0d7b \u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d05\u0d28\u0d41\u0d2e\u0d24\u0d3f\u0d2f\u0d3f\u0d32\u0d4d\u0d32", "pad.loading": "ശേഖരിക്കുന്നു...",
"pad.wrongPassword": "\u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d7e \u0d28\u0d32\u0d4d\u0d15\u0d3f\u0d2f \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d4d \u0d24\u0d46\u0d31\u0d4d\u0d31\u0d3e\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41", "pad.passwordRequired": "ഈ പാഡ് ഉപയോഗിക്കുന്നതിനായി ഒരു രഹസ്യവാക്ക് നൽകേണ്ടതാണ്",
"pad.settings.padSettings": "\u0d2a\u0d3e\u0d21\u0d4d \u0d38\u0d1c\u0d4d\u0d1c\u0d40\u0d15\u0d30\u0d23\u0d19\u0d4d\u0d19\u0d7e", "pad.permissionDenied": "ഈ പാഡ് കാണുവാൻ താങ്കൾക്ക് അനുമതിയില്ല",
"pad.settings.myView": "\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d15\u0d3e\u0d34\u0d4d\u0d1a", "pad.wrongPassword": "താങ്കൾ നല്കിയ രഹസ്യവാക്ക് തെറ്റായിരുന്നു",
"pad.settings.stickychat": "\u0d24\u0d24\u0d4d\u0d38\u0d2e\u0d2f\u0d02 \u0d38\u0d02\u0d35\u0d3e\u0d26\u0d02 \u0d0e\u0d2a\u0d4d\u0d2a\u0d4b\u0d34\u0d41\u0d02 \u0d38\u0d4d\u0d15\u0d4d\u0d30\u0d40\u0d28\u0d3f\u0d7d \u0d15\u0d3e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.settings.padSettings": "പാഡ് സജ്ജീകരണങ്ങൾ",
"pad.settings.colorcheck": "\u0d0e\u0d34\u0d41\u0d24\u0d4d\u0d24\u0d41\u0d15\u0d3e\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d3f\u0d31\u0d19\u0d4d\u0d19\u0d7e", "pad.settings.myView": "എന്റെ കാഴ്ച",
"pad.settings.linenocheck": "\u0d35\u0d30\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d4d\u0d30\u0d2e\u0d38\u0d02\u0d16\u0d4d\u0d2f", "pad.settings.stickychat": "തത്സമയസംവാദം എപ്പോഴും സ്ക്രീനിൽ കാണിക്കുക",
"pad.settings.fontType": "\u0d2b\u0d4b\u0d23\u0d4d\u0d1f\u0d4d \u0d24\u0d30\u0d02:", "pad.settings.colorcheck": "എഴുത്തുകാർക്കുള്ള നിറങ്ങൾ",
"pad.settings.fontType.normal": "\u0d38\u0d3e\u0d27\u0d3e\u0d30\u0d23\u0d02", "pad.settings.linenocheck": "വരികളുടെ ക്രമസംഖ്യ",
"pad.settings.fontType.monospaced": "\u0d2e\u0d4b\u0d23\u0d4b\u0d38\u0d4d\u0d2a\u0d47\u0d38\u0d4d", "pad.settings.rtlcheck": "ഉള്ളടക്കം വലത്തുനിന്ന് ഇടത്തോട്ടാണോ വായിക്കേണ്ടത്?",
"pad.settings.globalView": "\u0d2e\u0d4a\u0d24\u0d4d\u0d24\u0d15\u0d4d\u0d15\u0d3e\u0d34\u0d4d\u0d1a", "pad.settings.fontType": "ഫോണ്ട് തരം:",
"pad.settings.language": "\u0d2d\u0d3e\u0d37:", "pad.settings.fontType.normal": "സാധാരണം",
"pad.importExport.import_export": "\u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f\/\u0d15\u0d2f\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.settings.fontType.monospaced": "മോണോസ്പേസ്",
"pad.importExport.import": "\u0d0e\u0d28\u0d4d\u0d24\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d41\u0d02 \u0d0e\u0d34\u0d41\u0d24\u0d4d\u0d24\u0d41 \u0d2a\u0d4d\u0d30\u0d2e\u0d3e\u0d23\u0d2e\u0d4b \u0d30\u0d47\u0d16\u0d2f\u0d4b \u0d05\u0d2a\u0d4d\u200c\u0d32\u0d4b\u0d21\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.settings.globalView": "മൊത്തക്കാഴ്ച",
"pad.importExport.importSuccessful": "\u0d35\u0d3f\u0d1c\u0d2f\u0d15\u0d30\u0d02!", "pad.settings.language": "ഭാഷ:",
"pad.importExport.export": "\u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d34\u0d24\u0d4d\u0d24\u0d46 \u0d2a\u0d3e\u0d21\u0d4d \u0d07\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d15\u0d2f\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15:", "pad.importExport.import_export": "ഇറക്കുമതി/കയറ്റുമതി ചെയ്യുക",
"pad.importExport.exporthtml": "\u0d0e\u0d1a\u0d4d\u0d1a\u0d4d.\u0d31\u0d4d\u0d31\u0d3f.\u0d0e\u0d02.\u0d0e\u0d7d.", "pad.importExport.import": "എന്തെങ്കിലും എഴുത്തു പ്രമാണമോ രേഖയോ അപ്‌ലോഡ് ചെയ്യുക",
"pad.importExport.exportplain": "\u0d35\u0d46\u0d31\u0d41\u0d02 \u0d0e\u0d34\u0d41\u0d24\u0d4d\u0d24\u0d4d", "pad.importExport.importSuccessful": "വിജയകരം!",
"pad.importExport.exportword": "\u0d2e\u0d48\u0d15\u0d4d\u0d30\u0d4b\u0d38\u0d4b\u0d2b\u0d4d\u0d31\u0d4d\u0d31\u0d4d \u0d35\u0d47\u0d21\u0d4d", "pad.importExport.export": "ഇപ്പോഴത്തെ പാഡ് ഇങ്ങനെ കയറ്റുമതി ചെയ്യുക:",
"pad.importExport.exportpdf": "\u0d2a\u0d3f.\u0d21\u0d3f.\u0d0e\u0d2b\u0d4d.", "pad.importExport.exporthtml": "എച്ച്.റ്റി.എം.എൽ.",
"pad.importExport.exportopen": "\u0d12.\u0d21\u0d3f.\u0d0e\u0d2b\u0d4d. (\u0d13\u0d2a\u0d4d\u0d2a\u0d7a \u0d21\u0d4b\u0d15\u0d4d\u0d2f\u0d41\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d4d \u0d2b\u0d4b\u0d7c\u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d4d)", "pad.importExport.exportplain": "വെറും എഴുത്ത്",
"pad.importExport.exportdokuwiki": "\u0d21\u0d4b\u0d15\u0d41\u0d35\u0d3f\u0d15\u0d4d\u0d15\u0d3f", "pad.importExport.exportword": "മൈക്രോസോഫ്റ്റ് വേഡ്",
"pad.modals.connected": "\u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.", "pad.importExport.exportpdf": "പി.ഡി.എഫ്.",
"pad.modals.reconnecting": "\u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d3e\u0d21\u0d3f\u0d32\u0d47\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41...", "pad.importExport.exportopen": "ഒ.ഡി.എഫ്. (ഓപ്പൺ ഡോക്യുമെന്റ് ഫോർമാറ്റ്)",
"pad.modals.forcereconnect": "\u0d0e\u0d28\u0d4d\u0d24\u0d3e\u0d2f\u0d3e\u0d32\u0d41\u0d02 \u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.importExport.exportdokuwiki": "ഡോകുവിക്കി",
"pad.modals.userdup": "\u0d2e\u0d31\u0d4d\u0d31\u0d4a\u0d30\u0d41 \u0d1c\u0d3e\u0d32\u0d15\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d24\u0d41\u0d31\u0d28\u0d4d\u0d28\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41", "pad.importExport.abiword.innerHTML": "പ്ലെയിൻ ടെക്സ്റ്റോ എച്ച്.റ്റി.എം.എൽ. തരമോ മാത്രമേ താങ്കൾക്ക് ഇറക്കുമതി ചെയ്യാനാവൂ. കൂടുതൽ വിപുലീകൃത ഇറക്കുമതി സൗകര്യങ്ങൾക്കായി ദയവായി \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eഅബിവേഡ് ഇൻസ്റ്റോൾ ചെയ്യുക\u003C/a\u003E.",
"pad.modals.userdup.explanation": "\u0d08 \u0d15\u0d2e\u0d4d\u0d2a\u0d4d\u0d2f\u0d42\u0d1f\u0d4d\u0d1f\u0d31\u0d3f\u0d7d \u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d12\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d27\u0d3f\u0d15\u0d02 \u0d2c\u0d4d\u0d30\u0d57\u0d38\u0d7c \u0d1c\u0d3e\u0d32\u0d15\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d24\u0d41\u0d31\u0d28\u0d4d\u0d28\u0d24\u0d3e\u0d2f\u0d3f \u0d15\u0d3e\u0d23\u0d41\u0d28\u0d4d\u0d28\u0d41.", "pad.modals.connected": "ബന്ധിപ്പിച്ചിരിക്കുന്നു.",
"pad.modals.userdup.advice": "\u0d08 \u0d1c\u0d3e\u0d32\u0d15\u0d02 \u0d24\u0d28\u0d4d\u0d28\u0d46 \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d3e\u0d2f\u0d3f \u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.modals.reconnecting": "താങ്കളുടെ പാഡിലേയ്ക്ക് വീണ്ടും ബന്ധിപ്പിക്കുന്നു...",
"pad.modals.unauth": "\u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d2e\u0d3f\u0d32\u0d4d\u0d32", "pad.modals.forcereconnect": "എന്തായാലും ബന്ധിപ്പിക്കുക",
"pad.modals.unauth.explanation": "\u0d08 \u0d24\u0d3e\u0d7e \u0d15\u0d23\u0d4d\u0d1f\u0d41\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d46 \u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d7e\u0d15\u0d4d\u0d15\u0d41\u0d33\u0d4d\u0d33 \u0d05\u0d28\u0d41\u0d2e\u0d24\u0d3f\u0d15\u0d33\u0d3f\u0d7d \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d2e\u0d41\u0d23\u0d4d\u0d1f\u0d3e\u0d2f\u0d3f. \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d2c\u0d28\u0d4d\u0d27\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d7b \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15.", "pad.modals.userdup": "മറ്റൊരു ജാലകത്തിൽ തുറന്നിരിക്കുന്നു",
"pad.modals.looping": "\u0d35\u0d47\u0d7c\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d41.", "pad.modals.userdup.explanation": "ഈ കമ്പ്യൂട്ടറിൽ ഈ പാഡ് ഒന്നിലധികം ബ്രൗസർ ജാലകങ്ങളിൽ തുറന്നതായി കാണുന്നു.",
"pad.modals.looping.explanation": "\u0d38\u0d3f\u0d02\u0d15\u0d4d\u0d30\u0d23\u0d48\u0d38\u0d47\u0d37\u0d7b \u0d38\u0d46\u0d7c\u0d35\u0d31\u0d41\u0d2e\u0d3e\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d06\u0d36\u0d2f\u0d35\u0d3f\u0d28\u0d3f\u0d2e\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d23\u0d4d\u0d1f\u0d4d.", "pad.modals.userdup.advice": "ഈ ജാലകം തന്നെ ഉപയോഗിക്കാനായി ബന്ധിപ്പിക്കുക",
"pad.modals.looping.cause": "\u0d12\u0d30\u0d41\u0d2a\u0d15\u0d4d\u0d37\u0d47 \u0d2a\u0d4a\u0d30\u0d41\u0d24\u0d4d\u0d24\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d24\u0d4d\u0d24 \u0d2b\u0d2f\u0d7c\u0d35\u0d3e\u0d33\u0d3f\u0d32\u0d42\u0d1f\u0d46\u0d2f\u0d4b \u0d2a\u0d4d\u0d30\u0d4b\u0d15\u0d4d\u0d38\u0d3f\u0d2f\u0d3f\u0d32\u0d42\u0d1f\u0d46\u0d2f\u0d4b \u0d06\u0d15\u0d3e\u0d02 \u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d7e \u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d.", "pad.modals.unauth": "അനുവാദമില്ല",
"pad.modals.initsocketfail": "\u0d38\u0d46\u0d7c\u0d35\u0d31\u0d3f\u0d32\u0d46\u0d24\u0d4d\u0d24\u0d3e\u0d7b \u0d2a\u0d31\u0d4d\u0d31\u0d41\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d4d\u0d32.", "pad.modals.unauth.explanation": "ഈ താൾ കണ്ടുകൊണ്ടിരിക്കെ താങ്കൾക്കുള്ള അനുമതികളിൽ മാറ്റമുണ്ടായി. വീണ്ടും ബന്ധപ്പെടാൻ ശ്രമിക്കുക.",
"pad.modals.initsocketfail.explanation": "\u0d38\u0d3f\u0d02\u0d15\u0d4d\u0d30\u0d23\u0d48\u0d38\u0d47\u0d37\u0d7b \u0d38\u0d46\u0d7c\u0d35\u0d31\u0d41\u0d2e\u0d3e\u0d2f\u0d3f \u0d2c\u0d28\u0d4d\u0d27\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d7b \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d3f\u0d32\u0d4d\u0d32.", "pad.modals.looping.explanation": "സിംക്രണൈസേഷൻ സെർവറുമായുള്ള ആശയവിനിമയത്തിൽ പ്രശ്നങ്ങളുണ്ട്.",
"pad.modals.initsocketfail.cause": "\u0d07\u0d28\u0d4d\u0d31\u0d7c\u0d28\u0d46\u0d31\u0d4d\u0d31\u0d4d \u0d15\u0d23\u0d15\u0d4d\u0d37\u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d4b \u0d2c\u0d4d\u0d30\u0d57\u0d38\u0d31\u0d3f\u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d4b \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d2e\u0d3e\u0d15\u0d3e\u0d02", "pad.modals.looping.cause": "ഒരുപക്ഷേ പൊരുത്തപ്പെടാത്ത ഫയർവാളിലൂടെയോ പ്രോക്സിയിലൂടെയോ ആകാം താങ്കൾ ബന്ധിച്ചിരുന്നത്.",
"pad.modals.slowcommit": "\u0d35\u0d47\u0d7c\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d41.", "pad.modals.initsocketfail": "സെർവറിലെത്താൻ പറ്റുന്നില്ല.",
"pad.modals.slowcommit.explanation": "\u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d2a\u0d4d\u0d30\u0d24\u0d3f\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d3f\u0d32\u0d4d\u0d32.", "pad.modals.initsocketfail.explanation": "സിംക്രണൈസേഷൻ സെർവറുമായി ബന്ധപ്പെടാൻ കഴിഞ്ഞില്ല.",
"pad.modals.slowcommit.cause": "\u0d28\u0d46\u0d31\u0d4d\u0d31\u0d4d\u200c\u0d35\u0d7c\u0d15\u0d4d\u0d15\u0d4d \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d02 \u0d15\u0d3e\u0d30\u0d23\u0d2e\u0d3e\u0d15\u0d3e\u0d02.", "pad.modals.initsocketfail.cause": "താങ്കളുടെ ഇന്റർനെറ്റ് കണക്ഷന്റെയോ ബ്രൗസറിന്റെയോ പ്രശ്നമാകാം",
"pad.modals.deleted": "\u0d2e\u0d3e\u0d2f\u0d4d\u0d1a\u0d4d\u0d1a\u0d41", "pad.modals.slowcommit.explanation": "സെർവർ പ്രതികരിക്കുന്നില്ല.",
"pad.modals.deleted.explanation": "\u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d41.", "pad.modals.slowcommit.cause": "നെറ്റ്‌വർക്ക് പ്രശ്നം കാരണമാകാം.",
"pad.modals.disconnected": "\u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d7e \u0d35\u0d47\u0d7c\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.", "pad.modals.badChangeset.explanation": "താങ്കൾ ചെയ്ത ഒരു തിരുത്ത് സമീകരണ സെർവർ നയവിരുദ്ധമെന്ന് പെടുത്തിയിരിക്കുന്നു.",
"pad.modals.disconnected.explanation": "\u0d38\u0d46\u0d7c\u0d35\u0d31\u0d41\u0d2e\u0d3e\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d2c\u0d28\u0d4d\u0d27\u0d02 \u0d28\u0d37\u0d4d\u0d1f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d41", "pad.modals.badChangeset.cause": "ഇത്, തെറ്റായ സെർവർ ക്രമീകരണം മൂലമോ മറ്റെന്തെങ്കിലും അപ്രതീക്ഷിത കാരണം കൊണ്ടോ ഉണ്ടായതായേക്കാം. ഇത് തെറ്റാണെന്ന് താങ്കൾക്ക് തോന്നുന്നുണ്ടെങ്കിൽ സേവന കാര്യനിർവാഹകയെ(നെ) താങ്കൾക്ക് സമീപിക്കാവുന്നതാണ്. തിരുത്തൽ തുടരാൻ വീണ്ടും ബദ്ധപ്പെടുക.",
"pad.modals.disconnected.cause": "\u0d38\u0d46\u0d7c\u0d35\u0d7c \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d32\u0d4d\u0d32\u0d3e\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02. \u0d07\u0d24\u0d4d \u0d24\u0d41\u0d1f\u0d7c\u0d1a\u0d4d\u0d1a\u0d2f\u0d3e\u0d2f\u0d3f \u0d38\u0d02\u0d2d\u0d35\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41\u0d23\u0d4d\u0d1f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d \u0d26\u0d2f\u0d35\u0d3e\u0d2f\u0d3f \u0d1e\u0d19\u0d4d\u0d19\u0d33\u0d46 \u0d05\u0d31\u0d3f\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15.", "pad.modals.corruptPad.explanation": "താങ്കൾ എടുക്കാൻ ശ്രമിക്കുന്ന പാഡ് കേടാണ്.",
"pad.share": "\u0d08 \u0d2a\u0d3e\u0d21\u0d4d \u0d2a\u0d19\u0d4d\u0d15\u0d3f\u0d1f\u0d41\u0d15", "pad.modals.corruptPad.cause": "ഇത്, തെറ്റായ സെർവർ ക്രമീകരണം മൂലമോ മറ്റെന്തെങ്കിലും അപ്രതീക്ഷിത കാരണം കൊണ്ടോ ഉണ്ടായതായേക്കാം. ദയവായി സേവന കാര്യനിർവാഹകയെ(നെ) സമീപിക്കുക.",
"pad.share.readonly": "\u0d35\u0d3e\u0d2f\u0d3f\u0d15\u0d4d\u0d15\u0d7d \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02", "pad.modals.deleted": "മായ്ച്ചു",
"pad.share.link": "\u0d15\u0d23\u0d4d\u0d23\u0d3f", "pad.modals.deleted.explanation": "ഈ പാഡ് നീക്കം ചെയ്തു.",
"pad.share.emebdcode": "\u0d0e\u0d02\u0d2c\u0d46\u0d21\u0d4d \u0d2f\u0d41.\u0d06\u0d7c.\u0d0e\u0d7d.", "pad.modals.disconnected": "താങ്കൾ വേർപെട്ടിരിക്കുന്നു.",
"pad.chat": "\u0d24\u0d24\u0d4d\u0d38\u0d2e\u0d2f\u0d38\u0d02\u0d35\u0d3e\u0d26\u0d02", "pad.modals.disconnected.explanation": "സെർവറുമായുള്ള ബന്ധം നഷ്ടപ്പെട്ടു",
"pad.chat.title": "\u0d08 \u0d2a\u0d3e\u0d21\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d24\u0d24\u0d4d\u0d38\u0d2e\u0d2f\u0d38\u0d02\u0d35\u0d3e\u0d26\u0d02 \u0d24\u0d41\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d15.", "pad.modals.disconnected.cause": "സെർവർ ലഭ്യമല്ലായിരിക്കാം. ഇത് തുടർച്ചയായി സംഭവിക്കുന്നുണ്ടെങ്കിൽ ദയവായി സേവന കാര്യനിർവാഹകയെ(നെ) അറിയിക്കുക.",
"pad.chat.loadmessages": "\u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d38\u0d28\u0d4d\u0d26\u0d47\u0d36\u0d19\u0d4d\u0d19\u0d7e \u0d0e\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.share": "ഈ പാഡ് പങ്കിടുക",
"timeslider.pageTitle": "{{appTitle}} \u0d38\u0d2e\u0d2f\u0d30\u0d47\u0d16", "pad.share.readonly": "വായിക്കൽ മാത്രം",
"timeslider.toolbar.returnbutton": "\u0d2a\u0d3e\u0d21\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d24\u0d3f\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d41\u0d2a\u0d4b\u0d35\u0d41\u0d15", "pad.share.link": "കണ്ണി",
"timeslider.toolbar.authors": "\u0d30\u0d1a\u0d2f\u0d3f\u0d24\u0d3e\u0d15\u0d4d\u0d15\u0d7e:", "pad.share.emebdcode": "എംബെഡ് യു.ആർ.എൽ.",
"timeslider.toolbar.authorsList": "\u0d06\u0d30\u0d41\u0d02 \u0d0e\u0d34\u0d41\u0d24\u0d3f\u0d2f\u0d3f\u0d1f\u0d4d\u0d1f\u0d3f\u0d32\u0d4d\u0d32", "pad.chat": "തത്സമയസംവാദം",
"timeslider.toolbar.exportlink.title": "\u0d15\u0d2f\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d24\u0d3f", "pad.chat.title": "ഈ പാഡിന്റെ തത്സമയസംവാദം തുറക്കുക.",
"timeslider.exportCurrent": "\u0d08 \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d \u0d07\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d0e\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15:", "pad.chat.loadmessages": "കൂടുതൽ സന്ദേശങ്ങൾ എടുക്കുക",
"timeslider.version": "\u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d {{version}}", "timeslider.pageTitle": "{{appTitle}} സമയരേഖ",
"timeslider.saved": "\u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d24\u0d4d {{month}} {{day}}, {{year}}", "timeslider.toolbar.returnbutton": "പാഡിലേക്ക് മടങ്ങുക",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authors": "രചയിതാക്കൾ:",
"timeslider.month.january": "\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f", "timeslider.toolbar.authorsList": "ആരും എഴുതിയിട്ടില്ല",
"timeslider.month.february": "\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f", "timeslider.toolbar.exportlink.title": "കയറ്റുമതി",
"timeslider.month.march": "\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d", "timeslider.exportCurrent": "ഈ പതിപ്പ് ഇങ്ങനെ എടുക്കുക:",
"timeslider.month.april": "\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d", "timeslider.version": "പതിപ്പ് {{version}}",
"timeslider.month.may": "\u0d2e\u0d47\u0d2f\u0d4d", "timeslider.saved": "സേവ് ചെയ്തത് {{month}} {{day}}, {{year}}",
"timeslider.month.june": "\u0d1c\u0d42\u0d7a", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.july": "\u0d1c\u0d42\u0d32\u0d48", "timeslider.month.january": "ജനുവരി",
"timeslider.month.august": "\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d", "timeslider.month.february": "ഫെബ്രുവരി",
"timeslider.month.september": "\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c", "timeslider.month.march": "മാർച്ച്",
"timeslider.month.october": "\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d7c", "timeslider.month.april": "ഏപ്രിൽ",
"timeslider.month.november": "\u0d28\u0d35\u0d02\u0d2c\u0d7c", "timeslider.month.may": "മേയ്",
"timeslider.month.december": "\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c", "timeslider.month.june": "ജൂൺ",
"pad.savedrevs.marked": "\u0d08 \u0d28\u0d3e\u0d7e\u0d2a\u0d4d\u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d \u0d38\u0d47\u0d35\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d3e\u0d7e\u0d2a\u0d4d\u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d3e\u0d2f\u0d3f \u0d05\u0d1f\u0d2f\u0d3e\u0d33\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41", "timeslider.month.july": "ജൂലൈ",
"pad.userlist.entername": "\u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d47\u0d30\u0d4d \u0d28\u0d7d\u0d15\u0d41\u0d15", "timeslider.month.august": "ഓഗസ്റ്റ്",
"pad.userlist.unnamed": "\u0d2a\u0d47\u0d30\u0d3f\u0d32\u0d4d\u0d32\u0d3e\u0d24\u0d4d\u0d24", "timeslider.month.september": "സെപ്റ്റംബർ",
"pad.userlist.guest": "\u0d05\u0d24\u0d3f\u0d25\u0d3f", "timeslider.month.october": "ഒക്ടോബർ",
"pad.userlist.deny": "\u0d28\u0d3f\u0d30\u0d38\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "timeslider.month.november": "നവംബർ",
"pad.userlist.approve": "\u0d05\u0d02\u0d17\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "timeslider.month.december": "ഡിസംബർ",
"pad.editbar.clearcolors": "\u0d21\u0d4b\u0d15\u0d4d\u0d2f\u0d41\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d3f\u0d7d \u0d30\u0d1a\u0d2f\u0d3f\u0d24\u0d3e\u0d15\u0d4d\u0d15\u0d33\u0d46 \u0d38\u0d42\u0d1a\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d3e\u0d2f\u0d3f \u0d28\u0d7d\u0d15\u0d3f\u0d2f\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d33\u0d4d\u0d33 \u0d28\u0d3f\u0d31\u0d19\u0d4d\u0d19\u0d7e \u0d12\u0d34\u0d3f\u0d35\u0d3e\u0d15\u0d4d\u0d15\u0d1f\u0d4d\u0d1f\u0d46?", "timeslider.unnamedauthors": "{{num}} പേരില്ലാത്ത {[plural(num) one: രചയിതാവ്, other: രചയിതാക്കൾ }}",
"pad.impexp.importbutton": "\u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.savedrevs.marked": "ഈ നാൾപ്പതിപ്പ് സേവ് ചെയ്തിട്ടുള്ള നാൾപ്പതിപ്പായി അടയാളപ്പെടുത്തിയിരിക്കുന്നു",
"pad.impexp.importing": "\u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d41...", "pad.userlist.entername": "താങ്കളുടെ പേര് നൽകുക",
"pad.impexp.confirmimport": "\u0d12\u0d30\u0d41 \u0d2a\u0d4d\u0d30\u0d2e\u0d3e\u0d23\u0d02 \u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d28\u0d3f\u0d32\u0d35\u0d3f\u0d32\u0d41\u0d33\u0d4d\u0d33 \u0d0e\u0d34\u0d41\u0d24\u0d4d\u0d24\u0d41\u0d15\u0d7e \u0d28\u0d37\u0d4d\u0d1f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d28\u0d3f\u0d1f\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d02, \u0d24\u0d41\u0d1f\u0d30\u0d23\u0d2e\u0d46\u0d28\u0d4d\u0d28\u0d4d \u0d09\u0d31\u0d2a\u0d4d\u0d2a\u0d3e\u0d23\u0d4b?", "pad.userlist.unnamed": "പേരില്ലാത്തവ",
"pad.impexp.convertFailed": "\u0d08 \u0d2a\u0d4d\u0d30\u0d2e\u0d3e\u0d23\u0d02 \u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d7b \u0d38\u0d3e\u0d27\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d32\u0d4d\u0d32. \u0d26\u0d2f\u0d35\u0d3e\u0d2f\u0d3f \u0d2e\u0d31\u0d4d\u0d31\u0d4a\u0d30\u0d41 \u0d21\u0d4b\u0d15\u0d4d\u0d2f\u0d41\u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d4d \u0d2b\u0d4b\u0d7c\u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d4d \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15\u0d2f\u0d4b, \u0d38\u0d4d\u0d35\u0d28\u0d4d\u0d24\u0d2e\u0d3e\u0d2f\u0d3f \u0d2a\u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d3f \u0d1a\u0d47\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15\u0d2f\u0d4b \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15", "pad.userlist.guest": "അതിഥി",
"pad.impexp.uploadFailed": "\u0d05\u0d2a\u0d4d\u200c\u200c\u0d32\u0d4b\u0d21\u0d4d \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d41. \u0d26\u0d2f\u0d35\u0d3e\u0d2f\u0d3f \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.userlist.deny": "നിരസിക്കുക",
"pad.impexp.importfailed": "\u0d07\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d2e\u0d24\u0d3f \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d41", "pad.userlist.approve": "അംഗീകരിക്കുക",
"pad.impexp.copypaste": "\u0d26\u0d2f\u0d35\u0d3e\u0d2f\u0d3f \u0d2a\u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d3f \u0d1a\u0d47\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15", "pad.editbar.clearcolors": "ഡോക്യുമെന്റിൽ രചയിതാക്കളെ സൂചിപ്പിക്കാനായി നൽകിയിട്ടുള്ള നിറങ്ങൾ ഒഴിവാക്കട്ടെ?",
"pad.impexp.exportdisabled": "{{type}} \u0d2b\u0d4b\u0d7c\u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d3f\u0d7d \u0d15\u0d2f\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d24\u0d3f \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d24\u0d1f\u0d1e\u0d4d\u0d1e\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d35\u0d3f\u0d35\u0d30\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d02 \u0d05\u0d21\u0d4d\u0d2e\u0d3f\u0d28\u0d3f\u0d38\u0d4d\u0d1f\u0d4d\u0d30\u0d47\u0d31\u0d4d\u0d31\u0d31\u0d41\u0d2e\u0d3e\u0d2f\u0d3f \u0d2c\u0d28\u0d4d\u0d27\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d15." "pad.impexp.importbutton": "ഇറക്കുമതി ചെയ്യുക",
"pad.impexp.importing": "ഇറക്കുമതി ചെയ്യുന്നു...",
"pad.impexp.confirmimport": "ഒരു പ്രമാണം ഇറക്കുമതി ചെയ്യുന്നത് നിലവിലുള്ള എഴുത്തുകൾ നഷ്ടപ്പെടാനിടയാക്കും, തുടരണമെന്ന് ഉറപ്പാണോ?",
"pad.impexp.convertFailed": "ഈ പ്രമാണം ഇറക്കുമതി ചെയ്യാൻ സാധിച്ചില്ല. ദയവായി മറ്റൊരു ഡോക്യുമെന്റ് ഫോർമാറ്റ് ഉപയോഗിക്കുകയോ, സ്വന്തമായി പകർത്തി ചേർക്കുകയോ ചെയ്യുക",
"pad.impexp.uploadFailed": "അപ്‌‌ലോഡ് പരാജയപ്പെട്ടു. ദയവായി വീണ്ടും ശ്രമിക്കുക",
"pad.impexp.importfailed": "ഇറക്കുമതി പരാജയപ്പെട്ടു",
"pad.impexp.copypaste": "ദയവായി പകർത്തി ചേർക്കുക",
"pad.impexp.exportdisabled": "{{type}} ഫോർമാറ്റിൽ കയറ്റുമതി ചെയ്യുന്നത് തടഞ്ഞിരിക്കുന്നു. കൂടുതൽ വിവരങ്ങൾക്ക് താങ്കളുടെ സിസ്റ്റം അഡ്മിനിസ്ട്രേറ്ററുമായി ബന്ധപ്പെടുക."
} }

57
src/locales/mr.json Normal file
View File

@ -0,0 +1,57 @@
{
"@metadata": {
"authors": [
"Ganeshgiram",
"V.narsikar",
"Ydyashad"
]
},
"index.newPad": "नव पान",
"pad.toolbar.bold.title": "ठळक (Ctrl-B)",
"pad.toolbar.italic.title": "तिरपी मुद्राक्षरे (Ctrl-I)",
"pad.toolbar.underline.title": "अधोरेखन (Ctrl-U)",
"pad.toolbar.strikethrough.title": "अक्षरांवर काट",
"pad.toolbar.savedRevision.title": "आवृत्ती जतन करा",
"pad.toolbar.settings.title": "संरचना",
"pad.colorpicker.save": "जतन करा",
"pad.colorpicker.cancel": "रद्द करा",
"pad.loading": "प्रभारण करीत आहे",
"pad.wrongPassword": "आपला परवलीचा शब्द चूक होता",
"pad.settings.myView": "माझे दृश्य",
"pad.settings.linenocheck": "रेषांचे क्रमांक",
"pad.settings.language": "भाषा",
"pad.importExport.import_export": "आयात/निर्यात",
"pad.importExport.importSuccessful": "यशस्वी!",
"pad.importExport.exportplain": "साधा मजकूर",
"pad.importExport.exportword": "मायक्रोसॉफ्ट वर्ड",
"pad.importExport.exportpdf": "पीडीएफ",
"pad.importExport.exportopen": "ओडीएफ(ओपन डॉक्यूमेंट फॉरमॅट)",
"pad.importExport.exportdokuwiki": "डुकुविकि",
"pad.modals.connected": "अनुबंधित",
"pad.modals.initsocketfail": "विदागारास पोच नाही.",
"pad.modals.deleted": "वगळले.",
"pad.modals.disconnected.cause": "बहुतेक सरवर उपलब्ध होणार नाही। अस वारंवार झाल्यास कृपया आम्हाला कळवा।",
"pad.share.link": "दुवा",
"pad.chat": "गप्पा",
"timeslider.toolbar.authorsList": "लेखक नाही",
"timeslider.month.january": "जानेवारी",
"timeslider.month.february": "फेब्रुवारी",
"timeslider.month.march": "मार्च",
"timeslider.month.april": "एप्रिल",
"timeslider.month.may": "मे",
"timeslider.month.june": "जून",
"timeslider.month.july": "जुलै",
"timeslider.month.august": "ऑगस्ट",
"timeslider.month.september": "सप्टेंबर",
"timeslider.month.october": "ऑक्टोबर",
"timeslider.month.november": "नोव्हेंबर",
"timeslider.month.december": "डिसेंबर",
"pad.userlist.entername": "आपले नाव टाका",
"pad.userlist.unnamed": "निनावी",
"pad.userlist.guest": "पाहूणा",
"pad.userlist.approve": "मंजूर करा",
"pad.impexp.importbutton": "आता आयात करा",
"pad.impexp.importing": "आयात करीत आहे...",
"pad.impexp.importfailed": "आयात अयशस्वी",
"pad.impexp.copypaste": "कृपया नकल-डकवा"
}

View File

@ -1,120 +1,118 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Anakmalaysia" "Anakmalaysia"
] ]
}, },
"index.newPad": "Pad baru", "index.newPad": "Pad baru",
"index.createOpenPad": "atau cipta\/buka Pad yang bernama:", "index.createOpenPad": "atau cipta/buka Pad yang bernama:",
"pad.toolbar.bold.title": "Tebal (Ctrl-B)", "pad.toolbar.bold.title": "Tebal (Ctrl-B)",
"pad.toolbar.italic.title": "Miring (Ctrl-I)", "pad.toolbar.italic.title": "Miring (Ctrl-I)",
"pad.toolbar.underline.title": "Garis bawah (Ctrl-U)", "pad.toolbar.underline.title": "Garis bawah (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Garis lorek", "pad.toolbar.strikethrough.title": "Garis lorek",
"pad.toolbar.ol.title": "Senarai tertib", "pad.toolbar.ol.title": "Senarai tertib",
"pad.toolbar.ul.title": "Senarai tak tertib", "pad.toolbar.ul.title": "Senarai tak tertib",
"pad.toolbar.indent.title": "Engsot ke dalam", "pad.toolbar.indent.title": "Engsot ke dalam",
"pad.toolbar.unindent.title": "Engsot ke luar", "pad.toolbar.unindent.title": "Engsot ke luar",
"pad.toolbar.undo.title": "Buat asal (Ctrl-Z)", "pad.toolbar.undo.title": "Buat asal (Ctrl-Z)",
"pad.toolbar.redo.title": "Buat semula (Ctrl-Y)", "pad.toolbar.redo.title": "Buat semula (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Padamkan Warna Pengarang", "pad.toolbar.clearAuthorship.title": "Padamkan Warna Pengarang",
"pad.toolbar.import_export.title": "Import\/Eksport dari\/ke format-format fail berbeza", "pad.toolbar.import_export.title": "Import/Eksport dari/ke format-format fail berbeza",
"pad.toolbar.timeslider.title": "Gelangsar masa", "pad.toolbar.timeslider.title": "Gelangsar masa",
"pad.toolbar.savedRevision.title": "Semakan Tersimpan", "pad.toolbar.savedRevision.title": "Simpan Semakan",
"pad.toolbar.settings.title": "Tetapan", "pad.toolbar.settings.title": "Tetapan",
"pad.toolbar.embed.title": "Benamkan pad ini", "pad.toolbar.embed.title": "Kongsikan dan Terapkan pad ini",
"pad.toolbar.showusers.title": "Tunjukkan pengguna pada pad ini", "pad.toolbar.showusers.title": "Tunjukkan pengguna pada pad ini",
"pad.colorpicker.save": "Simpan", "pad.colorpicker.save": "Simpan",
"pad.colorpicker.cancel": "Batalkan", "pad.colorpicker.cancel": "Batalkan",
"pad.loading": "Sedang dimuatkan...", "pad.loading": "Sedang dimuatkan...",
"pad.passwordRequired": "Anda memerlukan kata laluan untuk mengakses pad ini", "pad.passwordRequired": "Anda memerlukan kata laluan untuk mengakses pad ini",
"pad.permissionDenied": "Anda tiada kebenaran untuk mengakses pad ini", "pad.permissionDenied": "Anda tiada kebenaran untuk mengakses pad ini",
"pad.wrongPassword": "Kata laluan anda salah", "pad.wrongPassword": "Kata laluan anda salah",
"pad.settings.padSettings": "Tetapan Pad", "pad.settings.padSettings": "Tetapan Pad",
"pad.settings.myView": "Paparan Saya", "pad.settings.myView": "Paparan Saya",
"pad.settings.stickychat": "Sentiasa bersembang pada skrin", "pad.settings.stickychat": "Sentiasa bersembang pada skrin",
"pad.settings.colorcheck": "Warna pengarang", "pad.settings.colorcheck": "Warna pengarang",
"pad.settings.linenocheck": "Nombor baris", "pad.settings.linenocheck": "Nombor baris",
"pad.settings.fontType": "Jenis fon:", "pad.settings.rtlcheck": "Membaca dari kanan ke kiri?",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType": "Jenis fon:",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.normal": "Normal",
"pad.settings.globalView": "Paparan Sejagat", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.language": "Bahasa:", "pad.settings.globalView": "Paparan Sejagat",
"pad.importExport.import_export": "Import\/Eksport", "pad.settings.language": "Bahasa:",
"pad.importExport.import": "Muat naik sebarang fail teks atau dokumen", "pad.importExport.import_export": "Import/Eksport",
"pad.importExport.importSuccessful": "Berjaya!", "pad.importExport.import": "Muat naik sebarang fail teks atau dokumen",
"pad.importExport.export": "Eksport pad semasa sebagai:", "pad.importExport.importSuccessful": "Berjaya!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Eksport pad semasa sebagai:",
"pad.importExport.exportplain": "Teks biasa", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Teks biasa",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "Anda hanya boleh mengimport dari format teks biasa atau html. Untuk ciri-ciri import yang lebih maju, sila <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">memasang abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Bersambung.", "pad.importExport.abiword.innerHTML": "Anda hanya boleh mengimport dari format teks biasa atau html. Untuk ciri-ciri import yang lebih maju, sila \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Ememasang abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Bersambung semula dengan pad anda...", "pad.modals.connected": "Bersambung.",
"pad.modals.forcereconnect": "Sambung semula secara paksa", "pad.modals.reconnecting": "Bersambung semula dengan pad anda...",
"pad.modals.userdup": "Dibuka di tetingkap lain", "pad.modals.forcereconnect": "Sambung semula secara paksa",
"pad.modals.userdup.explanation": "Pad ini nampaknya telah dibuka di lebih daripada satu tetingkap pelayar pada komputer ini.", "pad.modals.userdup": "Dibuka di tetingkap lain",
"pad.modals.userdup.advice": "Sambung semula untuk menggunakan tetingkap ini pula.", "pad.modals.userdup.explanation": "Pad ini nampaknya telah dibuka di lebih daripada satu tetingkap pelayar pada komputer ini.",
"pad.modals.unauth": "Tidak dibenarkan", "pad.modals.userdup.advice": "Sambung semula untuk menggunakan tetingkap ini pula.",
"pad.modals.unauth.explanation": "Kebenaran anda telah berubah sewaktu memaparkan halaman ini. Cuba bersambung semula.", "pad.modals.unauth": "Tidak dibenarkan",
"pad.modals.looping": "Terputus.", "pad.modals.unauth.explanation": "Kebenaran anda telah berubah sewaktu memaparkan halaman ini. Cuba bersambung semula.",
"pad.modals.looping.explanation": "Terdapat masalah komunikasi dengan pelayan penyegerakan.", "pad.modals.looping.explanation": "Terdapat masalah komunikasi dengan pelayan penyegerakan.",
"pad.modals.looping.cause": "Mungkin anda telah bersambung melalui tembok api atau proksi yang tidak serasi.", "pad.modals.looping.cause": "Mungkin anda telah bersambung melalui tembok api atau proksi yang tidak serasi.",
"pad.modals.initsocketfail": "Pelayan tidak boleh dicapai.", "pad.modals.initsocketfail": "Pelayan tidak boleh dicapai.",
"pad.modals.initsocketfail.explanation": "Tidak dapat bersambung dengan pelayar penyegerakan.", "pad.modals.initsocketfail.explanation": "Tidak dapat bersambung dengan pelayar penyegerakan.",
"pad.modals.initsocketfail.cause": "Ini mungkin disebabkan oleh masalah dengan pelayar atau sambungan internet anda.", "pad.modals.initsocketfail.cause": "Ini mungkin disebabkan oleh masalah dengan pelayar atau sambungan internet anda.",
"pad.modals.slowcommit": "Terputus.", "pad.modals.slowcommit.explanation": "Pelayan tidak membalas.",
"pad.modals.slowcommit.explanation": "Pelayan tidak membalas.", "pad.modals.slowcommit.cause": "Ini mungkin disebabkan oleh masalah dengan kesambungan rangkaian anda.",
"pad.modals.slowcommit.cause": "Ini mungkin disebabkan oleh masalah dengan kesambungan rangkaian anda.", "pad.modals.deleted": "Dihapuskan.",
"pad.modals.deleted": "Dihapuskan.", "pad.modals.deleted.explanation": "Pad ini telah dibuang.",
"pad.modals.deleted.explanation": "Pad ini telah dibuang.", "pad.modals.disconnected": "Sambungan anda telah diputuskan.",
"pad.modals.disconnected": "Sambungan anda telah diputuskan.", "pad.modals.disconnected.explanation": "Sambungan ke pelayan terputus",
"pad.modals.disconnected.explanation": "Sambungan ke pelayan terputus", "pad.modals.disconnected.cause": "Pelayan mungkin tidak dapat dicapai. Sila beritahu kami jika masalah ini berterusan.",
"pad.modals.disconnected.cause": "Pelayan mungkin tidak dapat dicapai. Sila beritahu kami jika masalah ini berterusan.", "pad.share": "Kongsikan pad ini",
"pad.share": "Kongsikan pad ini", "pad.share.readonly": "Baca sahaja",
"pad.share.readonly": "Baca sahaja", "pad.share.link": "Pautan",
"pad.share.link": "Pautan", "pad.share.emebdcode": "Benamkan URL",
"pad.share.emebdcode": "Benamkan URL", "pad.chat": "Sembang",
"pad.chat": "Sembang", "pad.chat.title": "Buka ruang sembang untuk pad ini.",
"pad.chat.title": "Buka ruang sembang untuk pad ini.", "pad.chat.loadmessages": "Muatkan banyak lagi pesanan",
"pad.chat.loadmessages": "Muatkan banyak lagi pesanan", "timeslider.pageTitle": "Gelangsar Masa {{appTitle}}",
"timeslider.pageTitle": "Gelangsar Masa {{appTitle}}", "timeslider.toolbar.returnbutton": "Kembali ke pad",
"timeslider.toolbar.returnbutton": "Kembali ke pad", "timeslider.toolbar.authors": "Pengarang:",
"timeslider.toolbar.authors": "Pengarang:", "timeslider.toolbar.authorsList": "Tiada Pengarang",
"timeslider.toolbar.authorsList": "Tiada Pengarang", "timeslider.toolbar.exportlink.title": "Eksport",
"timeslider.toolbar.exportlink.title": "Eksport", "timeslider.exportCurrent": "Eksport versi semasa sebagai:",
"timeslider.exportCurrent": "Eksport versi semasa sebagai:", "timeslider.version": "Versi {{version}}",
"timeslider.version": "Versi {{version}}", "timeslider.saved": "Disimpan pada {{day}} {{month}} {{year}}",
"timeslider.saved": "Disimpan pada {{day}} {{month}} {{year}}", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.month.january": "Januari",
"timeslider.month.january": "Januari", "timeslider.month.february": "Februari",
"timeslider.month.february": "Februari", "timeslider.month.march": "Mac",
"timeslider.month.march": "Mac", "timeslider.month.april": "April",
"timeslider.month.april": "April", "timeslider.month.may": "Mei",
"timeslider.month.may": "Mei", "timeslider.month.june": "Jun",
"timeslider.month.june": "Jun", "timeslider.month.july": "Julai",
"timeslider.month.july": "Julai", "timeslider.month.august": "Ogos",
"timeslider.month.august": "Ogos", "timeslider.month.september": "September",
"timeslider.month.september": "September", "timeslider.month.october": "Oktober",
"timeslider.month.october": "Oktober", "timeslider.month.november": "November",
"timeslider.month.november": "November", "timeslider.month.december": "Disember",
"timeslider.month.december": "Disember", "timeslider.unnamedauthors": "{{num}} orang {[plural(num) other: pengarang]} awanama",
"timeslider.unnamedauthor": "{{num}} orang pengarang awanama", "pad.savedrevs.marked": "Semakan ini telah ditandai sebagai semakan tersimpan",
"timeslider.unnamedauthors": "{{num}} orang pengarang awanama", "pad.userlist.entername": "Taipkan nama anda",
"pad.savedrevs.marked": "Semakan ini telah ditandai sebagai semakan tersimpan", "pad.userlist.unnamed": "tanpa nama",
"pad.userlist.entername": "Taipkan nama anda", "pad.userlist.guest": "Tetamu",
"pad.userlist.unnamed": "tanpa nama", "pad.userlist.deny": "Tolak",
"pad.userlist.guest": "Tetamu", "pad.userlist.approve": "Terima",
"pad.userlist.deny": "Tolak", "pad.editbar.clearcolors": "Padamkan warna pengarang pada seluruh dokumen?",
"pad.userlist.approve": "Terima", "pad.impexp.importbutton": "Import Sekarang",
"pad.editbar.clearcolors": "Padamkan warna pengarang pada seluruh dokumen?", "pad.impexp.importing": "Sedang mengimport...",
"pad.impexp.importbutton": "Import Sekarang", "pad.impexp.confirmimport": "Mengimport fail akan menulis ganti teks semasa pada pad ini. Adakah anda benar-benar ingin teruskan?",
"pad.impexp.importing": "Sedang mengimport...", "pad.impexp.convertFailed": "Fail tidak dapat diimport. Sila gunakan format dokumen yang lain atau salin tampal secara manual",
"pad.impexp.confirmimport": "Mengimport fail akan menulis ganti teks semasa pada pad ini. Adakah anda benar-benar ingin teruskan?", "pad.impexp.uploadFailed": "Muat naik gagal, sila cuba lagi",
"pad.impexp.convertFailed": "Fail tidak dapat diimport. Sila gunakan format dokumen yang lain atau salin tampal secara manual", "pad.impexp.importfailed": "Import gagal",
"pad.impexp.uploadFailed": "Muat naik gagal, sila cuba lagi", "pad.impexp.copypaste": "Sila salin tampal",
"pad.impexp.importfailed": "Import gagal", "pad.impexp.exportdisabled": "Mengeksport dalam format {{type}} dilarang. Sila hubungi pentadbir sistem anda untuk keterangan lanjut."
"pad.impexp.copypaste": "Sila salin tampal",
"pad.impexp.exportdisabled": "Mengeksport dalam format {{type}} dilarang. Sila hubungi pentadbir sistem anda untuk keterangan lanjut."
} }

118
src/locales/nb.json Normal file
View File

@ -0,0 +1,118 @@
{
"@metadata": {
"authors": [
"Laaknor"
]
},
"index.newPad": "Ny Pad",
"index.createOpenPad": "eller opprette/åpne en ny Pad med dette navnet:",
"pad.toolbar.bold.title": "Fet (Ctrl-B)",
"pad.toolbar.italic.title": "Kursiv (Ctrl-I)",
"pad.toolbar.underline.title": "Understreking (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Gjennomstreking",
"pad.toolbar.ol.title": "Nummerert liste",
"pad.toolbar.ul.title": "Punktliste",
"pad.toolbar.indent.title": "Innrykk",
"pad.toolbar.unindent.title": "Rykk ut",
"pad.toolbar.undo.title": "Angre (Ctrl-Z)",
"pad.toolbar.redo.title": "Gjør omigjen (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Fjern forfatterfarger",
"pad.toolbar.import_export.title": "Importer/eksporter fra/til forskjellige filformater",
"pad.toolbar.timeslider.title": "Tidslinje",
"pad.toolbar.savedRevision.title": "Lagre revisjoner",
"pad.toolbar.settings.title": "Innstillinger",
"pad.toolbar.embed.title": "Bygg inn denne padden",
"pad.toolbar.showusers.title": "Vis brukerne av denne padden",
"pad.colorpicker.save": "Lagre",
"pad.colorpicker.cancel": "Avbryt",
"pad.loading": "Laster inn...",
"pad.passwordRequired": "Du trenger et passord for å få tilgang til denne padden",
"pad.permissionDenied": "Du har ikke tilgang til denne padden",
"pad.wrongPassword": "Feil passord",
"pad.settings.padSettings": "Padinnstillinger",
"pad.settings.myView": "Min visning",
"pad.settings.stickychat": "Chat alltid synlig",
"pad.settings.colorcheck": "Forfatterfarger",
"pad.settings.linenocheck": "Linjenummer",
"pad.settings.rtlcheck": "Les innhold fra høyre til venstre?",
"pad.settings.fontType": "Skrifttype:",
"pad.settings.fontType.normal": "Normal",
"pad.settings.fontType.monospaced": "Fast bredde",
"pad.settings.globalView": "Global visning",
"pad.settings.language": "Språk:",
"pad.importExport.import_export": "Importer/eksporter",
"pad.importExport.import": "Last opp tekstfil eller dokument",
"pad.importExport.importSuccessful": "Vellykket!",
"pad.importExport.export": "Eksporter padden som:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Ren tekst",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Du kan bare importere fra ren tekst eller HTML-formater. For mer avanserte importfunksjoner, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstaller abiword\u003C/a\u003E.",
"pad.modals.connected": "Tilkoblet.",
"pad.modals.reconnecting": "Kobler til din pad på nytt...",
"pad.modals.forcereconnect": "Tving gjenoppkobling",
"pad.modals.userdup": "Åpnet i nytt vindu",
"pad.modals.userdup.explanation": "Denne padden ser ut til å være åpnet i mer enn et nettleservindu på denne maskinen.",
"pad.modals.userdup.advice": "Koble til igjen for å bruke dette vinduet i stedenfor.",
"pad.modals.unauth": "Ikke tillatt",
"pad.modals.unauth.explanation": "Dine rettigheter har blitt endret mens du så på denne siden. Prøv å koble til på nytt",
"pad.modals.looping.explanation": "Det er kommunikasjonsproblemer med synkroniseringsserveren.",
"pad.modals.looping.cause": "Kanskje du koblet til en inkompatibel brannmur eller mellomtjener",
"pad.modals.initsocketfail": "Serveren er utilgjengelig",
"pad.modals.initsocketfail.explanation": "Kunne ikke koble til synkroniseringsserveren.",
"pad.modals.initsocketfail.cause": "Dette er sannsynligvis på grunn av et problem med nettleseren eller din internettoppkobling",
"pad.modals.slowcommit.explanation": "Serveren svarer ikke.",
"pad.modals.slowcommit.cause": "Dette kan være et problem med nettverkstilkoblingen",
"pad.modals.deleted": "Slettet.",
"pad.modals.deleted.explanation": "Denne padden har blitt fjernet",
"pad.modals.disconnected": "Du har blitt frakoblet.",
"pad.modals.disconnected.explanation": "Mistet tilkobling til serveren.",
"pad.modals.disconnected.cause": "Serveren kan være utilgjengelig. Vennligst si i fra til oss hvis dette fortsetter å skje",
"pad.share": "Del denne padden",
"pad.share.readonly": "Skrivebeskyttet",
"pad.share.link": "Lenke",
"pad.share.emebdcode": "URL for innbygging",
"pad.chat": "Chat",
"pad.chat.title": "Åpne chatten for denne padden.",
"pad.chat.loadmessages": "Last flere beskjeder",
"timeslider.pageTitle": "{{appTitle}} Tidslinje",
"timeslider.toolbar.returnbutton": "Gå tilbake til pad",
"timeslider.toolbar.authors": "Forfattere:",
"timeslider.toolbar.authorsList": "Ingen forfattere",
"timeslider.toolbar.exportlink.title": "Eksporter",
"timeslider.exportCurrent": "Eksporter nåværende versjon som:",
"timeslider.version": "Versjon {{version}}",
"timeslider.saved": "Lagret {{day}} {{month}} {{year}}",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "januar",
"timeslider.month.february": "februar",
"timeslider.month.march": "mars",
"timeslider.month.april": "april",
"timeslider.month.may": "mai",
"timeslider.month.june": "juni",
"timeslider.month.july": "juli",
"timeslider.month.august": "august",
"timeslider.month.september": "september",
"timeslider.month.october": "oktober",
"timeslider.month.november": "november",
"timeslider.month.december": "desember",
"timeslider.unnamedauthors": "{{num}} navnløse forfattere",
"pad.savedrevs.marked": "Denne revisjonen er nå markert som en lagret revisjon",
"pad.userlist.entername": "Skriv inn ditt navn",
"pad.userlist.unnamed": "navnløs",
"pad.userlist.guest": "Gjest",
"pad.userlist.deny": "Nekt",
"pad.userlist.approve": "Godkjenn",
"pad.editbar.clearcolors": "Fjern forfatterfarger på hele dokumentet?",
"pad.impexp.importbutton": "Importer nå",
"pad.impexp.importing": "Importerer...",
"pad.impexp.confirmimport": "Importering av en fil vil overskrive den nåværende teksten på padden. Er du sikker på at du vil fortsette?",
"pad.impexp.convertFailed": "Vi greide ikke å importere denne filen. Bruk et annet dokumentformat eller kopier og lim inn teksten manuelt",
"pad.impexp.uploadFailed": "Opplastning feilet. Prøv igjen",
"pad.impexp.importfailed": "Import feilet",
"pad.impexp.copypaste": "Vennligst kopier og lim inn",
"pad.impexp.exportdisabled": "Eksporterer som {{type}} er deaktivert. Vennligst kontakt din systemadministrator for detaljer."
}

119
src/locales/nds.json Normal file
View File

@ -0,0 +1,119 @@
{
"@metadata": {
"authors": [
"Gthoele",
"Joachim Mos"
]
},
"index.newPad": "Nee'et Pad",
"index.createOpenPad": "oder Pad mit düssen Naam apen maken:",
"pad.toolbar.bold.title": "Fett (Strg-B)",
"pad.toolbar.italic.title": "Kursiv (Strg-I)",
"pad.toolbar.underline.title": "Mit Streek dor ünner (Strg-U)",
"pad.toolbar.strikethrough.title": "Mit Streek dor dör",
"pad.toolbar.ol.title": "List na Nummern",
"pad.toolbar.ul.title": "List ahn Nummern",
"pad.toolbar.indent.title": "Text na rechts",
"pad.toolbar.unindent.title": "Text na links",
"pad.toolbar.undo.title": "Een Stapp retuur (Strg-Z)",
"pad.toolbar.redo.title": "Noch mal (Strg-Y)",
"pad.toolbar.clearAuthorship.title": "Klöör vun den Schriever wegnehmen",
"pad.toolbar.import_export.title": "Rinhalen/Rutgeven in verscheden Dateiformate",
"pad.toolbar.timeslider.title": "Geschicht vun de Pad-Faten wiesen",
"pad.toolbar.savedRevision.title": "Faten sekern",
"pad.toolbar.settings.title": "Instellungen",
"pad.toolbar.embed.title": "Düt Pad verdelen oder annerswo ringeven",
"pad.toolbar.showusers.title": "Wokeen is online?",
"pad.colorpicker.save": "Spiekern",
"pad.colorpicker.cancel": "Afbreken",
"pad.loading": "Läädt…",
"pad.passwordRequired": "Du bruukst en Passwoort, wenn du in düt Pad rinwullt",
"pad.permissionDenied": "In düt Pad dröffst du nich rin",
"pad.wrongPassword": "Dien Passwoort weer nich richtig",
"pad.settings.padSettings": "So is dat Pad instellt",
"pad.settings.myView": "So heff ik dat instellt",
"pad.settings.stickychat": "Chat jümmers wiesen",
"pad.settings.colorcheck": "Klören vun de Schrievers wiesen",
"pad.settings.linenocheck": "Nummer vun de Reeg",
"pad.settings.rtlcheck": "Lees Pad vun rechts nach links",
"pad.settings.fontType": "Schriftoort:",
"pad.settings.fontType.normal": "Normaal",
"pad.settings.fontType.monospaced": "Monospace",
"pad.settings.globalView": "Ansicht för all",
"pad.settings.language": "Spraak:",
"pad.importExport.import_export": "Rinhalen/Rutgeven",
"pad.importExport.import": "Datei oder Dokument hoochladen",
"pad.importExport.importSuccessful": "Hett slumpt!",
"pad.importExport.export": "Düt Pad rutgeven as:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Textdatei",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Se köönt blots wat vun Kloortext oder HTML-Stücken röverhalen. Mit \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003E köönt Se ok anner Saken röverhalen. Dorför mööt Se bidde abiword inrichten\u003C/a\u003E.",
"pad.modals.connected": "Verbindung steiht.",
"pad.modals.reconnecting": "En Verbindung wedder opboen ...",
"pad.modals.forcereconnect": "Noch mal verbinnen",
"pad.modals.userdup": "In en anner Fenster op",
"pad.modals.userdup.explanation": "Dat lett, düt Pat is op düssen Reekner in mehr as een Browser-Fenster op.",
"pad.modals.userdup.advice": "Wullt du düt Fenster bruken, bidde noch mal de Verbindung opboen.",
"pad.modals.unauth": "Nich freegeven.",
"pad.modals.unauth.explanation": "Du hest nu anner Rechten för düt Pad. Maak dat bidde noch mal wedder nee op.",
"pad.modals.looping.explanation": "Dat gifft Kummer bi de Verbindung mit den Pad-Server.",
"pad.modals.looping.cause": "Mag ween un du hest Verbindung mit den Padserver över en Firewall, de nich passt, oder en Proxy, de nich passt.",
"pad.modals.initsocketfail": "Wi köönt den Pad-Server nich faat kriegen.",
"pad.modals.initsocketfail.explanation": "De Verbindung mit den Pad-Server hett nich klappt.",
"pad.modals.initsocketfail.cause": "Mag ween un dat liggt an dien Browser oder an dien Internet-Verbindung.",
"pad.modals.slowcommit.explanation": "De Pad-Server gifft keen Antwoort.",
"pad.modals.slowcommit.cause": "Kunn wenn un dat liggt an dat Nettwark, oder dor arbeidt jüst to veel Lüüd op den Pad-Server.",
"pad.modals.deleted": "Weg is dat!",
"pad.modals.deleted.explanation": "Düt Pad is nu weg.",
"pad.modals.disconnected": "De Kuntakt is afreten.",
"pad.modals.disconnected.explanation": "De Kuntakt mit den Pad-Server is afreten.",
"pad.modals.disconnected.cause": "Mag ween un wi köönt den Pad-Server jüst nich faat kriegen. Schull dat so wiedergahn, segg man Bescheed.",
"pad.share": "Düt Pad ok anner Lüüd wiesen",
"pad.share.readonly": "Se köönt hier jüst blots lesen",
"pad.share.link": "Link",
"pad.share.emebdcode": "In Websiet ringeven",
"pad.chat": "Chat",
"pad.chat.title": "Den Chat vun düt Pad apen maken",
"pad.chat.loadmessages": "Mehr Narichten laden",
"timeslider.pageTitle": "{{appTitle}} Öllere Faten vun dat Pad",
"timeslider.toolbar.returnbutton": "Retuur na dat Pad",
"timeslider.toolbar.authors": "Schrievers:",
"timeslider.toolbar.authorsList": "keen Schrievers",
"timeslider.toolbar.exportlink.title": "Rutschicken",
"timeslider.exportCurrent": "Schick düsse Faten rut as:",
"timeslider.version": "Faten {{version}}",
"timeslider.saved": "Sekert an den {{day}}.{{month}}.{{year}}",
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Januar",
"timeslider.month.february": "Februar",
"timeslider.month.march": "März",
"timeslider.month.april": "April",
"timeslider.month.may": "Mai",
"timeslider.month.june": "Juni",
"timeslider.month.july": "Juli",
"timeslider.month.august": "August",
"timeslider.month.september": "September",
"timeslider.month.october": "Oktober",
"timeslider.month.november": "November",
"timeslider.month.december": "Dezember",
"timeslider.unnamedauthors": "{{num}} Schriever ohn Naam {[plural(num) one: Schriever, other: Schrievers ]}",
"pad.savedrevs.marked": "Düsse Faten hett nu dat Teken: sekerte Faten",
"pad.userlist.entername": "Schriev dien Naam",
"pad.userlist.unnamed": "hett keen Naam",
"pad.userlist.guest": "Besöker",
"pad.userlist.deny": "Deit uns Leed, wieder geiht dat nich",
"pad.userlist.approve": "Man to!",
"pad.editbar.clearcolors": "Klören vun de Schrievers in dat ganze Dokument torüchsetten?",
"pad.impexp.importbutton": "Nu rinhalen",
"pad.impexp.importing": "Haal dat rin …",
"pad.impexp.confirmimport": "Wenn du nu en Datei rinhaalst, warrt de Text in dat Pad överschreven. Wullt du würklich wieder maken?",
"pad.impexp.convertFailed": "Wi köönt düsse Datei nich rinhalen. Ännert Se bidde dat Format vun dat Dokument oder haalt Se den Text mit de Hand rin.",
"pad.impexp.uploadFailed": "Dat Hoochladen hett nich slumpt. Versöök dat man noch mal.",
"pad.impexp.importfailed": "Dat Rinhalen hett nich slumpt",
"pad.impexp.copypaste": "Bidde koperen un rinsetten",
"pad.impexp.exportdisabled": "Du kannst dat nich in dat {{type}}-Format rutschicken. Wenn du mehr weten wullt, fraag man den Systemadministrator."
}

View File

@ -1,120 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Siebrand" "Siebrand"
] ]
}, },
"index.newPad": "Nieuw pad", "index.newPad": "Nieuw pad",
"index.createOpenPad": "Maak of open pad met de naam:", "index.createOpenPad": "Maak of open pad met de naam:",
"pad.toolbar.bold.title": "Vet (Ctrl-B)", "pad.toolbar.bold.title": "Vet (Ctrl-B)",
"pad.toolbar.italic.title": "Cursief (Ctrl-I)", "pad.toolbar.italic.title": "Cursief (Ctrl-I)",
"pad.toolbar.underline.title": "Onderstrepen (Ctrl-U)", "pad.toolbar.underline.title": "Onderstrepen (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Doorhalen", "pad.toolbar.strikethrough.title": "Doorhalen",
"pad.toolbar.ol.title": "Geordende lijst", "pad.toolbar.ol.title": "Geordende lijst",
"pad.toolbar.ul.title": "Ongeordende lijst", "pad.toolbar.ul.title": "Ongeordende lijst",
"pad.toolbar.indent.title": "Inspringen", "pad.toolbar.indent.title": "Inspringen (Tab)",
"pad.toolbar.unindent.title": "Inspringing verkleinen", "pad.toolbar.unindent.title": "Inspringing verkleinen (Shift+Tab)",
"pad.toolbar.undo.title": "Ongedaan maken (Ctrl-Z)", "pad.toolbar.undo.title": "Ongedaan maken (Ctrl-Z)",
"pad.toolbar.redo.title": "Opnieuw uitvoeren (Ctrl-Y)", "pad.toolbar.redo.title": "Opnieuw uitvoeren (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Kleuren auteurs wissen", "pad.toolbar.clearAuthorship.title": "Kleuren auteurs wissen",
"pad.toolbar.import_export.title": "Naar\/van andere opmaak exporteren\/importeren", "pad.toolbar.import_export.title": "Naar/van andere opmaak exporteren/importeren",
"pad.toolbar.timeslider.title": "Tijdlijn", "pad.toolbar.timeslider.title": "Tijdlijn",
"pad.toolbar.savedRevision.title": "Opgeslagen versies", "pad.toolbar.savedRevision.title": "Versie opslaan",
"pad.toolbar.settings.title": "Instellingen", "pad.toolbar.settings.title": "Instellingen",
"pad.toolbar.embed.title": "Pad insluiten", "pad.toolbar.embed.title": "Pad delen en insluiten",
"pad.toolbar.showusers.title": "Gebruikers van dit pad weergeven", "pad.toolbar.showusers.title": "Gebruikers van dit pad weergeven",
"pad.colorpicker.save": "Opslaan", "pad.colorpicker.save": "Opslaan",
"pad.colorpicker.cancel": "Annuleren", "pad.colorpicker.cancel": "Annuleren",
"pad.loading": "Bezig met laden\u2026", "pad.loading": "Bezig met laden…",
"pad.passwordRequired": "U hebt een wachtwoord nodig om toegang te krijgen tot deze pad", "pad.passwordRequired": "U hebt een wachtwoord nodig om toegang te krijgen tot deze pad",
"pad.permissionDenied": "U hebt geen rechten om deze pad te bekijken", "pad.permissionDenied": "U hebt geen rechten om deze pad te bekijken",
"pad.wrongPassword": "U hebt een onjuist wachtwoord ingevoerd", "pad.wrongPassword": "U hebt een onjuist wachtwoord ingevoerd",
"pad.settings.padSettings": "Padinstellingen", "pad.settings.padSettings": "Padinstellingen",
"pad.settings.myView": "Mijn overzicht", "pad.settings.myView": "Mijn overzicht",
"pad.settings.stickychat": "Chat altijd zichtbaar", "pad.settings.stickychat": "Chat altijd zichtbaar",
"pad.settings.colorcheck": "Kleuren auteurs", "pad.settings.colorcheck": "Kleuren auteurs",
"pad.settings.linenocheck": "Regelnummers", "pad.settings.linenocheck": "Regelnummers",
"pad.settings.fontType": "Lettertype:", "pad.settings.rtlcheck": "Inhoud van rechts naar links lezen?",
"pad.settings.fontType.normal": "Normaal", "pad.settings.fontType": "Lettertype:",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.normal": "Normaal",
"pad.settings.globalView": "Globaal overzicht", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.language": "Taal:", "pad.settings.globalView": "Globaal overzicht",
"pad.importExport.import_export": "Importeren\/exporteren", "pad.settings.language": "Taal:",
"pad.importExport.import": "Upload een tekstbestand of document", "pad.importExport.import_export": "Importeren/exporteren",
"pad.importExport.importSuccessful": "Afgerond", "pad.importExport.import": "Upload een tekstbestand of document",
"pad.importExport.export": "Huidige pad exporteren als", "pad.importExport.importSuccessful": "Afgerond",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Huidige pad exporteren als",
"pad.importExport.exportplain": "Tekst zonder opmaak", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Tekst zonder opmaak",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "Pdf",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "U kunt alleen importeren vanuit platte tekst of een HTML-opmaak. <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">Installeer abiword<\/a> om meer geavanceerde importmogelijkheden te krijgen.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Verbonden.", "pad.importExport.abiword.innerHTML": "U kunt alleen importeren vanuit platte tekst of een HTML-opmaak. \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003EInstalleer abiword\u003C/a\u003E om meer geavanceerde importmogelijkheden te krijgen.",
"pad.modals.reconnecting": "Opnieuw verbinding maken met uw pad...", "pad.modals.connected": "Verbonden.",
"pad.modals.forcereconnect": "Opnieuw verbinden", "pad.modals.reconnecting": "Opnieuw verbinding maken met uw pad...",
"pad.modals.userdup": "In een ander venster geopend", "pad.modals.forcereconnect": "Opnieuw verbinden",
"pad.modals.userdup.explanation": "Dit pad is meer dan \u00e9\u00e9n keer geopend in een browservenster op deze computer.", "pad.modals.userdup": "In een ander venster geopend",
"pad.modals.userdup.advice": "Maak opnieuw verbinding als u dit venster wilt gebruiken.", "pad.modals.userdup.explanation": "Dit pad is meer dan één keer geopend in een browservenster op deze computer.",
"pad.modals.unauth": "Niet toegestaan", "pad.modals.userdup.advice": "Maak opnieuw verbinding als u dit venster wilt gebruiken.",
"pad.modals.unauth.explanation": "Uw rechten zijn gewijzigd terwijl u de pagina aan het bekijken was. Probeer opnieuw te verbinden.", "pad.modals.unauth": "Niet toegestaan",
"pad.modals.looping": "Verbinding verbroken.", "pad.modals.unauth.explanation": "Uw rechten zijn gewijzigd terwijl u de pagina aan het bekijken was. Probeer opnieuw te verbinden.",
"pad.modals.looping.explanation": "Er is een probleem opgetreden tijdens de communicatie met de synchronisatieserver.", "pad.modals.looping.explanation": "Er is een probleem opgetreden tijdens de communicatie met de synchronisatieserver.",
"pad.modals.looping.cause": "Mogelijk gebruikt de server een niet compatibele firewall of proxy server.", "pad.modals.looping.cause": "Mogelijk gebruikt de server een niet compatibele firewall of proxy server.",
"pad.modals.initsocketfail": "Server is niet bereikbaar.", "pad.modals.initsocketfail": "Server is niet bereikbaar.",
"pad.modals.initsocketfail.explanation": "Het was niet mogelijk te verbinden met de synchronisatieserver.", "pad.modals.initsocketfail.explanation": "Het was niet mogelijk te verbinden met de synchronisatieserver.",
"pad.modals.initsocketfail.cause": "Mogelijk komt dit door uw browser of internetverbinding.", "pad.modals.initsocketfail.cause": "Mogelijk komt dit door uw browser of internetverbinding.",
"pad.modals.slowcommit": "Verbinding verbroken.", "pad.modals.slowcommit.explanation": "De server reageert niet.",
"pad.modals.slowcommit.explanation": "De server reageert niet.", "pad.modals.slowcommit.cause": "Dit komt mogelijk door netwerkproblemen.",
"pad.modals.slowcommit.cause": "Dit komt mogelijk door netwerkproblemen.", "pad.modals.badChangeset.explanation": "Een door u gemaakte bewerking is door de synchronisatieserver als incorrect aangemerkt.",
"pad.modals.deleted": "Verwijderd.", "pad.modals.badChangeset.cause": "Dit kan komen door een onjuiste serverinstelling of door ander onverwacht gedrag. Neem contact op met de servicebeheerder als u denkt dat er een onverwachte uitkomst is. Probeer opnieuw te verbinden om door te gaan met bewerken.",
"pad.modals.deleted.explanation": "Dit pad is verwijderd.", "pad.modals.corruptPad.explanation": "Het pad dat u wilt openen is beschadigd.",
"pad.modals.disconnected": "Uw verbinding is verbroken.", "pad.modals.corruptPad.cause": "Dit kan komen door een onjuiste serverinstelling of door ander onverwacht gedrag. Neem contact op met de servicebeheerder.",
"pad.modals.disconnected.explanation": "De verbinding met de server is verbroken", "pad.modals.deleted": "Verwijderd.",
"pad.modals.disconnected.cause": "De server is mogelijk niet beschikbaar. Stel alstublieft de beheerder op de hoogte.", "pad.modals.deleted.explanation": "Dit pad is verwijderd.",
"pad.share": "Pad delen", "pad.modals.disconnected": "Uw verbinding is verbroken.",
"pad.share.readonly": "Alleen-lezen", "pad.modals.disconnected.explanation": "De verbinding met de server is verbroken",
"pad.share.link": "Koppeling", "pad.modals.disconnected.cause": "De server is mogelijk niet beschikbaar. Stel de servicebeheerder op de hoogte.",
"pad.share.emebdcode": "URL insluiten", "pad.share": "Pad delen",
"pad.chat": "Chatten", "pad.share.readonly": "Alleen-lezen",
"pad.chat.title": "Chat voor dit pad opnenen", "pad.share.link": "Koppeling",
"pad.chat.loadmessages": "Meer berichten laden", "pad.share.emebdcode": "URL insluiten",
"timeslider.pageTitle": "Tijdlijn voor {{appTitle}}", "pad.chat": "Chatten",
"timeslider.toolbar.returnbutton": "Terug naar pad", "pad.chat.title": "Chat voor dit pad opnenen",
"timeslider.toolbar.authors": "Auteurs:", "pad.chat.loadmessages": "Meer berichten laden",
"timeslider.toolbar.authorsList": "Geen auteurs", "timeslider.pageTitle": "Tijdlijn voor {{appTitle}}",
"timeslider.toolbar.exportlink.title": "Exporteren", "timeslider.toolbar.returnbutton": "Terug naar pad",
"timeslider.exportCurrent": "Huidige versie exporteren als:", "timeslider.toolbar.authors": "Auteurs:",
"timeslider.version": "Versie {{version}}", "timeslider.toolbar.authorsList": "Geen auteurs",
"timeslider.saved": "Opgeslagen op {{day}} {{month}} {{year}}", "timeslider.toolbar.exportlink.title": "Exporteren",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Huidige versie exporteren als:",
"timeslider.month.january": "januari", "timeslider.version": "Versie {{version}}",
"timeslider.month.february": "februari", "timeslider.saved": "Opgeslagen op {{day}} {{month}} {{year}}",
"timeslider.month.march": "maart", "timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "april", "timeslider.month.january": "januari",
"timeslider.month.may": "mei", "timeslider.month.february": "februari",
"timeslider.month.june": "juni", "timeslider.month.march": "maart",
"timeslider.month.july": "juli", "timeslider.month.april": "april",
"timeslider.month.august": "augustus", "timeslider.month.may": "mei",
"timeslider.month.september": "september", "timeslider.month.june": "juni",
"timeslider.month.october": "oktober", "timeslider.month.july": "juli",
"timeslider.month.november": "november", "timeslider.month.august": "augustus",
"timeslider.month.december": "december", "timeslider.month.september": "september",
"timeslider.unnamedauthor": "{{num}} onbekende auteur", "timeslider.month.october": "oktober",
"timeslider.unnamedauthors": "{{num}} onbekende auteurs", "timeslider.month.november": "november",
"pad.savedrevs.marked": "Deze versie is nu gemarkeerd als opgeslagen versie", "timeslider.month.december": "december",
"pad.userlist.entername": "Geef uw naam op", "timeslider.unnamedauthors": "{{num}} onbekende {[plural(num) one: auteur, other: auteurs ]}",
"pad.userlist.unnamed": "zonder naam", "pad.savedrevs.marked": "Deze versie is nu gemarkeerd als opgeslagen versie",
"pad.userlist.guest": "Gast", "pad.userlist.entername": "Geef uw naam op",
"pad.userlist.deny": "Weigeren", "pad.userlist.unnamed": "zonder naam",
"pad.userlist.approve": "Goedkeuren", "pad.userlist.guest": "Gast",
"pad.editbar.clearcolors": "Auteurskleuren voor het hele document wissen?", "pad.userlist.deny": "Weigeren",
"pad.impexp.importbutton": "Nu importeren", "pad.userlist.approve": "Goedkeuren",
"pad.impexp.importing": "Bezig met importeren\u2026", "pad.editbar.clearcolors": "Auteurskleuren voor het hele document wissen?",
"pad.impexp.confirmimport": "Door een bestand te importeren overschrijft u de huidige tekst van de pad. Wilt u echt doorgaan?", "pad.impexp.importbutton": "Nu importeren",
"pad.impexp.convertFailed": "Het was niet mogelijk dit bestand te importeren. Gebruik een andere documentopmaak of kopieer en plak de inhoud handmatig", "pad.impexp.importing": "Bezig met importeren…",
"pad.impexp.uploadFailed": "Het uploaden is mislukt. Probeer het opnieuw", "pad.impexp.confirmimport": "Door een bestand te importeren overschrijft u de huidige tekst van de pad. Wilt u echt doorgaan?",
"pad.impexp.importfailed": "Importeren is mislukt", "pad.impexp.convertFailed": "Het was niet mogelijk dit bestand te importeren. Gebruik een andere documentopmaak of kopieer en plak de inhoud handmatig",
"pad.impexp.copypaste": "Gebruik kopi\u00ebren en plakken", "pad.impexp.uploadFailed": "Het uploaden is mislukt. Probeer het opnieuw",
"pad.impexp.exportdisabled": "Exporteren als {{type}} is uitgeschakeld. Neem contact op met de systeembeheerder voor details." "pad.impexp.importfailed": "Importeren is mislukt",
"pad.impexp.copypaste": "Gebruik kopiëren en plakken",
"pad.impexp.exportdisabled": "Exporteren als {{type}} is uitgeschakeld. Neem contact op met de systeembeheerder voor details."
} }

View File

@ -1,117 +1,115 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Unhammer" "1": "Unhammer"
} }
}, },
"index.newPad": "Ny blokk", "index.newPad": "Ny blokk",
"index.createOpenPad": "eller opprett\/opna ei blokk med namnet:", "index.createOpenPad": "eller opprett/opna ei blokk med namnet:",
"pad.toolbar.bold.title": "Feit (Ctrl-B)", "pad.toolbar.bold.title": "Feit (Ctrl-B)",
"pad.toolbar.italic.title": "Kursiv (Ctrl-I)", "pad.toolbar.italic.title": "Kursiv (Ctrl-I)",
"pad.toolbar.underline.title": "Understreking (Ctrl-U)", "pad.toolbar.underline.title": "Understreking (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Gjennomstreking", "pad.toolbar.strikethrough.title": "Gjennomstreking",
"pad.toolbar.ol.title": "Nummerert liste", "pad.toolbar.ol.title": "Nummerert liste",
"pad.toolbar.ul.title": "Punktliste", "pad.toolbar.ul.title": "Punktliste",
"pad.toolbar.indent.title": "Innrykk", "pad.toolbar.indent.title": "Innrykk",
"pad.toolbar.unindent.title": "Rykk ut", "pad.toolbar.unindent.title": "Rykk ut",
"pad.toolbar.undo.title": "Angra (Ctrl-Z)", "pad.toolbar.undo.title": "Angra (Ctrl-Z)",
"pad.toolbar.redo.title": "Gjer om (Ctrl-Y)", "pad.toolbar.redo.title": "Gjer om (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Fjern forfattarfargar", "pad.toolbar.clearAuthorship.title": "Fjern forfattarfargar",
"pad.toolbar.import_export.title": "Importer\/eksporter til\/fr\u00e5 ulike filformat", "pad.toolbar.import_export.title": "Importer/eksporter til/frå ulike filformat",
"pad.toolbar.timeslider.title": "Tidslinje", "pad.toolbar.timeslider.title": "Tidslinje",
"pad.toolbar.savedRevision.title": "Lagra utg\u00e5ver", "pad.toolbar.savedRevision.title": "Lagra utgåver",
"pad.toolbar.settings.title": "Innstillingar", "pad.toolbar.settings.title": "Innstillingar",
"pad.toolbar.embed.title": "Bygg inn blokka i ei nettside", "pad.toolbar.embed.title": "Bygg inn blokka i ei nettside",
"pad.toolbar.showusers.title": "Syn brukarane p\u00e5 blokka", "pad.toolbar.showusers.title": "Syn brukarane på blokka",
"pad.colorpicker.save": "Lagra", "pad.colorpicker.save": "Lagra",
"pad.colorpicker.cancel": "Avbryt", "pad.colorpicker.cancel": "Avbryt",
"pad.loading": "Lastar \u2026", "pad.loading": "Lastar …",
"pad.passwordRequired": "Du treng eit passord for \u00e5 opna denne blokka", "pad.passwordRequired": "Du treng eit passord for å opna denne blokka",
"pad.permissionDenied": "Du har ikkje tilgang til denne blokka", "pad.permissionDenied": "Du har ikkje tilgang til denne blokka",
"pad.wrongPassword": "Feil passord", "pad.wrongPassword": "Feil passord",
"pad.settings.padSettings": "Blokkinnstillingar", "pad.settings.padSettings": "Blokkinnstillingar",
"pad.settings.myView": "Mi visning", "pad.settings.myView": "Mi visning",
"pad.settings.stickychat": "Prat alltid synleg", "pad.settings.stickychat": "Prat alltid synleg",
"pad.settings.colorcheck": "Forfattarfargar", "pad.settings.colorcheck": "Forfattarfargar",
"pad.settings.linenocheck": "Linjenummer", "pad.settings.linenocheck": "Linjenummer",
"pad.settings.fontType": "Skrifttype:", "pad.settings.fontType": "Skrifttype:",
"pad.settings.fontType.normal": "Vanleg", "pad.settings.fontType.normal": "Vanleg",
"pad.settings.fontType.monospaced": "Fast breidd", "pad.settings.fontType.monospaced": "Fast breidd",
"pad.settings.globalView": "Global visning", "pad.settings.globalView": "Global visning",
"pad.settings.language": "Spr\u00e5k:", "pad.settings.language": "Språk:",
"pad.importExport.import_export": "Importer\/eksporter", "pad.importExport.import_export": "Importer/eksporter",
"pad.importExport.import": "Last opp tekstfiler eller dokument", "pad.importExport.import": "Last opp tekstfiler eller dokument",
"pad.importExport.importSuccessful": "Vellukka!", "pad.importExport.importSuccessful": "Vellukka!",
"pad.importExport.export": "Eksporter blokka som:", "pad.importExport.export": "Eksporter blokka som:",
"pad.importExport.exporthtml": "HTML", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Rein tekst", "pad.importExport.exportplain": "Rein tekst",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Du kan berre importera fr\u00e5 rein tekst- eller HTML-format. Ver venleg og <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installer Abiword<\/a> om du treng meir avanserte importfunksjonar.", "pad.importExport.abiword.innerHTML": "Du kan berre importera frå rein tekst- eller HTML-format. Ver venleg og \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstaller Abiword\u003C/a\u003E om du treng meir avanserte importfunksjonar.",
"pad.modals.connected": "Tilkopla.", "pad.modals.connected": "Tilkopla.",
"pad.modals.reconnecting": "Gjenopprettar tilkoplinga til blokka di \u2026", "pad.modals.reconnecting": "Gjenopprettar tilkoplinga til blokka di …",
"pad.modals.forcereconnect": "Tving gjentilkopling", "pad.modals.forcereconnect": "Tving gjentilkopling",
"pad.modals.userdup": "Opna i eit anna vindauge", "pad.modals.userdup": "Opna i eit anna vindauge",
"pad.modals.userdup.explanation": "Det ser ut som om denne blokka er open i meir enn eitt nettlesarvindauge p\u00e5 denne maskinen.", "pad.modals.userdup.explanation": "Det ser ut som om denne blokka er open i meir enn eitt nettlesarvindauge på denne maskinen.",
"pad.modals.userdup.advice": "Kopla til om att for \u00e5 bruka dette vinduage i staden.", "pad.modals.userdup.advice": "Kopla til om att for å bruka dette vinduage i staden.",
"pad.modals.unauth": "Ikkje tillate", "pad.modals.unauth": "Ikkje tillate",
"pad.modals.unauth.explanation": "Rettane dine blei endra under visning av denne sida. Pr\u00f8v \u00e5 kopla til p\u00e5 nytt.", "pad.modals.unauth.explanation": "Rettane dine blei endra under visning av denne sida. Prøv å kopla til på nytt.",
"pad.modals.looping": "Fr\u00e5kopla.", "pad.modals.looping.explanation": "Det oppstod kommunikasjonsproblem med synkroniseringstenaren.",
"pad.modals.looping.explanation": "Det oppstod kommunikasjonsproblem med synkroniseringstenaren.", "pad.modals.looping.cause": "Kanskje du kopla til gjennom ein inkompatibel brannmur eller mellomtenar.",
"pad.modals.looping.cause": "Kanskje du kopla til gjennom ein inkompatibel brannmur eller mellomtenar.", "pad.modals.initsocketfail": "Klarte ikkje å nå tenaren.",
"pad.modals.initsocketfail": "Klarte ikkje \u00e5 n\u00e5 tenaren.", "pad.modals.initsocketfail.explanation": "Klarte ikkje å kopla til synkroniseringstenaren.",
"pad.modals.initsocketfail.explanation": "Klarte ikkje \u00e5 kopla til synkroniseringstenaren.", "pad.modals.initsocketfail.cause": "Dette er sannsynlegvis på grunn av eit problem med nettlesaren eller internettilkoplinga di.",
"pad.modals.initsocketfail.cause": "Dette er sannsynlegvis p\u00e5 grunn av eit problem med nettlesaren eller internettilkoplinga di.", "pad.modals.slowcommit.explanation": "Tenaren svarer ikkje.",
"pad.modals.slowcommit": "Fr\u00e5kopla.", "pad.modals.slowcommit.cause": "Dette kan vera på grunn av problem med nettilkoplinga.",
"pad.modals.slowcommit.explanation": "Tenaren svarer ikkje.", "pad.modals.deleted": "Sletta.",
"pad.modals.slowcommit.cause": "Dette kan vera p\u00e5 grunn av problem med nettilkoplinga.", "pad.modals.deleted.explanation": "Denne blokka er fjerna.",
"pad.modals.deleted": "Sletta.", "pad.modals.disconnected": "Du blei fråkopla.",
"pad.modals.deleted.explanation": "Denne blokka er fjerna.", "pad.modals.disconnected.explanation": "Mista tilkoplinga til tenaren",
"pad.modals.disconnected": "Du blei fr\u00e5kopla.", "pad.modals.disconnected.cause": "Tenaren er ikkje tilgjengeleg. Ver venleg og gi oss ei melding om dette skjer fleire gonger.",
"pad.modals.disconnected.explanation": "Mista tilkoplinga til tenaren", "pad.share": "Del denne blokka",
"pad.modals.disconnected.cause": "Tenaren er ikkje tilgjengeleg. Ver venleg og gi oss ei melding om dette skjer fleire gonger.", "pad.share.readonly": "Skriveverna",
"pad.share": "Del denne blokka", "pad.share.link": "Lenkje",
"pad.share.readonly": "Skriveverna", "pad.share.emebdcode": "URL for innebygging",
"pad.share.link": "Lenkje", "pad.chat": "Prat",
"pad.share.emebdcode": "URL for innebygging", "pad.chat.title": "Opna pratepanelet for denne blokka.",
"pad.chat": "Prat", "timeslider.pageTitle": "Tidslinje for {{appTitle}}",
"pad.chat.title": "Opna pratepanelet for denne blokka.", "timeslider.toolbar.returnbutton": "Attende til blokka",
"timeslider.pageTitle": "Tidslinje for {{appTitle}}", "timeslider.toolbar.authors": "Forfattarar:",
"timeslider.toolbar.returnbutton": "Attende til blokka", "timeslider.toolbar.authorsList": "Ingen forfattarar",
"timeslider.toolbar.authors": "Forfattarar:", "timeslider.toolbar.exportlink.title": "Eksporter",
"timeslider.toolbar.authorsList": "Ingen forfattarar", "timeslider.exportCurrent": "Eksporter denne utgåva som:",
"timeslider.toolbar.exportlink.title": "Eksporter", "timeslider.version": "Utgåve {{version}}",
"timeslider.exportCurrent": "Eksporter denne utg\u00e5va som:", "timeslider.saved": "Lagra {{day}}. {{month}}, {{year}}",
"timeslider.version": "Utg\u00e5ve {{version}}", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}.{{minutes}}.{{seconds}}",
"timeslider.saved": "Lagra {{day}}. {{month}}, {{year}}", "timeslider.month.january": "januar",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}.{{minutes}}.{{seconds}}", "timeslider.month.february": "februar",
"timeslider.month.january": "januar", "timeslider.month.march": "mars",
"timeslider.month.february": "februar", "timeslider.month.april": "april",
"timeslider.month.march": "mars", "timeslider.month.may": "mai",
"timeslider.month.april": "april", "timeslider.month.june": "juni",
"timeslider.month.may": "mai", "timeslider.month.july": "juli",
"timeslider.month.june": "juni", "timeslider.month.august": "august",
"timeslider.month.july": "juli", "timeslider.month.september": "september",
"timeslider.month.august": "august", "timeslider.month.october": "oktober",
"timeslider.month.september": "september", "timeslider.month.november": "november",
"timeslider.month.october": "oktober", "timeslider.month.december": "desember",
"timeslider.month.november": "november", "pad.savedrevs.marked": "Denne utgåva er no merkt som ei lagra utgåve",
"timeslider.month.december": "desember", "pad.userlist.entername": "Skriv namnet ditt",
"pad.savedrevs.marked": "Denne utg\u00e5va er no merkt som ei lagra utg\u00e5ve", "pad.userlist.unnamed": "utan namn",
"pad.userlist.entername": "Skriv namnet ditt", "pad.userlist.guest": "Gjest",
"pad.userlist.unnamed": "utan namn", "pad.userlist.deny": "Nekt",
"pad.userlist.guest": "Gjest", "pad.userlist.approve": "Godkjenn",
"pad.userlist.deny": "Nekt", "pad.editbar.clearcolors": "Fjern forfattarfargar i heile dokumentet?",
"pad.userlist.approve": "Godkjenn", "pad.impexp.importbutton": "Importer no",
"pad.editbar.clearcolors": "Fjern forfattarfargar i heile dokumentet?", "pad.impexp.importing": "Importerer …",
"pad.impexp.importbutton": "Importer no", "pad.impexp.confirmimport": "Viss du importerer ei fil, vil denne blokka bli overskriven. Er du sikker på at du vil fortsetja?",
"pad.impexp.importing": "Importerer \u2026", "pad.impexp.convertFailed": "Me klarte ikkje å importera denne fila. Ver venleg og bruk eit anna dokumentformat, eller kopier og lim inn for hand.",
"pad.impexp.confirmimport": "Viss du importerer ei fil, vil denne blokka bli overskriven. Er du sikker p\u00e5 at du vil fortsetja?", "pad.impexp.uploadFailed": "Feil ved opplasting, ver venleg og prøv om att",
"pad.impexp.convertFailed": "Me klarte ikkje \u00e5 importera denne fila. Ver venleg og bruk eit anna dokumentformat, eller kopier og lim inn for hand.", "pad.impexp.importfailed": "Feil ved importering",
"pad.impexp.uploadFailed": "Feil ved opplasting, ver venleg og pr\u00f8v om att", "pad.impexp.copypaste": "Ver venleg og kopier og lim inn",
"pad.impexp.importfailed": "Feil ved importering", "pad.impexp.exportdisabled": "Eksport av {{type}} er skrudd av. Ver venleg og ta kontakt med systemadministrator for meir informasjon."
"pad.impexp.copypaste": "Ver venleg og kopier og lim inn",
"pad.impexp.exportdisabled": "Eksport av {{type}} er skrudd av. Ver venleg og ta kontakt med systemadministrator for meir informasjon."
} }

View File

@ -1,118 +1,122 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Cedric31" "Cedric31"
] ]
}, },
"index.newPad": "Pad nov\u00e8l", "index.newPad": "Pad novèl",
"index.createOpenPad": "o crear\/dobrir un Pad intitulat :", "index.createOpenPad": "o crear/dobrir un Pad intitulat :",
"pad.toolbar.bold.title": "Gras (Ctrl-B)", "pad.toolbar.bold.title": "Gras (Ctrl-B)",
"pad.toolbar.italic.title": "Italica (Ctrl-I)", "pad.toolbar.italic.title": "Italica (Ctrl-I)",
"pad.toolbar.underline.title": "Soslinhat (Ctrl-U)", "pad.toolbar.underline.title": "Soslinhat (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Raiat", "pad.toolbar.strikethrough.title": "Raiat",
"pad.toolbar.ol.title": "Lista ordenada", "pad.toolbar.ol.title": "Lista ordenada",
"pad.toolbar.ul.title": "Lista amb de piuses", "pad.toolbar.ul.title": "Lista amb de piuses",
"pad.toolbar.indent.title": "Indentar", "pad.toolbar.indent.title": "Indentar",
"pad.toolbar.unindent.title": "Desindentar", "pad.toolbar.unindent.title": "Desindentar",
"pad.toolbar.undo.title": "Anullar (Ctrl-Z)", "pad.toolbar.undo.title": "Anullar (Ctrl-Z)",
"pad.toolbar.redo.title": "Restablir (Ctrl-Y)", "pad.toolbar.redo.title": "Restablir (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Escafar las colors qu'identifican los autors", "pad.toolbar.clearAuthorship.title": "Escafar las colors qu'identifican los autors",
"pad.toolbar.import_export.title": "Importar\/Exportar de\/cap a un format de fichi\u00e8r diferent", "pad.toolbar.import_export.title": "Importar/Exportar de/cap a un format de fichièr diferent",
"pad.toolbar.timeslider.title": "Istoric dinamic", "pad.toolbar.timeslider.title": "Istoric dinamic",
"pad.toolbar.savedRevision.title": "Versions enregistradas", "pad.toolbar.savedRevision.title": "Enregistrar la revision",
"pad.toolbar.settings.title": "Param\u00e8tres", "pad.toolbar.settings.title": "Paramètres",
"pad.toolbar.embed.title": "Integrar aqueste Pad", "pad.toolbar.embed.title": "Partejar e integrar aqueste Pad",
"pad.toolbar.showusers.title": "Afichar los utilizaires del Pad", "pad.toolbar.showusers.title": "Afichar los utilizaires del Pad",
"pad.colorpicker.save": "Enregistrar", "pad.colorpicker.save": "Enregistrar",
"pad.colorpicker.cancel": "Anullar", "pad.colorpicker.cancel": "Anullar",
"pad.loading": "Cargament...", "pad.loading": "Cargament...",
"pad.passwordRequired": "Av\u00e8tz besonh d'un senhal per accedir a aqueste Pad", "pad.passwordRequired": "Avètz besonh d'un senhal per accedir a aqueste Pad",
"pad.permissionDenied": "Vos es pas perm\u00e9s d\u2019accedir a aqueste Pad.", "pad.permissionDenied": "Vos es pas permés daccedir a aqueste Pad.",
"pad.wrongPassword": "Senhal incorr\u00e8cte", "pad.wrongPassword": "Senhal incorrècte",
"pad.settings.padSettings": "Param\u00e8tres del Pad", "pad.settings.padSettings": "Paramètres del Pad",
"pad.settings.myView": "Ma vista", "pad.settings.myView": "Ma vista",
"pad.settings.stickychat": "Afichar totjorn lo chat", "pad.settings.stickychat": "Afichar totjorn lo chat",
"pad.settings.colorcheck": "Colors d\u2019identificacion", "pad.settings.colorcheck": "Colors didentificacion",
"pad.settings.linenocheck": "Num\u00e8ros de linhas", "pad.settings.linenocheck": "Numèros de linhas",
"pad.settings.fontType": "Tipe de poli\u00e7a :", "pad.settings.rtlcheck": "Lectura de drecha a esquèrra",
"pad.settings.fontType.normal": "Normal", "pad.settings.fontType": "Tipe de poliça :",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.normal": "Normal",
"pad.settings.globalView": "Vista d\u2019ensemble", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.language": "Lenga :", "pad.settings.globalView": "Vista densemble",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.language": "Lenga :",
"pad.importExport.import": "Cargar un t\u00e8xte o un document", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.importSuccessful": "Capitat !", "pad.importExport.import": "Cargar un tèxte o un document",
"pad.importExport.export": "Exportar lo Pad actual coma :", "pad.importExport.importSuccessful": "Capitat !",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Exportar lo Pad actual coma :",
"pad.importExport.exportplain": "T\u00e8xte brut", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Tèxte brut",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "Pod\u00e8tz pas importar que de formats t\u00e8xte brut o html. Per de foncionalitats d'importacion mai evoluadas, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installatz abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "Connectat.", "pad.importExport.abiword.innerHTML": "Podètz pas importar que de formats tèxte brut o html. Per de foncionalitats d'importacion mai evoluadas, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstallatz abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "Reconnexion cap a v\u00f2stre Pad...", "pad.modals.connected": "Connectat.",
"pad.modals.forcereconnect": "For\u00e7ar la reconnexion.", "pad.modals.reconnecting": "Reconnexion cap a vòstre Pad...",
"pad.modals.userdup": "Dob\u00e8rt dins una autra fen\u00e8stra", "pad.modals.forcereconnect": "Forçar la reconnexion.",
"pad.modals.userdup.explanation": "Sembla qu'aqueste Pad es dob\u00e8rt dins mai d'una fen\u00e8stra de v\u00f2stre navigador sus aqueste ordenador.", "pad.modals.userdup": "Dobèrt dins una autra fenèstra",
"pad.modals.userdup.advice": "Se reconnectar en utilizant aquesta fen\u00e8stra.", "pad.modals.userdup.explanation": "Sembla qu'aqueste Pad es dobèrt dins mai d'una fenèstra de vòstre navigador sus aqueste ordenador.",
"pad.modals.unauth": "Pas autorizat", "pad.modals.userdup.advice": "Se reconnectar en utilizant aquesta fenèstra.",
"pad.modals.unauth.explanation": "V\u00f2stras permissions son estadas cambiadas al moment de l'afichatge d'aquesta pagina. Ensajatz de vos reconnectar.", "pad.modals.unauth": "Pas autorizat",
"pad.modals.looping": "Desconnectat", "pad.modals.unauth.explanation": "Vòstras permissions son estadas cambiadas al moment de l'afichatge d'aquesta pagina. Ensajatz de vos reconnectar.",
"pad.modals.looping.explanation": "Av\u00e8m un probl\u00e8ma de comunicacion amb lo servidor de sincronizacion.", "pad.modals.looping.explanation": "Avèm un problèma de comunicacion amb lo servidor de sincronizacion.",
"pad.modals.looping.cause": "Es possible que v\u00f2stra connexion si\u00e1 protegida per un parafu\u00f2c incompatible o un servidor proxy incompatible.", "pad.modals.looping.cause": "Es possible que vòstra connexion siá protegida per un parafuòc incompatible o un servidor proxy incompatible.",
"pad.modals.initsocketfail": "Lo servidor es introbable.", "pad.modals.initsocketfail": "Lo servidor es introbable.",
"pad.modals.initsocketfail.explanation": "Impossible de se connectar al servidor de sincronizacion.", "pad.modals.initsocketfail.explanation": "Impossible de se connectar al servidor de sincronizacion.",
"pad.modals.initsocketfail.cause": "Lo probl\u00e8ma p\u00f2t venir de v\u00f2stre navigador web o de v\u00f2stra connexion Internet.", "pad.modals.initsocketfail.cause": "Lo problèma pòt venir de vòstre navigador web o de vòstra connexion Internet.",
"pad.modals.slowcommit": "Desconnectat", "pad.modals.slowcommit.explanation": "Lo servidor respond pas.",
"pad.modals.slowcommit.explanation": "Lo servidor respond pas.", "pad.modals.slowcommit.cause": "Aqueste problèma pòt venir d'una marrida connectivitat a la ret.",
"pad.modals.slowcommit.cause": "Aqueste probl\u00e8ma p\u00f2t venir d'una marrida connectivitat a la ret.", "pad.modals.badChangeset.explanation": "Una modificacion qu'avètz efectuada es estada classada coma illegala pel servidor de sincronizacion.",
"pad.modals.deleted": "Suprimit.", "pad.modals.badChangeset.cause": "Aquò pòt èsser degut a una marrida configuracion del servidor o a un autre comportament inesperat. Contactatz ladministrator del servici, si pensatz ques una error. Ensajatz de vos reconnectar per contunhar de modificar.",
"pad.modals.deleted.explanation": "Aqueste Pad es estat suprimit.", "pad.modals.corruptPad.explanation": "Lo blòt al qual ensajatz daccedir es corromput.",
"pad.modals.disconnected": "S\u00e8tz estat desconnectat.", "pad.modals.corruptPad.cause": "Aquò pòt èsser degut a una marrida configuracion del servidor o a un autre comportament inesperat. Contactatz ladministrator del servici.",
"pad.modals.disconnected.explanation": "La connexion al servidor a fracassat.", "pad.modals.deleted": "Suprimit.",
"pad.modals.disconnected.cause": "Es possible que lo servidor si\u00e1 indisponible. Informatz-nos-ne se lo probl\u00e8ma persist\u00eds.", "pad.modals.deleted.explanation": "Aqueste Pad es estat suprimit.",
"pad.share": "Partejar aqueste Pad", "pad.modals.disconnected": "Sètz estat desconnectat.",
"pad.share.readonly": "Lectura sola", "pad.modals.disconnected.explanation": "La connexion al servidor a fracassat.",
"pad.share.link": "Ligam", "pad.modals.disconnected.cause": "Es possible que lo servidor siá indisponible. Se lo problèma contunha, informatz-ne l'administrator del servici.",
"pad.share.emebdcode": "Ligam d'integrar", "pad.share": "Partejar aqueste Pad",
"pad.chat": "Chat", "pad.share.readonly": "Lectura sola",
"pad.chat.title": "Dobrir lo chat associat a aqueste pad.", "pad.share.link": "Ligam",
"pad.chat.loadmessages": "Cargar mai de messatges.", "pad.share.emebdcode": "Ligam d'integrar",
"timeslider.pageTitle": "Istoric dinamic de {{appTitle}}", "pad.chat": "Chat",
"timeslider.toolbar.returnbutton": "Retorn a aqueste Pad.", "pad.chat.title": "Dobrir lo chat associat a aqueste pad.",
"timeslider.toolbar.authors": "Autors :", "pad.chat.loadmessages": "Cargar mai de messatges.",
"timeslider.toolbar.authorsList": "Pas cap d'autor", "timeslider.pageTitle": "Istoric dinamic de {{appTitle}}",
"timeslider.toolbar.exportlink.title": "Exportar", "timeslider.toolbar.returnbutton": "Retorn a aqueste Pad.",
"timeslider.exportCurrent": "Exportar la version actuala en\u00a0:", "timeslider.toolbar.authors": "Autors :",
"timeslider.version": "Version {{version}}", "timeslider.toolbar.authorsList": "Pas cap d'autor",
"timeslider.saved": "Enregistrat lo {{day}} {{month}} {{year}}", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.exportCurrent": "Exportar la version actuala en :",
"timeslider.month.january": "Geni\u00e8r", "timeslider.version": "Version {{version}}",
"timeslider.month.february": "Febri\u00e8r", "timeslider.saved": "Enregistrat lo {{day}} {{month}} {{year}}",
"timeslider.month.march": "Mar\u00e7", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.april": "Abril", "timeslider.month.january": "Genièr",
"timeslider.month.may": "Mai", "timeslider.month.february": "Febrièr",
"timeslider.month.june": "Junh", "timeslider.month.march": "Març",
"timeslider.month.july": "Julhet", "timeslider.month.april": "Abril",
"timeslider.month.august": "Agost", "timeslider.month.may": "Mai",
"timeslider.month.september": "Setembre", "timeslider.month.june": "Junh",
"timeslider.month.october": "Octobre", "timeslider.month.july": "Julhet",
"timeslider.month.november": "Novembre", "timeslider.month.august": "Agost",
"timeslider.month.december": "Decembre", "timeslider.month.september": "Setembre",
"pad.savedrevs.marked": "Aquesta revision es ara marcada coma revision enregistrada", "timeslider.month.october": "Octobre",
"pad.userlist.entername": "Entratz v\u00f2stre nom", "timeslider.month.november": "Novembre",
"pad.userlist.unnamed": "sens nom", "timeslider.month.december": "Decembre",
"pad.userlist.guest": "Convidat", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor anonim, other: autors anonims ]}",
"pad.userlist.deny": "Refusar", "pad.savedrevs.marked": "Aquesta revision es ara marcada coma revision enregistrada",
"pad.userlist.approve": "Aprovar", "pad.userlist.entername": "Entratz vòstre nom",
"pad.editbar.clearcolors": "Escafar las colors de paternitat dins tot lo document ?", "pad.userlist.unnamed": "sens nom",
"pad.impexp.importbutton": "Importar ara", "pad.userlist.guest": "Convidat",
"pad.impexp.importing": "Imp\u00f2rt en cors...", "pad.userlist.deny": "Refusar",
"pad.impexp.confirmimport": "Importar un fichi\u00e8r espotir\u00e0 lo t\u00e8xte actual del bl\u00f2t. S\u00e8tz segur que lo vol\u00e8tz far ?", "pad.userlist.approve": "Aprovar",
"pad.impexp.convertFailed": "Pod\u00e8m pas importar aqueste fichi\u00e8r. Utilizatz un autre format de document o fas\u00e8tz un copiar\/pegar manual", "pad.editbar.clearcolors": "Escafar las colors de paternitat dins tot lo document ?",
"pad.impexp.uploadFailed": "Lo telecargament a fracassat, reensajatz", "pad.impexp.importbutton": "Importar ara",
"pad.impexp.importfailed": "Frac\u00e0s de l'importacion", "pad.impexp.importing": "Impòrt en cors...",
"pad.impexp.copypaste": "Copiatz\/pegatz", "pad.impexp.confirmimport": "Importar un fichièr espotirà lo tèxte actual del blòt. Sètz segur que lo volètz far ?",
"pad.impexp.exportdisabled": "Exportar al format {{type}} es desactivat. Contactatz v\u00f2stre administrator del sist\u00e8ma per mai de detalhs." "pad.impexp.convertFailed": "Podèm pas importar aqueste fichièr. Utilizatz un autre format de document o fasètz un copiar/pegar manual",
"pad.impexp.uploadFailed": "Lo telecargament a fracassat, reensajatz",
"pad.impexp.importfailed": "Fracàs de l'importacion",
"pad.impexp.copypaste": "Copiatz/pegatz",
"pad.impexp.exportdisabled": "Exportar al format {{type}} es desactivat. Contactatz vòstre administrator del sistèma per mai de detalhs."
} }

View File

@ -1,117 +1,118 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Bouron" "Bouron"
] ]
}, },
"index.newPad": "\u041d\u043e\u0433", "index.newPad": "Ног",
"index.createOpenPad": "\u043a\u04d5\u043d\u04d5 \u0441\u0430\u0440\u0430\u0437\/\u0431\u0430\u043a\u04d5\u043d \u043d\u043e\u0433 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0430\u0445\u04d5\u043c \u043d\u043e\u043c\u0438\u043c\u04d5:", "index.createOpenPad": "кӕнӕ сараз/бакӕн ног документ ахӕм номимӕ:",
"pad.toolbar.bold.title": "\u0411\u04d5\u0437\u0434\u0436\u044b\u043d (Ctrl-B)", "pad.toolbar.bold.title": "Бӕзджын (Ctrl-B)",
"pad.toolbar.italic.title": "\u041a\u044a\u04d5\u0434\u0437 (Ctrl-I)", "pad.toolbar.italic.title": "Къӕдз (Ctrl-I)",
"pad.toolbar.underline.title": "\u0411\u044b\u043d\u044b\u043b\u0445\u0430\u0445\u0445 (Ctrl-U)", "pad.toolbar.underline.title": "Бынылхахх (Ctrl-U)",
"pad.toolbar.strikethrough.title": "\u0425\u0430\u0445\u0445", "pad.toolbar.strikethrough.title": "Хахх",
"pad.toolbar.ol.title": "\u041d\u044b\u043c\u0430\u0434 \u043d\u043e\u043c\u0445\u044b\u0433\u044a\u0434", "pad.toolbar.ol.title": "Нымад номхыгъд",
"pad.toolbar.ul.title": "\u04d4\u043d\u04d5\u043d\u044b\u043c\u0430\u0434 \u043d\u043e\u043c\u0445\u044b\u0433\u044a\u0434", "pad.toolbar.ul.title": "Ӕнӕнымад номхыгъд",
"pad.toolbar.indent.title": "\u0425\u0430\u0441\u0442", "pad.toolbar.indent.title": "Хаст",
"pad.toolbar.unindent.title": "\u04d4\u0442\u0442\u04d5\u043c\u04d5\u0445\u0430\u0441\u0442", "pad.toolbar.unindent.title": "Ӕттӕмӕхаст",
"pad.toolbar.undo.title": "\u0420\u0430\u0437\u0434\u04d5\u0445\u044b\u043d (Ctrl-Z)", "pad.toolbar.undo.title": "Раздӕхын (Ctrl-Z)",
"pad.toolbar.redo.title": "\u0420\u0430\u0446\u0430\u0440\u0430\u0437\u044b\u043d (Ctrl-Y)", "pad.toolbar.redo.title": "Рацаразын (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "\u0424\u044b\u0441\u0441\u04d5\u0434\u0436\u044b \u043d\u044b\u0441\u04d5\u043d\u0442\u0442\u04d5 \u0430\u0439\u0441\u044b\u043d\u04d5\u043d", "pad.toolbar.clearAuthorship.title": "Фыссӕджы нысӕнттӕ айсынӕн",
"pad.toolbar.import_export.title": "\u0418\u043c\u043f\u043e\u0440\u0442\/\u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u04d5\u043d\u0434\u04d5\u0440 \u0444\u0430\u0439\u043b\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u0442\u04d5\u0439\/\u0444\u043e\u0440\u043c\u0430\u0442\u0442\u04d5\u043c", "pad.toolbar.import_export.title": "Импорт/экспорт ӕндӕр файлы форматтӕй/форматтӕм",
"pad.toolbar.timeslider.title": "\u0420\u04d5\u0441\u0442\u04d5\u0434\u0436\u044b \u0445\u0430\u0445\u0445", "pad.toolbar.timeslider.title": "Рӕстӕджы хахх",
"pad.toolbar.savedRevision.title": "\u04d4\u0432\u04d5\u0440\u0434 \u0444\u04d5\u043b\u0442\u04d5\u0440\u0442\u04d5", "pad.toolbar.savedRevision.title": "Фӕлтӕр бавӕрынӕн",
"pad.toolbar.settings.title": "\u0423\u0430\u0433\u04d5\u0432\u04d5\u0440\u0434\u0442\u04d5", "pad.toolbar.settings.title": "Уагӕвӕрдтӕ",
"pad.toolbar.embed.title": "\u0410\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0431\u0430\u0444\u0442\u0430\u0443\u044b\u043d", "pad.toolbar.embed.title": "Ацы документ бафтау æмæ йæ тыххæй ахъæр кæн",
"pad.toolbar.showusers.title": "\u0410\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0430\u0440\u0445\u0430\u0439\u0434\u0436\u044b\u0442\u044b \u0440\u0430\u0432\u0434\u0438\u0441\u044b\u043d", "pad.toolbar.showusers.title": "Ацы документы архайджыты равдисын",
"pad.colorpicker.save": "\u041d\u044b\u0432\u00e6\u0440\u044b\u043d", "pad.colorpicker.save": "Нывæрын",
"pad.colorpicker.cancel": "\u041d\u044b\u0443\u0443\u0430\u0434\u0437\u044b\u043d", "pad.colorpicker.cancel": "Ныууадзын",
"pad.loading": "\u00c6\u0432\u0433\u00e6\u0434 \u0446\u00e6\u0443\u044b...", "pad.loading": "Æвгæд цæуы...",
"pad.passwordRequired": "\u0410\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043c\u04d5 \u0440\u044b\u0432\u043d\u0430\u043b\u044b\u043d\u04d5\u043d \u0434\u04d5 \u0445\u044a\u04d5\u0443\u044b \u043f\u0430\u0440\u043e\u043b\u044c", "pad.passwordRequired": "Ацы документмӕ рывналынӕн дӕ хъӕуы пароль",
"pad.permissionDenied": "\u0414\u04d5\u0443\u04d5\u043d \u043d\u04d5\u0439 \u0431\u0430\u0440 \u0430\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043c\u04d5 \u0440\u044b\u0432\u043d\u0430\u043b\u044b\u043d", "pad.permissionDenied": "Дӕуӕн нӕй бар ацы документмӕ рывналын",
"pad.wrongPassword": "\u0414\u04d5 \u043f\u0430\u0440\u043e\u043b\u044c \u0440\u0430\u0441\u0442 \u043d\u04d5\u0443", "pad.wrongPassword": "Дӕ пароль раст нӕу",
"pad.settings.padSettings": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0443\u0430\u0433\u04d5\u0432\u04d5\u0440\u0434\u0442\u044b\u0442\u04d5", "pad.settings.padSettings": "Документы уагӕвӕрдтытӕ",
"pad.settings.myView": "\u041c\u04d5 \u0443\u044b\u043d\u0434", "pad.settings.myView": "Мӕ уынд",
"pad.settings.stickychat": "\u041d\u044b\u0445\u0430\u0441 \u0430\u043b\u043a\u0443\u044b\u0434\u04d5\u0440 \u04d5\u0432\u0434\u0438\u0441\u044b\u043d", "pad.settings.stickychat": "Ныхас алкуыдӕр ӕвдисын",
"pad.settings.colorcheck": "\u0424\u044b\u0441\u0441\u04d5\u0434\u0436\u044b \u0445\u0443\u044b\u0437\u0442\u04d5", "pad.settings.colorcheck": "Фыссӕджы хуызтӕ",
"pad.settings.linenocheck": "\u0420\u04d5\u043d\u0445\u044a\u044b\u0442\u044b \u043d\u043e\u043c\u044b\u0440\u0442\u04d5", "pad.settings.linenocheck": "Рӕнхъыты номыртӕ",
"pad.settings.fontType": "\u0428\u0440\u0438\u0444\u0442\u044b \u0445\u0443\u044b\u0437:", "pad.settings.rtlcheck": "Мидис рахизӕй галиумӕ хъӕуы фӕрсын?",
"pad.settings.fontType.normal": "\u0425\u0443\u044b\u043c\u04d5\u0442\u04d5\u0433", "pad.settings.fontType": "Шрифты хуыз:",
"pad.settings.fontType.monospaced": "\u04d4\u043c\u0443\u04d5\u0440\u04d5\u0445", "pad.settings.fontType.normal": "Хуымӕтӕг",
"pad.settings.globalView": "\u0418\u0443\u0443\u044b\u043b\u044b \u0443\u044b\u043d\u0434", "pad.settings.fontType.monospaced": "Ӕмуӕрӕх",
"pad.settings.language": "\u00c6\u0432\u0437\u0430\u0433:", "pad.settings.globalView": "Иууылы уынд",
"pad.importExport.import_export": "\u0418\u043c\u043f\u043e\u0440\u0442\/\u044d\u043a\u0441\u043f\u043e\u0440\u0442", "pad.settings.language": "Æвзаг:",
"pad.importExport.import": "\u0418\u0441\u0442\u044b \u0442\u0435\u043a\u0441\u0442 \u0444\u0430\u0439\u043b \u043a\u04d5\u043d\u04d5 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0431\u0430\u0432\u0433\u04d5\u043d\u044b\u043d", "pad.importExport.import_export": "Импорт/экспорт",
"pad.importExport.importSuccessful": "\u04d4\u043d\u0442\u044b\u0441\u0442!", "pad.importExport.import": "Исты текст файл кӕнӕ документ бавгӕнын",
"pad.importExport.export": "\u041d\u044b\u0440\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441\u044d\u043a\u043f\u043e\u0440\u0442 \u043a\u04d5\u043d\u044b\u043d \u043a\u0443\u044b\u0434:", "pad.importExport.importSuccessful": "Ӕнтыст!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Ныры документ сэкпорт кӕнын куыд:",
"pad.importExport.exportplain": "\u0425\u0443\u044b\u043c\u00e6\u0442\u00e6\u0433 \u0442\u0435\u043a\u0441\u0442", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Хуымæтæг текст",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "\u0414\u04d5 \u0431\u043e\u043d \u0443 \u0438\u043c\u043f\u043e\u0440\u0442 \u043a\u04d5\u043d\u044b\u043d \u04d5\u0440\u043c\u04d5\u0441\u0442 \u0445\u0443\u044b\u043c\u04d5\u0442\u04d5\u0433 \u0442\u0435\u043a\u0441\u0442 \u043a\u04d5\u043d\u04d5 html \u0444\u043e\u0440\u043c\u0430\u0442\u04d5\u0439. \u041b\u04d5\u043c\u0431\u044b\u043d\u04d5\u0433 \u0438\u043c\u043f\u043e\u0440\u0442\u044b \u043c\u0438\u043d\u0438\u0443\u0434\u0436\u044b\u0442\u04d5\u043d, \u0434\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u0441\u04d5\u0432\u04d5\u0440 abiword<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "\u0418\u0443\u0433\u043e\u043d\u0434.", "pad.importExport.abiword.innerHTML": "Дӕ бон у импорт кӕнын ӕрмӕст хуымӕтӕг текст кӕнӕ html форматӕй. Лӕмбынӕг импорты миниуджытӕн, дӕ хорзӕхӕй, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eсӕвӕр abiword\u003C/a\u003E.",
"pad.modals.reconnecting": "\u0414\u04d5 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043c\u04d5 \u043d\u043e\u0433\u04d5\u0439 \u0438\u0443\u0433\u043e\u043d\u0434 \u0446\u04d5\u0443\u044b..", "pad.modals.connected": "Иугонд.",
"pad.modals.forcereconnect": "\u0422\u044b\u0445\u0445\u04d5\u0439 \u0431\u0430\u0438\u0443 \u043a\u04d5\u043d\u044b\u043d", "pad.modals.reconnecting": "Дӕ документмӕ ногӕй иугонд цӕуы..",
"pad.modals.userdup": "\u041d\u043e\u0433 \u0440\u0443\u0434\u0437\u044b\u043d\u0434\u0436\u044b \u0431\u0430\u043a\u04d5\u043d\u044b\u043d", "pad.modals.forcereconnect": "Тыххӕй баиу кӕнын",
"pad.modals.userdup.explanation": "\u0410\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u04d5\u0432\u04d5\u0446\u0446\u04d5\u0433\u04d5\u043d \u0430\u0446\u044b \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u044b \u0438\u0443\u04d5\u0439 \u0444\u044b\u043b\u0434\u04d5\u0440 \u0440\u0443\u0434\u0437\u044b\u043d\u0434\u0436\u044b \u0443 \u0433\u043e\u043c.", "pad.modals.userdup": "Ног рудзынджы бакӕнын",
"pad.modals.userdup.advice": "\u041d\u043e\u0433\u04d5\u0439 \u0431\u0430\u0438\u0443 \u0443\u044b\u043d, \u0430\u0446\u044b \u0440\u0443\u0434\u0437\u044b\u043d\u0433\u04d5\u0439 \u0430\u0440\u0445\u0430\u0439\u044b\u043d\u044b \u0431\u04d5\u0441\u0442\u044b.", "pad.modals.userdup.explanation": "Ацы документ ӕвӕццӕгӕн ацы компьютеры иуӕй фылдӕр рудзынджы у гом.",
"pad.modals.unauth": "\u041d\u04d5 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0433\u043e\u043d\u0434", "pad.modals.userdup.advice": "Ногӕй баиу уын, ацы рудзынгӕй архайыны бӕсты.",
"pad.modals.unauth.explanation": "\u0414\u04d5 \u0431\u0430\u0440\u0442\u04d5 \u0444\u04d5\u0438\u0432\u0442\u043e\u0439, \u0446\u0430\u043b\u044b\u043d\u043c\u04d5 \u0434\u044b \u0430\u0446\u044b \u0444\u0430\u0440\u0441 \u043a\u0430\u0441\u0442\u04d5. \u0411\u0430\u0444\u04d5\u043b\u0432\u0430\u0440 \u043d\u043e\u0433\u04d5\u0439 \u0431\u0430\u0438\u0443 \u0443\u044b\u043d.", "pad.modals.unauth": "Нӕ авторизацигонд",
"pad.modals.looping": "\u0425\u0438\u0446\u04d5\u043d.", "pad.modals.unauth.explanation": "Дӕ бартӕ фӕивтой, цалынмӕ ды ацы фарс кастӕ. Бафӕлвар ногӕй баиу уын.",
"pad.modals.looping.explanation": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0439\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u043c\u04d5 \u0431\u0430\u0438\u0443 \u043a\u04d5\u043d\u044b\u043d\u044b \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u04d5.", "pad.modals.looping.explanation": "Синхронизацийы серверимӕ баиу кӕныны проблемӕ.",
"pad.modals.looping.cause": "\u0423\u04d5\u0446\u0446\u04d5\u0433\u04d5\u043d \u0434\u044b \u0431\u0430\u0438\u0443 \u0434\u04d5 \u04d5\u043d\u04d5\u043c\u0431\u04d5\u043b\u0433\u04d5 \u0444\u0430\u0439\u0440\u0432\u043e\u043b \u043a\u04d5\u043d\u04d5 \u043f\u0440\u043e\u043a\u0441\u0438\u0439\u044b \u0443\u044b\u043b\u0442\u044b.", "pad.modals.looping.cause": "Уӕццӕгӕн ды баиу дӕ ӕнӕмбӕлгӕ файрвол кӕнӕ проксийы уылты.",
"pad.modals.initsocketfail": "\u0421\u0435\u0440\u0432\u0435\u0440\u043c\u04d5 \u0431\u0430\u0438\u0443\u0433\u04d5\u043d\u04d5\u043d \u043d\u04d5\u0439.", "pad.modals.initsocketfail": "Сервермӕ баиугӕнӕн нӕй.",
"pad.modals.initsocketfail.explanation": "\u041d\u04d5 \u0440\u0430\u0443\u0430\u0434\u0438\u0441 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0439\u044b \u0441\u0435\u0440\u0432\u0435\u0440\u043c\u04d5 \u0431\u0430\u0438\u0443 \u0443\u044b\u043d.", "pad.modals.initsocketfail.explanation": "Нӕ рауадис синхронизацийы сервермӕ баиу уын.",
"pad.modals.initsocketfail.cause": "\u0410\u0439 \u0443\u04d5\u0446\u0446\u04d5\u0433\u04d5\u043d \u0434\u04d5 \u0441\u0433\u0430\u0440\u04d5\u043d \u043a\u04d5\u043d\u04d5 \u0434\u04d5 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u044b \u0442\u044b\u0445\u0445\u04d5\u0439 \u0443.", "pad.modals.initsocketfail.cause": "Ай уӕццӕгӕн дӕ сгарӕн кӕнӕ дӕ интернеты тыххӕй у.",
"pad.modals.slowcommit": "\u0425\u0438\u0446\u04d5\u043d\u0433\u043e\u043d\u0434.", "pad.modals.slowcommit.explanation": "Сервер нӕ дзуапп кӕны.",
"pad.modals.slowcommit.explanation": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u04d5 \u0434\u0437\u0443\u0430\u043f\u043f \u043a\u04d5\u043d\u044b.", "pad.modals.slowcommit.cause": "Ай гӕнӕн ис у хызы проблемӕйы тыххӕй.",
"pad.modals.slowcommit.cause": "\u0410\u0439 \u0433\u04d5\u043d\u04d5\u043d \u0438\u0441 \u0443 \u0445\u044b\u0437\u044b \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u04d5\u0439\u044b \u0442\u044b\u0445\u0445\u04d5\u0439.", "pad.modals.deleted": "Хафт.",
"pad.modals.deleted": "\u0425\u0430\u0444\u0442.", "pad.modals.deleted.explanation": "Документ хафт ӕрцыд.",
"pad.modals.deleted.explanation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0445\u0430\u0444\u0442 \u04d5\u0440\u0446\u044b\u0434.", "pad.modals.disconnected": "Ды хицӕнгонд ӕрцыдтӕ.",
"pad.modals.disconnected": "\u0414\u044b \u0445\u0438\u0446\u04d5\u043d\u0433\u043e\u043d\u0434 \u04d5\u0440\u0446\u044b\u0434\u0442\u04d5.", "pad.modals.disconnected.explanation": "Серверимӕ иугонд фесӕфтис",
"pad.modals.disconnected.explanation": "\u0421\u0435\u0440\u0432\u0435\u0440\u0438\u043c\u04d5 \u0438\u0443\u0433\u043e\u043d\u0434 \u0444\u0435\u0441\u04d5\u0444\u0442\u0438\u0441", "pad.modals.disconnected.cause": "Сервермӕ гӕнӕн ис баиугӕнӕн нӕй. Дӕ хорзӕхӕй, фехъусын нын ӕй кӕн, кӕд афтӕ дарддӕр кӕна.",
"pad.modals.disconnected.cause": "\u0421\u0435\u0440\u0432\u0435\u0440\u043c\u04d5 \u0433\u04d5\u043d\u04d5\u043d \u0438\u0441 \u0431\u0430\u0438\u0443\u0433\u04d5\u043d\u04d5\u043d \u043d\u04d5\u0439. \u0414\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, \u0444\u0435\u0445\u044a\u0443\u0441\u044b\u043d \u043d\u044b\u043d \u04d5\u0439 \u043a\u04d5\u043d, \u043a\u04d5\u0434 \u0430\u0444\u0442\u04d5 \u0434\u0430\u0440\u0434\u0434\u04d5\u0440 \u043a\u04d5\u043d\u0430.", "pad.share": "Ацы документ райуарын",
"pad.share": "\u0410\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0440\u0430\u0439\u0443\u0430\u0440\u044b\u043d", "pad.share.readonly": "Ӕрмӕст фӕрсынӕн",
"pad.share.readonly": "\u04d4\u0440\u043c\u04d5\u0441\u0442 \u0444\u04d5\u0440\u0441\u044b\u043d\u04d5\u043d", "pad.share.link": "Ӕрвитӕн",
"pad.share.link": "\u04d4\u0440\u0432\u0438\u0442\u04d5\u043d", "pad.share.emebdcode": "URL бавӕрын",
"pad.share.emebdcode": "URL \u0431\u0430\u0432\u04d5\u0440\u044b\u043d", "pad.chat": "Ныхас",
"pad.chat": "\u041d\u044b\u0445\u0430\u0441", "pad.chat.title": "Оцы документӕн чат бакӕн.",
"pad.chat.title": "\u041e\u0446\u044b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u04d5\u043d \u0447\u0430\u0442 \u0431\u0430\u043a\u04d5\u043d.", "pad.chat.loadmessages": "Фылдӕр фыстӕг равгӕнын",
"timeslider.pageTitle": "{{appTitle}}-\u044b \u0440\u04d5\u0442\u04d5\u0434\u0436\u044b \u0445\u0430\u0445\u0445", "timeslider.pageTitle": "{{appTitle}}-ы рӕтӕджы хахх",
"timeslider.toolbar.returnbutton": "\u0424\u04d5\u0441\u0442\u04d5\u043c\u04d5, \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043c\u04d5", "timeslider.toolbar.returnbutton": "Фӕстӕмӕ, документмӕ",
"timeslider.toolbar.authors": "\u0424\u044b\u0441\u0441\u04d5\u0434\u0436\u044b\u0442\u04d5:", "timeslider.toolbar.authors": "Фыссӕджытӕ:",
"timeslider.toolbar.authorsList": "\u0424\u044b\u0441\u0441\u04d5\u0434\u0436\u044b\u0442\u04d5 \u043d\u04d5\u0439", "timeslider.toolbar.authorsList": "Фыссӕджытӕ нӕй",
"timeslider.toolbar.exportlink.title": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "timeslider.toolbar.exportlink.title": "Экспорт",
"timeslider.exportCurrent": "\u0421\u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u04d5\u043d\u044b\u043d \u043d\u044b\u0440\u044b \u0444\u04d5\u043b\u0442\u04d5\u0440 \u043a\u0443\u044b\u0434:", "timeslider.exportCurrent": "Сэкспорт кӕнын ныры фӕлтӕр куыд:",
"timeslider.version": "\u0412\u0435\u0440\u0441\u0438 {{version}}", "timeslider.version": "Верси {{version}}",
"timeslider.saved": "\u04d4\u0432\u04d5\u0440\u0434 \u04d5\u0440\u0446\u044b\u0434 {{year}}-\u04d5\u043c \u0430\u0437\u044b, {{day}}-\u04d5\u043c {{month}}-\u044b", "timeslider.saved": "Ӕвӕрд ӕрцыд {{year}}-ӕм азы, {{day}}-ӕм {{month}}-ы",
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "\u044f\u043d\u0432\u0430\u0440\u044c", "timeslider.month.january": "январь",
"timeslider.month.february": "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", "timeslider.month.february": "февраль",
"timeslider.month.march": "\u043c\u0430\u0440\u0442\u044a\u0438", "timeslider.month.march": "мартъи",
"timeslider.month.april": "\u0430\u043f\u0440\u0435\u043b\u044c", "timeslider.month.april": "апрель",
"timeslider.month.may": "\u043c\u0430\u0439", "timeslider.month.may": "май",
"timeslider.month.june": "\u0438\u044e\u043d\u044c", "timeslider.month.june": "июнь",
"timeslider.month.july": "\u0438\u044e\u043b\u044c", "timeslider.month.july": "июль",
"timeslider.month.august": "\u0430\u0432\u0433\u0443\u0441\u0442", "timeslider.month.august": "август",
"timeslider.month.september": "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "timeslider.month.september": "сентябрь",
"timeslider.month.october": "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", "timeslider.month.october": "октябрь",
"timeslider.month.november": "\u043d\u043e\u044f\u0431\u0440\u044c", "timeslider.month.november": "ноябрь",
"timeslider.month.december": "\u0434\u0435\u043a\u0430\u0431\u0440\u044c", "timeslider.month.december": "декабрь",
"pad.savedrevs.marked": "\u0410\u0446\u044b \u0444\u04d5\u043b\u0442\u04d5\u0440 \u043d\u044b\u0440 \u043a\u0443\u044b\u0434 \u04d5\u0432\u04d5\u0440\u0434 \u0444\u04d5\u043b\u0442\u04d5\u0440 \u043d\u044b\u0441\u0430\u043d\u0433\u043e\u043d\u0434 \u04d5\u0440\u0446\u044b\u0434", "timeslider.unnamedauthors": "{{num}} ӕнӕном фыссӕджы",
"pad.userlist.entername": "\u0414\u04d5 \u043d\u043e\u043c \u0431\u0430\u0444\u044b\u0441\u0441", "pad.savedrevs.marked": "Ацы фӕлтӕр ныр куыд ӕвӕрд фӕлтӕр нысангонд ӕрцыд",
"pad.userlist.unnamed": "\u04d5\u043d\u04d5\u043d\u043e\u043c", "pad.userlist.entername": "Дӕ ном бафысс",
"pad.userlist.guest": "\u0423\u0430\u0437\u04d5\u0433", "pad.userlist.unnamed": "ӕнӕном",
"pad.userlist.deny": "\u041d\u044b\u0443\u0443\u0430\u0434\u0437\u044b\u043d", "pad.userlist.guest": "Уазӕг",
"pad.userlist.approve": "\u0421\u0431\u04d5\u043b\u0432\u044b\u0440\u0434 \u043a\u04d5\u043d\u044b\u043d", "pad.userlist.deny": "Ныууадзын",
"pad.editbar.clearcolors": "\u04d4\u043d\u04d5\u0445\u044a\u04d5\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u04d5\u0439 \u0445\u044a\u04d5\u0443\u044b \u0430\u0439\u0441\u044b\u043d \u0444\u044b\u0441\u0441\u04d5\u0434\u0436\u044b\u0442\u044b \u043d\u044b\u0441\u04d5\u043d\u0442\u0442\u04d5?", "pad.userlist.approve": "Сбӕлвырд кӕнын",
"pad.impexp.importbutton": "\u0415\u043d\u044b\u0440 \u0441\u0438\u043c\u043f\u043e\u0440\u0442 \u043a\u04d5\u043d\u044b\u043d", "pad.editbar.clearcolors": "Ӕнӕхъӕн документӕй хъӕуы айсын фыссӕджыты нысӕнттӕ?",
"pad.impexp.importing": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0446\u04d5\u0443\u044b...", "pad.impexp.importbutton": "Еныр симпорт кӕнын",
"pad.impexp.confirmimport": "\u0424\u0430\u0439\u043b\u044b \u0438\u043c\u043f\u043e\u0440\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u043d\u044b\u0440\u044b \u0442\u0435\u043a\u0441\u0442 \u0431\u044b\u043d\u0442\u043e\u043d \u0444\u04d5\u0438\u0432\u0434\u0437\u04d5\u043d\u0438\u0441. \u04d4\u0446\u04d5\u0433 \u0434\u04d5 \u0444\u04d5\u043d\u0434\u044b \u0443\u044b\u0439 \u0441\u0430\u0440\u0430\u0437\u044b\u043d?", "pad.impexp.importing": "Импорт цӕуы...",
"pad.impexp.convertFailed": "\u041c\u0430\u0445\u04d5\u043d \u043d\u04d5 \u0431\u043e\u043d \u043d\u0435 \u0441\u0441\u0438\u0441 \u0430\u0446\u044b \u0444\u0430\u0439\u043b \u0441\u0438\u043c\u043f\u043e\u0440\u0442 \u043a\u04d5\u043d\u044b\u043d. \u0414\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, \u0441\u043f\u0430\u0439\u0434\u0430 \u043a\u04d5\u043d \u04d5\u043d\u0434\u04d5\u0440 \u0444\u0430\u0439\u043b\u044b \u0444\u043e\u0440\u043c\u0430\u0442\u04d5\u0439, \u043a\u04d5\u043d\u04d5 \u0441\u043a\u044a\u043e\u043f\u0438 \u043a\u04d5\u043d \u04d5\u043c\u04d5 \u0431\u0430\u0442\u044b\u0441\u0441 \u0442\u0435\u043a\u0441\u0442 \u0434\u04d5\u0445\u04d5\u0434\u04d5\u0433.", "pad.impexp.confirmimport": "Файлы импорт документы ныры текст бынтон фӕивдзӕнис. Ӕцӕг дӕ фӕнды уый саразын?",
"pad.impexp.uploadFailed": "\u0411\u0430\u0432\u0433\u04d5\u043d\u044b\u043d \u043d\u04d5 \u0440\u0430\u0443\u0430\u0434, \u0434\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, \u0444\u04d5\u0441\u0442\u04d5\u0434\u04d5\u0440 \u0431\u0430\u0444\u04d5\u043b\u0432\u0430\u0440", "pad.impexp.convertFailed": "Махӕн нӕ бон не ссис ацы файл симпорт кӕнын. Дӕ хорзӕхӕй, спайда кӕн ӕндӕр файлы форматӕй, кӕнӕ скъопи кӕн ӕмӕ батысс текст дӕхӕдӕг.",
"pad.impexp.importfailed": "\u0418\u043c\u043f\u043e\u0440\u0442 \u043d\u04d5 \u0440\u0430\u0443\u0430\u0434", "pad.impexp.uploadFailed": "Бавгӕнын нӕ рауад, дӕ хорзӕхӕй, фӕстӕдӕр бафӕлвар",
"pad.impexp.copypaste": "\u0414\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, \u043a\u044a\u043e\u043f\u0438 \u043a\u04d5\u043d \u04d5\u043c\u04d5 \u04d5\u0432\u04d5\u0440", "pad.impexp.importfailed": "Импорт нӕ рауад",
"pad.impexp.exportdisabled": "{{type}} \u0444\u043e\u0440\u043c\u0430\u0442\u044b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0445\u0438\u0446\u04d5\u043d \u0443. \u0414\u04d5 \u0445\u043e\u0440\u0437\u04d5\u0445\u04d5\u0439, \u0431\u0430\u0434\u0437\u0443\u0440 \u0434\u04d5 \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u043d \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0442\u04d5\u043c \u0444\u044b\u043b\u0434\u04d5\u0440 \u0431\u0430\u0437\u043e\u043d\u044b\u043d\u04d5\u043d." "pad.impexp.copypaste": "Дӕ хорзӕхӕй, къопи кӕн ӕмӕ ӕвӕр",
"pad.impexp.exportdisabled": "{{type}} форматы экспорт хицӕн у. Дӕ хорзӕхӕй, бадзур дӕ системон администратортӕм фылдӕр базонынӕн."
} }

104
src/locales/pa.json Normal file
View File

@ -0,0 +1,104 @@
{
"@metadata": {
"authors": [
"Aalam"
]
},
"index.newPad": "ਨਵਾਂ ਪੈਡ",
"index.createOpenPad": "ਜਾਂ ਨਾਂ ਨਾਲ ਨਵਾਂ ਪੈਡ ਬਣਾਓ/ਖੋਲ੍ਹੋ:",
"pad.toolbar.bold.title": "ਗੂੜ੍ਹਾ (Ctrl-B)",
"pad.toolbar.italic.title": "ਤਿਰਛਾ (Ctrl-I)",
"pad.toolbar.underline.title": "ਹੇਠਾਂ-ਰੇਖਾ (Ctrl-U)",
"pad.toolbar.strikethrough.title": "ਵਿੰਨ੍ਹੋ ਵਿਨੋ",
"pad.toolbar.ol.title": "ਲੜੀਵਾਰ ਲਿਸਟ",
"pad.toolbar.ul.title": "ਬਿਨ-ਲੜੀਬੱਧ ਸੂਚੀ",
"pad.toolbar.indent.title": "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ",
"pad.toolbar.undo.title": "ਵਾਪਸ (Ctrl-Z)",
"pad.toolbar.redo.title": "ਪਰਤਾਓ (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "ਪਰਮਾਣਕਿਤਾ ਰੰਗ ਸਾਫ਼ ਕਰੋ",
"pad.toolbar.import_export.title": "ਵੱਖ-ਵੱਖ ਫਾਇਲ ਫਾਰਮੈਟ ਤੋਂ/ਵਿੱਚ ਇੰਪੋਰਟ/ਐਕਸਪੋਰਟ ਕਰੋ",
"pad.toolbar.timeslider.title": "ਸਮਾਂ-ਲਕੀਰ",
"pad.toolbar.savedRevision.title": "ਰੀਵਿਜ਼ਨ ਸੰਭਾਲੋ",
"pad.toolbar.settings.title": "ਸੈਟਿੰਗ",
"pad.toolbar.embed.title": "ਇਹ ਪੈਡ ਸਾਂਝਾ ਤੇ ਇੰਬੈੱਡ ਕਰੋ",
"pad.toolbar.showusers.title": "ਇਹ ਪੈਡ ਉੱਤੇ ਯੂਜ਼ਰ ਵੇਖਾਓ",
"pad.colorpicker.save": "ਸੰਭਾਲੋ",
"pad.colorpicker.cancel": "ਰੱਦ ਕਰੋ",
"pad.loading": "…ਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
"pad.passwordRequired": "ਇਹ ਪੈਡ ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਨੂੰ ਪਾਸਵਰਡ ਚਾਹੀਦਾ ਹੈ",
"pad.permissionDenied": "ਇਹ ਪੈਡ ਵਰਤਨ ਲਈ ਤੁਹਾਨੂੰ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ",
"pad.wrongPassword": "ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਗਲਤੀ ਸੀ",
"pad.settings.padSettings": "ਪੈਡ ਸੈਟਿੰਗ",
"pad.settings.myView": "ਮੇਰੀ ਝਲਕ",
"pad.settings.stickychat": "ਹਮੇਸ਼ਾ ਸਕਰੀਨ ਉੱਤੇ ਗੱਲ ਕਰੋ",
"pad.settings.linenocheck": "ਲਾਈਨ ਨੰਬਰ",
"pad.settings.rtlcheck": "ਸਮੱਗਰੀ ਸੱਜੇ ਤੋਂ ਖੱਬੇ ਪੜ੍ਹਨੀ ਹੈ?",
"pad.settings.fontType": "ਫੋਂਟ ਕਿਸਮ:",
"pad.settings.fontType.normal": "ਸਧਾਰਨ",
"pad.settings.fontType.monospaced": "ਮੋਨੋਸਪੇਸ",
"pad.settings.globalView": "ਗਲੋਬਲ ਝਲਕ",
"pad.settings.language": "ਭਾਸ਼ਾ:",
"pad.importExport.import_export": "ਇੰਪੋਰਟ/ਐਕਸਪੋਰਟ",
"pad.importExport.import": "ਕੋਈ ਵੀ ਟੈਕਸਟ ਫਾਇਲ ਜਾਂ ਦਸਤਾਵੇਜ਼ ਅੱਪਲੋਡ ਕਰੋ",
"pad.importExport.importSuccessful": "ਸਫ਼ਲ!",
"pad.importExport.export": "ਮੌਜੂਦਾ ਪੈਡ ਨੂੰ ਐਕਸਪੋਰਟ ਕਰੋ:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "ਸਧਾਰਨ ਟੈਕਸਟ",
"pad.importExport.exportword": "ਮਾਈਕਰੋਸਾਫਟ ਵਰਡ",
"pad.importExport.exportpdf": "ਪੀਡੀਐਫ",
"pad.importExport.exportopen": "ODF (ਓਪਨ ਡੌਕੂਮੈਂਟ ਫਾਰਮੈਟ)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "ਕੁਨੈਕਟ ਹੈ।",
"pad.modals.reconnecting": "..ਤੁਹਾਡੇ ਪੈਡ ਨਾਲ ਮੁੜ-ਕੁਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
"pad.modals.forcereconnect": "ਧੱਕੇ ਨਾਲ ਮੁੜ-ਕੁਨੈਕਟ ਕਰੋ",
"pad.modals.userdup": "ਹੋਰ ਵਿੰਡੋ ਵਿੱਚ ਖੁੱਲ੍ਹਿਆ ਹੈ",
"pad.modals.unauth": "ਪਰਮਾਣਿਤ ਨਹੀਂ ਹੈ",
"pad.modals.initsocketfail": "ਸਰਵਰ ਪਹੁੰਚ ਵਿੱਚ ਨਹੀਂ ਹੈ।",
"pad.modals.slowcommit.explanation": "ਸਰਵਰ ਜਵਾਬ ਨਹੀਂ ਦੇ ਰਿਹਾ ਹੈ।",
"pad.modals.slowcommit.cause": "ਇਹ ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ ਨਾਲ ਸਮੱਸਿਆ ਕਰਕੇ ਹੋ ਸਕਦਾ ਹੈ।",
"pad.modals.deleted": "ਹਟਾਇਆ।",
"pad.modals.deleted.explanation": "ਇਹ ਪੈਡ ਹਟਾਇਆ ਜਾ ਚੁੱਕਾ ਹੈ।",
"pad.modals.disconnected": "ਤੁਸੀਂ ਡਿਸ-ਕੁਨੈਕਟ ਹੋ ਚੁੱਕੇ ਹੋ।",
"pad.modals.disconnected.explanation": "ਸਰਵਰ ਨਾਲ ਕੁਨੈਕਸ਼ਨ ਖਤਮ ਹੋਇਆ ਹੈ",
"pad.share": "ਇਹ ਪੈਡ ਸਾਂਝਾ ਕਰੋ",
"pad.share.readonly": "ਕੇਵਲ ਪੜ੍ਹਨ ਲਈ",
"pad.share.link": "ਲਿੰਕ",
"pad.share.emebdcode": "ਇੰਬੈੱਡ URL",
"pad.chat": "ਗੱਲਬਾਤ",
"pad.chat.title": "ਇਹ ਪੈਡ ਲਈ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ।",
"pad.chat.loadmessages": "ਹੋਰ ਸੁਨੇਹੇ ਲੋਡ ਕਰੋ",
"timeslider.pageTitle": "{{appTitle}} ਸਮਾਂ-ਲਕੀਰ",
"timeslider.toolbar.returnbutton": "ਪੈਡ ਉੱਤੇ ਵਾਪਸ",
"timeslider.toolbar.authors": "ਲੇਖਕ:",
"timeslider.toolbar.authorsList": "ਕੋਈ ਲੇਖਕ ਨਹੀਂ",
"timeslider.toolbar.exportlink.title": "ਐਕਸਪੋਰਟ",
"timeslider.exportCurrent": "ਮੌਜੂਦਾ ਵਰਜਨ ਇੰਝ ਐਕਸਪੋਰਟ ਕਰੋ:",
"timeslider.version": "ਵਰਜਨ {{version}}",
"timeslider.saved": "{{day}} {{month}} {{year}} ਨੂੰ ਸੰਭਾਲਿਆ",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "ਜਨਵਰੀ",
"timeslider.month.february": "ਫ਼ਰਵਰੀ",
"timeslider.month.march": "ਮਾਰਚ",
"timeslider.month.april": "ਅਪਰੈਲ",
"timeslider.month.may": "ਮਈ",
"timeslider.month.june": "ਜੂਨ",
"timeslider.month.july": "ਜੁਲਾਈ",
"timeslider.month.august": "ਅਗਸਤ",
"timeslider.month.september": "ਸਤੰਬਰ",
"timeslider.month.october": "ਅਕਤੂਬਰ",
"timeslider.month.november": "ਨਵੰਬਰ",
"timeslider.month.december": "ਦਸੰਬਰ",
"timeslider.unnamedauthors": "{{num}} ਬੇਨਾਮ ਲੇਖਕ",
"pad.savedrevs.marked": "ਇਹ ਰੀਵਿਜ਼ਨ ਨੂੰ ਹੁਣ ਸੰਭਾਲੇ ਹੋਏ ਰੀਵਿਜ਼ਨ ਵਜੋਂ ਮੰਨਿਆ ਗਿਆ ਹੈ",
"pad.userlist.entername": "ਆਪਣਾ ਨਾਂ ਦਿਉ",
"pad.userlist.unnamed": "ਬੇਨਾਮ",
"pad.userlist.guest": "ਮਹਿਮਾਨ",
"pad.userlist.deny": "ਪਾਬੰਦੀ",
"pad.userlist.approve": "ਮਨਜ਼ੂਰ",
"pad.editbar.clearcolors": "ਪੂਰੇ ਦਸਾਤਵੇਜ਼ ਉੱਤੇ ਪਰਮਾਣਕਿਤਾ ਰੰਗ ਸਾਫ਼ ਕਰਨੇ ਹਨ?",
"pad.impexp.importbutton": "ਹੁਣੇ ਇੰਪੋਰਟ ਕਰੋ",
"pad.impexp.importing": "...ਇੰਪੋਰਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
"pad.impexp.uploadFailed": "ਅੱਪਲੋਡ ਲਈ ਫੇਲ੍ਹ ਹੈ, ਫੇਰ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ।",
"pad.impexp.importfailed": "ਇੰਪੋਰਟ ਫੇਲ੍ਹ ਹੈ",
"pad.impexp.copypaste": "ਕਾਪੀ ਕਰੋ ਚੇਪੋ ਜੀ"
}

View File

@ -1,120 +1,125 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Rezonansowy", "0": "Rezonansowy",
"2": "WTM", "2": "Ty221",
"3": "Woytecr" "3": "WTM",
} "4": "Woytecr"
}, }
"index.newPad": "Nowy Dokument", },
"index.createOpenPad": "lub stw\u00f3rz\/otw\u00f3rz dokument o nazwie:", "index.newPad": "Nowy dokument",
"pad.toolbar.bold.title": "Pogrubienie (Ctrl-B)", "index.createOpenPad": "lub stwórz/otwórz dokument o nazwie:",
"pad.toolbar.italic.title": "Kursywa (Ctrl-I)", "pad.toolbar.bold.title": "Pogrubienie (Ctrl-B)",
"pad.toolbar.underline.title": "Podkre\u015blenie (Ctrl-U)", "pad.toolbar.italic.title": "Kursywa (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Przekre\u015blenie", "pad.toolbar.underline.title": "Podkreślenie (Ctrl-U)",
"pad.toolbar.ol.title": "Lista uporz\u0105dkowana", "pad.toolbar.strikethrough.title": "Przekreślenie",
"pad.toolbar.ul.title": "Lista nieuporz\u0105dkowana", "pad.toolbar.ol.title": "Lista uporządkowana",
"pad.toolbar.indent.title": "Wci\u0119cie", "pad.toolbar.ul.title": "Lista nieuporządkowana",
"pad.toolbar.unindent.title": "Zmniejsz wci\u0119cie", "pad.toolbar.indent.title": "Wcięcie",
"pad.toolbar.undo.title": "Cofnij (Ctrl-Z)", "pad.toolbar.unindent.title": "Zmniejsz wcięcie",
"pad.toolbar.redo.title": "Pon\u00f3w (Ctrl-Y)", "pad.toolbar.undo.title": "Cofnij (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "Usu\u0144 kolory autor\u00f3w", "pad.toolbar.redo.title": "Ponów (Ctrl-Y)",
"pad.toolbar.import_export.title": "Import\/eksport z\/do r\u00f3\u017cnych format\u00f3w plik\u00f3w", "pad.toolbar.clearAuthorship.title": "Usuń kolory autorów",
"pad.toolbar.timeslider.title": "O\u015b czasu", "pad.toolbar.import_export.title": "Import/eksport z/do różnych formatów plików",
"pad.toolbar.savedRevision.title": "Zapisane wersje", "pad.toolbar.timeslider.title": "Oś czasu",
"pad.toolbar.settings.title": "Ustawienia", "pad.toolbar.savedRevision.title": "Zapisz wersję",
"pad.toolbar.embed.title": "Umie\u015b\u0107 ten Notatnik", "pad.toolbar.settings.title": "Ustawienia",
"pad.toolbar.showusers.title": "Poka\u017c u\u017cytkownik\u00f3w", "pad.toolbar.embed.title": "Podziel się i osadź ten dokument",
"pad.colorpicker.save": "Zapisz", "pad.toolbar.showusers.title": "Pokaż użytkowników",
"pad.colorpicker.cancel": "Anuluj", "pad.colorpicker.save": "Zapisz",
"pad.loading": "\u0141adowanie...", "pad.colorpicker.cancel": "Anuluj",
"pad.passwordRequired": "Musisz poda\u0107 has\u0142o aby uzyska\u0107 dost\u0119p do tego dokumentu", "pad.loading": "Ładowanie...",
"pad.permissionDenied": "Nie masz uprawnie\u0144 dost\u0119pu do tego dokumentu", "pad.passwordRequired": "Musisz podać hasło aby uzyskać dostęp do tego dokumentu",
"pad.wrongPassword": "Nieprawid\u0142owe has\u0142o", "pad.permissionDenied": "Nie masz uprawnień dostępu do tego dokumentu",
"pad.settings.padSettings": "Ustawienia dokumentu", "pad.wrongPassword": "Nieprawidłowe hasło",
"pad.settings.myView": "M\u00f3j widok", "pad.settings.padSettings": "Ustawienia dokumentu",
"pad.settings.stickychat": "Czat zawsze na ekranie", "pad.settings.myView": "Mój widok",
"pad.settings.colorcheck": "Kolory autorstwa", "pad.settings.stickychat": "Czat zawsze na ekranie",
"pad.settings.linenocheck": "Numery linii", "pad.settings.colorcheck": "Kolory autorstwa",
"pad.settings.fontType": "Rodzaj czcionki:", "pad.settings.linenocheck": "Numery linii",
"pad.settings.fontType.normal": "Normalna", "pad.settings.rtlcheck": "Czytasz treść od prawej do lewej?",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType": "Rodzaj czcionki:",
"pad.settings.globalView": "Widok og\u00f3lny", "pad.settings.fontType.normal": "Normalna",
"pad.settings.language": "J\u0119zyk:", "pad.settings.fontType.monospaced": "Monospace",
"pad.importExport.import_export": "Import\/eksport", "pad.settings.globalView": "Widok ogólny",
"pad.importExport.import": "Prze\u015blij dowolny plik tekstowy lub dokument", "pad.settings.language": "Język:",
"pad.importExport.importSuccessful": "Sukces!", "pad.importExport.import_export": "Import/eksport",
"pad.importExport.export": "Eksportuj bie\u017c\u0105cy dokument jako:", "pad.importExport.import": "Prześlij dowolny plik tekstowy lub dokument",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Sukces!",
"pad.importExport.exportplain": "Zwyk\u0142y tekst", "pad.importExport.export": "Eksportuj bieżący dokument jako:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Zwykły tekst",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "Mo\u017cesz importowa\u0107 pliki tylko w formacie zwyk\u0142ego tekstu lub html. Aby umo\u017cliwi\u0107 bardziej zaawansowane funkcje importu, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">zainstaluj abiword<\/a>.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.connected": "Po\u0142\u0105czony.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "Ponowne \u0142\u0105czenie z dokumentem...", "pad.importExport.abiword.innerHTML": "Możesz importować pliki tylko w formacie zwykłego tekstu lub html. Aby umożliwić bardziej zaawansowane funkcje importu, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Ezainstaluj abiword\u003C/a\u003E.",
"pad.modals.forcereconnect": "Wymu\u015b ponowne po\u0142\u0105czenie", "pad.modals.connected": "Połączony.",
"pad.modals.userdup": "Otwarty w innym oknie", "pad.modals.reconnecting": "Ponowne łączenie z dokumentem...",
"pad.modals.userdup.explanation": "Ten dokument prawdopodobnie zosta\u0142 otwarty w wi\u0119cej ni\u017c jednym oknie przegl\u0105darki.", "pad.modals.forcereconnect": "Wymuś ponowne połączenie",
"pad.modals.userdup.advice": "Po\u0142\u0105cz ponownie przy u\u017cyciu tego okna.", "pad.modals.userdup": "Otwarty w innym oknie",
"pad.modals.unauth": "Brak autoryzacji", "pad.modals.userdup.explanation": "Ten dokument prawdopodobnie został otwarty w więcej niż jednym oknie przeglądarki.",
"pad.modals.unauth.explanation": "Twoje uprawnienia uleg\u0142y zmianie podczas przegl\u0105dania tej strony. Spr\u00f3buj ponownie si\u0119 po\u0142\u0105czy\u0107.", "pad.modals.userdup.advice": "Połącz ponownie przy użyciu tego okna.",
"pad.modals.looping": "Roz\u0142\u0105czony.", "pad.modals.unauth": "Brak autoryzacji",
"pad.modals.looping.explanation": "Wyst\u0105pi\u0142y problemy z komunikacj\u0105 z serwerem synchronizacji.", "pad.modals.unauth.explanation": "Twoje uprawnienia uległy zmianie podczas przeglądania tej strony. Spróbuj ponownie się połączyć.",
"pad.modals.looping.cause": "By\u0107 mo\u017ce jeste\u015b po\u0142\u0105czony przez niezgodn\u0105 zapor\u0119 lub serwer proxy.", "pad.modals.looping.explanation": "Wystąpiły problemy z komunikacją z serwerem synchronizacji.",
"pad.modals.initsocketfail": "Serwer jest nieosi\u0105galny.", "pad.modals.looping.cause": "Być może jesteś połączony przez niezgodną zaporę lub serwer proxy.",
"pad.modals.initsocketfail.explanation": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107 z serwerem synchronizacji.", "pad.modals.initsocketfail": "Serwer jest nieosiągalny.",
"pad.modals.initsocketfail.cause": "Przyczyn\u0105 s\u0105 prawdopodobnie problemy z przegl\u0105darka lub po\u0142\u0105czeniem z internetem.", "pad.modals.initsocketfail.explanation": "Nie udało się połączyć z serwerem synchronizacji.",
"pad.modals.slowcommit": "Roz\u0142\u0105czony.", "pad.modals.initsocketfail.cause": "Przyczyną są prawdopodobnie problemy z przeglądarka lub połączeniem z internetem.",
"pad.modals.slowcommit.explanation": "Serwer nie odpowiada.", "pad.modals.slowcommit.explanation": "Serwer nie odpowiada.",
"pad.modals.slowcommit.cause": "Mo\u017ce by\u0107 to spowodowane problemami z Twoim po\u0142\u0105czeniem z sieci\u0105.", "pad.modals.slowcommit.cause": "Może być to spowodowane problemami z Twoim połączeniem z siecią.",
"pad.modals.deleted": "Usuni\u0119to.", "pad.modals.badChangeset.explanation": "Edycja, którą wykonałeś, została niewłaściwie zakwalifikowana przez serwer synchronizacji.",
"pad.modals.deleted.explanation": "Ten dokument zosta\u0142 usuni\u0119ty.", "pad.modals.badChangeset.cause": "Może być to spowodowane złą konfiguracją serwera lub innym nieoczekiwanym zachowaniem. Skontaktuj się z administratorem serwisu, jeżeli wydaje Ci się, że to jest błąd. Spróbuj ponownie połączyć się aby kontynuować edycję.",
"pad.modals.disconnected": "Zosta\u0142e\u015b roz\u0142\u0105czony.", "pad.modals.corruptPad.explanation": "Dokument, do którego próbujesz uzyskać dostęp, jest uszkodzony.",
"pad.modals.disconnected.explanation": "Utracono po\u0142\u0105czenie z serwerem", "pad.modals.corruptPad.cause": "Może być to spowodowane złą konfiguracją serwera lub innym nieoczekiwanym zachowaniem. Skontaktuj się z administratorem serwisu.",
"pad.modals.disconnected.cause": "Serwer mo\u017ce by\u0107 niedost\u0119pny. Poinformuj nas je\u017celi problem b\u0119dzie si\u0119 powtarza\u0142.", "pad.modals.deleted": "Usunięto.",
"pad.share": "Udost\u0119pnij ten dokument", "pad.modals.deleted.explanation": "Ten dokument został usunięty.",
"pad.share.readonly": "Tylko do odczytu", "pad.modals.disconnected": "Zostałeś rozłączony.",
"pad.share.link": "Link", "pad.modals.disconnected.explanation": "Utracono połączenie z serwerem",
"pad.share.emebdcode": "Kod do umieszczenia", "pad.modals.disconnected.cause": "Serwer może być niedostępny. Poinformuj administratora serwisu jeżeli problem będzie się powtarzał.",
"pad.chat": "Czat", "pad.share": "Udostępnij ten dokument",
"pad.chat.title": "Otw\u00f3rz czat dla tego dokumentu.", "pad.share.readonly": "Tylko do odczytu",
"pad.chat.loadmessages": "Za\u0142aduj wi\u0119cej wiadomo\u015bci", "pad.share.link": "Link",
"timeslider.pageTitle": "O\u015b czasu {{appTitle}}", "pad.share.emebdcode": "URL do umieszczenia",
"timeslider.toolbar.returnbutton": "Powr\u00f3\u0107 do dokumentu", "pad.chat": "Czat",
"timeslider.toolbar.authors": "Autorzy:", "pad.chat.title": "Otwórz czat dla tego dokumentu.",
"timeslider.toolbar.authorsList": "Brak autor\u00f3w", "pad.chat.loadmessages": "Załaduj więcej wiadomości",
"timeslider.toolbar.exportlink.title": "Eksportuj", "timeslider.pageTitle": "Oś czasu {{appTitle}}",
"timeslider.exportCurrent": "Eksportuj bie\u017c\u0105c\u0105 wersj\u0119 jako:", "timeslider.toolbar.returnbutton": "Powróć do dokumentu",
"timeslider.version": "Wersja {{version}}", "timeslider.toolbar.authors": "Autorzy:",
"timeslider.saved": "Zapisano {{day}} {{month}} {{year}}", "timeslider.toolbar.authorsList": "Brak autorów",
"timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "Eksportuj",
"timeslider.month.january": "Stycze\u0144", "timeslider.exportCurrent": "Eksportuj bieżącą wersję jako:",
"timeslider.month.february": "Luty", "timeslider.version": "Wersja {{version}}",
"timeslider.month.march": "Marzec", "timeslider.saved": "Zapisano {{day}} {{month}} {{year}}",
"timeslider.month.april": "Kwiecie\u0144", "timeslider.dateformat": "{{year}}-{{month}}-{{day}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "Maj", "timeslider.month.january": "Styczeń",
"timeslider.month.june": "Czerwiec", "timeslider.month.february": "Luty",
"timeslider.month.july": "Lipiec", "timeslider.month.march": "Marzec",
"timeslider.month.august": "Sierpie\u0144", "timeslider.month.april": "Kwiecień",
"timeslider.month.september": "Wrzesie\u0144", "timeslider.month.may": "Maj",
"timeslider.month.october": "Pa\u017adziernik", "timeslider.month.june": "Czerwiec",
"timeslider.month.november": "Listopad", "timeslider.month.july": "Lipiec",
"timeslider.month.december": "Grudzie\u0144", "timeslider.month.august": "Sierpień",
"pad.savedrevs.marked": "Ta wersja zosta\u0142a w\u0142a\u015bnie oznaczona jako zapisana.", "timeslider.month.september": "Wrzesień",
"pad.userlist.entername": "Wprowad\u017a swoj\u0105 nazw\u0119", "timeslider.month.october": "Październik",
"pad.userlist.unnamed": "bez nazwy", "timeslider.month.november": "Listopad",
"pad.userlist.guest": "Go\u015b\u0107", "timeslider.month.december": "Grudzień",
"pad.userlist.deny": "Zabro\u0144", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor, other: autorów ]} bez nazw",
"pad.userlist.approve": "Akceptuj", "pad.savedrevs.marked": "Ta wersja została właśnie oznaczona jako zapisana.",
"pad.editbar.clearcolors": "Wyczy\u015bci\u0107 kolory autorstwa w ca\u0142ym dokumencie?", "pad.userlist.entername": "Wprowadź swoją nazwę",
"pad.impexp.importbutton": "Importuj teraz", "pad.userlist.unnamed": "bez nazwy",
"pad.impexp.importing": "Importowanie...", "pad.userlist.guest": "Gość",
"pad.impexp.confirmimport": "Importowanie pliku spowoduje zast\u0105pienie bie\u017c\u0105cego tekstu. Czy na pewno chcesz kontynuowa\u0107?", "pad.userlist.deny": "Zabroń",
"pad.impexp.convertFailed": "Nie byli\u015bmy w stanie zaimportowa\u0107 tego pliku. Prosz\u0119 u\u017cy\u0107 innego formatu dokumentu lub skopiowa\u0107 i wklei\u0107 r\u0119cznie", "pad.userlist.approve": "Akceptuj",
"pad.impexp.uploadFailed": "Przesy\u0142anie nie powiod\u0142o si\u0119, prosz\u0119 spr\u00f3bowa\u0107 jeszcze raz", "pad.editbar.clearcolors": "Wyczyścić kolory autorstwa w całym dokumencie?",
"pad.impexp.importfailed": "Importowanie nie powiod\u0142o si\u0119", "pad.impexp.importbutton": "Importuj teraz",
"pad.impexp.copypaste": "Prosz\u0119 skopiowa\u0107 i wklei\u0107", "pad.impexp.importing": "Importowanie...",
"pad.impexp.exportdisabled": "Eksport do formatu {{type}} jest wy\u0142\u0105czony. Prosz\u0119 skontaktowa\u0107 si\u0119 z administratorem aby uzyska\u0107 wi\u0119cej szczeg\u00f3\u0142\u00f3w." "pad.impexp.confirmimport": "Importowanie pliku spowoduje zastąpienie bieżącego tekstu. Czy na pewno chcesz kontynuować?",
"pad.impexp.convertFailed": "Nie byliśmy w stanie zaimportować tego pliku. Proszę użyć innego formatu dokumentu lub skopiować i wkleić ręcznie",
"pad.impexp.uploadFailed": "Przesyłanie nie powiodło się, proszę spróbować jeszcze raz",
"pad.impexp.importfailed": "Importowanie nie powiodło się",
"pad.impexp.copypaste": "Proszę skopiować i wkleić",
"pad.impexp.exportdisabled": "Eksport do formatu {{type}} jest wyłączony. Proszę skontaktować się z administratorem aby uzyskać więcej szczegółów."
} }

View File

@ -1,53 +1,70 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Ahmed-Najib-Biabani-Ibrahimkhel" "Ahmed-Najib-Biabani-Ibrahimkhel"
] ]
}, },
"pad.toolbar.bold.title": "\u0632\u063a\u0631\u062f (Ctrl-B)", "index.newPad": "نوې ليکچه",
"pad.toolbar.italic.title": "\u0631\u06d0\u0648\u0646\u062f (Ctrl-I)", "index.createOpenPad": "يا په همدې نوم يوه نوې ليکچه جوړول/پرانيستل:",
"pad.toolbar.undo.title": "\u0646\u0627\u06a9\u0693\u0644 (Ctrl-Z)", "pad.toolbar.bold.title": "زغرد (Ctrl-B)",
"pad.toolbar.redo.title": "\u0628\u064a\u0627\u06a9\u0693\u0644 (Ctrl-Y)", "pad.toolbar.italic.title": "رېوند (Ctrl-I)",
"pad.toolbar.settings.title": "\u0627\u0645\u0633\u062a\u0646\u06d0", "pad.toolbar.undo.title": "ناکړل (Ctrl-Z)",
"pad.colorpicker.save": "\u062e\u0648\u0646\u062f\u064a \u06a9\u0648\u0644", "pad.toolbar.redo.title": "بياکړل (Ctrl-Y)",
"pad.colorpicker.cancel": "\u0646\u0627\u06ab\u0627\u0631\u0644", "pad.toolbar.clearAuthorship.title": "د ليکوالۍ رنګونه سپينول",
"pad.loading": "\u0628\u0631\u0633\u06d0\u0631\u06d0\u062f\u0646\u06d0 \u06a9\u06d0 \u062f\u06cc...", "pad.toolbar.savedRevision.title": "مخکتنه خوندي کول",
"pad.wrongPassword": "\u067e\u067c\u0646\u0648\u0645 \u0645\u0648 \u0633\u0645 \u0646\u0647 \u0648", "pad.toolbar.settings.title": "امستنې",
"pad.settings.myView": "\u0632\u0645\u0627 \u06a9\u062a\u0646\u0647", "pad.colorpicker.save": "خوندي کول",
"pad.settings.fontType": "\u0644\u064a\u06a9\u0628\u06bc\u06d0 \u0689\u0648\u0644:", "pad.colorpicker.cancel": "ناگارل",
"pad.settings.fontType.normal": "\u0646\u0648\u0631\u0645\u0627\u0644", "pad.loading": "برسېرېدنې کې دی...",
"pad.settings.fontType.monospaced": "\u0645\u0648\u0646\u0648\u0633\u067e\u06d0\u0633", "pad.passwordRequired": "دې ليکچې ته د لاسرسي لپاره تاسې يو پټنوم ته اړتيا لرۍ",
"pad.settings.globalView": "\u0646\u0693\u06d0\u0648\u0627\u0644\u0647 \u069a\u06a9\u0627\u0631\u06d0\u062f\u0646\u0647", "pad.wrongPassword": "پټنوم مو سم نه و",
"pad.settings.language": "\u0698\u0628\u0647:", "pad.settings.padSettings": "د ليکچې امستنې",
"pad.importExport.importSuccessful": "\u0628\u0631\u064a\u0627\u0644\u06cc \u0634\u0648!", "pad.settings.myView": "زما کتنه",
"pad.importExport.exporthtml": "\u0627\u0686 \u067c\u064a \u0627\u0645 \u0627\u06d0\u0644", "pad.settings.colorcheck": "د ليکوالۍ رنګونه",
"pad.importExport.exportplain": "\u0633\u0627\u062f\u0647 \u0645\u062a\u0646", "pad.settings.fontType": "ليکبڼې ډول:",
"pad.importExport.exportword": "\u0645\u0627\u064a\u06a9\u0631\u0648\u0633\u0627\u0641\u067c \u0648\u0631\u0689", "pad.settings.fontType.normal": "نورمال",
"pad.importExport.exportpdf": "\u067e\u064a \u0689\u064a \u0627\u06d0\u0641", "pad.settings.fontType.monospaced": "مونوسپېس",
"pad.importExport.exportopen": "ODF (\u0627\u0648\u067e\u0646 \u0689\u0627\u06a9\u0648\u0645\u0646\u067c \u0641\u0627\u0631\u0645\u067c)", "pad.settings.globalView": "نړېواله ښکارېدنه",
"pad.modals.deleted": "\u0693\u0646\u06ab \u0634\u0648.", "pad.settings.language": "ژبه:",
"pad.share.readonly": "\u064a\u0648\u0627\u0632\u06d0 \u0644\u0648\u0633\u062a\u0646\u0647", "pad.importExport.importSuccessful": "بريالی شو!",
"pad.share.link": "\u062a\u0693\u0646\u0647", "pad.importExport.exporthtml": "اچ ټي ام اېل",
"pad.share.emebdcode": "\u064a\u0648 \u0622\u0631 \u0627\u06d0\u0644 \u067c\u0648\u0645\u0628\u0644", "pad.importExport.exportplain": "ساده متن",
"pad.chat": "\u0628\u0627\u0646\u0689\u0627\u0631", "pad.importExport.exportword": "مايکروسافټ ورډ",
"pad.chat.loadmessages": "\u0646\u0648\u0631 \u067e\u064a\u063a\u0627\u0645\u0648\u0646\u0647 \u0628\u0631\u0633\u06d0\u0631\u0648\u0644", "pad.importExport.exportpdf": "پي ډي اېف",
"timeslider.toolbar.authors": "\u0644\u064a\u06a9\u0648\u0627\u0644:", "pad.importExport.exportopen": "ODF (اوپن ډاکومنټ فارمټ)",
"timeslider.toolbar.authorsList": "\u0628\u06d0 \u0644\u064a\u06a9\u0648\u0627\u0644\u0647", "pad.importExport.exportdokuwiki": "ډوکوويکي",
"timeslider.month.january": "\u062c\u0646\u0648\u0631\u064a", "pad.modals.connected": "اړيکمن شو.",
"timeslider.month.february": "\u0641\u0628\u0631\u0648\u0631\u064a", "pad.modals.slowcommit.explanation": "پالنگر ځواب نه وايي.",
"timeslider.month.march": "\u0645\u0627\u0631\u0686", "pad.modals.slowcommit.cause": "دا کېدای شي د جال د اړيکتيايي ستونزو په سبب وي.",
"timeslider.month.april": "\u0627\u067e\u0631\u06d0\u0644", "pad.modals.deleted": "ړنگ شو.",
"timeslider.month.may": "\u0645\u06cd", "pad.share.readonly": "يوازې لوستنه",
"timeslider.month.june": "\u062c\u0648\u0646", "pad.share.link": "تړنه",
"timeslider.month.july": "\u062c\u0648\u0644\u0627\u06cc", "pad.share.emebdcode": "يو آر اېل ټومبل",
"timeslider.month.august": "\u0627\u06ab\u0633\u067c", "pad.chat": "بانډار",
"timeslider.month.september": "\u0633\u06d0\u067e\u062a\u0645\u0628\u0631", "pad.chat.loadmessages": "نور پيغامونه برسېرول",
"timeslider.month.october": "\u0627\u06a9\u062a\u0648\u0628\u0631", "timeslider.toolbar.authors": "ليکوال:",
"timeslider.month.november": "\u0646\u0648\u0645\u0628\u0631", "timeslider.toolbar.authorsList": "بې ليکواله",
"timeslider.month.december": "\u0689\u064a\u0633\u0645\u0628\u0631", "timeslider.toolbar.exportlink.title": "صادرول",
"pad.userlist.entername": "\u0646\u0648\u0645 \u0645\u0648 \u0648\u0631\u06a9\u0693\u06cd", "timeslider.version": "بڼه {{version}}",
"pad.userlist.unnamed": "\u0628\u06d0 \u0646\u0648\u0645\u0647", "timeslider.saved": "خوندي شو {{month}} {{day}}, {{year}}",
"pad.userlist.guest": "\u0645\u06d0\u0644\u0645\u0647", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"pad.userlist.deny": "\u0631\u062f\u0648\u0644", "timeslider.month.january": "جنوري",
"pad.userlist.approve": "\u0645\u0646\u0644" "timeslider.month.february": "فبروري",
"timeslider.month.march": "مارچ",
"timeslider.month.april": "اپرېل",
"timeslider.month.may": "مۍ",
"timeslider.month.june": "جون",
"timeslider.month.july": "جولای",
"timeslider.month.august": "اگسټ",
"timeslider.month.september": "سېپتمبر",
"timeslider.month.october": "اکتوبر",
"timeslider.month.november": "نومبر",
"timeslider.month.december": "ډيسمبر",
"timeslider.unnamedauthors": "{{num}} بېنومه ليکوالان",
"pad.savedrevs.marked": "اوس دا مخکتنه د يوې خوندي شوې مخکتنې په توگه په نښه شوه",
"pad.userlist.entername": "نوم مو ورکړۍ",
"pad.userlist.unnamed": "بې نومه",
"pad.userlist.guest": "مېلمه",
"pad.userlist.deny": "ردول",
"pad.userlist.approve": "منل"
} }

View File

@ -1,118 +1,127 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Tuliouel" "Gusta",
] "Luckas",
}, "Prilopes",
"index.newPad": "Nova Nota", "TheGabrielZaum",
"index.createOpenPad": "ou criar-abrir uma Nota com o nome:", "Titoncio",
"pad.toolbar.bold.title": "Negrito (Ctrl-B)", "Tuliouel"
"pad.toolbar.italic.title": "It\u00e1lico (Ctrl-I)", ]
"pad.toolbar.underline.title": "Sublinhar (Ctrl-U)", },
"pad.toolbar.strikethrough.title": "Tachado", "index.newPad": "Nova Nota",
"pad.toolbar.ol.title": "Lista ordenada", "index.createOpenPad": "ou criar-abrir uma Nota com o nome:",
"pad.toolbar.ul.title": "Lista n\u00e3o ordenada", "pad.toolbar.bold.title": "Negrito (Ctrl-B)",
"pad.toolbar.indent.title": "Aumentar Recuo", "pad.toolbar.italic.title": "Itálico (Ctrl-I)",
"pad.toolbar.unindent.title": "Diminuir Recuo", "pad.toolbar.underline.title": "Sublinhar (Ctrl-U)",
"pad.toolbar.undo.title": "Desfazer (Ctrl-Z)", "pad.toolbar.strikethrough.title": "Tachado",
"pad.toolbar.redo.title": "Refazer (Ctrl-Y)", "pad.toolbar.ol.title": "Lista ordenada",
"pad.toolbar.clearAuthorship.title": "Limpar as cores de identifica\u00e7\u00e3o de autoria", "pad.toolbar.ul.title": "Lista não ordenada",
"pad.toolbar.import_export.title": "Importar\/Exportar de\/para diferentes formatos de arquivo", "pad.toolbar.indent.title": "Aumentar Recuo (TAB)",
"pad.toolbar.timeslider.title": "Linha do tempo", "pad.toolbar.unindent.title": "Diminuir Recuo (Shift+TAB)",
"pad.toolbar.savedRevision.title": "Revis\u00f5es Salvas", "pad.toolbar.undo.title": "Desfazer (Ctrl-Z)",
"pad.toolbar.settings.title": "Configura\u00e7\u00f5es", "pad.toolbar.redo.title": "Refazer (Ctrl-Y)",
"pad.toolbar.embed.title": "Incorporar esta Nota", "pad.toolbar.clearAuthorship.title": "Limpar as cores de identificação de autoria",
"pad.toolbar.showusers.title": "Mostrar os usuarios nesta Nota", "pad.toolbar.import_export.title": "Importar/Exportar de/para diferentes formatos de arquivo",
"pad.colorpicker.save": "Salvar", "pad.toolbar.timeslider.title": "Linha do tempo",
"pad.colorpicker.cancel": "Cancelar", "pad.toolbar.savedRevision.title": "Salvar revisão",
"pad.loading": "Carregando...", "pad.toolbar.settings.title": "Configurações",
"pad.passwordRequired": "Voc\u00ea precisa de uma senha para acessar esta Nota", "pad.toolbar.embed.title": "Compartilhar e incorporar esta nota",
"pad.permissionDenied": "Voc\u00ea n\u00e3o tem permiss\u00e3o para acessar esta nota", "pad.toolbar.showusers.title": "Mostrar os usuarios nesta Nota",
"pad.wrongPassword": "Senha incorreta", "pad.colorpicker.save": "Salvar",
"pad.settings.padSettings": "Configura\u00e7\u00f5es da Nota", "pad.colorpicker.cancel": "Cancelar",
"pad.settings.myView": "Minha Vis\u00e3o", "pad.loading": "Carregando...",
"pad.settings.stickychat": "Conversa sempre vis\u00edvel", "pad.passwordRequired": "Você precisa de uma senha para acessar esta Nota",
"pad.settings.colorcheck": "Cores de autoria", "pad.permissionDenied": "Você não tem permissão para acessar esta nota",
"pad.settings.linenocheck": "N\u00fameros de linha", "pad.wrongPassword": "Senha incorreta",
"pad.settings.fontType": "Tipo de fonte:", "pad.settings.padSettings": "Configurações da Nota",
"pad.settings.fontType.normal": "Normal", "pad.settings.myView": "Minha Visão",
"pad.settings.fontType.monospaced": "Monoespa\u00e7ada", "pad.settings.stickychat": "Conversa sempre visível",
"pad.settings.globalView": "Vis\u00e3o global", "pad.settings.colorcheck": "Cores de autoria",
"pad.settings.language": "Idioma:", "pad.settings.linenocheck": "Números de linha",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.rtlcheck": "Ler conteúdo da direita para esquerda?",
"pad.importExport.import": "Enviar um arquivo texto ou documento", "pad.settings.fontType": "Tipo de fonte:",
"pad.importExport.importSuccessful": "Completo!", "pad.settings.fontType.normal": "Normal",
"pad.importExport.export": "Exportar a presente nota como:", "pad.settings.fontType.monospaced": "Monoespaçada",
"pad.importExport.exporthtml": "HTML", "pad.settings.globalView": "Visão global",
"pad.importExport.exportplain": "Texto puro", "pad.settings.language": "Idioma:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.exportpdf": "PDF", "pad.importExport.import": "Enviar um arquivo texto ou documento",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.importSuccessful": "Completo!",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.export": "Exportar a presente nota como:",
"pad.importExport.abiword.innerHTML": "Voc\u00ea s\u00f3 pode importar de formatos de texto puro ou html. Para recursos de importa\u00e7\u00e3o mais avan\u00e7ados <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">instale o abiword<\/a>.", "pad.importExport.exporthtml": "HTML",
"pad.modals.connected": "Conectado.", "pad.importExport.exportplain": "Texto puro",
"pad.modals.reconnecting": "Reconectando \u00e0 sua nota...", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.forcereconnect": "For\u00e7ar reconex\u00e3o", "pad.importExport.exportpdf": "PDF",
"pad.modals.userdup": "Aberto noutra janela", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.userdup.explanation": "Esta nota parece estar aberta em mais de uma janela de navegador deste computador.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup.advice": "Reconectar para usar esta janela.", "pad.importExport.abiword.innerHTML": "Você só pode importar de formatos de texto puro ou html. Para recursos de importação mais avançados \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstale o abiword\u003C/a\u003E.",
"pad.modals.unauth": "N\u00e3o autorizado", "pad.modals.connected": "Conectado.",
"pad.modals.unauth.explanation": "Suas permiss\u00f5es foram mudadas enquanto visualizava esta p\u00e1gina. Tente reconectar.", "pad.modals.reconnecting": "Reconectando à sua nota...",
"pad.modals.looping": "Reconectado.", "pad.modals.forcereconnect": "Forçar reconexão",
"pad.modals.looping.explanation": "H\u00e1 problemas de comunica\u00e7\u00e3o com o servidor de sincroniza\u00e7\u00e3o.", "pad.modals.userdup": "Aberto noutra janela",
"pad.modals.looping.cause": "Talvez voc\u00ea tenha conectado por um firewall ou proxy incompat\u00edvel.", "pad.modals.userdup.explanation": "Esta nota parece estar aberta em mais de uma janela de navegador deste computador.",
"pad.modals.initsocketfail": "Servidor \u00e9 inalcan\u00e7\u00e1vel.", "pad.modals.userdup.advice": "Reconectar para usar esta janela.",
"pad.modals.initsocketfail.explanation": "N\u00e3o foi poss\u00edvel conectar com o servidor de sincroniza\u00e7\u00e3o.", "pad.modals.unauth": "Não autorizado",
"pad.modals.initsocketfail.cause": "Isto provavelmente ocorreu por um problema em seu navegador ou conex\u00e3o.", "pad.modals.unauth.explanation": "Suas permissões foram mudadas enquanto visualizava esta página. Tente reconectar.",
"pad.modals.slowcommit": "Desconectado.", "pad.modals.looping.explanation": "Há problemas de comunicação com o servidor de sincronização.",
"pad.modals.slowcommit.explanation": "O servidor n\u00e3o responde.", "pad.modals.looping.cause": "Talvez você tenha conectado por um firewall ou proxy incompatível.",
"pad.modals.slowcommit.cause": "Isto pode ser por problemas com a conex\u00e3o de rede.", "pad.modals.initsocketfail": "Servidor é inalcançável.",
"pad.modals.deleted": "Exclu\u00eddo", "pad.modals.initsocketfail.explanation": "Não foi possível conectar com o servidor de sincronização.",
"pad.modals.deleted.explanation": "Esta nota foi removida.", "pad.modals.initsocketfail.cause": "Isto provavelmente ocorreu por um problema em seu navegador ou conexão.",
"pad.modals.disconnected": "Voc\u00ea foi desconectado.", "pad.modals.slowcommit.explanation": "O servidor não responde.",
"pad.modals.disconnected.explanation": "A conex\u00e3o com o servidor foi perdida", "pad.modals.slowcommit.cause": "Isto pode ser por problemas com a conexão de rede.",
"pad.modals.disconnected.cause": "O servidor pode estar indispon\u00edvel. Comunique-nos caso isso continue.", "pad.modals.badChangeset.explanation": "Uma edição que você fez foi classificada como ilegal pelo servidor de sincronização.",
"pad.share": "Compartilhar esta nota", "pad.modals.badChangeset.cause": "Isto pode ocorrer devido a uma configuração errada do servidor ou algum outro comportamento inesperado. Por favor contate o administrador, se você acredita que é um erro. Tente reconectar para continuar editando.",
"pad.share.readonly": "Somente leitura", "pad.modals.corruptPad.explanation": "O pad que você está tentando acessar está corrompido.",
"pad.share.link": "Liga\u00e7\u00e3o", "pad.modals.corruptPad.cause": "Isto pode ocorrer devido a uma configuração errada do servidor ou algum outro comportamento inesperado. Por favor contate o administrador.",
"pad.share.emebdcode": "Incorporar o URL", "pad.modals.deleted": "Excluído",
"pad.chat": "Bate-papo", "pad.modals.deleted.explanation": "Esta nota foi removida.",
"pad.chat.title": "Abrir o bate-papo desta nota.", "pad.modals.disconnected": "Você foi desconectado.",
"pad.chat.loadmessages": "Carregar mais mensagens", "pad.modals.disconnected.explanation": "A conexão com o servidor foi perdida",
"timeslider.pageTitle": "Linha do tempo de {{appTitle}}", "pad.modals.disconnected.cause": "O servidor pode estar indisponível. Por favor, notifique o administrador caso isso continue.",
"timeslider.toolbar.returnbutton": "Retornar para a nota", "pad.share": "Compartilhar esta nota",
"timeslider.toolbar.authors": "Autores:", "pad.share.readonly": "Somente leitura",
"timeslider.toolbar.authorsList": "Sem autores", "pad.share.link": "Ligação",
"timeslider.toolbar.exportlink.title": "Exportar", "pad.share.emebdcode": "Incorporar o URL",
"timeslider.exportCurrent": "Exportar a vers\u00e3o atual em formato:", "pad.chat": "Bate-papo",
"timeslider.version": "Vers\u00e3o {{version}}", "pad.chat.title": "Abrir o bate-papo desta nota.",
"timeslider.saved": "Salvo em {{day}} de {{month}} de {{year}}", "pad.chat.loadmessages": "Carregar mais mensagens",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.pageTitle": "Linha do tempo de {{appTitle}}",
"timeslider.month.january": "Janeiro", "timeslider.toolbar.returnbutton": "Retornar para a nota",
"timeslider.month.february": "Fevereiro", "timeslider.toolbar.authors": "Autores:",
"timeslider.month.march": "Mar\u00e7o", "timeslider.toolbar.authorsList": "Sem autores",
"timeslider.month.april": "Abril", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.month.may": "Maio", "timeslider.exportCurrent": "Exportar a versão atual em formato:",
"timeslider.month.june": "Junho", "timeslider.version": "Versão {{version}}",
"timeslider.month.july": "Julho", "timeslider.saved": "Salvo em {{day}} de {{month}} de {{year}}",
"timeslider.month.august": "Agosto", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.september": "Setembro", "timeslider.month.january": "Janeiro",
"timeslider.month.october": "Outubro", "timeslider.month.february": "Fevereiro",
"timeslider.month.november": "Novembro", "timeslider.month.march": "Março",
"timeslider.month.december": "Dezembro", "timeslider.month.april": "Abril",
"pad.savedrevs.marked": "Esta revis\u00e3o foi marcada como salva", "timeslider.month.may": "Maio",
"pad.userlist.entername": "Insira o seu nome", "timeslider.month.june": "Junho",
"pad.userlist.unnamed": "Sem t\u00edtulo", "timeslider.month.july": "Julho",
"pad.userlist.guest": "Convidado", "timeslider.month.august": "Agosto",
"pad.userlist.deny": "Negar", "timeslider.month.september": "Setembro",
"pad.userlist.approve": "Aprovar", "timeslider.month.october": "Outubro",
"pad.editbar.clearcolors": "Deseja limpar cores de autoria em todo o documento?", "timeslider.month.november": "Novembro",
"pad.impexp.importbutton": "Importar agora", "timeslider.month.december": "Dezembro",
"pad.impexp.importing": "Importando...", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: autor anônimo, other: autores anônimos ]}",
"pad.impexp.confirmimport": "Importar um arquivo sobrescrever\u00e1 o atual texto da nota. Tem certeza de que deseja prosseguir?", "pad.savedrevs.marked": "Esta revisão foi marcada como salva",
"pad.impexp.convertFailed": "N\u00e3o foi poss\u00edvel importar este arquivo. Use outro formato ou copie e cole manualmente", "pad.userlist.entername": "Insira o seu nome",
"pad.impexp.uploadFailed": "O envio falhou. Tente outra vez", "pad.userlist.unnamed": "Sem título",
"pad.impexp.importfailed": "A importa\u00e7\u00e3o falhou", "pad.userlist.guest": "Convidado",
"pad.impexp.copypaste": "Copie e cole", "pad.userlist.deny": "Negar",
"pad.impexp.exportdisabled": "A exposta\u00e7\u00e3o em formato {{type}} est\u00e1 desativada. Comunique-se com o administrador do sistema para detalhes." "pad.userlist.approve": "Aprovar",
"pad.editbar.clearcolors": "Deseja limpar cores de autoria em todo o documento?",
"pad.impexp.importbutton": "Importar agora",
"pad.impexp.importing": "Importando...",
"pad.impexp.confirmimport": "Importar um arquivo sobrescreverá o atual texto da nota. Tem certeza de que deseja prosseguir?",
"pad.impexp.convertFailed": "Não foi possível importar este arquivo. Use outro formato ou copie e cole manualmente",
"pad.impexp.uploadFailed": "O envio falhou. Tente outra vez",
"pad.impexp.importfailed": "A importação falhou",
"pad.impexp.copypaste": "Copie e cole",
"pad.impexp.exportdisabled": "A expostação em formato {{type}} está desativada. Comunique-se com o administrador do sistema para detalhes."
} }

View File

@ -1,59 +1,76 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Waldir" "0": "Hamilton Abreu",
} "1": "Luckas",
}, "3": "Tuliouel",
"index.newPad": "Novo Pad", "4": "Waldir"
"index.createOpenPad": "ou criar\/abrir um Pad com o nome:", }
"pad.toolbar.bold.title": "Negrito (Ctrl-B)", },
"pad.toolbar.italic.title": "It\u00e1lico (Ctrl-I)", "index.newPad": "Nova Nota",
"pad.toolbar.underline.title": "Sublinhado (Ctrl-U)", "index.createOpenPad": "ou crie/abra uma Nota com o nome:",
"pad.toolbar.ol.title": "Lista numerada", "pad.toolbar.bold.title": "Negrito (Ctrl-B)",
"pad.toolbar.ul.title": "Lista", "pad.toolbar.italic.title": "Itálico (Ctrl-I)",
"pad.toolbar.undo.title": "Desfazer (Ctrl-Z)", "pad.toolbar.underline.title": "Sublinhado (Ctrl-U)",
"pad.toolbar.redo.title": "Refazer (Ctrl-Y)", "pad.toolbar.strikethrough.title": "Riscar",
"pad.toolbar.clearAuthorship.title": "Limpar cores de autoria", "pad.toolbar.ol.title": "Lista numerada",
"pad.toolbar.import_export.title": "Importar\/exportar de\/para diferentes formatos de ficheiro", "pad.toolbar.ul.title": "Lista",
"pad.toolbar.timeslider.title": "Linha de tempo", "pad.toolbar.indent.title": "Avançar",
"pad.toolbar.savedRevision.title": "Vers\u00f5es gravadas", "pad.toolbar.unindent.title": "Recuar",
"pad.toolbar.settings.title": "Configura\u00e7\u00f5es", "pad.toolbar.undo.title": "Desfazer (Ctrl-Z)",
"pad.toolbar.embed.title": "Incorporar este Pad", "pad.toolbar.redo.title": "Refazer (Ctrl-Y)",
"pad.toolbar.showusers.title": "Mostrar os utilizadores neste Pad", "pad.toolbar.clearAuthorship.title": "Limpar cores de autoria",
"pad.colorpicker.save": "Gravar", "pad.toolbar.import_export.title": "Importar/exportar de/para diferentes formatos de ficheiro",
"pad.colorpicker.cancel": "Cancelar", "pad.toolbar.timeslider.title": "Linha de tempo",
"pad.loading": "A carregar\u2026", "pad.toolbar.savedRevision.title": "Salvar revisão",
"pad.settings.padSettings": "Configura\u00e7\u00f5es do Pad", "pad.toolbar.settings.title": "Configurações",
"pad.settings.myView": "Minha vista", "pad.toolbar.embed.title": "Incorporar este Pad",
"pad.settings.colorcheck": "Cores de autoria", "pad.toolbar.showusers.title": "Mostrar os utilizadores nesta Nota",
"pad.settings.linenocheck": "N\u00fameros de linha", "pad.colorpicker.save": "Gravar",
"pad.settings.fontType": "Tipo de letra:", "pad.colorpicker.cancel": "Cancelar",
"pad.settings.fontType.normal": "Normal", "pad.loading": "A carregar…",
"pad.settings.fontType.monospaced": "Monoespa\u00e7ada", "pad.settings.padSettings": "Configurações da Nota",
"pad.settings.globalView": "Vista global", "pad.settings.myView": "Minha vista",
"pad.settings.language": "L\u00edngua:", "pad.settings.colorcheck": "Cores de autoria",
"pad.importExport.import_export": "Importar\/Exportar", "pad.settings.linenocheck": "Números de linha",
"pad.importExport.import": "Carregar qualquer ficheiro de texto ou documento", "pad.settings.fontType": "Tipo de letra:",
"pad.importExport.export": "Exportar o Pad actual como:", "pad.settings.fontType.normal": "Normal",
"pad.importExport.exporthtml": "HTML", "pad.settings.fontType.monospaced": "Monoespaçada",
"pad.importExport.exportplain": "Texto simples", "pad.settings.globalView": "Vista global",
"pad.importExport.exportword": "Microsoft Word", "pad.settings.language": "Língua:",
"pad.importExport.exportpdf": "PDF", "pad.importExport.import_export": "Importar/Exportar",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.import": "Carregar qualquer ficheiro de texto ou documento",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.export": "Exportar a Nota atual como:",
"pad.modals.connected": "Ligado.", "pad.importExport.exporthtml": "HTML",
"pad.modals.reconnecting": "Reconectando-se ao seu bloco\u2026", "pad.importExport.exportplain": "Texto simples",
"pad.modals.forcereconnect": "For\u00e7ar reconex\u00e3o", "pad.importExport.exportword": "Microsoft Word",
"timeslider.month.january": "Janeiro", "pad.importExport.exportpdf": "PDF",
"timeslider.month.february": "Fevereiro", "pad.importExport.exportopen": "ODF (Open Document Format)",
"timeslider.month.march": "Mar\u00e7o", "pad.importExport.exportdokuwiki": "DokuWiki",
"timeslider.month.april": "Abril\ufffd\ufffd", "pad.modals.connected": "Ligado.",
"timeslider.month.may": "Maio", "pad.modals.reconnecting": "Reconectando-se ao seu bloco…",
"timeslider.month.june": "Junho", "pad.modals.forcereconnect": "Forçar reconexão",
"timeslider.month.july": "Julho", "pad.modals.unauth": "Não autorizado",
"timeslider.month.august": "Agosto", "pad.modals.slowcommit.explanation": "O servidor não está respondendo.",
"timeslider.month.september": "Setembro", "timeslider.toolbar.authors": "Autores:",
"timeslider.month.october": "Outubro", "timeslider.toolbar.exportlink.title": "Exportar",
"timeslider.month.november": "Novembro", "timeslider.month.january": "Janeiro",
"timeslider.month.december": "Dezembro" "timeslider.month.february": "Fevereiro",
"timeslider.month.march": "Março",
"timeslider.month.april": "Abril",
"timeslider.month.may": "Maio",
"timeslider.month.june": "Junho",
"timeslider.month.july": "Julho",
"timeslider.month.august": "Agosto",
"timeslider.month.september": "Setembro",
"timeslider.month.october": "Outubro",
"timeslider.month.november": "Novembro",
"timeslider.month.december": "Dezembro",
"pad.userlist.entername": "Insira o seu nome",
"pad.userlist.unnamed": "sem nome",
"pad.userlist.guest": "Convidado",
"pad.userlist.deny": "Negar",
"pad.userlist.approve": "Aprovar",
"pad.impexp.importbutton": "Importar agora",
"pad.impexp.importing": "Importando..."
} }

View File

@ -1,123 +1,126 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Amire80", "Amire80",
"DCamer", "DCamer",
"Eleferen", "Eleferen",
"Volkov" "Okras",
] "Volkov"
}, ]
"index.newPad": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c", },
"index.createOpenPad": "\u0438\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\/\u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c:", "index.newPad": "Создать",
"pad.toolbar.bold.title": "\u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439 (Ctrl-B)", "index.createOpenPad": "или создать/открыть документ с именем:",
"pad.toolbar.italic.title": "\u043a\u0443\u0440\u0441\u0438\u0432 (Ctrl-I)", "pad.toolbar.bold.title": "полужирный (Ctrl-B)",
"pad.toolbar.underline.title": "\u043f\u043e\u0434\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435 (Ctrl-U)", "pad.toolbar.italic.title": "курсив (Ctrl-I)",
"pad.toolbar.strikethrough.title": "\u0437\u0430\u0447\u0451\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u0435", "pad.toolbar.underline.title": "подчёркивание (Ctrl-U)",
"pad.toolbar.ol.title": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.strikethrough.title": "зачёркивание",
"pad.toolbar.ul.title": "\u041d\u0435\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.ol.title": "Упорядоченный список",
"pad.toolbar.indent.title": "\u041e\u0442\u0441\u0442\u0443\u043f", "pad.toolbar.ul.title": "Неупорядоченный список",
"pad.toolbar.unindent.title": "\u0412\u044b\u0441\u0442\u0443\u043f", "pad.toolbar.indent.title": "Отступ",
"pad.toolbar.undo.title": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c (Ctrl-Z)", "pad.toolbar.unindent.title": "Выступ",
"pad.toolbar.redo.title": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c (Ctrl-Y)", "pad.toolbar.undo.title": "Отменить (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0446\u0432\u0435\u0442\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", "pad.toolbar.redo.title": "Вернуть (Ctrl-Y)",
"pad.toolbar.import_export.title": "\u0418\u043c\u043f\u043e\u0440\u0442\/\u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432", "pad.toolbar.clearAuthorship.title": "Очистить цвета документа",
"pad.toolbar.timeslider.title": "\u0428\u043a\u0430\u043b\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438", "pad.toolbar.import_export.title": "Импорт/экспорт с использованием различных форматов файлов",
"pad.toolbar.savedRevision.title": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438", "pad.toolbar.timeslider.title": "Шкала времени",
"pad.toolbar.settings.title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "pad.toolbar.savedRevision.title": "Сохранить версию",
"pad.toolbar.embed.title": "\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "pad.toolbar.settings.title": "Настройки",
"pad.toolbar.showusers.title": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435", "pad.toolbar.embed.title": "Поделиться и встроить этот документ",
"pad.colorpicker.save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c", "pad.toolbar.showusers.title": "Показать пользователей в документе",
"pad.colorpicker.cancel": "\u041e\u0442\u043c\u0435\u043d\u0430", "pad.colorpicker.save": "Сохранить",
"pad.loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...", "pad.colorpicker.cancel": "Отмена",
"pad.passwordRequired": "\u0412\u0430\u043c \u043d\u0443\u0436\u0435\u043d \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430", "pad.loading": "Загрузка...",
"pad.permissionDenied": "\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f", "pad.passwordRequired": "Вам нужен пароль для доступа",
"pad.wrongPassword": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", "pad.permissionDenied": "У вас нет разрешения на доступ",
"pad.settings.padSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", "pad.wrongPassword": "Неправильный пароль",
"pad.settings.myView": "\u041c\u043e\u0439 \u0432\u0438\u0434", "pad.settings.padSettings": "Настройки документа",
"pad.settings.stickychat": "\u0412\u0441\u0435\u0433\u0434\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0447\u0430\u0442", "pad.settings.myView": "Мой вид",
"pad.settings.colorcheck": "\u0426\u0432\u0435\u0442\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430", "pad.settings.stickychat": "Всегда отображать чат",
"pad.settings.linenocheck": "\u041d\u043e\u043c\u0435\u0440\u0430 \u0441\u0442\u0440\u043e\u043a", "pad.settings.colorcheck": "Цвета документа",
"pad.settings.fontType": "\u0422\u0438\u043f \u0448\u0440\u0438\u0444\u0442\u0430:", "pad.settings.linenocheck": "Номера строк",
"pad.settings.fontType.normal": "\u041e\u0431\u044b\u0447\u043d\u044b\u0439", "pad.settings.rtlcheck": "Читать содержимое справа налево?",
"pad.settings.fontType.monospaced": "\u041c\u043e\u043d\u043e\u0448\u0438\u0440\u0438\u043d\u043d\u044b\u0439", "pad.settings.fontType": "Тип шрифта:",
"pad.settings.globalView": "\u041e\u0431\u0449\u0438\u0439 \u0432\u0438\u0434", "pad.settings.fontType.normal": "Обычный",
"pad.settings.language": "\u042f\u0437\u044b\u043a:", "pad.settings.fontType.monospaced": "Моноширинный",
"pad.importExport.import_export": "\u0418\u043c\u043f\u043e\u0440\u0442\/\u044d\u043a\u0441\u043f\u043e\u0440\u0442", "pad.settings.globalView": "Общий вид",
"pad.importExport.import": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u044e\u0431\u043e\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "pad.settings.language": "Язык:",
"pad.importExport.importSuccessful": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e!", "pad.importExport.import_export": "Импорт/экспорт",
"pad.importExport.export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043a\u0430\u043a:", "pad.importExport.import": "Загрузить любой текстовый файл или документ",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Успешно!",
"pad.importExport.exportplain": "\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "pad.importExport.export": "Экспортировать текущий документ как:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Обычный текст",
"pad.importExport.exportopen": "ODF (\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 OpenOffice)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430 \u0438\u043b\u0438 HTML. \u0414\u043b\u044f \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u0438\u043c\u043f\u043e\u0440\u0442\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 AbiWord<\/a>.", "pad.importExport.exportopen": "ODF (документ OpenOffice)",
"pad.modals.connected": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.importExport.abiword.innerHTML": "Вы можете импортировать только из обычного текста или HTML. Для более продвинутых функций импорта, пожалуйста, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eустановите AbiWord\u003C/a\u003E.",
"pad.modals.forcereconnect": "\u041f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435", "pad.modals.connected": "Подключен.",
"pad.modals.userdup": "\u041e\u0442\u043a\u0440\u044b\u0442\u043e \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043e\u043a\u043d\u0435", "pad.modals.reconnecting": "Повторное подключение к вашему документу",
"pad.modals.userdup.explanation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043e\u0442\u043a\u0440\u044b\u0442 \u0431\u043e\u043b\u0435\u0435 \u0447\u0435\u043c \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u043a\u043d\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u043d\u0430 \u044d\u0442\u043e\u043c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435.", "pad.modals.forcereconnect": "Принудительное переподключение",
"pad.modals.userdup.advice": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u044d\u0442\u043e\u0433\u043e \u043e\u043a\u043d\u0430.", "pad.modals.userdup": "Открыто в другом окне",
"pad.modals.unauth": "\u041d\u0435 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d", "pad.modals.userdup.explanation": "Документ, возможно, открыт более чем в одном окне браузера на этом компьютере.",
"pad.modals.unauth.explanation": "\u0412\u0430\u0448\u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0431\u044b\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u0442\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e.", "pad.modals.userdup.advice": "Повторно подключить с использованием этого окна.",
"pad.modals.looping": "\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.", "pad.modals.unauth": "Не авторизован",
"pad.modals.looping.explanation": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441\u0432\u044f\u0437\u0438 \u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438.", "pad.modals.unauth.explanation": "Ваши разрешения были изменены во время просмотра этой страницы. Попробуйте подключиться повторно.",
"pad.modals.looping.cause": "\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u043b\u0438\u0441\u044c \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u044d\u0440 \u0438\u043b\u0438 \u043f\u0440\u043e\u043a\u0441\u0438.", "pad.modals.looping.explanation": "Проблемы связи с сервером синхронизации.",
"pad.modals.initsocketfail": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d.", "pad.modals.looping.cause": "Возможно, вы подключились через несовместимый брандмауэр или прокси.",
"pad.modals.initsocketfail.explanation": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438.", "pad.modals.initsocketfail": "Сервер недоступен.",
"pad.modals.initsocketfail.cause": "\u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u044d\u0442\u043e \u0432\u044b\u0437\u0432\u0430\u043d\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u043c\u0438 \u0441 \u0432\u0430\u0448\u0438\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c \u0438\u043b\u0438 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u043c.", "pad.modals.initsocketfail.explanation": "Не удалось подключиться к серверу синхронизации.",
"pad.modals.slowcommit": "\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.", "pad.modals.initsocketfail.cause": "Вероятно, это вызвано проблемами с вашим браузером или интернет-соединением.",
"pad.modals.slowcommit.explanation": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442.", "pad.modals.slowcommit.explanation": "Сервер не отвечает.",
"pad.modals.slowcommit.cause": "\u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u0437\u0432\u0430\u043d\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u043c\u0438 \u0441 \u0441\u0435\u0442\u0435\u0432\u044b\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c.", "pad.modals.slowcommit.cause": "Это может быть вызвано проблемами с сетевым подключением.",
"pad.modals.deleted": "\u0423\u0434\u0430\u043b\u0435\u043d.", "pad.modals.badChangeset.explanation": "Правка, которую вы сделали, была классифицирована сервером синхронизации как недопустимая.",
"pad.modals.deleted.explanation": "\u042d\u0442\u043e\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0435\u043d.", "pad.modals.badChangeset.cause": "Это может быть из-за неправильной конфигурации сервера или некоторых других неожиданных действий. Пожалуйста, свяжитесь с администратором службы, если вы считаете, что это ошибка. Попробуйте переподключиться для того, чтобы продолжить редактирование.",
"pad.modals.disconnected": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043e\u0440\u0432\u0430\u043d\u043e.", "pad.modals.corruptPad.explanation": "Документ, к которому вы пытаетесь получить доступ, повреждён.",
"pad.modals.disconnected.explanation": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043e", "pad.modals.corruptPad.cause": "Это может быть из-за неправильной конфигурации сервера или некоторых других неожиданных действий. Пожалуйста, свяжитесь с администратором службы.",
"pad.modals.disconnected.cause": "\u0421\u0435\u0440\u0432\u0435\u0440, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d. \u0421\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043d\u0430\u043c, \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0441\u044f.", "pad.modals.deleted": "Удален.",
"pad.share": "\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f", "pad.modals.deleted.explanation": "Этот документ был удален.",
"pad.share.readonly": "\u0422\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u0435\u043d\u0438\u0435", "pad.modals.disconnected": "Соединение разорвано.",
"pad.share.link": "\u0421\u0441\u044b\u043b\u043a\u0430", "pad.modals.disconnected.explanation": "Подключение к серверу потеряно",
"pad.share.emebdcode": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c URL", "pad.modals.disconnected.cause": "Сервер, возможно, недоступен. Пожалуйста, сообщите администратору службы, если проблема будет повторятся.",
"pad.chat": "\u0427\u0430\u0442", "pad.share": "Поделиться",
"pad.chat.title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0447\u0430\u0442 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430.", "pad.share.readonly": "Только чтение",
"pad.chat.loadmessages": "\u0415\u0449\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f", "pad.share.link": "Ссылка",
"timeslider.pageTitle": "\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f \u0448\u043a\u0430\u043b\u0430 {{appTitle}}", "pad.share.emebdcode": "Вставить URL",
"timeslider.toolbar.returnbutton": "\u041a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.chat": "Чат",
"timeslider.toolbar.authors": "\u0410\u0432\u0442\u043e\u0440\u044b:", "pad.chat.title": "Открыть чат для этого документа.",
"timeslider.toolbar.authorsList": "\u041d\u0435\u0442 \u0430\u0432\u0442\u043e\u0440\u043e\u0432", "pad.chat.loadmessages": "Еще сообщения",
"timeslider.toolbar.exportlink.title": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442", "timeslider.pageTitle": "Временная шкала {{appTitle}}",
"timeslider.exportCurrent": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043a\u0430\u043a:", "timeslider.toolbar.returnbutton": "К документу",
"timeslider.version": "\u0412\u0435\u0440\u0441\u0438\u044f {{version}}", "timeslider.toolbar.authors": "Авторы:",
"timeslider.saved": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043e {{day}}.{{month}}.{{year}}", "timeslider.toolbar.authorsList": "Нет авторов",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "Экспорт",
"timeslider.month.january": "\u044f\u043d\u0432\u0430\u0440\u044c", "timeslider.exportCurrent": "Экспортировать текущую версию как:",
"timeslider.month.february": "\u0444\u0435\u0432\u0440\u0430\u043b\u044c", "timeslider.version": "Версия {{version}}",
"timeslider.month.march": "\u043c\u0430\u0440\u0442", "timeslider.saved": "Сохранено {{day}}.{{month}}.{{year}}",
"timeslider.month.april": "\u0430\u043f\u0440\u0435\u043b\u044c", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "\u043c\u0430\u0439", "timeslider.month.january": "январь",
"timeslider.month.june": "\u0438\u044e\u043d\u044c", "timeslider.month.february": "февраль",
"timeslider.month.july": "\u0438\u044e\u043b\u044c", "timeslider.month.march": "март",
"timeslider.month.august": "\u0430\u0432\u0433\u0443\u0441\u0442", "timeslider.month.april": "апрель",
"timeslider.month.september": "\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c", "timeslider.month.may": "май",
"timeslider.month.october": "\u043e\u043a\u0442\u044f\u0431\u0440\u044c", "timeslider.month.june": "июнь",
"timeslider.month.november": "\u043d\u043e\u044f\u0431\u0440\u044c", "timeslider.month.july": "июль",
"timeslider.month.december": "\u0434\u0435\u043a\u0430\u0431\u0440\u044c", "timeslider.month.august": "август",
"timeslider.unnamedauthor": "{{num}} \u0431\u0435\u0437\u044b\u043c\u044f\u043d\u043d\u044b\u0439 \u0430\u0432\u0442\u043e\u0440", "timeslider.month.september": "сентябрь",
"timeslider.unnamedauthors": "\u0431\u0435\u0437\u044b\u043c\u044f\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432: {{num}}", "timeslider.month.october": "октябрь",
"pad.savedrevs.marked": "\u042d\u0442\u0430 \u0432\u0435\u0440\u0441\u0438\u044f \u0442\u0435\u043f\u0435\u0440\u044c \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u0430 \u043a\u0430\u043a \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u0430\u044f", "timeslider.month.november": "ноябрь",
"pad.userlist.entername": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043c\u044f", "timeslider.month.december": "декабрь",
"pad.userlist.unnamed": "\u0431\u0435\u0437\u044b\u043c\u044f\u043d\u043d\u044b\u0439", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: безымянный автор, few: безымянных автора, many: безымянных авторов, other: безымянных авторов]}",
"pad.userlist.guest": "\u0413\u043e\u0441\u0442\u044c", "pad.savedrevs.marked": "Эта версия теперь помечена как сохраненная",
"pad.userlist.deny": "\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c", "pad.userlist.entername": "Введите ваше имя",
"pad.userlist.approve": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c", "pad.userlist.unnamed": "безымянный",
"pad.editbar.clearcolors": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0432\u043e \u0432\u0441\u0435\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435?", "pad.userlist.guest": "Гость",
"pad.impexp.importbutton": "\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441", "pad.userlist.deny": "Отклонить",
"pad.impexp.importing": "\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u2026", "pad.userlist.approve": "Утвердить",
"pad.impexp.confirmimport": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0444\u0430\u0439\u043b\u0430 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0448\u0435\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0442\u0435\u043a\u0441\u0442. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?", "pad.editbar.clearcolors": "Очистить авторские цвета во всем документе?",
"pad.impexp.convertFailed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0438\u043b\u0438 \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0432\u0440\u0443\u0447\u043d\u0443\u044e", "pad.impexp.importbutton": "Импортировать сейчас",
"pad.impexp.uploadFailed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437", "pad.impexp.importing": "Импортирование…",
"pad.impexp.importfailed": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438", "pad.impexp.confirmimport": "Импорт файла перезапишет текущий текст. Вы уверены, что вы хотите продолжить?",
"pad.impexp.copypaste": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435", "pad.impexp.convertFailed": "Не удалось импортировать этот файл. Пожалуйста, используйте другой формат или скопируйте вручную",
"pad.impexp.exportdisabled": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 {{type}} \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d. \u0414\u043b\u044f \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443." "pad.impexp.uploadFailed": "Загрузка не удалась, пожалуйста, попробуйте ещё раз",
"pad.impexp.importfailed": "Ошибка при импортировании",
"pad.impexp.copypaste": "Пожалуйста, скопируйте",
"pad.impexp.exportdisabled": "Экспорт в формате {{type}} отключен. Для подробной информации обратитесь к системному администратору."
} }

118
src/locales/sk.json Normal file
View File

@ -0,0 +1,118 @@
{
"@metadata": {
"authors": [
"Teslaton"
]
},
"index.newPad": "Nový Pad",
"index.createOpenPad": "alebo vytvoriť/otvoriť Pad s názvom:",
"pad.toolbar.bold.title": "Tučné (Ctrl-B)",
"pad.toolbar.italic.title": "Kurzíva (Ctrl-I)",
"pad.toolbar.underline.title": "Podčiarknuté (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Prečiarknuté",
"pad.toolbar.ol.title": "Číslovaný zoznam",
"pad.toolbar.ul.title": "Odrážkový zoznam",
"pad.toolbar.indent.title": "Zväčšiť odsadenie",
"pad.toolbar.unindent.title": "Zmenšiť odsadenie",
"pad.toolbar.undo.title": "Späť (Ctrl-Z)",
"pad.toolbar.redo.title": "Znova (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Odstrániť farby autorstva",
"pad.toolbar.import_export.title": "Import/export z/do rôznych formátov súborov",
"pad.toolbar.timeslider.title": "Časová os",
"pad.toolbar.savedRevision.title": "Uložiť revíziu",
"pad.toolbar.settings.title": "Nastavenia",
"pad.toolbar.embed.title": "Zdieľať alebo vložiť tento Pad",
"pad.toolbar.showusers.title": "Zobraziť používateľov tohoto Padu",
"pad.colorpicker.save": "Uložiť",
"pad.colorpicker.cancel": "Zrušiť",
"pad.loading": "Načítava sa...",
"pad.passwordRequired": "Prístup k tomuto Padu je chránený heslom",
"pad.permissionDenied": "Ľutujeme, nemáte oprávnenie pristupovať k tomuto Padu",
"pad.wrongPassword": "Nesprávne heslo",
"pad.settings.padSettings": "Nastavenia Padu",
"pad.settings.myView": "Vlastný pohľad",
"pad.settings.stickychat": "Chat stále na obrazovke",
"pad.settings.colorcheck": "Farby autorstva",
"pad.settings.linenocheck": "Čísla riadkov",
"pad.settings.rtlcheck": "Čítať obsah sprava doľava?",
"pad.settings.fontType": "Typ písma:",
"pad.settings.fontType.normal": "Normálne",
"pad.settings.fontType.monospaced": "Strojové",
"pad.settings.globalView": "Globálny pohľad",
"pad.settings.language": "Jazyk:",
"pad.importExport.import_export": "Import/Export",
"pad.importExport.import": "Nahrať ľubovoľný textový súbor alebo dokument",
"pad.importExport.importSuccessful": "Import úspešný!",
"pad.importExport.export": "Exportovať aktuálny Pad ako:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Čistý text",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Importovať môžete len čistý text alebo HTML. Pre pokročilejšie funkcie importu prosím nainštalujte „\u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003EAbiword\u003C/a\u003E“.",
"pad.modals.connected": "Pripojené.",
"pad.modals.reconnecting": "Opätovné pripájanie k vášmu Padu...",
"pad.modals.forcereconnect": "Vynútiť znovupripojenie",
"pad.modals.userdup": "Otvorené v inom okne",
"pad.modals.userdup.explanation": "Zdá sa, že tento Pad je na tomto počítači otvorený vo viacerých oknách prehliadača.",
"pad.modals.userdup.advice": "Pre použitie tohoto okna se musíte znovu pripojiť.",
"pad.modals.unauth": "Nie ste autorizovaný",
"pad.modals.unauth.explanation": "Vaše oprávnenia sa počas prehliadania tejto stránky zmenili. Skúste sa pripojiť znovu.",
"pad.modals.looping.explanation": "Nastali problémy pri komunikácii so synchronizačným serverom.",
"pad.modals.looping.cause": "Možno ste pripojení cez nekompatibilný firewall alebo proxy server.",
"pad.modals.initsocketfail": "Server je nedostupný.",
"pad.modals.initsocketfail.explanation": "Nepodarilo sa pripojiť k synchronizačnému serveru.",
"pad.modals.initsocketfail.cause": "Príčinou je pravdepodobne problém s prehliadačom alebo internetovým pripojením.",
"pad.modals.slowcommit.explanation": "Server neodpovedá.",
"pad.modals.slowcommit.cause": "Príčinou môže byť problém so sieťovým pripojením.",
"pad.modals.deleted": "Odstránené.",
"pad.modals.deleted.explanation": "Tento Pad bol odstránený.",
"pad.modals.disconnected": "Boli ste odpojení.",
"pad.modals.disconnected.explanation": "Spojenie so serverom sa prerušilo",
"pad.modals.disconnected.cause": "Server môže byť nedostupný. Ak by problém pretrvával, informujte nás prosím.",
"pad.share": "Zdieľať tento Pad",
"pad.share.readonly": "Len na čítanie",
"pad.share.link": "Odkaz",
"pad.share.emebdcode": "Vložiť URL",
"pad.chat": "Chat",
"pad.chat.title": "Otvoriť chat tohoto Padu.",
"pad.chat.loadmessages": "Načítať ďalšie správy",
"timeslider.pageTitle": "Časová os {{appTitle}}",
"timeslider.toolbar.returnbutton": "Návrat do Padu",
"timeslider.toolbar.authors": "Autori:",
"timeslider.toolbar.authorsList": "Bez autorov",
"timeslider.toolbar.exportlink.title": "Export",
"timeslider.exportCurrent": "Exportovať aktuálnu verziu ako:",
"timeslider.version": "Verzia {{version}}",
"timeslider.saved": "Uložené {{day}}. {{month}} {{year}}",
"timeslider.dateformat": "{{day}}. {{month}} {{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "januára",
"timeslider.month.february": "februára",
"timeslider.month.march": "marca",
"timeslider.month.april": "apríla",
"timeslider.month.may": "mája",
"timeslider.month.june": "júna",
"timeslider.month.july": "júla",
"timeslider.month.august": "augusta",
"timeslider.month.september": "septembra",
"timeslider.month.october": "októbra",
"timeslider.month.november": "novembra",
"timeslider.month.december": "decembra",
"timeslider.unnamedauthors": "{{num}} {[ plural(num) one: nemenovaný autor, few: nemenovaní autori, other: nemenovaných autorov ]}",
"pad.savedrevs.marked": "Táto revízia bola označená ako uložená",
"pad.userlist.entername": "Zadajte svoje meno",
"pad.userlist.unnamed": "nemenovaný",
"pad.userlist.guest": "Hosť",
"pad.userlist.deny": "Zakázať",
"pad.userlist.approve": "Schváliť",
"pad.editbar.clearcolors": "Skutočne odstrániť autorské farby z celého dokumentu?",
"pad.impexp.importbutton": "Importovať",
"pad.impexp.importing": "Prebieha import...",
"pad.impexp.confirmimport": "Import súboru prepíše celý súčasný obsah Padu. Skutočne si želáte vykonať túto akciu?",
"pad.impexp.convertFailed": "Tento súbor nie je možné importovať. Použite prosím iný formát súboru alebo nakopírujte text manuálne",
"pad.impexp.uploadFailed": "Nahrávanie zlyhalo, skúste to prosím znovu",
"pad.impexp.importfailed": "Import zlyhal",
"pad.impexp.copypaste": "Vložte prosím kópiu cez schránku",
"pad.impexp.exportdisabled": "Export do formátu {{type}} nie je povolený. Kontaktujte prosím administrátora pre zistenie detailov."
}

View File

@ -1,120 +1,119 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Mateju" "Dbc334",
] "Mateju"
}, ]
"index.newPad": "Nov dokument", },
"index.createOpenPad": "ali pa odpri dokument z imenom:", "index.newPad": "Nov dokument",
"pad.toolbar.bold.title": "Krepko (Ctrl-B)", "index.createOpenPad": "ali pa odpri dokument z imenom:",
"pad.toolbar.italic.title": "Le\u017ee\u010de (Ctrl-I)", "pad.toolbar.bold.title": "Krepko (Ctrl-B)",
"pad.toolbar.underline.title": "Pod\u010drtano (Ctrl-U)", "pad.toolbar.italic.title": "Ležeče (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Pre\u010drtano", "pad.toolbar.underline.title": "Podčrtano (Ctrl-U)",
"pad.toolbar.ol.title": "O\u0161tevil\u010den seznam", "pad.toolbar.strikethrough.title": "Prečrtano",
"pad.toolbar.ul.title": "Vrsti\u010dni seznam", "pad.toolbar.ol.title": "Oštevilčen seznam",
"pad.toolbar.indent.title": "Zamik desno", "pad.toolbar.ul.title": "Vrstični seznam",
"pad.toolbar.unindent.title": "Zamik levo", "pad.toolbar.indent.title": "Zamik desno (TAB)",
"pad.toolbar.undo.title": "Razveljavi (Ctrl-Z)", "pad.toolbar.unindent.title": "Zamik levo (Shift+TAB)",
"pad.toolbar.redo.title": "Ponovno uveljavi (Ctrl-Y)", "pad.toolbar.undo.title": "Razveljavi (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "Po\u010disti barvo avtorstva", "pad.toolbar.redo.title": "Ponovno uveljavi (Ctrl-Y)",
"pad.toolbar.import_export.title": "Izvozi\/Uvozi razli\u010dne oblike zapisov", "pad.toolbar.clearAuthorship.title": "Počisti barvo avtorstva",
"pad.toolbar.timeslider.title": "Drsnik zgodovine", "pad.toolbar.import_export.title": "Izvozi/Uvozi različne oblike zapisov",
"pad.toolbar.savedRevision.title": "Shranjene predelave", "pad.toolbar.timeslider.title": "Drsnik zgodovine",
"pad.toolbar.settings.title": "Nastavitve", "pad.toolbar.savedRevision.title": "Shrani predelavo",
"pad.toolbar.embed.title": "Vstavi dokument", "pad.toolbar.settings.title": "Nastavitve",
"pad.toolbar.showusers.title": "Poka\u017ei uporabnike dokumenta", "pad.toolbar.embed.title": "Deli in vključi dokument",
"pad.colorpicker.save": "Shrani", "pad.toolbar.showusers.title": "Pokaži uporabnike dokumenta",
"pad.colorpicker.cancel": "Prekli\u010di", "pad.colorpicker.save": "Shrani",
"pad.loading": "Nalaganje ...", "pad.colorpicker.cancel": "Prekliči",
"pad.passwordRequired": "Za dostop do dokumenta je zahtevano geslo.", "pad.loading": "Nalaganje ...",
"pad.permissionDenied": "Za dostop do dokumenta so zahtevana posebna dovoljenja.", "pad.passwordRequired": "Za dostop do dokumenta je zahtevano geslo.",
"pad.wrongPassword": "Vpisano geslo je napa\u010dno.", "pad.permissionDenied": "Za dostop do dokumenta so zahtevana posebna dovoljenja.",
"pad.settings.padSettings": "Nastavitve dokumenta", "pad.wrongPassword": "Vpisano geslo je napačno.",
"pad.settings.myView": "Pogled", "pad.settings.padSettings": "Nastavitve dokumenta",
"pad.settings.stickychat": "Vsebina klepeta je vedno na zaslonu.", "pad.settings.myView": "Pogled",
"pad.settings.colorcheck": "Barve avtorstva", "pad.settings.stickychat": "Vsebina klepeta je vedno na zaslonu.",
"pad.settings.linenocheck": "\u0160tevilke vrstic", "pad.settings.colorcheck": "Barve avtorstva",
"pad.settings.fontType": "Vrsta pisave:", "pad.settings.linenocheck": "Številke vrstic",
"pad.settings.fontType.normal": "Obi\u010dajno", "pad.settings.rtlcheck": "Ali naj se vsebina prebira od desne proti levi?",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType": "Vrsta pisave:",
"pad.settings.globalView": "Splo\u0161ni pogled", "pad.settings.fontType.normal": "Običajno",
"pad.settings.language": "Jezik:", "pad.settings.fontType.monospaced": "Monospace",
"pad.importExport.import_export": "Uvoz\/Izvoz", "pad.settings.globalView": "Splošni pogled",
"pad.importExport.import": "Nalo\u017ei katerokoli besedilno datoteko ali dokument.", "pad.settings.language": "Jezik:",
"pad.importExport.importSuccessful": "Opravilo je uspe\u0161no kon\u010dano!", "pad.importExport.import_export": "Uvoz/Izvoz",
"pad.importExport.export": "Izvozi trenutni dokument kot:", "pad.importExport.import": "Naloži katerokoli besedilno datoteko ali dokument.",
"pad.importExport.exporthtml": "HTML (oblikovano besedilo)", "pad.importExport.importSuccessful": "Opravilo je uspešno končano!",
"pad.importExport.exportplain": "TXT (neoblikovano besedilo)", "pad.importExport.export": "Izvozi trenutni dokument kot:",
"pad.importExport.exportword": "DOC (zapis Microsoft Word)", "pad.importExport.exporthtml": "HTML (oblikovano besedilo)",
"pad.importExport.exportpdf": "PDF (zapis Acrobat PDF)", "pad.importExport.exportplain": "TXT (neoblikovano besedilo)",
"pad.importExport.exportopen": "ODF (zapis Open Document)", "pad.importExport.exportword": "DOC (zapis Microsoft Word)",
"pad.importExport.exportdokuwiki": "DokuWiki (zapis DokuWiki)", "pad.importExport.exportpdf": "PDF (zapis Acrobat PDF)",
"pad.importExport.abiword.innerHTML": "Uvoziti je mogo\u010de le obi\u010dajno neoblikovano besedilo in zapise HTML. Za naprednej\u0161e zmo\u017enosti namestite <a href=\\\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\\\">program Abiword<\/a>.", "pad.importExport.exportopen": "ODF (zapis Open Document)",
"pad.modals.connected": "Povezano.", "pad.importExport.exportdokuwiki": "DokuWiki (zapis DokuWiki)",
"pad.modals.reconnecting": "Poteka povezovanje z dokumentom ...", "pad.importExport.abiword.innerHTML": "Uvoziti je mogoče le običajno neoblikovano besedilo in zapise HTML. Za naprednejše zmožnosti namestite \u003Ca href=\\\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\\\"\u003Eprogram Abiword\u003C/a\u003E.",
"pad.modals.forcereconnect": "Vsili ponovno povezavo.", "pad.modals.connected": "Povezano.",
"pad.modals.userdup": "Dokument je \u017ee odprt v v drugem oknu.", "pad.modals.reconnecting": "Poteka povezovanje z dokumentom ...",
"pad.modals.userdup.explanation": "Videti je, da je ta dokument odprt v ve\u010d kot enem oknu brskalnika na tem ra\u010dunalniku.", "pad.modals.forcereconnect": "Vsili ponovno povezavo.",
"pad.modals.userdup.advice": "Ponovno vzpostavite povezavo in uporabljajte to okno.", "pad.modals.userdup": "Dokument je že odprt v v drugem oknu.",
"pad.modals.unauth": "Nepoobla\u0161\u010den dostop", "pad.modals.userdup.explanation": "Videti je, da je ta dokument odprt v več kot enem oknu brskalnika na tem računalniku.",
"pad.modals.unauth.explanation": "Med pregledovanjem te strani so se dovoljenja za ogled spremenila. Treba se bo znova povezati.", "pad.modals.userdup.advice": "Ponovno vzpostavite povezavo in uporabljajte to okno.",
"pad.modals.looping": "Prekinjena povezava.", "pad.modals.unauth": "Nepooblaščen dostop",
"pad.modals.looping.explanation": "Zaznane so te\u017eave s povezavo za usklajevanje s stre\u017enikom.", "pad.modals.unauth.explanation": "Med pregledovanjem te strani so se dovoljenja za ogled spremenila. Treba se bo znova povezati.",
"pad.modals.looping.cause": "Morda je vzpostavljena povezava preko neustrezno nastavljenega po\u017earnega zidu ali posredni\u0161kega stre\u017enika.", "pad.modals.looping.explanation": "Zaznane so težave s povezavo za usklajevanje s strežnikom.",
"pad.modals.initsocketfail": "Dostop do stre\u017enika ni mogo\u010d.", "pad.modals.looping.cause": "Morda je vzpostavljena povezava preko neustrezno nastavljenega požarnega zidu ali posredniškega strežnika.",
"pad.modals.initsocketfail.explanation": "Povezava s stre\u017enikom za usklajevanje ni mogo\u010da.", "pad.modals.initsocketfail": "Dostop do strežnika ni mogoč.",
"pad.modals.initsocketfail.cause": "Najverjetneje je te\u017eava v brskalniku, ali pa so te\u017eave z internetno povezavo.", "pad.modals.initsocketfail.explanation": "Povezava s strežnikom za usklajevanje ni mogoča.",
"pad.modals.slowcommit": "Prekinjena povezava.", "pad.modals.initsocketfail.cause": "Najverjetneje je težava v brskalniku, ali pa so težave z internetno povezavo.",
"pad.modals.slowcommit.explanation": "Stre\u017enik se ne odziva.", "pad.modals.slowcommit.explanation": "Strežnik se ne odziva.",
"pad.modals.slowcommit.cause": "Najverjetneje je pri\u0161lo do napake med vzpostavitvijo povezave.", "pad.modals.slowcommit.cause": "Najverjetneje je prišlo do napake med vzpostavitvijo povezave.",
"pad.modals.deleted": "Izbrisano.", "pad.modals.deleted": "Izbrisano.",
"pad.modals.deleted.explanation": "Dokument je odstranjen.", "pad.modals.deleted.explanation": "Dokument je odstranjen.",
"pad.modals.disconnected": "Povezava je prekinjena.", "pad.modals.disconnected": "Povezava je prekinjena.",
"pad.modals.disconnected.explanation": "Povezava s stre\u017enikom je bila prekinjena.", "pad.modals.disconnected.explanation": "Povezava s strežnikom je bila prekinjena.",
"pad.modals.disconnected.cause": "Stre\u017enik je najverjetneje nedosegljiv. Po\u0161ljite poro\u010dilo, \u010de s napaka ve\u010dkrat pojavi.", "pad.modals.disconnected.cause": "Strežnik je morda nedosegljiv. Prosimo, obvestite skrbnika storitve, če se to zgodi večkrat.",
"pad.share": "Dolo\u010di souporabo dokumenta", "pad.share": "Določi souporabo dokumenta",
"pad.share.readonly": "Le za branje", "pad.share.readonly": "Le za branje",
"pad.share.link": "Povezava", "pad.share.link": "Povezava",
"pad.share.emebdcode": "Vstavi naslov URL", "pad.share.emebdcode": "Vstavi naslov URL",
"pad.chat": "Klepet", "pad.chat": "Klepet",
"pad.chat.title": "Odpri klepetalno okno dokumenta.", "pad.chat.title": "Odpri klepetalno okno dokumenta.",
"pad.chat.loadmessages": "Nalo\u017ei ve\u010d sporo\u010dil", "pad.chat.loadmessages": "Naloži več sporočil",
"timeslider.pageTitle": "Zgodovina dokumenta {{appTitle}}", "timeslider.pageTitle": "Zgodovina dokumenta {{appTitle}}",
"timeslider.toolbar.returnbutton": "Vrni se na dokument", "timeslider.toolbar.returnbutton": "Vrni se na dokument",
"timeslider.toolbar.authors": "Autorji:", "timeslider.toolbar.authors": "Autorji:",
"timeslider.toolbar.authorsList": "Ni dolo\u010denih avtorjev", "timeslider.toolbar.authorsList": "Ni določenih avtorjev",
"timeslider.toolbar.exportlink.title": "Izvozi", "timeslider.toolbar.exportlink.title": "Izvozi",
"timeslider.exportCurrent": "Izvozi trenutno razli\u010dico kot:", "timeslider.exportCurrent": "Izvozi trenutno različico kot:",
"timeslider.version": "Razli\u010dica {{version}}", "timeslider.version": "Različica {{version}}",
"timeslider.saved": "Shranjeno {{day}}.{{month}}.{{year}}", "timeslider.saved": "Shranjeno {{day}}.{{month}}.{{year}}",
"timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.dateformat": "{{day}}.{{month}}.{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Januar", "timeslider.month.january": "Januar",
"timeslider.month.february": "Februar", "timeslider.month.february": "Februar",
"timeslider.month.march": "Marec", "timeslider.month.march": "Marec",
"timeslider.month.april": "April", "timeslider.month.april": "April",
"timeslider.month.may": "Maj", "timeslider.month.may": "Maj",
"timeslider.month.june": "Junij", "timeslider.month.june": "Junij",
"timeslider.month.july": "Julij", "timeslider.month.july": "Julij",
"timeslider.month.august": "August", "timeslider.month.august": "August",
"timeslider.month.september": "September", "timeslider.month.september": "September",
"timeslider.month.october": "Oktober", "timeslider.month.october": "Oktober",
"timeslider.month.november": "November", "timeslider.month.november": "November",
"timeslider.month.december": "December", "timeslider.month.december": "December",
"timeslider.unnamedauthor": "neimenovani avtor {{num}}", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: neimenovan avtor, plural(num) two: neimenovana avtorja, plural(num) few: neimenovani avtorji, other: neimenovanih avtorjev ]}",
"timeslider.unnamedauthors": "{{num}} neimenovani avtorji", "pad.savedrevs.marked": "Ta predelava je označena kot shranjena predelava.",
"pad.savedrevs.marked": "Ta predelava je ozna\u010dena kot shranjena predelava.", "pad.userlist.entername": "Vpišite ime",
"pad.userlist.entername": "Vpi\u0161ite ime", "pad.userlist.unnamed": "neimenovana oseba",
"pad.userlist.unnamed": "neimenovana oseba", "pad.userlist.guest": "Gost",
"pad.userlist.guest": "Gost", "pad.userlist.deny": "Zavrni",
"pad.userlist.deny": "Zavrni", "pad.userlist.approve": "Odobri",
"pad.userlist.approve": "Odobri", "pad.editbar.clearcolors": "Ali naj se počistijo barve avtorstva v celotnem dokumentu?",
"pad.editbar.clearcolors": "Ali naj se po\u010distijo barve avtorstva v celotnem dokumentu?", "pad.impexp.importbutton": "Uvozi takoj",
"pad.impexp.importbutton": "Uvozi takoj", "pad.impexp.importing": "Poteka uvažanje ...",
"pad.impexp.importing": "Poteka uva\u017eanje ...", "pad.impexp.confirmimport": "Uvoz datoteke prepiše obstoječe besedilo dokumenta. Ali ste prepričani, da želite nadaljevati?",
"pad.impexp.confirmimport": "Uvoz datoteke prepi\u0161e obstoje\u010de besedilo dokumenta. Ali ste prepri\u010dani, da \u017eelite nadaljevati?", "pad.impexp.convertFailed": "Datoteke ni mogoče uvoziti. Uporabiti je treba enega izmed podprtih zapisov dokumentov ali pa vsebino prilepiti ročno.",
"pad.impexp.convertFailed": "Datoteke ni mogo\u010de uvoziti. Uporabiti je treba enega izmed podprtih zapisov dokumentov ali pa vsebino prilepiti ro\u010dno.", "pad.impexp.uploadFailed": "Nalaganje je spodletelo, poskusite znova.",
"pad.impexp.uploadFailed": "Nalaganje je spodletelo, poskusite znova.", "pad.impexp.importfailed": "Uvoz je spodletel.",
"pad.impexp.importfailed": "Uvoz je spodletel.", "pad.impexp.copypaste": "Vsebino kopirajte in prilepite.",
"pad.impexp.copypaste": "Vsebino kopirajte in prilepite.", "pad.impexp.exportdisabled": "Izvoz v zapis {{type}} je onemogočen. Za več podrobnosti stopite v stik s skrbnikom."
"pad.impexp.exportdisabled": "Izvoz v zapis {{type}} je onemogo\u010den. Za ve\u010d podrobnosti stopite v stik s skrbnikom."
} }

View File

@ -1,115 +1,121 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Besnik b" "Besnik b"
] ]
}, },
"index.newPad": "Bllok i Ri", "index.newPad": "Bllok i Ri",
"index.createOpenPad": "ose krijoni\/hapni nj\u00eb Bllok me emrin:", "index.createOpenPad": "ose krijoni/hapni një Bllok me emrin:",
"pad.toolbar.bold.title": "T\u00eb trasha (Ctrl-B)", "pad.toolbar.bold.title": "Të trasha (Ctrl-B)",
"pad.toolbar.italic.title": "T\u00eb pjerr\u00ebta (Ctrl-I)", "pad.toolbar.italic.title": "Të pjerrëta (Ctrl-I)",
"pad.toolbar.underline.title": "T\u00eb n\u00ebnvizuara (Ctrl-U)", "pad.toolbar.underline.title": "Të nënvizuara (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Hequrvije", "pad.toolbar.strikethrough.title": "Hequrvije",
"pad.toolbar.ol.title": "List\u00eb e renditur", "pad.toolbar.ol.title": "Listë e renditur",
"pad.toolbar.ul.title": "List\u00eb e parenditur", "pad.toolbar.ul.title": "Listë e parenditur",
"pad.toolbar.indent.title": "Brendazi", "pad.toolbar.indent.title": "Brendazi",
"pad.toolbar.unindent.title": "Jashtazi", "pad.toolbar.unindent.title": "Jashtazi",
"pad.toolbar.undo.title": "Zhb\u00ebje (Ctrl-Z)", "pad.toolbar.undo.title": "Zhbëje (Ctrl-Z)",
"pad.toolbar.redo.title": "Rib\u00ebje (Ctrl-Y)", "pad.toolbar.redo.title": "Ribëje (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Hiq Ngjyra Autor\u00ebsish", "pad.toolbar.clearAuthorship.title": "Hiq Ngjyra Autorësish",
"pad.toolbar.import_export.title": "Importoni\/Eksportoni nga\/n\u00eb formate t\u00eb tjera kartelash", "pad.toolbar.import_export.title": "Importoni/Eksportoni nga/në formate të tjera kartelash",
"pad.toolbar.timeslider.title": "Rrjedha kohore", "pad.toolbar.timeslider.title": "Rrjedha kohore",
"pad.toolbar.savedRevision.title": "Rishikime t\u00eb Ruajtura", "pad.toolbar.savedRevision.title": "Ruaje Rishikin",
"pad.toolbar.settings.title": "Rregullime", "pad.toolbar.settings.title": "Rregullime",
"pad.toolbar.embed.title": "Trup\u00ebzojeni k\u00ebt\u00eb bllok", "pad.toolbar.embed.title": "Ndajeni me të tjerët dhe Trupëzojeni këtë bllok",
"pad.toolbar.showusers.title": "Shfaq p\u00ebrdoruesit n\u00eb k\u00ebt\u00eb bllok", "pad.toolbar.showusers.title": "Shfaq përdoruesit në këtë bllok",
"pad.colorpicker.save": "Ruaje", "pad.colorpicker.save": "Ruaje",
"pad.colorpicker.cancel": "Anuloje", "pad.colorpicker.cancel": "Anuloje",
"pad.loading": "Po ngarkohet...", "pad.loading": "Po ngarkohet...",
"pad.passwordRequired": "Ju duhet nj\u00eb fjal\u00ebkalim q\u00eb t\u00eb mund t\u00eb p\u00ebrdorni k\u00ebt\u00eb bllok", "pad.passwordRequired": "Ju duhet një fjalëkalim që të mund të përdorni këtë bllok",
"pad.permissionDenied": "Nuk keni leje t\u00eb hyni n\u00eb k\u00ebt\u00eb bllok", "pad.permissionDenied": "Nuk keni leje të hyni në këtë bllok",
"pad.wrongPassword": "Fjal\u00ebkalimi juaj qe gabim", "pad.wrongPassword": "Fjalëkalimi juaj qe gabim",
"pad.settings.padSettings": "Rregullime blloku", "pad.settings.padSettings": "Rregullime blloku",
"pad.settings.myView": "Pamja Ime", "pad.settings.myView": "Pamja Ime",
"pad.settings.stickychat": "Fjalosje p\u00ebrher\u00eb n\u00eb ekran", "pad.settings.stickychat": "Fjalosje përherë në ekran",
"pad.settings.colorcheck": "Ngjyra autor\u00ebsish", "pad.settings.colorcheck": "Ngjyra autorësish",
"pad.settings.linenocheck": "Numra rreshtash", "pad.settings.linenocheck": "Numra rreshtash",
"pad.settings.fontType": "Lloj shkronjash:", "pad.settings.rtlcheck": "Të lexohet lënda nga e djathta në të majtë?",
"pad.settings.fontType.normal": "Normale", "pad.settings.fontType": "Lloj shkronjash:",
"pad.settings.fontType.monospaced": "Monospace", "pad.settings.fontType.normal": "Normale",
"pad.settings.globalView": "Pamje Globale", "pad.settings.fontType.monospaced": "Monospace",
"pad.settings.language": "Gjuh\u00eb:", "pad.settings.globalView": "Pamje Globale",
"pad.importExport.import_export": "Import\/Eksport", "pad.settings.language": "Gjuhë:",
"pad.importExport.import": "Ngarkoni cil\u00ebndo kartel\u00eb teksti ose dokument", "pad.importExport.import_export": "Import/Eksport",
"pad.importExport.importSuccessful": "Me sukses!", "pad.importExport.import": "Ngarkoni cilëndo kartelë teksti ose dokument",
"pad.importExport.export": "Eksportojeni bllokun e tanish\u00ebm si:", "pad.importExport.importSuccessful": "Me sukses!",
"pad.importExport.exporthtml": "HTML", "pad.importExport.export": "Eksportojeni bllokun e tanishëm si:",
"pad.importExport.exportplain": "Tekst t\u00eb thjesht\u00eb", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exportplain": "Tekst të thjeshtë",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportpdf": "PDF",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.importExport.abiword.innerHTML": "Mund t\u00eb importoni vet\u00ebm prej formati tekst i thjesht\u00eb ose html. P\u00ebr ve\u00e7ori m\u00eb t\u00eb p\u00ebrparuara importimi, ju lutemi, <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">instaloni Abiword-in<\/a>.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.connected": "I lidhur.", "pad.importExport.abiword.innerHTML": "Mund të importoni vetëm prej formati tekst i thjeshtë ose html. Për veçori më të përparuara importimi, ju lutemi, \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstaloni Abiword-in\u003C/a\u003E.",
"pad.modals.reconnecting": "Po rilidheni te blloku juaj..", "pad.modals.connected": "I lidhur.",
"pad.modals.forcereconnect": "Rilidhje e detyruar", "pad.modals.reconnecting": "Po rilidheni te blloku juaj..",
"pad.modals.userdup.explanation": "Ky bllok duket se gjendet i hapur n\u00eb m\u00eb shum\u00eb se nj\u00eb dritare shfletuesi n\u00eb k\u00ebt\u00eb kompjuter.", "pad.modals.forcereconnect": "Rilidhje e detyruar",
"pad.modals.userdup.advice": "Rilidhu q\u00eb t\u00eb p\u00ebrdoret kjo dritare, m\u00eb mir\u00eb.", "pad.modals.userdup": "Hapur në një tjetër dritare",
"pad.modals.unauth": "I paautorizuar", "pad.modals.userdup.explanation": "Ky bllok duket se gjendet i hapur në më shumë se një dritare shfletuesi në këtë kompjuter.",
"pad.modals.unauth.explanation": "Nd\u00ebrkoh\u00eb q\u00eb shihnit k\u00ebt\u00eb dritare, lejet tuaja kan\u00eb ndryshuar. Provoni t\u00eb rilidheni.", "pad.modals.userdup.advice": "Rilidhu që të përdoret kjo dritare, më mirë.",
"pad.modals.looping": "I shk\u00ebputur.", "pad.modals.unauth": "I paautorizuar",
"pad.modals.looping.explanation": "Ka probleme komunikimi me sh\u00ebrbyesin e nj\u00ebkoh\u00ebsimit.", "pad.modals.unauth.explanation": "Ndërkohë që shihnit këtë dritare, lejet tuaja kanë ndryshuar. Provoni të rilidheni.",
"pad.modals.looping.cause": "Ndoshta jeni lidhur p\u00ebrmes nj\u00eb firewall-i ose nd\u00ebrmjet\u00ebsi t\u00eb pap\u00ebrputhsh\u00ebm.", "pad.modals.looping.explanation": "Ka probleme komunikimi me shërbyesin e njëkohësimit.",
"pad.modals.initsocketfail": "Nuk kapet dot sh\u00ebrbyesi.", "pad.modals.looping.cause": "Ndoshta jeni lidhur përmes një firewall-i ose ndërmjetësi të papërputhshëm.",
"pad.modals.initsocketfail.explanation": "Nuk u lidh dot te sh\u00ebrbyesi i nj\u00ebkoh\u00ebsimit.", "pad.modals.initsocketfail": "Nuk kapet dot shërbyesi.",
"pad.modals.initsocketfail.cause": "Ka gjasa q\u00eb kjo vjen p\u00ebr shkak t\u00eb nj\u00eb problemi me shfletuesin tuaj ose lidhjen tuaj n\u00eb internet.", "pad.modals.initsocketfail.explanation": "Nuk u lidh dot te shërbyesi i njëkohësimit.",
"pad.modals.slowcommit": "I shk\u00ebputur.", "pad.modals.initsocketfail.cause": "Ka gjasa që kjo vjen për shkak të një problemi me shfletuesin tuaj ose lidhjen tuaj në internet.",
"pad.modals.slowcommit.explanation": "Sh\u00ebrbyesi nuk po p\u00ebrgjigjet.", "pad.modals.slowcommit.explanation": "Shërbyesi nuk po përgjigjet.",
"pad.modals.slowcommit.cause": "Kjo mund t\u00eb vij\u00eb p\u00ebr shkak problemesh lidhjeje me rrjetin.", "pad.modals.slowcommit.cause": "Kjo mund të vijë për shkak problemesh lidhjeje me rrjetin.",
"pad.modals.deleted": "I fshir\u00eb.", "pad.modals.badChangeset.explanation": "Një përpunim që keni bërë u shpall i paligjshëm nga shërbyesu i njëkohësimit.",
"pad.modals.deleted.explanation": "Ky bllok \u00ebsht\u00eb hequr.", "pad.modals.badChangeset.cause": "Kjo mund të jetë për shkak të një formësimi të gabuar të shërbyesit ose ndonjë tjetër sjelljeje të papritur. Ju lutemi, lidhuni me përgjegjësin e shërbimit, nëse mendoni që ky është një gabim. Provoni të rilidheni që të vazhdoni përpunimin.",
"pad.modals.disconnected": "Jeni shk\u00ebputur.", "pad.modals.corruptPad.explanation": "Blloku te i cili po përpiqeni të hyni është i dëmtuar.",
"pad.modals.disconnected.explanation": "U pre lidhja me sh\u00ebrbyesin", "pad.modals.corruptPad.cause": "Kjo mund të vijë nga një formësim i gabuar shërbyesi ose ndonjë tjetër sjellje e papritur. Ju lutemi, lidhuni me përgjegjësin e shërbimit.",
"pad.modals.disconnected.cause": "Sh\u00ebrbyesi mund t\u00eb mos jet\u00eb n\u00eb pun\u00eb. Ju lutemi, na njoftoni, n\u00ebse kjo vazhdon t\u00eb ndodh\u00eb.", "pad.modals.deleted": "I fshirë.",
"pad.share": "Ndajeni k\u00ebt\u00eb bllok me t\u00eb tjer\u00ebt", "pad.modals.deleted.explanation": "Ky bllok është hequr.",
"pad.share.readonly": "Vet\u00ebm p\u00ebr lexim", "pad.modals.disconnected": "Jeni shkëputur.",
"pad.share.link": "Lidhje", "pad.modals.disconnected.explanation": "U pre lidhja me shërbyesin",
"pad.share.emebdcode": "URL trup\u00ebzimi", "pad.modals.disconnected.cause": "Shërbyesi mund të mos jetë në punë. Ju lutemi, njoftoni përgjegjësin e shërbimit, nëse kjo vazhdon të ndodhë.",
"pad.chat": "Fjalosje", "pad.share": "Ndajeni këtë bllok me të tjerët",
"pad.chat.title": "Hapni fjalosjen p\u00ebr k\u00ebt\u00eb bllok.", "pad.share.readonly": "Vetëm për lexim",
"timeslider.pageTitle": "Rrjedh\u00eb kohore e {{appTitle}}", "pad.share.link": "Lidhje",
"timeslider.toolbar.returnbutton": "Rikthehuni te blloku", "pad.share.emebdcode": "URL trupëzimi",
"timeslider.toolbar.authors": "Autor\u00eb:", "pad.chat": "Fjalosje",
"timeslider.toolbar.authorsList": "Pa Autor\u00eb", "pad.chat.title": "Hapni fjalosjen për këtë bllok.",
"timeslider.exportCurrent": "Eksportojeni versionin e tanish\u00ebm si:", "pad.chat.loadmessages": "Ngarko më tepër mesazhe",
"timeslider.version": "Versioni {{version}}", "timeslider.pageTitle": "Rrjedhë kohore e {{appTitle}}",
"timeslider.saved": "Ruajtur m\u00eb {{month}} {{day}}, {{year}}", "timeslider.toolbar.returnbutton": "Rikthehuni te blloku",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authors": "Autorë:",
"timeslider.month.january": "Janar", "timeslider.toolbar.authorsList": "Pa Autorë",
"timeslider.month.february": "Shkurt", "timeslider.toolbar.exportlink.title": "Eksportoni",
"timeslider.month.march": "Mars", "timeslider.exportCurrent": "Eksportojeni versionin e tanishëm si:",
"timeslider.month.april": "Prill", "timeslider.version": "Versioni {{version}}",
"timeslider.month.may": "Maj", "timeslider.saved": "Ruajtur më {{month}} {{day}}, {{year}}",
"timeslider.month.june": "Qershor", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.july": "Korrik", "timeslider.month.january": "Janar",
"timeslider.month.august": "Gusht", "timeslider.month.february": "Shkurt",
"timeslider.month.september": "Shtator", "timeslider.month.march": "Mars",
"timeslider.month.october": "Tetor", "timeslider.month.april": "Prill",
"timeslider.month.november": "N\u00ebntor", "timeslider.month.may": "Maj",
"timeslider.month.december": "Dhjetor", "timeslider.month.june": "Qershor",
"pad.savedrevs.marked": "Ky rishikim tani \u00ebsht\u00eb sh\u00ebnuar si rishikim i ruajtur", "timeslider.month.july": "Korrik",
"pad.userlist.entername": "Jepni emrin tuaj", "timeslider.month.august": "Gusht",
"pad.userlist.unnamed": "pa em\u00ebr", "timeslider.month.september": "Shtator",
"pad.userlist.guest": "Vizitor", "timeslider.month.october": "Tetor",
"pad.userlist.deny": "Mohoje", "timeslider.month.november": "Nëntor",
"pad.userlist.approve": "Miratoje", "timeslider.month.december": "Dhjetor",
"pad.editbar.clearcolors": "T\u00eb hiqen ngjyra autor\u00ebsish n\u00eb krejt dokumentin?", "pad.savedrevs.marked": "Ky rishikim tani është shënuar si rishikim i ruajtur",
"pad.impexp.importbutton": "Importoje Tani", "pad.userlist.entername": "Jepni emrin tuaj",
"pad.impexp.importing": "Po importohet...", "pad.userlist.unnamed": "pa emër",
"pad.impexp.confirmimport": "Importimi i nj\u00eb kartele do t\u00eb mbishkruaj\u00eb tekstin e tanish\u00ebm t\u00eb bllokut. Jeni i sigurt se doni t\u00eb vazhdohet?", "pad.userlist.guest": "Vizitor",
"pad.impexp.convertFailed": "Nuk qem\u00eb n\u00eb gjendje ta importonim k\u00ebt\u00eb kartel\u00eb. Ju lutemi, p\u00ebrdorni nj\u00eb format tjet\u00ebr dokumentesh ose kopjojeni dhe hidheni dorazi", "pad.userlist.deny": "Mohoje",
"pad.impexp.uploadFailed": "Ngarkimi d\u00ebshtoi, ju lutemi, riprovoni", "pad.userlist.approve": "Miratoje",
"pad.impexp.importfailed": "Importimi d\u00ebshtoi", "pad.editbar.clearcolors": "Të hiqen ngjyra autorësish në krejt dokumentin?",
"pad.impexp.copypaste": "Ju lutemi, kopjojeni dhe ngjiteni", "pad.impexp.importbutton": "Importoje Tani",
"pad.impexp.exportdisabled": "Eksportimi n\u00eb formatin {{type}} \u00ebsht\u00eb i \u00e7aktivizuar. P\u00ebr holl\u00ebsi, ju lutemi, lidhuni me administratorin e sistemit." "pad.impexp.importing": "Po importohet...",
"pad.impexp.confirmimport": "Importimi i një kartele do të mbishkruajë tekstin e tanishëm të bllokut. Jeni i sigurt se doni të vazhdohet?",
"pad.impexp.convertFailed": "Nuk qemë në gjendje ta importonim këtë kartelë. Ju lutemi, përdorni një format tjetër dokumentesh ose kopjojeni dhe hidheni dorazi",
"pad.impexp.uploadFailed": "Ngarkimi dështoi, ju lutemi, riprovoni",
"pad.impexp.importfailed": "Importimi dështoi",
"pad.impexp.copypaste": "Ju lutemi, kopjojeni dhe ngjiteni",
"pad.impexp.exportdisabled": "Eksportimi në formatin {{type}} është i çaktivizuar. Për hollësi, ju lutemi, lidhuni me administratorin e sistemit."
} }

View File

@ -1,120 +1,123 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "WikiPhoenix" "0": "Lokal Profil",
} "2": "WikiPhoenix"
}, }
"index.newPad": "Nytt block", },
"index.createOpenPad": "eller skapa\/\u00f6ppna ett block med namnet:", "index.newPad": "Nytt block",
"pad.toolbar.bold.title": "Fet (Ctrl-B)", "index.createOpenPad": "eller skapa/öppna ett block med namnet:",
"pad.toolbar.italic.title": "Kursiv (Ctrl-I)", "pad.toolbar.bold.title": "Fet (Ctrl-B)",
"pad.toolbar.underline.title": "Understruken (Ctrl-U)", "pad.toolbar.italic.title": "Kursiv (Ctrl-I)",
"pad.toolbar.strikethrough.title": "Genomstruken", "pad.toolbar.underline.title": "Understruken (Ctrl-U)",
"pad.toolbar.ol.title": "Numrerad lista", "pad.toolbar.strikethrough.title": "Genomstruken",
"pad.toolbar.ul.title": "Ta bort numrerad lista", "pad.toolbar.ol.title": "Numrerad lista",
"pad.toolbar.indent.title": "\u00d6ka indrag", "pad.toolbar.ul.title": "Ta bort numrerad lista",
"pad.toolbar.unindent.title": "Minska indrag", "pad.toolbar.indent.title": "Öka indrag (TABB)",
"pad.toolbar.undo.title": "\u00c5ngra (Ctrl-Z)", "pad.toolbar.unindent.title": "Minska indrag (Shift+TABB)",
"pad.toolbar.redo.title": "G\u00f6r om (Ctrl-Y)", "pad.toolbar.undo.title": "Ångra (Ctrl-Z)",
"pad.toolbar.clearAuthorship.title": "Rensa f\u00f6rfattarf\u00e4rger", "pad.toolbar.redo.title": "Gör om (Ctrl-Y)",
"pad.toolbar.import_export.title": "Importera\/exportera fr\u00e5n\/till olika filformat", "pad.toolbar.clearAuthorship.title": "Rensa författarfärger",
"pad.toolbar.timeslider.title": "Tidsreglage", "pad.toolbar.import_export.title": "Importera/exportera från/till olika filformat",
"pad.toolbar.savedRevision.title": "Sparade revisioner", "pad.toolbar.timeslider.title": "Tidsreglage",
"pad.toolbar.settings.title": "Inst\u00e4llningar", "pad.toolbar.savedRevision.title": "Spara revision",
"pad.toolbar.embed.title": "B\u00e4dda in detta block", "pad.toolbar.settings.title": "Inställningar",
"pad.toolbar.showusers.title": "Visa anv\u00e4ndarna p\u00e5 detta block", "pad.toolbar.embed.title": "Dela och bädda in detta block",
"pad.colorpicker.save": "Spara", "pad.toolbar.showusers.title": "Visa användarna på detta block",
"pad.colorpicker.cancel": "Avbryt", "pad.colorpicker.save": "Spara",
"pad.loading": "L\u00e4ser in...", "pad.colorpicker.cancel": "Avbryt",
"pad.passwordRequired": "Du beh\u00f6ver ett l\u00f6senord f\u00f6r att f\u00e5 tillg\u00e5ng till detta block", "pad.loading": "Läser in...",
"pad.permissionDenied": "Du har inte beh\u00f6righet att f\u00e5 tillg\u00e5ng till detta block", "pad.passwordRequired": "Du behöver ett lösenord för att få tillgång till detta block",
"pad.wrongPassword": "Ditt l\u00f6senord \u00e4r fel", "pad.permissionDenied": "Du har inte behörighet att få tillgång till detta block",
"pad.settings.padSettings": "Blockinst\u00e4llningar", "pad.wrongPassword": "Ditt lösenord var fel",
"pad.settings.myView": "Min vy", "pad.settings.padSettings": "Blockinställningar",
"pad.settings.stickychat": "Chatten alltid p\u00e5 sk\u00e4rmen", "pad.settings.myView": "Min vy",
"pad.settings.colorcheck": "F\u00f6rfattarskapsf\u00e4rger", "pad.settings.stickychat": "Chatten alltid på skärmen",
"pad.settings.linenocheck": "Radnummer", "pad.settings.colorcheck": "Författarskapsfärger",
"pad.settings.fontType": "Typsnitt:", "pad.settings.linenocheck": "Radnummer",
"pad.settings.fontType.normal": "Normal", "pad.settings.rtlcheck": "Vill du läsa innehållet från höger till vänster?",
"pad.settings.fontType.monospaced": "Fast breddsteg", "pad.settings.fontType": "Typsnitt:",
"pad.settings.globalView": "Global vy", "pad.settings.fontType.normal": "Normal",
"pad.settings.language": "Spr\u00e5k:", "pad.settings.fontType.monospaced": "Fast breddsteg",
"pad.importExport.import_export": "Importera\/exportera", "pad.settings.globalView": "Global vy",
"pad.importExport.import": "Ladda upp en textfil eller dokument", "pad.settings.language": "Språk:",
"pad.importExport.importSuccessful": "\u00c5tg\u00e4rden slutf\u00f6rdes!", "pad.importExport.import_export": "Importera/Exportera",
"pad.importExport.export": "Export aktuellt block som:", "pad.importExport.import": "Ladda upp en textfil eller dokument",
"pad.importExport.exporthtml": "HTML", "pad.importExport.importSuccessful": "Åtgärden slutfördes!",
"pad.importExport.exportplain": "Oformaterad text", "pad.importExport.export": "Export aktuellt block som:",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exportplain": "Oformaterad text",
"pad.importExport.exportopen": "ODF (Open Document Format)", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportpdf": "PDF",
"pad.importExport.abiword.innerHTML": "Du kan endast importera fr\u00e5n oformaterad text eller html-format. F\u00f6r mer avancerade importeringsfunktioner, var god <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">installera abiword<\/a>.", "pad.importExport.exportopen": "ODF (Open Document Format)",
"pad.modals.connected": "Ansluten.", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.reconnecting": "\u00c5teransluter till ditt block...", "pad.importExport.abiword.innerHTML": "Du kan endast importera från oformaterad text eller html-format. För mer avancerade importeringsfunktioner, var god \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Einstallera abiword\u003C/a\u003E.",
"pad.modals.forcereconnect": "Tvinga \u00e5teranslutning", "pad.modals.connected": "Ansluten.",
"pad.modals.userdup": "\u00d6ppnades i ett nytt f\u00f6nster", "pad.modals.reconnecting": "Återansluter till ditt block...",
"pad.modals.userdup.explanation": "Detta block verkar vara \u00f6ppet i mer \u00e4n ett f\u00f6nster p\u00e5 denna dator.", "pad.modals.forcereconnect": "Tvinga återanslutning",
"pad.modals.userdup.advice": "\u00c5teranslut f\u00f6r att anv\u00e4nda detta f\u00f6nster ist\u00e4llet.", "pad.modals.userdup": "Öppnades i ett nytt fönster",
"pad.modals.unauth": "Inte godk\u00e4nd", "pad.modals.userdup.explanation": "Detta block verkar vara öppet i mer än ett fönster på denna dator.",
"pad.modals.unauth.explanation": "Din beh\u00f6righet \u00e4ndrades medan du visar denna sida. F\u00f6rs\u00f6k att \u00e5teransluta.", "pad.modals.userdup.advice": "Återanslut för att använda detta fönster istället.",
"pad.modals.looping": "Fr\u00e5nkopplad.", "pad.modals.unauth": "Inte godkänd",
"pad.modals.looping.explanation": "Kommunikationsproblem med synkroniseringsservern har uppst\u00e5tt.", "pad.modals.unauth.explanation": "Din behörighet ändrades medan du visar denna sida. Försök att återansluta.",
"pad.modals.looping.cause": "Kanske du \u00e4r ansluten via en inkompatibel brandv\u00e4gg eller proxy.", "pad.modals.looping.explanation": "Kommunikationsproblem med synkroniseringsservern har uppstått.",
"pad.modals.initsocketfail": "Servern inte kan n\u00e5s.", "pad.modals.looping.cause": "Kanske du är ansluten via en inkompatibel brandvägg eller proxy.",
"pad.modals.initsocketfail.explanation": "Det gick inte att ansluta till synkroniseringsservern.", "pad.modals.initsocketfail": "Servern inte kan nås.",
"pad.modals.initsocketfail.cause": "Detta \u00e4r beror troligen p\u00e5 ett problem med din webbl\u00e4sare eller din internetanslutning.", "pad.modals.initsocketfail.explanation": "Det gick inte att ansluta till synkroniseringsservern.",
"pad.modals.slowcommit": "Fr\u00e5nkopplad.", "pad.modals.initsocketfail.cause": "Detta är beror troligen på ett problem med din webbläsare eller din internetanslutning.",
"pad.modals.slowcommit.explanation": "Servern svarar inte.", "pad.modals.slowcommit.explanation": "Servern svarar inte.",
"pad.modals.slowcommit.cause": "Detta kan bero p\u00e5 problem med n\u00e4tverksanslutningen.", "pad.modals.slowcommit.cause": "Detta kan bero på problem med nätverksanslutningen.",
"pad.modals.deleted": "Raderad.", "pad.modals.badChangeset.explanation": "En redigering som du gjorde klassificerades som ogiltig av synkroniseringsservern.",
"pad.modals.deleted.explanation": "Detta block har tagits bort.", "pad.modals.badChangeset.cause": "Detta kan bero på en felaktig konfiguration av servern eller något annat oväntad beteende. Var god kontakta tjänstadministratören om du anser att detta är ett fel. Försök ansluta igen för att fortsätta redigera.",
"pad.modals.disconnected": "Du har kopplats fr\u00e5n.", "pad.modals.corruptPad.explanation": "Blocket du försöker komma åt är skadat.",
"pad.modals.disconnected.explanation": "Anslutningen till servern avbr\u00f6ts", "pad.modals.corruptPad.cause": "Detta kan bero på en felaktig konfiguration av servern eller något annat oväntad beteende. Var god kontakta tjänstadministratören.",
"pad.modals.disconnected.cause": "Servern kanske inte \u00e4r tillg\u00e4nglig. Var god meddela oss om detta forts\u00e4tter att h\u00e4nda.", "pad.modals.deleted": "Raderad.",
"pad.share": "Dela detta block", "pad.modals.deleted.explanation": "Detta block har tagits bort.",
"pad.share.readonly": "Skrivskyddad", "pad.modals.disconnected": "Du har kopplats från.",
"pad.share.link": "L\u00e4nk", "pad.modals.disconnected.explanation": "Anslutningen till servern avbröts",
"pad.share.emebdcode": "B\u00e4dda in URL", "pad.modals.disconnected.cause": "Servern kanske är otillgänglig. Var god meddela tjänstadministratören om detta fortsätter att hända.",
"pad.chat": "Chatt", "pad.share": "Dela detta block",
"pad.chat.title": "\u00d6ppna chatten f\u00f6r detta block.", "pad.share.readonly": "Skrivskyddad",
"pad.chat.loadmessages": "L\u00e4s in fler meddelanden", "pad.share.link": "Länk",
"timeslider.pageTitle": "Tidsreglage f\u00f6r {{appTitle}}", "pad.share.emebdcode": "Bädda in URL",
"timeslider.toolbar.returnbutton": "\u00c5terv\u00e4nd till blocket", "pad.chat": "Chatt",
"timeslider.toolbar.authors": "F\u00f6rfattare:", "pad.chat.title": "Öppna chatten för detta block.",
"timeslider.toolbar.authorsList": "Ingen f\u00f6rfattare", "pad.chat.loadmessages": "Läs in fler meddelanden",
"timeslider.toolbar.exportlink.title": "Exportera", "timeslider.pageTitle": "Tidsreglage för {{appTitle}}",
"timeslider.exportCurrent": "Exportera aktuell version som:", "timeslider.toolbar.returnbutton": "Återvänd till blocket",
"timeslider.version": "Version {{version}}", "timeslider.toolbar.authors": "Författare:",
"timeslider.saved": "Sparades den {{day}} {{month}} {{year}}", "timeslider.toolbar.authorsList": "Inga författare",
"timeslider.dateformat": "{{day}}\/{{month}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.exportlink.title": "Exportera",
"timeslider.month.january": "januari", "timeslider.exportCurrent": "Exportera aktuell version som:",
"timeslider.month.february": "februari", "timeslider.version": "Version {{version}}",
"timeslider.month.march": "mars", "timeslider.saved": "Sparades den {{day}} {{month}} {{year}}",
"timeslider.month.april": "april", "timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.may": "maj", "timeslider.month.january": "januari",
"timeslider.month.june": "juni", "timeslider.month.february": "februari",
"timeslider.month.july": "juli", "timeslider.month.march": "mars",
"timeslider.month.august": "augusti", "timeslider.month.april": "april",
"timeslider.month.september": "september", "timeslider.month.may": "maj",
"timeslider.month.october": "oktober", "timeslider.month.june": "juni",
"timeslider.month.november": "november", "timeslider.month.july": "juli",
"timeslider.month.december": "december", "timeslider.month.august": "augusti",
"timeslider.unnamedauthor": "{{num}} namnl\u00f6s f\u00f6rfattare", "timeslider.month.september": "september",
"timeslider.unnamedauthors": "{{num}} namnl\u00f6sa f\u00f6rfattare", "timeslider.month.october": "oktober",
"pad.savedrevs.marked": "Denna revision \u00e4r nu markerad som en sparad revision", "timeslider.month.november": "november",
"pad.userlist.entername": "Ange ditt namn", "timeslider.month.december": "december",
"pad.userlist.unnamed": "namnl\u00f6s", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: namnlös författare, other: namnlösa författare]}",
"pad.userlist.guest": "G\u00e4st", "pad.savedrevs.marked": "Denna revision är nu markerad som en sparad revision",
"pad.userlist.deny": "Neka", "pad.userlist.entername": "Ange ditt namn",
"pad.userlist.approve": "Godk\u00e4nn", "pad.userlist.unnamed": "namnlös",
"pad.editbar.clearcolors": "Rensa f\u00f6rfattarf\u00e4rger p\u00e5 hela dokumentet?", "pad.userlist.guest": "Gäst",
"pad.impexp.importbutton": "Importera nu", "pad.userlist.deny": "Neka",
"pad.impexp.importing": "Importerar...", "pad.userlist.approve": "Godkänn",
"pad.impexp.confirmimport": "Att importera en fil kommer att skriva \u00f6ver den aktuella texten i blocket. \u00c4r du s\u00e4ker p\u00e5 att du vill forts\u00e4tta?", "pad.editbar.clearcolors": "Rensa författarfärger på hela dokumentet?",
"pad.impexp.convertFailed": "Vi kunde inte importera denna fil. Var god anv\u00e4nd ett annat dokumentformat eller kopiera och klistra in den manuellt", "pad.impexp.importbutton": "Importera nu",
"pad.impexp.uploadFailed": "Uppladdningen misslyckades, var god f\u00f6rs\u00f6k igen", "pad.impexp.importing": "Importerar...",
"pad.impexp.importfailed": "Importering misslyckades", "pad.impexp.confirmimport": "Att importera en fil kommer att skriva över den aktuella texten i blocket. Är du säker på att du vill fortsätta?",
"pad.impexp.copypaste": "Var god kopiera och klistra in", "pad.impexp.convertFailed": "Vi kunde inte importera denna fil. Var god använd ett annat dokumentformat eller kopiera och klistra in den manuellt",
"pad.impexp.exportdisabled": "Exportering av formatet {{type}} \u00e4r inaktiverad. Var god kontakta din systemadministrat\u00f6r f\u00f6r mer information." "pad.impexp.uploadFailed": "Uppladdningen misslyckades, var god försök igen",
"pad.impexp.importfailed": "Importering misslyckades",
"pad.impexp.copypaste": "Var god kopiera och klistra in",
"pad.impexp.exportdisabled": "Exportering av formatet {{type}} är inaktiverad. Var god kontakta din systemadministratör för mer information."
} }

View File

@ -1,81 +1,81 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "JVRKPRASAD", "0": "JVRKPRASAD",
"1": "Malkum", "1": "Malkum",
"3": "Veeven" "3": "Veeven"
} }
}, },
"index.newPad": "\u0c15\u0c4a\u0c24\u0c4d\u0c24 \u0c2a\u0c32\u0c15", "index.newPad": "కొత్త పలక",
"index.createOpenPad": "\u0c12\u0c15 \u0c2a\u0c47\u0c30\u0c41\u0c24\u0c4b \u0c2a\u0c32\u0c15\u0c28\u0c3f \u0c38\u0c43\u0c37\u0c4d\u0c1f\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f \u0c32\u0c47\u0c26\u0c3e \u0c05\u0c26\u0c47 \u0c2a\u0c47\u0c30\u0c41\u0c24\u0c4b \u0c09\u0c28\u0c4d\u0c28 \u0c2a\u0c32\u0c15\u0c28\u0c3f \u0c24\u0c46\u0c30\u0c35\u0c02\u0c21\u0c3f", "index.createOpenPad": "ఒక పేరుతో పలకని సృష్టించండి లేదా అదే పేరుతో ఉన్న పలకని తెరవండి",
"pad.toolbar.bold.title": "\u0c2e\u0c02\u0c26\u0c02", "pad.toolbar.bold.title": "మందం",
"pad.toolbar.italic.title": "\u0c35\u0c3e\u0c32\u0c41 \u0c05\u0c15\u0c4d\u0c37\u0c30\u0c3e\u0c32\u0c41", "pad.toolbar.italic.title": "వాలు అక్షరాలు",
"pad.toolbar.underline.title": "\u0c15\u0c4d\u0c30\u0c3f\u0c02\u0c26\u0c17\u0c40\u0c24", "pad.toolbar.underline.title": "క్రిందగీత",
"pad.toolbar.strikethrough.title": "\u0c15\u0c4a\u0c1f\u0c4d\u0c1f\u0c3f\u0c35\u0c47\u0c24", "pad.toolbar.strikethrough.title": "కొట్టివేత",
"pad.toolbar.ol.title": "\u0c28\u0c3f\u0c30\u0c4d\u0c27\u0c47\u0c36\u0c3f\u0c02\u0c2a\u0c2c\u0c21\u0c3f\u0c28 \u0c1c\u0c3e\u0c2c\u0c3f\u0c24\u0c3e", "pad.toolbar.ol.title": "నిర్ధేశింపబడిన జాబితా",
"pad.toolbar.ul.title": "\u0c05\u0c28\u0c3f\u0c30\u0c4d\u0c26\u0c47\u0c36\u0c3f\u0c24 \u0c1c\u0c3e\u0c2c\u0c3f\u0c24\u0c3e, ( \u0c15\u0c4d\u0c30\u0c2e\u0c2a\u0c26\u0c4d\u0c27\u0c24\u0c3f \u0c32\u0c47\u0c28\u0c3f \u0c1c\u0c3e\u0c2c\u0c3f\u0c24\u0c3e )", "pad.toolbar.ul.title": "అనిర్దేశిత జాబితా, ( క్రమపద్ధతి లేని జాబితా )",
"pad.toolbar.undo.title": "\u0c1a\u0c47\u0c2f\u0c35\u0c26\u0c4d\u0c26\u0c41", "pad.toolbar.undo.title": "చేయవద్దు",
"pad.toolbar.redo.title": "\u0c24\u0c3f\u0c30\u0c3f\u0c17\u0c3f\u0c1a\u0c46\u0c2f\u0c4d\u0c2f\u0c3f", "pad.toolbar.redo.title": "తిరిగిచెయ్యి",
"pad.toolbar.clearAuthorship.title": "\u0c2e\u0c42\u0c32\u0c15\u0c30\u0c4d\u0c24\u0c2a\u0c41 \u0c35\u0c30\u0c4d\u0c23\u0c3e\u0c32\u0c28\u0c41 \u0c24\u0c40\u0c38\u0c3f\u0c35\u0c47\u0c2f\u0c02\u0c21\u0c3f", "pad.toolbar.clearAuthorship.title": "మూలకర్తపు వర్ణాలను తీసివేయండి",
"pad.toolbar.import_export.title": "\u0c2d\u0c3f\u0c28\u0c4d\u0c28\u0c2e\u0c48\u0c28 \u0c30\u0c42\u0c2a\u0c32\u0c3e\u0c35\u0c28\u0c4d\u0c2f\u0c3e\u0c32\u0c28\u0c41 \u0c2c\u0c2f\u0c1f \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c26\u0c3f\u0c17\u0c41\u0c2e\u0c24\u0c3f \u0c32\u0c47\u0c26\u0c3e \u0c2c\u0c2f\u0c1f\u0c15\u0c41 \u0c0e\u0c17\u0c41\u0c2e\u0c24\u0c3f \u0c1a\u0c47\u0c2f\u0c02\u0c21\u0c3f", "pad.toolbar.import_export.title": "భిన్నమైన రూపలావన్యాలను బయట నుండి దిగుమతి లేదా బయటకు ఎగుమతి చేయండి",
"pad.toolbar.timeslider.title": "\u0c2a\u0c28\u0c3f\u0c38\u0c2e\u0c2f \u0c38\u0c42\u0c1a\u0c3f\u0c15 \u0c2a\u0c30\u0c3f\u0c15\u0c30\u0c02", "pad.toolbar.timeslider.title": "పనిసమయ సూచిక పరికరం",
"pad.toolbar.savedRevision.title": "\u0c26\u0c3e\u0c1a\u0c3f\u0c28 \u0c2a\u0c41\u0c28\u0c30\u0c41\u0c1a\u0c4d\u0c1a\u0c30\u0c23\u0c32\u0c41", "pad.toolbar.savedRevision.title": "దాచిన పునరుచ్చరణలు",
"pad.toolbar.settings.title": "\u0c05\u0c2e\u0c30\u0c3f\u0c15\u0c32\u0c41", "pad.toolbar.settings.title": "అమరికలు",
"pad.toolbar.embed.title": "\u0c08 \u0c2a\u0c32\u0c15\u0c28\u0c3f \u0c2a\u0c4a\u0c26\u0c17\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f", "pad.toolbar.embed.title": "ఈ పలకని పొదగించండి",
"pad.toolbar.showusers.title": "\u0c08 \u0c2a\u0c32\u0c15 \u0c2f\u0c4a\u0c15\u0c4d\u0c15 \u0c35\u0c3f\u0c28\u0c3f\u0c2f\u0c4b\u0c17\u0c26\u0c3e\u0c30\u0c41\u0c32\u0c28\u0c41 \u0c1a\u0c42\u0c2a\u0c3f\u0c02\u0c1a\u0c41", "pad.toolbar.showusers.title": "ఈ పలక యొక్క వినియోగదారులను చూపించు",
"pad.colorpicker.save": "\u0c2d\u0c26\u0c4d\u0c30\u0c2a\u0c30\u0c1a\u0c41", "pad.colorpicker.save": "భద్రపరచు",
"pad.colorpicker.cancel": "\u0c30\u0c26\u0c4d\u0c26\u0c41\u0c1a\u0c47\u0c2f\u0c3f", "pad.colorpicker.cancel": "రద్దుచేయి",
"pad.loading": "\u0c32\u0c4b\u0c21\u0c35\u0c41\u0c24\u0c4b\u0c02\u0c26\u0c3f...", "pad.loading": "లోడవుతోంది...",
"pad.settings.padSettings": "\u0c2a\u0c32\u0c15 \u0c05\u0c2e\u0c30\u0c3f\u0c15\u0c32\u0c41", "pad.wrongPassword": "మీ సంకేతపదం తప్పు",
"pad.settings.myView": "\u0c28\u0c3e \u0c09\u0c26\u0c4d\u0c26\u0c47\u0c36\u0c4d\u0c2f\u0c2e\u0c41", "pad.settings.padSettings": "పలక అమరికలు",
"pad.settings.stickychat": "\u0c24\u0c46\u0c30\u0c2a\u0c48\u0c28\u0c47 \u0c2e\u0c3e\u0c1f\u0c3e\u0c2e\u0c02\u0c24\u0c3f\u0c28\u0c3f \u0c0e\u0c32\u0c4d\u0c32\u0c2a\u0c41\u0c21\u0c41 \u0c1a\u0c47\u0c2f\u0c41\u0c2e\u0c41", "pad.settings.myView": "నా ఉద్దేశ్యము",
"pad.settings.colorcheck": "\u0c30\u0c1a\u0c2f\u0c3f\u0c24\u0c32\u0c15\u0c41 \u0c30\u0c02\u0c17\u0c41\u0c32\u0c41", "pad.settings.stickychat": "తెరపైనే మాటామంతిని ఎల్లపుడు చేయుము",
"pad.settings.linenocheck": "\u0c35\u0c30\u0c41\u0c38 \u0c38\u0c02\u0c16\u0c4d\u0c2f\u0c32\u0c41", "pad.settings.colorcheck": "రచయితలకు రంగులు",
"pad.settings.fontType": "\u0c05\u0c15\u0c4d\u0c37\u0c30\u0c36\u0c48\u0c32\u0c3f \u0c30\u0c15\u0c02:", "pad.settings.linenocheck": "వరుస సంఖ్యలు",
"pad.settings.fontType.normal": "\u0c38\u0c3e\u0c27\u0c3e\u0c30\u0c23", "pad.settings.fontType": "అక్షరశైలి రకం:",
"pad.settings.fontType.monospaced": "\u0c2e\u0c4b\u0c28\u0c4b\u0c38\u0c4d\u0c2a\u0c47\u0c38\u0c4d", "pad.settings.fontType.normal": "సాధారణ",
"pad.settings.globalView": "\u0c2c\u0c2f\u0c1f\u0c15\u0c3f \u0c26\u0c30\u0c4d\u0c36\u0c28\u0c02", "pad.settings.fontType.monospaced": "మోనోస్పేస్",
"pad.settings.language": "\u0c2d\u0c3e\u0c37", "pad.settings.globalView": "బయటకి దర్శనం",
"pad.importExport.import_export": "\u0c26\u0c3f\u0c17\u0c41\u0c2e\u0c24\u0c3f\/\u0c0e\u0c17\u0c41\u0c2e\u0c24\u0c3f", "pad.settings.language": "భాష",
"pad.importExport.import": "\u0c2a\u0c3e\u0c20\u0c2e\u0c41 \u0c26\u0c38\u0c4d\u0c24\u0c4d\u0c30\u0c2e\u0c41 \u0c32\u0c47\u0c26\u0c3e \u0c2a\u0c24\u0c4d\u0c30\u0c2e\u0c41\u0c28\u0c41 \u0c26\u0c3f\u0c17\u0c41\u0c2e\u0c24\u0c3f \u0c1a\u0c47\u0c2f\u0c41\u0c2e\u0c41", "pad.importExport.import_export": "దిగుమతి/ఎగుమతి",
"pad.importExport.export": "\u0c2a\u0c4d\u0c30\u0c38\u0c4d\u0c24\u0c41\u0c24 \u0c2a\u0c32\u0c15\u0c28\u0c3f \u0c08 \u0c35\u0c3f\u0c27\u0c2e\u0c41\u0c17\u0c3e \u0c0e\u0c17\u0c41\u0c2e\u0c24\u0c3f \u0c1a\u0c47\u0c2f\u0c41\u0c2e\u0c41:", "pad.importExport.import": "పాఠము దస్త్రము లేదా పత్రమును దిగుమతి చేయుము",
"pad.importExport.exporthtml": "\u0c39\u0c46\u0c1a\u0c4d \u0c1f\u0c3f \u0c0e\u0c02 \u0c0e\u0c32\u0c4d", "pad.importExport.importSuccessful": "విజయవంతం!",
"pad.importExport.exportplain": "\u0c38\u0c3e\u0c26\u0c3e \u0c2a\u0c3e\u0c20\u0c4d\u0c2f\u0c02", "pad.importExport.export": "ప్రస్తుత పలకని ఈ విధముగా ఎగుమతి చేయుము:",
"pad.importExport.exportword": "\u0c2e\u0c48\u0c15\u0c4d\u0c30\u0c4b\u0c38\u0c3e\u0c2b\u0c4d\u0c1f\u0c4d \u0c35\u0c30\u0c4d\u0c21\u0c4d", "pad.importExport.exporthtml": "హెచ్ టి ఎం ఎల్",
"pad.importExport.exportpdf": "\u0c2a\u0c40 \u0c21\u0c3f \u0c0e\u0c2b\u0c4d", "pad.importExport.exportplain": "సాదా పాఠ్యం",
"pad.importExport.exportopen": "\u0c13 \u0c21\u0c3f \u0c0e\u0c2b\u0c4d (\u0c13\u0c2a\u0c46\u0c28\u0c4d \u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c2e\u0c46\u0c02\u0c1f\u0c4d \u0c2b\u0c3e\u0c30\u0c4d\u0c2e\u0c3e\u0c1f\u0c4d)", "pad.importExport.exportword": "మైక్రోసాఫ్ట్ వర్డ్",
"pad.importExport.exportdokuwiki": "\u0c21\u0c3e\u0c15\u0c4d\u0c2f\u0c41\u0c35\u0c3f\u0c15\u0c3f", "pad.importExport.exportpdf": "పీ డి ఎఫ్",
"pad.modals.connected": "\u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c41\u0c26\u0c3f\u0c30\u0c3f\u0c02\u0c26\u0c3f.", "pad.importExport.exportopen": "ఓ డి ఎఫ్ (ఓపెన్ డాక్యుమెంట్ ఫార్మాట్)",
"pad.modals.reconnecting": "\u0c2e\u0c40 \u0c2a\u0c32\u0c15\u0c15\u0c41 \u0c2e\u0c30\u0c32 \u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c32\u0c41\u0c2a\u0c41\u0c24\u0c41\u0c02\u0c26\u0c3f...", "pad.importExport.exportdokuwiki": "డాక్యువికి",
"pad.modals.forcereconnect": "\u0c2c\u0c32\u0c35\u0c02\u0c24\u0c02\u0c17\u0c3e\u0c28\u0c48\u0c28\u0c3e \u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c41\u0c26\u0c3f\u0c30\u0c3f\u0c02\u0c1a\u0c41", "pad.modals.connected": "సంబంధం కుదిరింది.",
"pad.modals.userdup.explanation": "\u0c08 \u0c2a\u0c32\u0c15, \u0c08 \u0c15\u0c02\u0c2a\u0c4d\u0c2f\u0c42\u0c1f\u0c30\u0c4d\u0c32\u0c4b \u0c12\u0c15\u0c1f\u0c3f\u0c15\u0c28\u0c4d\u0c28 \u0c0e\u0c15\u0c4d\u0c15\u0c41\u0c35 \u0c17\u0c35\u0c3e\u0c15\u0c4d\u0c37\u0c2e\u0c41\u0c32\u0c32\u0c4b \u0c24\u0c46\u0c30\u0c41\u0c1a\u0c41\u0c15\u0c41\u0c28\u0c4d\u0c28\u0c1f\u0c4d\u0c32\u0c41 \u0c05\u0c28\u0c3f\u0c2a\u0c3f\u0c38\u0c4d\u0c24\u0c41\u0c02\u0c26\u0c3f.", "pad.modals.reconnecting": "మీ పలకకు మరల సంబంధం కలుపుతుంది...",
"pad.modals.userdup.advice": "\u0c2c\u0c26\u0c41\u0c32\u0c41\u0c17\u0c3e \u0c08 \u0c17\u0c35\u0c3e\u0c15\u0c4d\u0c37\u0c2e\u0c41\u0c28\u0c41 \u0c35\u0c3e\u0c21\u0c21\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c2e\u0c30\u0c32 \u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c32\u0c2a\u0c02\u0c21\u0c3f", "pad.modals.forcereconnect": "బలవంతంగానైనా సంబంధం కుదిరించు",
"pad.modals.unauth": "\u0c05\u0c27\u0c3f\u0c15\u0c3e\u0c30\u0c02 \u0c32\u0c47\u0c26\u0c41", "pad.modals.userdup.explanation": "ఈ పలక, ఈ కంప్యూటర్లో ఒకటికన్న ఎక్కువ గవాక్షములలో తెరుచుకున్నట్లు అనిపిస్తుంది.",
"pad.modals.unauth.explanation": "\u0c2e\u0c40\u0c30\u0c41 \u0c08 \u0c2a\u0c41\u0c1f\u0c28\u0c41 \u0c1a\u0c42\u0c38\u0c4d\u0c24\u0c42\u0c28\u0c4d\u0c28\u0c2a\u0c4d\u0c2a\u0c41\u0c21\u0c41 \u0c2e\u0c40 \u0c05\u0c28\u0c41\u0c2e\u0c24\u0c41\u0c32\u0c41 \u0c2e\u0c3e\u0c30\u0c3e\u0c2f\u0c3f. \u0c2e\u0c30\u0c32 \u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c32\u0c2a\u0c21\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c2a\u0c4d\u0c30\u0c2f\u0c24\u0c4d\u0c28\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f.", "pad.modals.userdup.advice": "బదులుగా ఈ గవాక్షమును వాడడానికి మరల సంబంధం కలపండి",
"pad.modals.looping": "\u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c4b\u0c32\u0c4d\u0c2a\u0c4b\u0c2f\u0c3f\u0c02\u0c26\u0c3f.", "pad.modals.unauth": "అధికారం లేదు",
"pad.modals.slowcommit": "\u0c38\u0c02\u0c2c\u0c02\u0c27\u0c02 \u0c15\u0c4b\u0c32\u0c4d\u0c2a\u0c4b\u0c2f\u0c3f\u0c02\u0c26\u0c3f.", "pad.modals.unauth.explanation": "మీరు ఈ పుటను చూస్తూన్నప్పుడు మీ అనుమతులు మారాయి. మరల సంబంధం కలపడానికి ప్రయత్నించండి.",
"pad.modals.deleted": "\u0c24\u0c4a\u0c32\u0c17\u0c3f\u0c02\u0c1a\u0c2c\u0c21\u0c3f\u0c02\u0c26\u0c3f ( \u0c24\u0c4a\u0c32\u0c17\u0c3f\u0c02\u0c1a\u0c3f\u0c28\u0c26\u0c3f )", "pad.modals.deleted": "తొలగించబడింది ( తొలగించినది )",
"pad.share": "\u0c08 \u0c2a\u0c32\u0c15\u0c28\u0c41 \u0c2a\u0c02\u0c1a\u0c41\u0c15\u0c4a\u0c28\u0c41", "pad.share": "ఈ పలకను పంచుకొను",
"pad.share.readonly": "\u0c1a\u0c26\u0c41\u0c35\u0c41\u0c1f\u0c15\u0c41 \u0c2e\u0c3e\u0c24\u0c4d\u0c30\u0c2e\u0c47", "pad.share.readonly": "చదువుటకు మాత్రమే",
"pad.share.link": "\u0c32\u0c02\u0c15\u0c46", "pad.share.link": "లంకె",
"pad.share.emebdcode": "\u0c2f\u0c41 \u0c06\u0c30\u0c4d \u0c0e\u0c32\u0c4d \u0c28\u0c41 \u0c2a\u0c4a\u0c26\u0c17\u0c3f\u0c02\u0c1a\u0c02\u0c21\u0c3f", "pad.share.emebdcode": "యు ఆర్ ఎల్ ను పొదగించండి",
"pad.chat": "\u0c2e\u0c3e\u0c1f\u0c3e\u0c2e\u0c02\u0c24\u0c3f", "pad.chat": "మాటామంతి",
"pad.chat.title": "\u0c08 \u0c2a\u0c32\u0c15\u0c15\u0c41 \u0c2e\u0c3e\u0c1f\u0c3e\u0c2e\u0c02\u0c24\u0c3f\u0c28\u0c3f \u0c24\u0c46\u0c30\u0c3f\u0c1a\u0c3f \u0c09\u0c02\u0c1a\u0c02\u0c21\u0c3f.", "pad.chat.title": "ఈ పలకకు మాటామంతిని తెరిచి ఉంచండి.",
"timeslider.pageTitle": "{{appTitle}} \u0c2a\u0c28\u0c3f\u0c38\u0c2e\u0c2f \u0c38\u0c42\u0c1a\u0c3f\u0c15 \u0c2a\u0c30\u0c3f\u0c15\u0c30\u0c02", "timeslider.pageTitle": "{{appTitle}} పనిసమయ సూచిక పరికరం",
"timeslider.toolbar.returnbutton": "\u0c2a\u0c32\u0c15\u0c15\u0c3f \u0c24\u0c3f\u0c30\u0c3f\u0c17\u0c3f \u0c35\u0c46\u0c33\u0c4d\u0c33\u0c02\u0c21\u0c3f", "timeslider.toolbar.returnbutton": "పలకకి తిరిగి వెళ్ళండి",
"timeslider.toolbar.authors": "\u0c30\u0c1a\u0c2f\u0c3f\u0c24\u0c32\u0c41:", "timeslider.toolbar.authors": "రచయితలు:",
"timeslider.toolbar.authorsList": "\u0c30\u0c1a\u0c2f\u0c3f\u0c24\u0c32\u0c41 \u0c32\u0c47\u0c30\u0c41", "timeslider.toolbar.authorsList": "రచయితలు లేరు",
"timeslider.exportCurrent": "\u0c2a\u0c4d\u0c30\u0c38\u0c4d\u0c24\u0c41\u0c24 \u0c05\u0c35\u0c24\u0c3e\u0c30\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c08 \u0c35\u0c3f\u0c27\u0c02\u0c17\u0c3e \u0c0e\u0c17\u0c41\u0c2e\u0c24\u0c3f \u0c1a\u0c47\u0c2f\u0c41\u0c2e\u0c41:", "timeslider.exportCurrent": "ప్రస్తుత అవతారాన్ని ఈ విధంగా ఎగుమతి చేయుము:",
"timeslider.month.january": "\u0c1c\u0c28\u0c35\u0c30\u0c3f", "timeslider.month.january": "జనవరి",
"timeslider.month.february": "\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f", "timeslider.month.february": "ఫిబ్రవరి",
"timeslider.month.march": "\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f", "timeslider.month.march": "మార్చి",
"timeslider.month.april": "\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d", "timeslider.month.april": "ఏప్రిల్",
"timeslider.month.may": "\u0c2e\u0c47", "timeslider.month.may": "మే",
"timeslider.month.june": "\u0c1c\u0c42\u0c28\u0c4d", "timeslider.month.june": "జూన్",
"timeslider.month.july": "\u0c1c\u0c42\u0c32\u0c48", "timeslider.month.july": "జూలై",
"timeslider.month.august": "\u0c06\u0c17\u0c37\u0c4d\u0c1f\u0c41", "timeslider.month.august": "ఆగష్టు",
"timeslider.month.september": "\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c41", "timeslider.month.september": "సెప్టెంబరు",
"timeslider.month.october": "\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c41", "timeslider.month.october": "అక్టోబరు",
"timeslider.month.november": "\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c41", "timeslider.month.november": "నవంబరు",
"timeslider.month.december": "\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c41" "timeslider.month.december": "డిసెంబరు"
} }

124
src/locales/tr.json Normal file
View File

@ -0,0 +1,124 @@
{
"@metadata": {
"authors": [
"Emperyan",
"Erdemaslancan",
"Meelo"
]
},
"index.newPad": "Yeni Bloknot",
"index.createOpenPad": "ya da şu isimle bir Bloknot oluştur/aç:",
"pad.toolbar.bold.title": "Kalın (Ctrl-B)",
"pad.toolbar.italic.title": "Eğik (Ctrl-I)",
"pad.toolbar.underline.title": "Altı Çizili (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Üstü Çizili",
"pad.toolbar.ol.title": "Sıralı liste",
"pad.toolbar.ul.title": "Sırasız Liste",
"pad.toolbar.indent.title": "Girintiyi arttır",
"pad.toolbar.unindent.title": "Girintiyi azalt",
"pad.toolbar.undo.title": "Geri Al (Ctrl-Z)",
"pad.toolbar.redo.title": "Yenile (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Yazarlık Renklerini Temizle",
"pad.toolbar.import_export.title": "Farklı dosya biçimlerini içeri/dışarı aktar",
"pad.toolbar.timeslider.title": "Zaman Çizelgesi",
"pad.toolbar.savedRevision.title": "Düzeltmeyi Kaydet",
"pad.toolbar.settings.title": "Ayarlar",
"pad.toolbar.embed.title": "Bu bloknotu Paylaş ve Göm",
"pad.toolbar.showusers.title": "Kullanıcıları bu bloknotta göster",
"pad.colorpicker.save": "Kaydet",
"pad.colorpicker.cancel": "İptal",
"pad.loading": "Yükleniyor...",
"pad.passwordRequired": "Bu bloknota erişebilmeniz için parolaya ihtiyacınız var",
"pad.permissionDenied": "Bu bloknota erişmeye izniniz yok",
"pad.wrongPassword": "Parolanız yanlış",
"pad.settings.padSettings": "Bloknot Ayarları",
"pad.settings.myView": "Görünümüm",
"pad.settings.stickychat": "Ekranda her zaman sohbet edin",
"pad.settings.colorcheck": "Yazarlık renkleri",
"pad.settings.linenocheck": "Satır numaraları",
"pad.settings.rtlcheck": "İçerik sağdan sola doğru okunsun mu?",
"pad.settings.fontType": "Yazı tipi:",
"pad.settings.fontType.normal": "Olağan",
"pad.settings.fontType.monospaced": "Tek aralıklı",
"pad.settings.globalView": "Genel Görünüm",
"pad.settings.language": "Dil:",
"pad.importExport.import_export": "İçerik/Dışarı Aktar",
"pad.importExport.import": "Herhangi bir metin dosyası ya da belgesi yükle",
"pad.importExport.importSuccessful": "Başarılı!",
"pad.importExport.export": "Mevcut bloknotu şu olarak dışa aktar:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Düz metin",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF (Açık Doküman Biçimi)",
"pad.importExport.exportdokuwiki": "VikiBelge",
"pad.importExport.abiword.innerHTML": "Yalnızca düz metin ya da HTML biçimlerini içe aktarabilirsiniz. Daha fazla gelişmiş içe aktarım özellikleri için \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003EAbiWord'ü yükleyin\u003C/a\u003E.",
"pad.modals.connected": "Bağlandı.",
"pad.modals.reconnecting": "Bloknotunuza tekrar bağlanılıyor...",
"pad.modals.forcereconnect": "Yeniden bağlanmaya zorla",
"pad.modals.userdup": "Başka pencerede açıldı",
"pad.modals.userdup.explanation": "Bu bloknot bu bilgisayarda birden fazla tarayıcı penceresinde açılmış gibi görünüyor.",
"pad.modals.userdup.advice": "Bu pencereden kullanmak için yeniden bağlanın.",
"pad.modals.unauth": "Yetkili değil",
"pad.modals.unauth.explanation": "Bu sayfayı görüntülerken izinleriniz değiştirildi. Tekrar bağlanmayı deneyin.",
"pad.modals.looping.explanation": "Eşitleme sunucusu ile iletişim sorunları yaşanıyor.",
"pad.modals.looping.cause": "Belki de uygun olmayan güvenlik duvarı ya da vekil sunucu (proxy) ile bağlanmaya çalışıyorsunuz.",
"pad.modals.initsocketfail": "Sunucuya erişilemiyor.",
"pad.modals.initsocketfail.explanation": "Eşitleme sunucusuna bağlantı kurulamıyor.",
"pad.modals.initsocketfail.cause": "Bu sorun muhtemelen, tarayıcınızdan ya da internet bağlantınızdan kaynaklanıyor.",
"pad.modals.slowcommit.explanation": "Sunucu yanıt vermiyor.",
"pad.modals.slowcommit.cause": "Bu hata ağ bağlantısı sebebiyle olabilir.",
"pad.modals.badChangeset.explanation": "Yaptığınız bir düzenleme eşitleme sunucusu tarafından kullanışsız/kural dışı olarak sınıflandırıldı.",
"pad.modals.badChangeset.cause": "Bu, yanlış sunucu yapılandırması ya da başka bir beklenmedik davranışlar sonucunda olmuş olabilir. Bu size bir hataymış gibi geliyorsa lütfen servis yöneticisiyle iletişime geçin. Düzenlemeye devam etmek için yeniden bağlanmayı deneyin.",
"pad.modals.corruptPad.explanation": "Erişmeye çalıştığınız bloknot bozuk.",
"pad.modals.corruptPad.cause": "Bu, yanlış sunucu yapılandırması ya da başka bir beklenmedik davranışlardan kaynaklanabilir. Lütfen servis yöneticisiyle iletişime geçin.",
"pad.modals.deleted": "Silindi.",
"pad.modals.deleted.explanation": "Bu bloknot kaldırılmış.",
"pad.modals.disconnected": "Bağlantınız koptu.",
"pad.modals.disconnected.explanation": "Sunucu bağlantısı kaybedildi",
"pad.modals.disconnected.cause": "Sunucu kullanılamıyor olabilir. Bunun devam etmesi durumunda servis yöneticisine bildirin.",
"pad.share": "Bu bloknotu paylaş",
"pad.share.readonly": "Salt okunur",
"pad.share.link": "Bağlantı",
"pad.share.emebdcode": "URL'yi göm",
"pad.chat": "Sohbet",
"pad.chat.title": "Bu bloknot için sohbeti açın.",
"pad.chat.loadmessages": "Daha fazla mesaj yükle",
"timeslider.pageTitle": "{{appTitle}} Zaman Çizelgesi",
"timeslider.toolbar.returnbutton": "Bloknota geri dön",
"timeslider.toolbar.authors": "Yazarlar:",
"timeslider.toolbar.authorsList": "Yazar Yok",
"timeslider.toolbar.exportlink.title": "Dışa aktar",
"timeslider.exportCurrent": "Mevcut sürümü şu olarak dışa aktar:",
"timeslider.version": "{{version}} sürümü",
"timeslider.saved": "{{day}} {{month}} {{year}} tarihinde kaydedildi",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}.{{minutes}}.{{seconds}}",
"timeslider.month.january": "Ocak",
"timeslider.month.february": "Şubat",
"timeslider.month.march": "Mart",
"timeslider.month.april": "Nisan",
"timeslider.month.may": "Mayıs",
"timeslider.month.june": "Haziran",
"timeslider.month.july": "Temmuz",
"timeslider.month.august": "Ağustos",
"timeslider.month.september": "Eylül",
"timeslider.month.october": "Ekim",
"timeslider.month.november": "Kasım",
"timeslider.month.december": "Aralık",
"timeslider.unnamedauthors": "{{num}} adsız {[plural(num) one: yazar, other: yazar ]}",
"pad.savedrevs.marked": "Bu düzenleme artık kayıtlı bir düzeltme olarak işaretlendi",
"pad.userlist.entername": "Adınızı girin",
"pad.userlist.unnamed": "Adlandırılmamış",
"pad.userlist.guest": "Misafir",
"pad.userlist.deny": "Reddet",
"pad.userlist.approve": "Onayla",
"pad.editbar.clearcolors": "Bütün belgedeki yazarlık renkleri silinsin mi?",
"pad.impexp.importbutton": "Şimdi İçe Aktar",
"pad.impexp.importing": "İçe aktarıyor...",
"pad.impexp.confirmimport": "Bir dosya içe aktarılırken bloknotun mevcut metninin üzerine yazdırılır. Devam etmek istediğinizden emin misiniz?",
"pad.impexp.convertFailed": "Bu dosyayı içe aktarmak mümkün değil. Lütfen farklı bir belge biçimi kullanın ya da elle kopyala yapıştır yapın",
"pad.impexp.uploadFailed": "Yükleme başarısız, lütfen tekrar deneyin",
"pad.impexp.importfailed": "İçe aktarım başarısız oldu",
"pad.impexp.copypaste": "Lütfen kopyala yapıştır yapın",
"pad.impexp.exportdisabled": "{{type}} biçimiyle dışa aktarma devre dışı bırakıldı. Ayrıntılar için sistem yöneticinizle iletişime geçiniz."
}

View File

@ -1,122 +1,126 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"0": "Base", "0": "Andriykopanytsia",
"1": "Olvin", "1": "Base",
"3": "Steve.rusyn" "2": "Olvin",
} "4": "Steve.rusyn",
}, "5": "SteveR"
"index.newPad": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438", }
"index.createOpenPad": "\u0430\u0431\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438\/\u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0437 \u043d\u0430\u0437\u0432\u043e\u044e:", },
"pad.toolbar.bold.title": "\u041d\u0430\u043f\u0456\u0432\u0436\u0438\u0440\u043d\u0438\u0439 (Ctrl-B)", "index.newPad": "Створити",
"pad.toolbar.italic.title": "\u041a\u0443\u0440\u0441\u0438\u0432 (Ctrl-I)", "index.createOpenPad": "або створити/відкрити документ з назвою:",
"pad.toolbar.underline.title": "\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f (Ctrl-U)", "pad.toolbar.bold.title": "Напівжирний (Ctrl-B)",
"pad.toolbar.strikethrough.title": "\u0417\u0430\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u043d\u044f", "pad.toolbar.italic.title": "Курсив (Ctrl-I)",
"pad.toolbar.ol.title": "\u0423\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.underline.title": "Підкреслення (Ctrl-U)",
"pad.toolbar.ul.title": "\u041d\u0435\u0443\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a", "pad.toolbar.strikethrough.title": "Закреслення",
"pad.toolbar.indent.title": "\u0412\u0456\u0434\u0441\u0442\u0443\u043f", "pad.toolbar.ol.title": "Упорядкований список",
"pad.toolbar.unindent.title": "\u0412\u0438\u0441\u0442\u0443\u043f", "pad.toolbar.ul.title": "Неупорядкований список",
"pad.toolbar.undo.title": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 (Ctrl-Z)", "pad.toolbar.indent.title": "Відступ",
"pad.toolbar.redo.title": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438 (Ctrl-Y)", "pad.toolbar.unindent.title": "Виступ",
"pad.toolbar.clearAuthorship.title": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043a\u043e\u043b\u044c\u043e\u0440\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.toolbar.undo.title": "Скасувати (Ctrl-Z)",
"pad.toolbar.import_export.title": "\u0406\u043c\u043f\u043e\u0440\u0442\/\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c \u0440\u0456\u0437\u043d\u0438\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u0456\u0432 \u0444\u0430\u0439\u043b\u0456\u0432", "pad.toolbar.redo.title": "Повторити (Ctrl-Y)",
"pad.toolbar.timeslider.title": "\u0428\u043a\u0430\u043b\u0430 \u0447\u0430\u0441\u0443", "pad.toolbar.clearAuthorship.title": "Очистити кольори документу",
"pad.toolbar.savedRevision.title": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0432\u0435\u0440\u0441\u0456\u0457", "pad.toolbar.import_export.title": "Імпорт/Експорт з використанням різних форматів файлів",
"pad.toolbar.settings.title": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f", "pad.toolbar.timeslider.title": "Шкала часу",
"pad.toolbar.embed.title": "\u0412\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "pad.toolbar.savedRevision.title": "Зберегти версію",
"pad.toolbar.showusers.title": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432 \u0446\u044c\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.toolbar.settings.title": "Налаштування",
"pad.colorpicker.save": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438", "pad.toolbar.embed.title": "Поділитись та вбудувати цей документ",
"pad.colorpicker.cancel": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438", "pad.toolbar.showusers.title": "Показати користувачів цього документу",
"pad.loading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f\u2026", "pad.colorpicker.save": "Зберегти",
"pad.passwordRequired": "\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u0446\u044c\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.colorpicker.cancel": "Скасувати",
"pad.permissionDenied": "\u0412\u0438 \u043d\u0435 \u043c\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0443 \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u0446\u044c\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.loading": "Завантаження…",
"pad.wrongPassword": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c", "pad.passwordRequired": "Вам необхідний пароль для доступу до цього документу",
"pad.settings.padSettings": "\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.permissionDenied": "Ви не має дозволу для доступу до цього документу",
"pad.settings.myView": "\u041c\u0456\u0439 \u0412\u0438\u0433\u043b\u044f\u0434", "pad.wrongPassword": "Неправильний пароль",
"pad.settings.stickychat": "\u0417\u0430\u0432\u0436\u0434\u0438 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0447\u0430\u0442", "pad.settings.padSettings": "Налаштування документу",
"pad.settings.colorcheck": "\u041a\u043e\u043b\u044c\u043e\u0440\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.settings.myView": "Мій Вигляд",
"pad.settings.linenocheck": "\u041d\u043e\u043c\u0435\u0440\u0438 \u0440\u044f\u0434\u043a\u0456\u0432", "pad.settings.stickychat": "Завжди відображувати чат",
"pad.settings.fontType": "\u0422\u0438\u043f \u0448\u0440\u0438\u0444\u0442\u0443:", "pad.settings.colorcheck": "Кольори документу",
"pad.settings.fontType.normal": "\u0417\u0432\u0438\u0447\u0430\u0439\u043d\u0438\u0439", "pad.settings.linenocheck": "Номери рядків",
"pad.settings.fontType.monospaced": "\u041c\u043e\u043d\u043e\u0448\u0438\u0440\u0438\u043d\u043d\u0438\u0439", "pad.settings.rtlcheck": "Читати вміст з права на ліво?",
"pad.settings.globalView": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u0438\u0433\u043b\u044f\u0434", "pad.settings.fontType": "Тип шрифту:",
"pad.settings.language": "\u041c\u043e\u0432\u0430:", "pad.settings.fontType.normal": "Звичайний",
"pad.importExport.import_export": "\u0406\u043c\u043f\u043e\u0440\u0442\/\u0415\u043a\u0441\u043f\u043e\u0440\u0442", "pad.settings.fontType.monospaced": "Моноширинний",
"pad.importExport.import": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b \u0430\u0431\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442", "pad.settings.globalView": "Загальний вигляд",
"pad.importExport.importSuccessful": "\u0423\u0441\u043f\u0456\u0448\u043d\u043e!", "pad.settings.language": "Мова:",
"pad.importExport.export": "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u044f\u043a:", "pad.importExport.import_export": "Імпорт/Експорт",
"pad.importExport.exporthtml": "HTML", "pad.importExport.import": "Завантажити будь-який текстовий файл або документ",
"pad.importExport.exportplain": "\u0417\u0432\u0438\u0447\u0430\u0439\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", "pad.importExport.importSuccessful": "Успішно!",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.export": "Експортувати поточний документ як:",
"pad.importExport.exportpdf": "PDF", "pad.importExport.exporthtml": "HTML",
"pad.importExport.exportopen": "ODF (\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 OpenOffice)", "pad.importExport.exportplain": "Звичайний текст",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exportword": "Microsoft Word",
"pad.importExport.abiword.innerHTML": "\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043b\u0438\u0449\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0443 \u0430\u0431\u043e html. \u0414\u043b\u044f \u0431\u0456\u043b\u044c\u0448 \u043f\u0440\u043e\u0441\u0443\u043d\u0443\u0442\u0438\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0456\u0432 \u0456\u043c\u043f\u043e\u0440\u0442\u0443 <a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0456\u0442\u044c abiword<\/a>.", "pad.importExport.exportpdf": "PDF",
"pad.modals.connected": "\u0417'\u0454\u0434\u043d\u0430\u043d\u043e.", "pad.importExport.exportopen": "ODF (документ OpenOffice)",
"pad.modals.reconnecting": "\u041f\u0435\u0440\u0435\u043f\u0456\u0434\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u0412\u0430\u0448\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443..", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.forcereconnect": "\u041f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u0435 \u043f\u0435\u0440\u0435\u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f", "pad.importExport.abiword.innerHTML": "Ви можете імпортувати лище формати простого тексту або html. Для більш просунутих способів імпорту \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Eвстановіть abiword\u003C/a\u003E.",
"pad.modals.userdup": "\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u043e \u0432 \u0456\u043d\u0448\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456", "pad.modals.connected": "З'єднано.",
"pad.modals.userdup.explanation": "\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u043c\u043e\u0436\u043b\u0438\u0432\u043e, \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u043e \u0431\u0456\u043b\u044c\u0448 \u043d\u0456\u0436 \u0432 \u043e\u0434\u043d\u043e\u043c\u0443 \u0432\u0456\u043a\u043d\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u043d\u0430 \u0446\u044c\u043e\u043c\u0443 \u043a\u043e\u043c\u043f'\u044e\u0442\u0435\u0440\u0456.", "pad.modals.reconnecting": "Перепідлючення до Вашого документу..",
"pad.modals.userdup.advice": "\u041f\u0435\u0440\u0435\u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438\u0441\u044c \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0447\u0438 \u0446\u0435 \u0432\u0456\u043a\u043d\u043e.", "pad.modals.forcereconnect": "Примусове перепідключення",
"pad.modals.unauth": "\u041d\u0435 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043e", "pad.modals.userdup": "Відкрито в іншому вікні",
"pad.modals.unauth.explanation": "\u0412\u0430\u0448\u0456 \u043f\u0440\u0430\u0432\u0430 \u0431\u0443\u043b\u043e \u0437\u043c\u0456\u043d\u0435\u043d\u043e \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0446\u0456\u0454\u0457 \u0441\u0442\u043e\u0440\u0456\u043d\u043a. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438\u0441\u044c.", "pad.modals.userdup.explanation": "Документ, можливо, відкрито більш ніж в одному вікні браузера на цьому комп'ютері.",
"pad.modals.looping": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e.", "pad.modals.userdup.advice": "Перепідключитись використовуючи це вікно.",
"pad.modals.looping.explanation": "\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437\u0432'\u0454\u0437\u043a\u0443 \u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457.", "pad.modals.unauth": "Не авторизовано",
"pad.modals.looping.cause": "\u041c\u043e\u0436\u043b\u0438\u0432\u043e, \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u043b\u0438\u0441\u044c \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u0443\u043c\u0456\u0441\u043d\u0438\u0439 \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u0435\u0440 \u0430\u0431\u043e \u043f\u0440\u043e\u043a\u0441\u0456-\u0441\u0435\u0440\u0432\u0435\u0440.", "pad.modals.unauth.explanation": "Ваші права було змінено під час перегляду цієї сторінк. Спробуйте перепідключитись.",
"pad.modals.initsocketfail": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439.", "pad.modals.looping.explanation": "Проблеми зв'єзку з сервером синхронізації.",
"pad.modals.initsocketfail.explanation": "\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438\u0441\u044f \u0434\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0456\u0437\u0430\u0446\u0456\u0457.", "pad.modals.looping.cause": "Можливо, підключились через несумісний брандмауер або проксі-сервер.",
"pad.modals.initsocketfail.cause": "\u0419\u043c\u043e\u0432\u0456\u0440\u043d\u043e, \u0446\u0435 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u043e \u0437 \u0412\u0430\u0448\u0438\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c \u0430\u0431\u043e \u0456\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f\u043c.", "pad.modals.initsocketfail": "Сервер недоступний.",
"pad.modals.slowcommit": "\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e.", "pad.modals.initsocketfail.explanation": "Не вдалося підключитися до сервера синхронізації.",
"pad.modals.slowcommit.explanation": "\u0421\u0435\u0440\u0432\u0435\u0440 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454.", "pad.modals.initsocketfail.cause": "Ймовірно, це пов'язано з Вашим браузером або інтернет-з'єднанням.",
"pad.modals.slowcommit.cause": "\u0426\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0437 \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f\u043c \u0434\u043e \u043c\u0435\u0440\u0435\u0436\u0456.", "pad.modals.slowcommit.explanation": "Сервер не відповідає.",
"pad.modals.deleted": "\u0412\u0438\u043b\u0443\u0447\u0435\u043d\u043e.", "pad.modals.slowcommit.cause": "Це може бути через проблем з підключенням до мережі.",
"pad.modals.deleted.explanation": "\u0426\u0435\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0431\u0443\u043b\u043e \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u043e.", "pad.modals.badChangeset.explanation": "Редагування, яке ви зробили, було класифіковане як незаконний шлях доступу до сервера синхронізації.",
"pad.modals.disconnected": "\u0412\u0430\u0441 \u0431\u0443\u043b\u043e \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e.", "pad.modals.badChangeset.cause": "Причиною може бути неправильна конфігурація сервера або інші непередбачувані поведінки. Зверніться до адміністратора служби, якщо ви відчуваєте, що це помилка. Спробуйте підключитися повторно для того, щоб продовжити редагування.",
"pad.modals.disconnected.explanation": "\u0417'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c \u0432\u0442\u0440\u0430\u0447\u0435\u043d\u043e", "pad.modals.corruptPad.explanation": "Пошкоджено документ, до якого ви хочете одержати доступ.",
"pad.modals.disconnected.cause": "\u0421\u0435\u0440\u0432\u0435\u0440, \u043c\u043e\u0436\u043b\u0438\u0432\u043e, \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u043d\u0430\u043c, \u044f\u043a\u0449\u043e \u0446\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u0442\u0438\u043c\u0435\u0442\u044c\u0441\u044f.", "pad.modals.corruptPad.cause": "Це може бути через неправильну конфігурацію сервера або іншу непередбачувану поведінку. Зверніться до адміністратора служби.",
"pad.share": "\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c", "pad.modals.deleted": "Вилучено.",
"pad.share.readonly": "\u0422\u0456\u043b\u044c\u043a\u0438 \u0447\u0438\u0442\u0430\u043d\u043d\u044f", "pad.modals.deleted.explanation": "Цей документ було вилучено.",
"pad.share.link": "\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f", "pad.modals.disconnected": "Вас було від'єднано.",
"pad.share.emebdcode": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 URL", "pad.modals.disconnected.explanation": "З'єднання з сервером втрачено",
"pad.chat": "\u0427\u0430\u0442", "pad.modals.disconnected.cause": "Сервер, можливо, недоступний. Будь ласка, повідомте адміністратора служби, якщо це повторюватиметься.",
"pad.chat.title": "\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0447\u0430\u0442 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443.", "pad.share": "Поділитись",
"pad.chat.loadmessages": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c", "pad.share.readonly": "Тільки читання",
"timeslider.pageTitle": "\u0427\u0430\u0441\u043e\u0432\u0430 \u0448\u043a\u0430\u043b\u0430 {{appTitle}}", "pad.share.link": "Посилання",
"timeslider.toolbar.returnbutton": "\u041f\u043e\u0432\u0435\u0440\u043d\u0443\u0442\u0438\u0441\u044c \u0434\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443", "pad.share.emebdcode": "Вставити URL",
"timeslider.toolbar.authors": "\u0410\u0432\u0442\u043e\u0440\u0438:", "pad.chat": "Чат",
"timeslider.toolbar.authorsList": "\u041d\u0435\u043c\u0430\u0454 \u0430\u0432\u0442\u043e\u0440\u0456\u0432", "pad.chat.title": "Відкрити чат для цього документу.",
"timeslider.toolbar.exportlink.title": "\u0415\u043a\u0441\u043f\u043e\u0440\u0442", "pad.chat.loadmessages": "Завантажити більше повідомлень",
"timeslider.exportCurrent": "\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0442\u043e\u0447\u043d\u0443 \u0432\u0435\u0440\u0441\u0456\u044e \u044f\u043a:", "timeslider.pageTitle": "Часова шкала {{appTitle}}",
"timeslider.version": "\u0412\u0435\u0440\u0441\u0456\u044f {{version}}", "timeslider.toolbar.returnbutton": "Повернутись до документу",
"timeslider.saved": "\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e {{month}} {{day}}, {{year}}", "timeslider.toolbar.authors": "Автори:",
"timeslider.dateformat": "{{month}}\/{{day}}\/{{year}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.authorsList": "Немає авторів",
"timeslider.month.january": "\u0421\u0456\u0447\u0435\u043d\u044c", "timeslider.toolbar.exportlink.title": "Експорт",
"timeslider.month.february": "\u041b\u044e\u0442\u0438\u0439", "timeslider.exportCurrent": "Експортувати поточну версію як:",
"timeslider.month.march": "\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c", "timeslider.version": "Версія {{version}}",
"timeslider.month.april": "\u041a\u0432\u0456\u0442\u0435\u043d\u044c", "timeslider.saved": "Збережено {{month}} {{day}}, {{year}}",
"timeslider.month.may": "\u0422\u0440\u0430\u0432\u0435\u043d\u044c", "timeslider.dateformat": "{{month}}/{{day}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.june": "\u0427\u0435\u0440\u0432\u0435\u043d\u044c", "timeslider.month.january": "Січень",
"timeslider.month.july": "\u041b\u0438\u043f\u0435\u043d\u044c", "timeslider.month.february": "Лютий",
"timeslider.month.august": "\u0421\u0435\u0440\u043f\u0435\u043d\u044c", "timeslider.month.march": "Березень",
"timeslider.month.september": "\u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c", "timeslider.month.april": "Квітень",
"timeslider.month.october": "\u0416\u043e\u0432\u0442\u0435\u043d\u044c", "timeslider.month.may": "Травень",
"timeslider.month.november": "\u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434", "timeslider.month.june": "Червень",
"timeslider.month.december": "\u0413\u0440\u0443\u0434\u0435\u043d\u044c", "timeslider.month.july": "Липень",
"timeslider.unnamedauthor": "{{num}} \u0431\u0435\u0437\u0456\u043c\u0435\u043d\u043d\u0438\u0439 \u0430\u0432\u0442\u043e\u0440", "timeslider.month.august": "Серпень",
"timeslider.unnamedauthors": "\u0431\u0435\u0437\u0456\u043c\u0435\u043d\u043d\u0438\u0445 \u0430\u0432\u0442\u043e\u0440\u043e\u0432: {{num}}", "timeslider.month.september": "Вересень",
"pad.savedrevs.marked": "\u0426\u044e \u0432\u0435\u0440\u0441\u0456\u044e \u043f\u043e\u043c\u0456\u0447\u0435\u043d\u043e \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e\u044e \u0432\u0435\u0440\u0441\u0456\u0454\u044e", "timeslider.month.october": "Жовтень",
"pad.userlist.entername": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0412\u0430\u0448\u0435 \u0456\u043c'\u044f", "timeslider.month.november": "Листопад",
"pad.userlist.unnamed": "\u0431\u0435\u0437\u0456\u043c\u0435\u043d\u043d\u0438\u0439", "timeslider.month.december": "Грудень",
"pad.userlist.guest": "\u0413\u0456\u0441\u0442\u044c", "timeslider.unnamedauthors": "{{num}} {[plural(num) one: безіменний автор, few: безіменні автори, many: безіменних авторів, other: безіменних авторів]}",
"pad.userlist.deny": "\u0417\u0430\u0431\u043e\u0440\u043e\u043d\u0438\u0442\u0438", "pad.savedrevs.marked": "Цю версію помічено збереженою версією",
"pad.userlist.approve": "\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438", "pad.userlist.entername": "Введіть Ваше ім'я",
"pad.editbar.clearcolors": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043a\u043e\u043b\u044c\u043e\u0440\u0438 \u0443 \u0432\u0441\u044c\u043e\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0456?", "pad.userlist.unnamed": "безіменний",
"pad.impexp.importbutton": "\u0406\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0440\u0430\u0437", "pad.userlist.guest": "Гість",
"pad.impexp.importing": "\u0406\u043c\u043f\u043e\u0440\u0442...", "pad.userlist.deny": "Заборонити",
"pad.impexp.confirmimport": "\u0406\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0444\u0430\u0439\u043b\u0443 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0448\u0435 \u043f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443. \u0412\u0438 \u0434\u0456\u0439\u0441\u043d\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438?", "pad.userlist.approve": "Підтвердити",
"pad.impexp.convertFailed": "\u041c\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u043c\u043e \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0444\u0430\u0439\u043b. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0439\u0442\u0435 \u0456\u043d\u0448\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443, \u0430\u0431\u043e \u043f\u0440\u044f\u043c\u043e \u0441\u043a\u043e\u043f\u0456\u044e\u0439\u0442\u0435 \u0442\u0430 \u0432\u0441\u0442\u0430\u0432\u0442\u0435", "pad.editbar.clearcolors": "Очистити кольори у всьому документі?",
"pad.impexp.uploadFailed": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u043d\u043e\u0432\u0443", "pad.impexp.importbutton": "Імпортувати зараз",
"pad.impexp.importfailed": "\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0456\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u043d\u043d\u0456", "pad.impexp.importing": "Імпорт...",
"pad.impexp.copypaste": "\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0441\u043a\u043e\u043f\u0456\u044e\u0439\u0442\u0435 \u0442\u0430 \u0432\u0441\u0442\u0430\u0432\u0442\u0435", "pad.impexp.confirmimport": "Імпортування файлу перезапише поточний текст документу. Ви дійсно хочете продовжити?",
"pad.impexp.exportdisabled": "\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442 {{type}} \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0456\u0437 \u0412\u0430\u0448\u0438\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u043c \u0430\u0434\u043c\u0456\u043d\u0456\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u0437\u0430 \u0434\u0435\u0442\u0430\u043b\u044f\u043c\u0438." "pad.impexp.convertFailed": "Ми не можемо імпортувати цей файл. Будь ласка, використайте інший формат документу, або прямо скопіюйте та вставте",
"pad.impexp.uploadFailed": "Завантаження не вдалось, будь ласка, спробуйте знову",
"pad.impexp.importfailed": "Помилка при імпортуванні",
"pad.impexp.copypaste": "Будь ласка, скопіюйте та вставте",
"pad.impexp.exportdisabled": "Експорт у формат {{type}} вимкнено. Будь ласка, зв'яжіться із Вашим системним адміністратором за деталями."
} }

124
src/locales/vi.json Normal file
View File

@ -0,0 +1,124 @@
{
"@metadata": {
"authors": [
"Baonguyen21022003",
"Minh Nguyen",
"Tuankiet65"
]
},
"index.newPad": "Tạo một Pad mới",
"index.createOpenPad": "hay tạo/mở một Pad với tên:",
"pad.toolbar.bold.title": "In đậm (Ctrl-B)",
"pad.toolbar.italic.title": "In nghiêng (Ctrl-I)",
"pad.toolbar.underline.title": "Gạch chân (Ctrl-U)",
"pad.toolbar.strikethrough.title": "Gạch ngang",
"pad.toolbar.ol.title": "Danh sách Có Đánh số",
"pad.toolbar.ul.title": "Danh sách Không Đánh số",
"pad.toolbar.indent.title": "Tăng lề (TAB)",
"pad.toolbar.unindent.title": "Giảm lề (Shift+TAB)",
"pad.toolbar.undo.title": "Hoàn tác (Ctrl-Z)",
"pad.toolbar.redo.title": "Làm lại (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Xóa Màu chỉ Tác giả",
"pad.toolbar.import_export.title": "Xuất/Nhập từ/đến các định dạng file khác nhau",
"pad.toolbar.timeslider.title": "Thanh thời gian",
"pad.toolbar.savedRevision.title": "Lưu Phiên bản",
"pad.toolbar.settings.title": "Thiết lập",
"pad.toolbar.embed.title": "Chia sẻ và Nhúng pad này",
"pad.toolbar.showusers.title": "Hiện các người dùng trên pad này",
"pad.colorpicker.save": "Lưu",
"pad.colorpicker.cancel": "Hủy bỏ",
"pad.loading": "Đang tải…",
"pad.passwordRequired": "Bạn cần mật khẩu để truy cập pad này",
"pad.permissionDenied": "Bạn không có quyền truy cập pad này.",
"pad.wrongPassword": "Bạn đã nhập sai mật khẩu",
"pad.settings.padSettings": "Tùy chọn Pad",
"pad.settings.myView": "Chỉ có tôi",
"pad.settings.stickychat": "Luân hiện cửa sổ trò chuyện trên màn hình",
"pad.settings.colorcheck": "Màu chỉ tác giả",
"pad.settings.linenocheck": "Số dòng",
"pad.settings.rtlcheck": "Đọc nội dung từ phải sang trái?",
"pad.settings.fontType": "Kiểu phông chữ:",
"pad.settings.fontType.normal": "Thường",
"pad.settings.fontType.monospaced": "Monospace",
"pad.settings.globalView": "Toàn cầu",
"pad.settings.language": "Ngôn ngữ:",
"pad.importExport.import_export": "Xuất/Nhập",
"pad.importExport.import": "Tải lên bất kỳ tập tin văn bản hoặc tài liệu",
"pad.importExport.importSuccessful": "Thành công!",
"pad.importExport.export": "Xuất pad hiện tại ra định dạng:",
"pad.importExport.exporthtml": "HTML",
"pad.importExport.exportplain": "Văn bản thuần túy",
"pad.importExport.exportword": "Microsoft Word",
"pad.importExport.exportpdf": "PDF",
"pad.importExport.exportopen": "ODF",
"pad.importExport.exportdokuwiki": "DokuWiki",
"pad.importExport.abiword.innerHTML": "Bạn chỉ có thể nhập vào từ văn bản thuần túy hay định dạng HTML. Nếu muốn có nhiều chức năng nhập hơn xin hãy \u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003Ecài đặt abiword\u003C/a\u003E.",
"pad.modals.connected": "Đã kết nối lại.",
"pad.modals.reconnecting": "Kết nối lại tới pad của bạn",
"pad.modals.forcereconnect": "Ép kết nối lại",
"pad.modals.userdup": "Mở trong cửa sổ khác",
"pad.modals.userdup.explanation": "Pad này dường như được mở trên hơn một cửa sổ trình duyệt trên máy tính này.",
"pad.modals.userdup.advice": "Kết nối lại để sử dụng cửa sổ này.",
"pad.modals.unauth": "Không có quyền",
"pad.modals.unauth.explanation": "Quyền của bạn đã thay đổi trong khi bạn đang xem trang này. Hãy thử kết nối lại.",
"pad.modals.looping.explanation": "Có vấn đề khi giao tiếp với máy chủ đồng bộ",
"pad.modals.looping.cause": "Có thể bạn đã kết nối thông qua một tường lửa hay proxy không thích hợp",
"pad.modals.initsocketfail": "Không thể tiếp cận máy chủ",
"pad.modals.initsocketfail.explanation": "Không thể kết nối đến máy chủ đồng bộ.",
"pad.modals.initsocketfail.cause": "Điều này có thể là do một vấn đề với trình duyệt của bạn hay đường truyền internet của bạn.",
"pad.modals.slowcommit.explanation": "Máy chủ không phản hồi.",
"pad.modals.slowcommit.cause": "Điều này có thể là do vấn đề về kết nối mạng.",
"pad.modals.badChangeset.explanation": "Chỉnh sửa bạn đã thực hiện là bất hợp pháp phân loại bởi máy chủ đồng bộ hóa.",
"pad.modals.badChangeset.cause": "Điều này có thể là do một cấu hình máy chủ sai hoặc một số hành vi không mong muốn khác. Xin vui lòng liên hệ với quản trị viên dịch vụ, nếu bạn cảm thấy đây là một lỗi. Cố gắng kết nối lại để tiếp tục chỉnh sửa.",
"pad.modals.corruptPad.explanation": "Các phím bạn đang cố truy cập bị hỏng.",
"pad.modals.corruptPad.cause": "Điều này có thể là do một cấu hình máy chủ sai hoặc một số hành vi không mong muốn khác. Xin vui lòng liên hệ với người quản trị dịch vụ.",
"pad.modals.deleted": "Đã xóa",
"pad.modals.deleted.explanation": "Pad này đã được gỡ",
"pad.modals.disconnected": "Bạn đã ngắt kết nối",
"pad.modals.disconnected.explanation": "Kết nối tới máy chủ đã bị mất",
"pad.modals.disconnected.cause": "Hệ phục vụ có thể không sẵn dùng. Xin vui lòng thông báo cho người quản trị dịch vụ nếu điều này tiếp tục xảy ra.",
"pad.share": "Chia sẻ pad này",
"pad.share.readonly": "Chỉ đọc",
"pad.share.link": "Liên kết",
"pad.share.emebdcode": "URL nhúng",
"pad.chat": "Trò chuyện",
"pad.chat.title": "Mở trò chuyện cho pad này.",
"pad.chat.loadmessages": "Tải thêm tin nhắn",
"timeslider.pageTitle": "Thanh thời gian của {{appTitle}}",
"timeslider.toolbar.returnbutton": "Trở về pad",
"timeslider.toolbar.authors": "Tác giả:",
"timeslider.toolbar.authorsList": "Không có tác giả",
"timeslider.toolbar.exportlink.title": "Xuất",
"timeslider.exportCurrent": "Xuất phiên bản hiện tại thành:",
"timeslider.version": "Phiên bản {{version}}",
"timeslider.saved": "Đã lưu vào ngày {{day}} {{month}} năm {{year}}",
"timeslider.dateformat": "{{day}}/{{month}}/{{year}} {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.january": "Tháng Giêng",
"timeslider.month.february": "Tháng Hai",
"timeslider.month.march": "Tháng Ba",
"timeslider.month.april": "Tháng Tư",
"timeslider.month.may": "Tháng Năm",
"timeslider.month.june": "Tháng Sáu",
"timeslider.month.july": "Tháng Bảy",
"timeslider.month.august": "Tháng Tám",
"timeslider.month.september": "Tháng Chín",
"timeslider.month.october": "Tháng Mười",
"timeslider.month.november": "Tháng Mười Một",
"timeslider.month.december": "Tháng Mười Hai",
"timeslider.unnamedauthors": "Không tên {{in a}} {[plural(num) một: tác giả, khác: tác giả]}",
"pad.savedrevs.marked": "Phiên bản này đã được đánh dấu là một phiên bản đã lưu",
"pad.userlist.entername": "Nhập tên của bạn",
"pad.userlist.unnamed": "Không tên",
"pad.userlist.guest": "Khách",
"pad.userlist.deny": "Chặn",
"pad.userlist.approve": "Chấp nhận",
"pad.editbar.clearcolors": "Xóa màu chỉ tác giả trên toàn bộ tài liệu?",
"pad.impexp.importbutton": "Nhập ngay bây giờ",
"pad.impexp.importing": "Đang nhập…",
"pad.impexp.confirmimport": "Nhập một tập tin sẽ ghi đè nội dung hiện tại của pad. Bạn có muốn làm như vậy không?",
"pad.impexp.convertFailed": "Chúng tôi không thể nhập tập tin này. Hãy sử dụng định dạng tập tin khác hay sao chéo và dán một cách thủ công.",
"pad.impexp.uploadFailed": "Tải lên không thành công, vui lòng thử lại",
"pad.impexp.importfailed": "Nhập thất bại",
"pad.impexp.copypaste": "Xin vui lòng sao chép và dán",
"pad.impexp.exportdisabled": "Xuất ra định dạng {{type}} đã bị vô hiệu hóa. Xin hãy liên hệ với quản trị viên hệ thống để biết thêm thông tin chi tiết."
}

View File

@ -1,114 +1,131 @@
{ {
"@metadata": { "@metadata": {
"authors": [ "authors": [
"Dimension", "Dimension",
"Hydra", "Hydra",
"\u4e4c\u62c9\u8de8\u6c2a", "Hzy980512",
"\u71c3\u7389" "Liuxinyu970226",
] "Qiyue2001",
}, "Shangkuanlc",
"index.newPad": "\u65b0\u8bb0\u4e8b\u672c", "Shizhao",
"pad.toolbar.bold.title": "\u7c97\u4f53\uff08Ctrl-B\uff09", "Yfdyh000",
"pad.toolbar.italic.title": "\u659c\u4f53 (Ctrl-I)", "乌拉跨氪",
"pad.toolbar.underline.title": "\u5e95\u7ebf\uff08Ctrl-U\uff09", "燃玉"
"pad.toolbar.strikethrough.title": "\u5220\u9664\u7ebf", ]
"pad.toolbar.ol.title": "\u6709\u5e8f\u5217\u8868", },
"pad.toolbar.ul.title": "\u65e0\u5e8f\u5217\u8868", "index.newPad": "新记事本",
"pad.toolbar.indent.title": "\u7f29\u6392", "index.createOpenPad": "或者创建/打开带名字的记事本:",
"pad.toolbar.unindent.title": "\u51f8\u6392", "pad.toolbar.bold.title": "粗体Ctrl-B",
"pad.toolbar.undo.title": "\u64a4\u6d88 (Ctrl-Z)", "pad.toolbar.italic.title": "斜体 (Ctrl-I)",
"pad.toolbar.redo.title": "\u91cd\u505a (Ctrl-Y)", "pad.toolbar.underline.title": "下划线Ctrl-U",
"pad.toolbar.clearAuthorship.title": "\u6e05\u9664\u4f5c\u540d\u989c\u8272", "pad.toolbar.strikethrough.title": "删除线",
"pad.toolbar.timeslider.title": "\u65f6\u95f4\u8f74", "pad.toolbar.ol.title": "有序列表",
"pad.toolbar.savedRevision.title": "\u5df2\u4fdd\u5b58\u7684\u4fee\u8ba2", "pad.toolbar.ul.title": "无序列表",
"pad.toolbar.settings.title": "\u8bbe\u7f6e", "pad.toolbar.indent.title": "增加缩进",
"pad.toolbar.embed.title": "\u5d4c\u5165\u6b64\u8bb0\u4e8b\u672c", "pad.toolbar.unindent.title": "减少缩进",
"pad.toolbar.showusers.title": "\u663e\u793a\u6b64\u8bb0\u4e8b\u672c\u7684\u7528\u6237", "pad.toolbar.undo.title": "撤消 (Ctrl-Z)",
"pad.colorpicker.save": "\u4fdd\u5b58", "pad.toolbar.redo.title": "重做 (Ctrl-Y)",
"pad.colorpicker.cancel": "\u53d6\u6d88", "pad.toolbar.clearAuthorship.title": "清除作者颜色",
"pad.loading": "\u8f7d\u5165\u4e2d\u2026\u2026", "pad.toolbar.import_export.title": "从不同的文件格式导入/导出",
"pad.passwordRequired": "\u60a8\u9700\u8981\u4e00\u4e2a\u89c2\u770b\u8fd9\u4e2a\u8bb0\u4e8b\u672c\u7684\u5bc6\u7801", "pad.toolbar.timeslider.title": "时间轴",
"pad.permissionDenied": "\u60a8\u6ca1\u6709\u89c2\u770b\u8fd9\u4e2a\u8bb0\u4e8b\u672c\u7684\u6743\u9650", "pad.toolbar.savedRevision.title": "保存修订",
"pad.wrongPassword": "\u60a8\u7684\u5bc6\u7801\u9519\u4e86", "pad.toolbar.settings.title": "设置",
"pad.settings.padSettings": "\u8bb0\u4e8b\u672c\u8bbe\u7f6e", "pad.toolbar.embed.title": "共享并嵌入此记事本",
"pad.settings.myView": "\u6211\u7684\u89c6\u7a97", "pad.toolbar.showusers.title": "显示此记事本上的用户",
"pad.settings.stickychat": "\u603b\u662f\u5728\u5c4f\u5e55\u4e0a\u663e\u793a\u804a\u5929", "pad.colorpicker.save": "保存",
"pad.settings.colorcheck": "\u4f5c\u8005\u989c\u8272", "pad.colorpicker.cancel": "取消",
"pad.settings.linenocheck": "\u884c\u53f7", "pad.loading": "载入中……",
"pad.settings.fontType": "\u5b57\u4f53\u7c7b\u578b\uff1a", "pad.passwordRequired": "您需要密码才能访问这个记事本",
"pad.settings.fontType.normal": "\u6b63\u5e38", "pad.permissionDenied": "您没有访问这个记事本的权限",
"pad.settings.fontType.monospaced": "\u7b49\u5bbd\u5b57\u4f53", "pad.wrongPassword": "您的密码错了",
"pad.settings.globalView": "\u6240\u6709\u4eba\u7684\u89c6\u7a97", "pad.settings.padSettings": "记事本设置",
"pad.settings.language": "\u8bed\u8a00\uff1a", "pad.settings.myView": "我的视窗",
"pad.importExport.import_export": "\u5bfc\u5165\/\u5bfc\u51fa", "pad.settings.stickychat": "总是显示聊天屏幕",
"pad.importExport.import": "\u4e0a\u8f7d\u4efb\u4f55\u6587\u5b57\u6863\u6216\u6587\u6863", "pad.settings.colorcheck": "作者颜色",
"pad.importExport.importSuccessful": "\u6210\u529f\uff01", "pad.settings.linenocheck": "行号",
"pad.importExport.export": "\u5bfc\u51fa\u76ee\u524d\u7684\u8bb0\u4e8b\u7c3f\u4e3a\uff1a", "pad.settings.rtlcheck": "从右到左阅读内容吗?",
"pad.importExport.exporthtml": "HTML", "pad.settings.fontType": "字体类型:",
"pad.importExport.exportplain": "\u7eaf\u6587\u672c", "pad.settings.fontType.normal": "正常",
"pad.importExport.exportword": "Microsoft Word", "pad.settings.fontType.monospaced": "等宽字体",
"pad.importExport.exportpdf": "PDF", "pad.settings.globalView": "所有人视窗",
"pad.importExport.exportopen": "ODF\uff08\u5f00\u653e\u6587\u6863\u683c\u5f0f\uff09", "pad.settings.language": "语言:",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.import_export": "导入/导出",
"pad.modals.connected": "\u5df2\u8fde\u63a5\u3002", "pad.importExport.import": "上载任何文本文件或档案",
"pad.modals.reconnecting": "\u91cd\u65b0\u8fde\u63a5\u5230\u60a8\u7684\u8bb0\u4e8b\u7c3f...", "pad.importExport.importSuccessful": "成功!",
"pad.modals.forcereconnect": "\u5f3a\u5236\u91cd\u65b0\u8fde\u63a5", "pad.importExport.export": "当前记事本导出为:",
"pad.modals.userdup": "\u5728\u53e6\u4e00\u4e2a\u89c6\u7a97\u4e2d\u6253\u5f00", "pad.importExport.exporthtml": "HTML",
"pad.modals.userdup.explanation": "\u6b64\u8bb0\u4e8b\u7c3f\u4f3c\u4e4e\u5728\u6b64\u7535\u8111\u4e0a\u5728\u591a\u4e2a\u6d4f\u89c8\u5668\u89c6\u7a97\u4e2d\u6253\u5f00\u3002", "pad.importExport.exportplain": "纯文本",
"pad.modals.userdup.advice": "\u91cd\u65b0\u8fde\u63a5\u5230\u6b64\u89c6\u7a97\u3002", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.unauth": "\u672a\u6388\u6743", "pad.importExport.exportpdf": "PDF",
"pad.modals.looping": "\u5df2\u79bb\u7ebf\u3002", "pad.importExport.exportopen": "ODF开放文档格式",
"pad.modals.initsocketfail": "\u65e0\u6cd5\u8bbf\u95ee\u670d\u52a1\u5668\u3002", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.initsocketfail.explanation": "\u65e0\u6cd5\u8fde\u63a5\u5230\u540c\u6b65\u670d\u52a1\u5668\u3002", "pad.importExport.abiword.innerHTML": "您只能导入纯文本或HTML格式。\u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003E安裝abiword\u003C/a\u003E取得更多高级的导入功能。",
"pad.modals.initsocketfail.cause": "\u8fd9\u53ef\u80fd\u662f\u7531\u4e8e\u60a8\u7684\u6d4f\u89c8\u5668\u6216\u60a8\u7684\u4e92\u8054\u7f51\u8fde\u63a5\u7684\u95ee\u9898\u3002", "pad.modals.connected": "已连接。",
"pad.modals.slowcommit": "\u5df2\u79bb\u7ebf\u3002", "pad.modals.reconnecting": "重新连接到您的记事本...",
"pad.modals.slowcommit.explanation": "\u670d\u52a1\u5668\u6ca1\u6709\u54cd\u5e94\u3002", "pad.modals.forcereconnect": "强制重新连接",
"pad.modals.slowcommit.cause": "\u8fd9\u53ef\u80fd\u662f\u7531\u4e8e\u7f51\u7edc\u8fde\u63a5\u95ee\u9898\u3002", "pad.modals.userdup": "在另一个窗口中打开",
"pad.modals.deleted": "\u5df2\u522a\u9664\u3002", "pad.modals.userdup.explanation": "此记事本似乎在本电脑上的多个浏览器窗口中打开。",
"pad.modals.deleted.explanation": "\u6b64\u8bb0\u4e8b\u672c\u5df2\u88ab\u79fb\u9664\u3002", "pad.modals.userdup.advice": "重新连接,使用此窗口。",
"pad.modals.disconnected": "\u60a8\u5df2\u88ab\u79bb\u7ebf\u3002", "pad.modals.unauth": "未授权",
"pad.modals.disconnected.explanation": "\u5230\u670d\u52a1\u5668\u7684\u8fde\u63a5\u5df2\u4e22\u5931", "pad.modals.unauth.explanation": "您的权限在查看此页面时已改变。尝试重新连接。",
"pad.modals.disconnected.cause": "\u670d\u52a1\u5668\u53ef\u80fd\u65e0\u6cd5\u4f7f\u7528\u3002\u82e5\u6b64\u60c5\u51b5\u6301\u7eed\u53d1\u751f\uff0c\u8bf7\u901a\u77e5\u6211\u4eec\u3002", "pad.modals.looping.explanation": "与同步服务器的通信出现问题。",
"pad.share": "\u5206\u4eab\u6b64\u8bb0\u4e8b\u672c", "pad.modals.looping.cause": "也许您是通过不兼容的防火墙或代理服务器连接。",
"pad.share.readonly": "\u53ea\u80fd\u8bfb", "pad.modals.initsocketfail": "无法访问服务器。",
"pad.share.link": "\u94fe\u63a5", "pad.modals.initsocketfail.explanation": "无法连接到同步服务器。",
"pad.share.emebdcode": "\u5d4c\u5165\u7f51\u5740", "pad.modals.initsocketfail.cause": "这可能是由于您的浏览器或您的互联网连接的问题。",
"pad.chat": "\u804a\u5929", "pad.modals.slowcommit.explanation": "服务器没有响应。",
"pad.chat.title": "\u6253\u5f00\u6b64\u8bb0\u4e8b\u7c3f\u7684\u804a\u5929\u3002", "pad.modals.slowcommit.cause": "这可能是由于网络连接问题。",
"pad.chat.loadmessages": "\u52a0\u8f7d\u66f4\u591a\u4fe1\u606f", "pad.modals.badChangeset.explanation": "您的一个编辑被同步服务器分类为非法。",
"timeslider.toolbar.returnbutton": "\u8fd4\u56de\u8bb0\u4e8b\u672c", "pad.modals.badChangeset.cause": "这可能是因为服务器配置的错误或者其他未预料到的行为。如果您认为这是错误,请联系服务管理员。要继续编辑,请尝试重新连接。",
"timeslider.toolbar.authors": "\u4f5c\u8005\uff1a", "pad.modals.corruptPad.explanation": "您试图连接的平板已损坏。",
"timeslider.toolbar.authorsList": "\u6ca1\u6709\u4f5c\u8005", "pad.modals.corruptPad.cause": "这可能是因为服务器配置的错误或者其他未预料到的行为。请联系服务管理员。",
"timeslider.toolbar.exportlink.title": "\u5bfc\u51fa", "pad.modals.deleted": "已刪除。",
"timeslider.exportCurrent": "\u5bfc\u51fa\u76ee\u524d\u7248\u672c\u4e3a\uff1a", "pad.modals.deleted.explanation": "此记事本已被移除。",
"timeslider.version": "\u7b2c {{version}} \u7248\u672c", "pad.modals.disconnected": "你已断开连接。",
"timeslider.saved": "\u5728{{year}}\u5e74{{month}}{{day}}\u65e5\u4fdd\u5b58", "pad.modals.disconnected.explanation": "到服务器的连接已丢失",
"timeslider.month.january": "\u4e00\u6708", "pad.modals.disconnected.cause": "服务器可能无法使用。若此情况持续发生,请通知服务器管理员。",
"timeslider.month.february": "\u4e8c\u6708", "pad.share": "分享此记事本",
"timeslider.month.march": "\u4e09\u6708", "pad.share.readonly": "只读",
"timeslider.month.april": "\u56db\u6708", "pad.share.link": "链接",
"timeslider.month.may": "\u4e94\u6708", "pad.share.emebdcode": "嵌入网址",
"timeslider.month.june": "\u516d\u6708", "pad.chat": "聊天",
"timeslider.month.july": "\u4e03\u6708", "pad.chat.title": "打开此记事本的聊天窗口。",
"timeslider.month.august": "\u516b\u6708", "pad.chat.loadmessages": "加载更多信息",
"timeslider.month.september": "\u4e5d\u6708", "timeslider.pageTitle": "{{appTitle}} 时间轴",
"timeslider.month.october": "\u5341\u6708", "timeslider.toolbar.returnbutton": "返回记事本",
"timeslider.month.november": "\u5341\u4e00\u6708", "timeslider.toolbar.authors": "作者:",
"timeslider.month.december": "\u5341\u4e8c\u6708", "timeslider.toolbar.authorsList": "没有作者",
"timeslider.unnamedauthor": "{{num}}\u533f\u540d\u4f5c\u8005", "timeslider.toolbar.exportlink.title": "导出",
"timeslider.unnamedauthors": "{{num}}\u533f\u540d\u4f5c\u8005", "timeslider.exportCurrent": "当前版本导出为:",
"pad.savedrevs.marked": "\u6b64\u4fee\u8ba2\u5df2\u6807\u8bb0\u4e3a\u4fdd\u5b58\u4fee\u8ba2", "timeslider.version": "版本 {{version}}",
"pad.userlist.entername": "\u8f93\u5165\u60a8\u7684\u59d3\u540d", "timeslider.saved": "在{{year}}年{{month}}{{day}}日保存",
"pad.userlist.unnamed": "\u65e0\u540d", "timeslider.dateformat": "{{year}}年{{month}}{{day}}日 {{hours}}时:{{minutes}}分:{{seconds}}秒",
"pad.userlist.guest": "\u8bbf\u5ba2", "timeslider.month.january": "一月",
"pad.userlist.deny": "\u62d2\u7edd", "timeslider.month.february": "二月",
"pad.userlist.approve": "\u6279\u51c6", "timeslider.month.march": "三月",
"pad.editbar.clearcolors": "\u6e05\u9664\u6574\u4e2a\u6587\u6863\u7684\u4f5c\u8005\u989c\u8272\u5417\uff1f", "timeslider.month.april": "四月",
"pad.impexp.importbutton": "\u73b0\u5728\u5bfc\u5165", "timeslider.month.may": "五月",
"pad.impexp.importing": "\u6b63\u5728\u5bfc\u5165...", "timeslider.month.june": "六月",
"pad.impexp.convertFailed": "\u6211\u4eec\u65e0\u6cd5\u5bfc\u5165\u6b64\u6587\u6863\u3002\u8bf7\u4f7f\u7528\u4ed6\u6587\u6863\u683c\u5f0f\u6216\u624b\u52a8\u590d\u5236\u8d34\u4e0a\u3002", "timeslider.month.july": "七月",
"pad.impexp.uploadFailed": "\u4e0a\u8f7d\u5931\u8d25\uff0c\u8bf7\u91cd\u8bd5", "timeslider.month.august": "八月",
"pad.impexp.importfailed": "\u5bfc\u5165\u5931\u8d25", "timeslider.month.september": "九月",
"pad.impexp.copypaste": "\u8bf7\u590d\u5236\u7c98\u8d34", "timeslider.month.october": "十月",
"pad.impexp.exportdisabled": "{{type}} \u683c\u5f0f\u7684\u5bfc\u51fa\u88ab\u7981\u7528\u3002\u6709\u5173\u8be6\u60c5\uff0c\u8bf7\u4e0e\u60a8\u7684\u7cfb\u7edf\u7ba1\u7406\u5458\u8054\u7cfb\u3002" "timeslider.month.november": "十一月",
"timeslider.month.december": "十二月",
"timeslider.unnamedauthors": "{{num}}个匿名作者",
"pad.savedrevs.marked": "这一修订现在被标记为已保存的修订版本",
"pad.userlist.entername": "输入您的姓名",
"pad.userlist.unnamed": "匿名",
"pad.userlist.guest": "访客",
"pad.userlist.deny": "拒绝",
"pad.userlist.approve": "批准",
"pad.editbar.clearcolors": "清除整个文档的作者颜色吗?",
"pad.impexp.importbutton": "现在导入",
"pad.impexp.importing": "正在导入...",
"pad.impexp.confirmimport": "导入的文件将覆盖记事本的当前文本。你确定要继续吗?",
"pad.impexp.convertFailed": "我们无法导入此文档。请使用他文档格式或手动复制贴上。",
"pad.impexp.uploadFailed": "上载失败,请重试",
"pad.impexp.importfailed": "导入失败",
"pad.impexp.copypaste": "请复制粘贴",
"pad.impexp.exportdisabled": "{{type}} 格式的导出被禁用。有关详情,请与您的系统管理员联系。"
} }

View File

@ -1,120 +1,126 @@
{ {
"@metadata": { "@metadata": {
"authors": { "authors": {
"1": "Simon Shek" "0": "Justincheng12345",
} "1": "Liuxinyu970226",
}, "2": "Shangkuanlc",
"index.newPad": "\u65b0Pad", "3": "Shirayuki",
"index.createOpenPad": "\u6216\u5275\u5efa\uff0f\u958b\u555f\u4ee5\u4e0b\u540d\u7a31\u7684pad\uff1a", "5": "Simon Shek"
"pad.toolbar.bold.title": "\u7c97\u9ad4\uff08Ctrl-B\uff09", }
"pad.toolbar.italic.title": "\u659c\u9ad4\uff08Ctrl-I\uff09", },
"pad.toolbar.underline.title": "\u5e95\u7dda\uff08Ctrl-U\uff09", "index.newPad": "新Pad",
"pad.toolbar.strikethrough.title": "\u522a\u9664\u7dda", "index.createOpenPad": "或創建開啟以下名稱的pad",
"pad.toolbar.ol.title": "\u6709\u5e8f\u6e05\u55ae", "pad.toolbar.bold.title": "粗體Ctrl-B",
"pad.toolbar.ul.title": "\u7121\u5e8f\u6e05\u55ae", "pad.toolbar.italic.title": "斜體Ctrl-I",
"pad.toolbar.indent.title": "\u7e2e\u6392", "pad.toolbar.underline.title": "底線Ctrl-U",
"pad.toolbar.unindent.title": "\u51f8\u6392", "pad.toolbar.strikethrough.title": "刪除線",
"pad.toolbar.undo.title": "\u64a4\u92b7\uff08Ctrl-Z\uff09", "pad.toolbar.ol.title": "有序清單",
"pad.toolbar.redo.title": "\u91cd\u505a\uff08Ctrl-Y\uff09", "pad.toolbar.ul.title": "無序清單",
"pad.toolbar.clearAuthorship.title": "\u6e05\u9664\u4f5c\u540d\u984f\u8272", "pad.toolbar.indent.title": "縮排TAB",
"pad.toolbar.import_export.title": "\u4ee5\u5176\u4ed6\u6a94\u6848\u683c\u5f0f\u5c0e\u5165\uff0f\u532f\u51fa", "pad.toolbar.unindent.title": "凸排Shift+TAB",
"pad.toolbar.timeslider.title": "\u6642\u9593\u8ef8", "pad.toolbar.undo.title": "撤銷Ctrl-Z",
"pad.toolbar.savedRevision.title": "\u5df2\u5132\u5b58\u7684\u4fee\u8a02", "pad.toolbar.redo.title": "重做Ctrl-Y",
"pad.toolbar.settings.title": "\u8a2d\u5b9a", "pad.toolbar.clearAuthorship.title": "清除協作者顏色區別",
"pad.toolbar.embed.title": "\u5d4c\u5165\u6b64pad", "pad.toolbar.import_export.title": "以其他檔案格式匯入/匯出",
"pad.toolbar.showusers.title": "\u986f\u793a\u6b64pad\u7684\u7528\u6236", "pad.toolbar.timeslider.title": "時間軸",
"pad.colorpicker.save": "\u5132\u5b58", "pad.toolbar.savedRevision.title": "儲存修訂",
"pad.colorpicker.cancel": "\u53d6\u6d88", "pad.toolbar.settings.title": "設定",
"pad.loading": "\u8f09\u5165\u4e2d...", "pad.toolbar.embed.title": "分享和嵌入此pad",
"pad.passwordRequired": "\u60a8\u9700\u8981\u5bc6\u78bc\u624d\u80fd\u8a2a\u554f\u9019\u500bpad", "pad.toolbar.showusers.title": "顯示此pad的用戶",
"pad.permissionDenied": "\u4f60\u6c92\u6709\u8a2a\u554f\u9019\u500bpad\u7684\u6b0a\u9650", "pad.colorpicker.save": "儲存",
"pad.wrongPassword": "\u5bc6\u78bc\u932f\u8aa4", "pad.colorpicker.cancel": "取消",
"pad.settings.padSettings": "Pad\u8a2d\u5b9a", "pad.loading": "載入中...",
"pad.settings.myView": "\u6211\u7684\u8996\u7a97", "pad.passwordRequired": "您需要密碼才能訪問這個pad",
"pad.settings.stickychat": "\u6c38\u9060\u5728\u5c4f\u5e55\u4e0a\u986f\u793a\u804a\u5929", "pad.permissionDenied": "你沒有訪問這個pad的權限",
"pad.settings.colorcheck": "\u4f5c\u8005\u984f\u8272", "pad.wrongPassword": "密碼錯誤",
"pad.settings.linenocheck": "\u884c\u865f", "pad.settings.padSettings": "Pad設定",
"pad.settings.fontType": "\u5b57\u9ad4\u985e\u578b\uff1a", "pad.settings.myView": "我的視窗",
"pad.settings.fontType.normal": "\u6b63\u5e38", "pad.settings.stickychat": "永遠在屏幕上顯示聊天",
"pad.settings.fontType.monospaced": "\u7b49\u5bec", "pad.settings.colorcheck": "協作者顏色",
"pad.settings.globalView": "\u6240\u6709\u4eba\u7684\u8996\u7a97", "pad.settings.linenocheck": "行號",
"pad.settings.language": "\u8a9e\u8a00\uff1a", "pad.settings.rtlcheck": "從右至左讀取內容?",
"pad.importExport.import_export": "\u5c0e\u5165\uff0f\u532f\u51fa", "pad.settings.fontType": "字體類型:",
"pad.importExport.import": "\u4e0a\u8f09\u4efb\u4f55\u6587\u5b57\u6a94\u6216\u6587\u6a94", "pad.settings.fontType.normal": "正常",
"pad.importExport.importSuccessful": "\u5b8c\u6210\uff01", "pad.settings.fontType.monospaced": "等寬",
"pad.importExport.export": "\u532f\u51fa\u7576\u524dpad\u70ba\uff1a", "pad.settings.globalView": "所有人的視窗",
"pad.importExport.exporthtml": "HTML", "pad.settings.language": "語言:",
"pad.importExport.exportplain": "\u7d14\u6587\u5b57", "pad.importExport.import_export": "匯入/匯出",
"pad.importExport.exportword": "Microsoft Word", "pad.importExport.import": "上載任何文字檔或文檔",
"pad.importExport.exportpdf": "PDF", "pad.importExport.importSuccessful": "完成!",
"pad.importExport.exportopen": "ODF\uff08\u958b\u653e\u6587\u4ef6\u683c\u5f0f\uff09", "pad.importExport.export": "匯出當前pad為",
"pad.importExport.exportdokuwiki": "DokuWiki", "pad.importExport.exporthtml": "HTML",
"pad.importExport.abiword.innerHTML": "\u60a8\u53ea\u53ef\u4ee5\u7d14\u6587\u5b57\u6216html\u683c\u5f0f\u6a94\u532f\u5165\u3002<a href=\"https:\/\/github.com\/ether\/etherpad-lite\/wiki\/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\">\u5b89\u88ddabiword<\/a>\u53d6\u5f97\u66f4\u591a\u9032\u968e\u7684\u532f\u5165\u529f\u80fd\u3002", "pad.importExport.exportplain": "純文字",
"pad.modals.connected": "\u5df2\u9023\u7dda\u3002", "pad.importExport.exportword": "Microsoft Word",
"pad.modals.reconnecting": "\u91cd\u65b0\u9023\u63a5\u5230\u60a8\u7684pad...", "pad.importExport.exportpdf": "PDF",
"pad.modals.forcereconnect": "\u5f37\u5236\u91cd\u65b0\u9023\u7dda", "pad.importExport.exportopen": "ODF開放文件格式",
"pad.modals.userdup": "\u5728\u53e6\u4e00\u500b\u8996\u7a97\u4e2d\u958b\u555f", "pad.importExport.exportdokuwiki": "DokuWiki",
"pad.modals.userdup.explanation": "\u6b64pad\u4f3c\u4e4e\u5728\u6b64\u96fb\u8166\u4e0a\u7684\u591a\u500b\u700f\u89bd\u5668\u8996\u7a97\u4e2d\u958b\u555f\u3002", "pad.importExport.abiword.innerHTML": "您只可以純文字或html格式檔匯入。\u003Ca href=\"https://github.com/ether/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord\"\u003E安裝abiword\u003C/a\u003E取得更多進階的匯入功能。",
"pad.modals.userdup.advice": "\u91cd\u65b0\u9023\u63a5\u5230\u6b64\u8996\u7a97\u3002", "pad.modals.connected": "已連線。",
"pad.modals.unauth": "\u672a\u6388\u6b0a", "pad.modals.reconnecting": "重新連接到您的pad...",
"pad.modals.unauth.explanation": "\u60a8\u7684\u6b0a\u9650\u5728\u67e5\u770b\u6b64\u9801\u6642\u767c\u751f\u66f4\u6539\u3002\u8acb\u5617\u8a66\u91cd\u65b0\u9023\u63a5\u3002", "pad.modals.forcereconnect": "強制重新連線",
"pad.modals.looping": "\u5df2\u96e2\u7dda\u3002", "pad.modals.userdup": "在另一個視窗中開啟",
"pad.modals.looping.explanation": "\u8207\u540c\u6b65\u4f3a\u670d\u5668\u9593\u6709\u901a\u4fe1\u554f\u984c\u3002", "pad.modals.userdup.explanation": "此pad似乎在此電腦上的多個瀏覽器視窗中開啟。",
"pad.modals.looping.cause": "\u4e5f\u8a31\u60a8\u901a\u904e\u4e00\u500b\u4e0d\u76f8\u5bb9\u7684\u9632\u706b\u7246\u6216\u4ee3\u7406\u4f3a\u670d\u5668\u9023\u63a5\u3002", "pad.modals.userdup.advice": "重新連接到此視窗。",
"pad.modals.initsocketfail": "\u7121\u6cd5\u8a2a\u554f\u4f3a\u670d\u5668\u3002", "pad.modals.unauth": "未授權",
"pad.modals.initsocketfail.explanation": "\u7121\u6cd5\u9023\u63a5\u5230\u540c\u6b65\u4f3a\u670d\u5668\u3002", "pad.modals.unauth.explanation": "您的權限在查看此頁時發生更改。請嘗試重新連接。",
"pad.modals.initsocketfail.cause": "\u53ef\u80fd\u662f\u7531\u65bc\u60a8\u7684\u700f\u89bd\u5668\u6216\u60a8\u7684\u4e92\u806f\u7db2\u9023\u63a5\u7684\u554f\u984c\u3002", "pad.modals.looping.explanation": "與同步伺服器間有通信問題。",
"pad.modals.slowcommit": "\u5df2\u96e2\u7dda\u3002", "pad.modals.looping.cause": "也許您是通過不相容的防火牆或代理伺服器連線。",
"pad.modals.slowcommit.explanation": "\u4f3a\u670d\u5668\u6c92\u6709\u56de\u61c9\u3002", "pad.modals.initsocketfail": "無法訪問伺服器。",
"pad.modals.slowcommit.cause": "\u53ef\u80fd\u662f\u7531\u65bc\u7db2\u8def\u9023\u63a5\u554f\u984c\u3002", "pad.modals.initsocketfail.explanation": "無法連接到同步伺服器。",
"pad.modals.deleted": "\u5df2\u522a\u9664\u3002", "pad.modals.initsocketfail.cause": "這可能是因為瀏覽器或網際網路連線問題所造成。",
"pad.modals.deleted.explanation": "\u6b64pad\u5df2\u88ab\u79fb\u9664\u3002", "pad.modals.slowcommit.explanation": "伺服器沒有回應。",
"pad.modals.disconnected": "\u60a8\u5df2\u4e2d\u65b7\u9023\u7dda\u3002", "pad.modals.slowcommit.cause": "這可能是因為網路連線問題所造成。",
"pad.modals.disconnected.explanation": "\u4f3a\u670d\u5668\u9023\u63a5\u66fe\u4e2d\u65b7", "pad.modals.badChangeset.explanation": "您的一個編輯被同步伺服器類為非法。",
"pad.modals.disconnected.cause": "\u4f3a\u670d\u5668\u53ef\u80fd\u7121\u6cd5\u4f7f\u7528\u3002\u82e5\u6b64\u60c5\u6cc1\u6301\u7e8c\u767c\u751f\uff0c\u8acb\u901a\u77e5\u6211\u5011\u3002", "pad.modals.badChangeset.cause": "這可能由於伺服器的配置錯誤或遇到意外問題。若您認為這是錯誤,請聯繫伺服器管理員。如要繼續編輯,請嘗試重新連接。",
"pad.share": "\u5206\u4eab\u6b64pad", "pad.modals.corruptPad.explanation": "您試圖訪問的平板已損壞。",
"pad.share.readonly": "\u552f\u8b80", "pad.modals.corruptPad.cause": "這可能由於伺服器的配置錯誤或遇到意外問題。請聯繫伺服器管理員。",
"pad.share.link": "\u9023\u7d50", "pad.modals.deleted": "已刪除。",
"pad.share.emebdcode": "\u5d4c\u5165\u7db2\u5740", "pad.modals.deleted.explanation": "此pad已被移除。",
"pad.chat": "\u804a\u5929", "pad.modals.disconnected": "您已中斷連線。",
"pad.chat.title": "\u6253\u958b\u6b64pad\u7684\u804a\u5929\u3002", "pad.modals.disconnected.explanation": "伺服器連接曾中斷",
"pad.chat.loadmessages": "\u8f09\u5165\u66f4\u591a\u8a0a\u606f", "pad.modals.disconnected.cause": "伺服器可能無法使用。若此情況持續發生,請通知伺服器管理員。",
"timeslider.pageTitle": "{{appTitle}}\u6642\u9593\u8ef8", "pad.share": "分享此pad",
"timeslider.toolbar.returnbutton": "\u8fd4\u56de\u5230pad", "pad.share.readonly": "唯讀",
"timeslider.toolbar.authors": "\u4f5c\u8005\uff1a", "pad.share.link": "連結",
"timeslider.toolbar.authorsList": "\u7121\u4f5c\u8005", "pad.share.emebdcode": "嵌入網址",
"timeslider.toolbar.exportlink.title": "\u532f\u51fa", "pad.chat": "聊天功能",
"timeslider.exportCurrent": "\u532f\u51fa\u7576\u524d\u7248\u672c\u70ba\uff1a", "pad.chat.title": "打開pad聊天功能",
"timeslider.version": "\u7248\u672c{{version}}", "pad.chat.loadmessages": "載入更多訊息",
"timeslider.saved": "{{year}}{{month}}{{day}}\u4fdd\u5b58", "timeslider.pageTitle": "{{appTitle}}時間軸",
"timeslider.dateformat": "{{year}}{{month}}{{day}} {{hours}}:{{minutes}}:{{seconds}}", "timeslider.toolbar.returnbutton": "返回到pad",
"timeslider.month.january": "1\u6708", "timeslider.toolbar.authors": "協作者:",
"timeslider.month.february": "2\u6708", "timeslider.toolbar.authorsList": "無協作者",
"timeslider.month.march": "3\u6708", "timeslider.toolbar.exportlink.title": "匯出",
"timeslider.month.april": "4\u6708", "timeslider.exportCurrent": "匯出當前版本為:",
"timeslider.month.may": "5\u6708", "timeslider.version": "版本{{version}}",
"timeslider.month.june": "6\u6708", "timeslider.saved": "{{year}}年{{month}}月{{day}}日儲存",
"timeslider.month.july": "7\u6708", "timeslider.dateformat": "{{year}}年{{month}}月{{day}}日 {{hours}}:{{minutes}}:{{seconds}}",
"timeslider.month.august": "8\u6708", "timeslider.month.january": "1月",
"timeslider.month.september": "9\u6708", "timeslider.month.february": "2月",
"timeslider.month.october": "10\u6708", "timeslider.month.march": "3月",
"timeslider.month.november": "11\u6708", "timeslider.month.april": "4月",
"timeslider.month.december": "12\u6708", "timeslider.month.may": "5月",
"timeslider.unnamedauthor": "{{num}} \u533f\u540d\u4f5c\u8005", "timeslider.month.june": "6月",
"timeslider.unnamedauthors": "{{num}} \u533f\u540d\u4f5c\u8005", "timeslider.month.july": "7月",
"pad.savedrevs.marked": "\u6b64\u4fee\u8a02\u5df2\u6a19\u8a18\u70ba\u5df2\u4fdd\u5b58\u3002", "timeslider.month.august": "8月",
"pad.userlist.entername": "\u8f38\u5165\u60a8\u7684\u59d3\u540d", "timeslider.month.september": "9月",
"pad.userlist.unnamed": "\u672a\u547d\u540d", "timeslider.month.october": "10月",
"pad.userlist.guest": "\u8a2a\u5ba2", "timeslider.month.november": "11月",
"pad.userlist.deny": "\u62d2\u7d55", "timeslider.month.december": "12月",
"pad.userlist.approve": "\u6279\u51c6", "timeslider.unnamedauthors": "{{num}}匿名{[plural(num) 作者]}",
"pad.editbar.clearcolors": "\u6e05\u9664\u6574\u500b\u6587\u6a94\u7684\u4f5c\u8005\u984f\u8272\u55ce\uff1f", "pad.savedrevs.marked": "標記此修訂版本為已儲存修訂版本。",
"pad.impexp.importbutton": "\u73fe\u5728\u532f\u5165", "pad.userlist.entername": "輸入您的姓名",
"pad.impexp.importing": "\u532f\u5165\u4e2d...", "pad.userlist.unnamed": "未命名",
"pad.impexp.confirmimport": "\u532f\u5165\u7684\u6a94\u6848\u5c07\u6703\u8986\u84cbpad\u5167\u76ee\u524d\u7684\u6587\u5b57\u3002\u60a8\u78ba\u5b9a\u8981\u7e7c\u7e8c\u55ce\uff1f", "pad.userlist.guest": "訪客",
"pad.impexp.convertFailed": "\u672a\u80fd\u532f\u5165\u6b64\u6a94\u6848\u3002\u8acb\u4ee5\u5176\u4ed6\u6a94\u6848\u683c\u5f0f\u6216\u624b\u52d5\u8907\u88fd\u8cbc\u4e0a\u532f\u5165\u3002", "pad.userlist.deny": "拒絕",
"pad.impexp.uploadFailed": "\u4e0a\u8f09\u5931\u6557\uff0c\u8acb\u91cd\u8a66", "pad.userlist.approve": "批准",
"pad.impexp.importfailed": "\u532f\u5165\u5931\u6557", "pad.editbar.clearcolors": "清除整個文檔的協作者顏色區別嗎?",
"pad.impexp.copypaste": "\u8acb\u8907\u88fd\u8cbc\u4e0a", "pad.impexp.importbutton": "現在匯入",
"pad.impexp.exportdisabled": "{{type}}\u683c\u5f0f\u7684\u532f\u51fa\u88ab\u7981\u7528\u3002\u6709\u95dc\u8a73\u60c5\uff0c\u8acb\u8207\u60a8\u7684\u7cfb\u7d71\u7ba1\u7406\u54e1\u806f\u7e6b\u3002" "pad.impexp.importing": "匯入中...",
"pad.impexp.confirmimport": "匯入的檔案將會覆蓋pad內目前的文字。您確定要繼續嗎",
"pad.impexp.convertFailed": "未能匯入此檔案。請以其他檔案格式或手動複製貼上匯入。",
"pad.impexp.uploadFailed": "上載失敗,請重試",
"pad.impexp.importfailed": "匯入失敗",
"pad.impexp.copypaste": "請複製貼上",
"pad.impexp.exportdisabled": "{{type}}格式的匯出被禁用。有關詳情,請與您的系統管理員聯繫。"
} }

View File

@ -74,6 +74,124 @@ exports.listSessionsOfAuthor = sessionManager.listSessionsOfAuthor;
/**PAD CONTENT FUNCTIONS*/ /**PAD CONTENT FUNCTIONS*/
/************************/ /************************/
/**
getAttributePool(padID) returns the attribute pool of a pad
Example returns:
{
"code":0,
"message":"ok",
"data": {
"pool":{
"numToAttrib":{
"0":["author","a.X4m8bBWJBZJnWGSh"],
"1":["author","a.TotfBPzov54ihMdH"],
"2":["author","a.StiblqrzgeNTbK05"],
"3":["bold","true"]
},
"attribToNum":{
"author,a.X4m8bBWJBZJnWGSh":0,
"author,a.TotfBPzov54ihMdH":1,
"author,a.StiblqrzgeNTbK05":2,
"bold,true":3
},
"nextNum":4
}
}
}
*/
exports.getAttributePool = function (padID, callback)
{
getPadSafe(padID, true, function(err, pad)
{
if (ERR(err, callback)) return;
callback(null, {pool: pad.pool});
});
}
/**
getRevisionChangeset (padID, [rev])
get the changeset at a given revision, or last revision if 'rev' is not defined.
Example returns:
{
"code" : 0,
"message" : "ok",
"data" : "Z:1>6b|5+6b$Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http://etherpad.org\n"
}
*/
exports.getRevisionChangeset = function(padID, rev, callback)
{
// check if rev is set
if (typeof rev === "function")
{
callback = rev;
rev = undefined;
}
// check if rev is a number
if (rev !== undefined && typeof rev !== "number")
{
// try to parse the number
if (!isNaN(parseInt(rev)))
{
rev = parseInt(rev);
}
else
{
callback(new customError("rev is not a number", "apierror"));
return;
}
}
// ensure this is not a negative number
if (rev !== undefined && rev < 0)
{
callback(new customError("rev is not a negative number", "apierror"));
return;
}
// ensure this is not a float value
if (rev !== undefined && !is_int(rev))
{
callback(new customError("rev is a float value", "apierror"));
return;
}
// get the pad
getPadSafe(padID, true, function(err, pad)
{
if(ERR(err, callback)) return;
//the client asked for a special revision
if(rev !== undefined)
{
//check if this is a valid revision
if(rev > pad.getHeadRevisionNumber())
{
callback(new customError("rev is higher than the head revision of the pad","apierror"));
return;
}
//get the changeset for this revision
pad.getRevisionChangeset(rev, function(err, changeset)
{
if(ERR(err, callback)) return;
callback(null, changeset);
})
}
//the client wants the latest changeset, lets return it to him
else
{
callback(null, {"changeset": pad.getRevisionChangeset(pad.getHeadRevisionNumber())});
}
});
}
/** /**
getText(padID, [rev]) returns the text of a pad getText(padID, [rev]) returns the text of a pad
@ -326,8 +444,8 @@ exports.getChatHistory = function(padID, start, end, callback)
// fall back to getting the whole chat-history if a parameter is missing // fall back to getting the whole chat-history if a parameter is missing
if(!start || !end) if(!start || !end)
{ {
start = 0; start = 0;
end = pad.chatHead; end = pad.chatHead;
} }
if(start >= chatHead && chatHead > 0) if(start >= chatHead && chatHead > 0)
@ -438,6 +556,46 @@ exports.deletePad = function(padID, callback)
}); });
} }
/**
copyPad(sourceID, destinationID[, force=false]) copies a pad. If force is true,
the destination will be overwritten if it exists.
Example returns:
{code: 0, message:"ok", data: {padID: destinationID}}
{code: 1, message:"padID does not exist", data: null}
*/
exports.copyPad = function(sourceID, destinationID, force, callback)
{
getPadSafe(sourceID, true, function(err, pad)
{
if(ERR(err, callback)) return;
pad.copy(destinationID, force, callback);
});
}
/**
movePad(sourceID, destinationID[, force=false]) moves a pad. If force is true,
the destination will be overwritten if it exists.
Example returns:
{code: 0, message:"ok", data: {padID: destinationID}}
{code: 1, message:"padID does not exist", data: null}
*/
exports.movePad = function(sourceID, destinationID, force, callback)
{
getPadSafe(sourceID, true, function(err, pad)
{
if(ERR(err, callback)) return;
pad.copy(destinationID, force, function(err) {
if(ERR(err, callback)) return;
pad.remove(callback);
});
});
}
/** /**
getReadOnlyLink(padID) returns the read only link of a pad getReadOnlyLink(padID) returns the read only link of a pad
@ -664,7 +822,7 @@ createDiffHTML(padID, startRev, endRev) returns an object of diffs from 2 points
Example returns: Example returns:
{"code":0,"message":"ok","data":{"html":"<style>\n.authora_HKIv23mEbachFYfH {background-color: #a979d9}\n.authora_n4gEeMLsv1GivNeh {background-color: #a9b5d9}\n.removed {text-decoration: line-through; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; filter: alpha(opacity=80); opacity: 0.8; }\n</style>Welcome to Etherpad Lite!<br><br>This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!<br><br>Get involved with Etherpad at <a href=\"http&#x3a;&#x2F;&#x2F;etherpad&#x2e;org\">http:&#x2F;&#x2F;etherpad.org</a><br><span class=\"authora_HKIv23mEbachFYfH\">aw</span><br><br>","authors":["a.HKIv23mEbachFYfH",""]}} {"code":0,"message":"ok","data":{"html":"<style>\n.authora_HKIv23mEbachFYfH {background-color: #a979d9}\n.authora_n4gEeMLsv1GivNeh {background-color: #a9b5d9}\n.removed {text-decoration: line-through; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; filter: alpha(opacity=80); opacity: 0.8; }\n</style>Welcome to Etherpad!<br><br>This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!<br><br>Get involved with Etherpad at <a href=\"http&#x3a;&#x2F;&#x2F;etherpad&#x2e;org\">http:&#x2F;&#x2F;etherpad.org</a><br><span class=\"authora_HKIv23mEbachFYfH\">aw</span><br><br>","authors":["a.HKIv23mEbachFYfH",""]}}
{"code":4,"message":"no or wrong API Key","data":null} {"code":4,"message":"no or wrong API Key","data":null}
*/ */
exports.createDiffHTML = function(padID, startRev, endRev, callback){ exports.createDiffHTML = function(padID, startRev, endRev, callback){

Some files were not shown because too many files have changed in this diff Show More