diff options
author | Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com> | 2020-05-20 18:17:26 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2020-05-25 09:00:27 +0200 |
commit | 61372867db9ad8d3abf523860105e8f04660a4b6 (patch) | |
tree | 403379bc6793b8c0fed721189a4c60de1239ec96 /client/src/locale | |
parent | 0d6b8eb1bbfd62dafd778b79457f02511ec1f748 (diff) | |
download | PeerTube-61372867db9ad8d3abf523860105e8f04660a4b6.tar.gz PeerTube-61372867db9ad8d3abf523860105e8f04660a4b6.tar.zst PeerTube-61372867db9ad8d3abf523860105e8f04660a4b6.zip |
Added translation using Weblate (Romanian)
Diffstat (limited to 'client/src/locale')
-rw-r--r-- | client/src/locale/player.ro.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/client/src/locale/player.ro.json b/client/src/locale/player.ro.json new file mode 100644 index 000000000..67d900214 --- /dev/null +++ b/client/src/locale/player.ro.json | |||
@@ -0,0 +1,100 @@ | |||
1 | { | ||
2 | "Quality": "", | ||
3 | "Auto": "", | ||
4 | "Speed": "", | ||
5 | "Subtitles/CC": "", | ||
6 | "peers": "", | ||
7 | "peer": "", | ||
8 | "Go to the video page": "", | ||
9 | "Settings": "", | ||
10 | "Uses P2P, others may know you are watching this video.": "", | ||
11 | "Copy the video URL": "", | ||
12 | "Copy the video URL at the current time": "", | ||
13 | "Copy embed code": "", | ||
14 | "Copy magnet URI": "", | ||
15 | "Total downloaded: ": "", | ||
16 | "Total uploaded: ": "", | ||
17 | "Audio Player": "", | ||
18 | "Video Player": "", | ||
19 | "Play": "", | ||
20 | "Pause": "", | ||
21 | "Replay": "", | ||
22 | "Current Time": "", | ||
23 | "Duration": "", | ||
24 | "Remaining Time": "", | ||
25 | "Stream Type": "", | ||
26 | "LIVE": "", | ||
27 | "Loaded": "", | ||
28 | "Progress": "", | ||
29 | "Progress Bar": "", | ||
30 | "progress bar timing: currentTime={1} duration={2}": "", | ||
31 | "Fullscreen": "", | ||
32 | "Non-Fullscreen": "", | ||
33 | "Mute": "", | ||
34 | "Unmute": "", | ||
35 | "Playback Rate": "", | ||
36 | "Subtitles": "", | ||
37 | "subtitles off": "", | ||
38 | "Captions": "", | ||
39 | "captions off": "", | ||
40 | "Chapters": "", | ||
41 | "Descriptions": "", | ||
42 | "descriptions off": "", | ||
43 | "Audio Track": "", | ||
44 | "Volume Level": "", | ||
45 | "You aborted the media playback": "", | ||
46 | "A network error caused the media download to fail part-way.": "", | ||
47 | "The media could not be loaded, either because the server or network failed or because the format is not supported.": "", | ||
48 | "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "", | ||
49 | "No compatible source was found for this media.": "", | ||
50 | "The media is encrypted and we do not have the keys to decrypt it.": "", | ||
51 | "Play Video": "", | ||
52 | "Close": "", | ||
53 | "Close Modal Dialog": "", | ||
54 | "Modal Window": "", | ||
55 | "This is a modal window": "", | ||
56 | "This modal can be closed by pressing the Escape key or activating the close button.": "", | ||
57 | ", opens captions settings dialog": "", | ||
58 | ", opens subtitles settings dialog": "", | ||
59 | ", opens descriptions settings dialog": "", | ||
60 | ", selected": "", | ||
61 | "captions settings": "", | ||
62 | "subtitles settings": "", | ||
63 | "descriptions settings": "", | ||
64 | "Text": "", | ||
65 | "White": "", | ||
66 | "Black": "", | ||
67 | "Red": "", | ||
68 | "Green": "", | ||
69 | "Blue": "", | ||
70 | "Yellow": "", | ||
71 | "Magenta": "", | ||
72 | "Cyan": "", | ||
73 | "Background": "", | ||
74 | "Window": "", | ||
75 | "Transparent": "", | ||
76 | "Semi-Transparent": "", | ||
77 | "Opaque": "", | ||
78 | "Font Size": "", | ||
79 | "Text Edge Style": "", | ||
80 | "None": "", | ||
81 | "Raised": "", | ||
82 | "Depressed": "", | ||
83 | "Uniform": "", | ||
84 | "Dropshadow": "", | ||
85 | "Font Family": "", | ||
86 | "Proportional Sans-Serif": "", | ||
87 | "Monospace Sans-Serif": "", | ||
88 | "Proportional Serif": "", | ||
89 | "Monospace Serif": "", | ||
90 | "Casual": "", | ||
91 | "Script": "", | ||
92 | "Small Caps": "", | ||
93 | "Reset": "", | ||
94 | "restore all settings to the default values": "", | ||
95 | "Done": "", | ||
96 | "Caption Settings Dialog": "", | ||
97 | "Beginning of dialog window. Escape will cancel and close the window.": "", | ||
98 | "End of dialog window.": "", | ||
99 | "{1} is loading.": "" | ||
100 | } | ||