Compare commits

...

44 Commits

Author SHA1 Message Date
Anders Kaseorg
47cdd5fa8b release: New release v5.10.3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-29 23:38:26 -07:00
Anders Kaseorg
90e76fab6e Upgrade dependencies, including Electron 25.8.4.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-29 23:38:22 -07:00
Anders Kaseorg
193adb1901 Fix gatemaker TypeError with Electron 25.
This had been breaking our download notifications.  Fixes #1333.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-29 23:25:32 -07:00
Anders Kaseorg
b520e12492 release: New release v5.10.2.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-14 10:31:05 -07:00
Anders Kaseorg
ae642bc7ba Downgrade Electron from 26.2.1 to 25.8.1 to avoid renderer crash.
https://github.com/electron/electron/issues/39775

Fixes #1327.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-14 10:30:50 -07:00
Anders Kaseorg
e90f3732c5 release: New release v5.10.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:22:25 -07:00
Anders Kaseorg
6b31a8a0c4 workflows: Update actions/checkout to v4.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:22:25 -07:00
Anders Kaseorg
f8758fa303 Use electron fetch API.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:22:25 -07:00
Anders Kaseorg
d2de965106 translations: Update translations from Transifex.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:19:31 -07:00
Anders Kaseorg
a32119b55d Upgrade dependencies, including Electron 26.2.1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:19:31 -07:00
Anders Kaseorg
58049a91c4 Upgrade xo and prettier.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 22:47:15 -07:00
Anders Kaseorg
9810d69c3b renderer: Compensate for Chrome’s removal of overflow: overlay.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 22:47:15 -07:00
Anders Kaseorg
d2f949d683 Use Electron Event type.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 19:15:08 -07:00
Anders Kaseorg
a8c283a50b renderer: Remove unused reloadView argument.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 19:15:08 -07:00
nooblag
dab29d4720 renderer: Improve GIF loading spinner with new SVG. 2023-09-13 19:15:08 -07:00
Anders Kaseorg
7fba8cfae9 release: New release v5.10.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:15:08 -07:00
Anders Kaseorg
32301656cc Upgrade dependencies, including Electron 24.2.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:15:04 -07:00
Anders Kaseorg
0e16283a37 stylelint: Fix declaration-block-no-redundant-longhand-properties.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:15:04 -07:00
Anders Kaseorg
d86482a804 stylelint: Fix media-feature-range-notation.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:15:04 -07:00
Anders Kaseorg
3af350e4dc translations: Update translations from Transifex.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:14:26 -07:00
Anders Kaseorg
39fc2053c5 translations: Update en.json.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 16:10:46 -07:00
Anders Kaseorg
044f1fd0f9 preference: Fix server icon display in connected organizations list.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 15:30:51 -07:00
Anders Kaseorg
10fb0a82f9 preload: Drop compatibility code for Zulip Server < 4.0.
The server was updated in bfd9999cf874e506592fda254dfe0fe06b5b2738
(4.0-rc1~2192) to expose a proper API for this functionality, so we
don’t need to trigger fake click events to access it.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:41:25 -07:00
Anders Kaseorg
123bd5b2c0 preload: Drop compatibility injected JS for Zulip Server < 3.0.
The server was updated in a6fee2f18ef9d2ef6ac248e9ed82d580daff1a07
(3.0-dev~1674) and e701f208619b8b9b28a85f84ee16cf8d8df82b72
(3.0-dev~1667) to avoid relying on this wrapper.  We no longer support
servers older than 3.0, so we can delete it.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:39:41 -07:00
Anders Kaseorg
ad771c3da8 Display a banner for unsupported Zulip Server versions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:37:32 -07:00
Anders Kaseorg
4c58bc3aa3 webview: Add a wrapper pane around the real <webview>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:35:14 -07:00
Anders Kaseorg
9a8680d209 webview: Use private methods.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:35:14 -07:00
Anders Kaseorg
1569890f4d webview: Use private members.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:35:14 -07:00
Anders Kaseorg
2ed400c23c webview: Add destroy method.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:35:14 -07:00
Anders Kaseorg
70621431dc translations: Update translations from Transifex.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:32:11 -07:00
Anders Kaseorg
55b7e09796 tx: Migrate configuration to current Transifex CLI.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:28:06 -07:00
Anders Kaseorg
de2829a968 translations: Update en.json.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:23:21 -07:00
Anders Kaseorg
296de41779 translation-util: Expose the full functionality of __.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:23:21 -07:00
Anders Kaseorg
8b9ebeee25 Fix more typos.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-05 14:23:21 -07:00
Anders Kaseorg
76e81ca337 Fix updating of server names and icons at startup.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-04 15:12:18 -07:00
Anders Kaseorg
2e7a9bb4ed server-tab: Encapsulate setName and setIcon.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-05-04 15:12:18 -07:00
Anders Kaseorg
77638f6287 Fix handling of server icon updates and errors.
Fixes #1283.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-21 15:37:28 -07:00
Anders Kaseorg
6e8fe36876 Fix typos.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-19 13:50:40 -07:00
Anders Kaseorg
2eea4a32a5 preference: Fix CSS in Vite dev mode.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-18 14:21:06 -07:00
Anders Kaseorg
677dfe425c xo: Remove redundant exclusion of unicorn/prefer-json-parse-buffer.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-18 14:03:45 -07:00
Anders Kaseorg
1da3ec545a Don’t show visual notifications when they’re turned off.
Fixes #1299.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-18 13:13:12 -07:00
Anders Kaseorg
3cb6ea4694 Handle exceptions when reading server icons.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-18 12:49:09 -07:00
Anders Kaseorg
0cb7297017 preference: Fix spellchecker languages dropdown positioning.
Apparently the Tagify defaults don’t work inside a shadow root.

Fixes #1286.  Closes #1290.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-04-04 15:24:22 -07:00
Anders Kaseorg
b8d7003446 Use Zod 3 style for importing Zod.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-03-04 00:23:00 -08:00
110 changed files with 7524 additions and 5035 deletions

View File

@@ -10,6 +10,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- run: npm ci - run: npm ci
- run: npm test - run: npm test

View File

@@ -1,5 +1,5 @@
{ {
"extends": ["stylelint-config-standard", "stylelint-config-prettier"], "extends": ["stylelint-config-standard"],
"rules": { "rules": {
"color-named": "never", "color-named": "never",
"color-no-hex": true, "color-no-hex": true,

View File

@@ -1,7 +1,7 @@
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
[zulip.desktopjson] [o:zulip:p:zulip:r:desktopjson]
file_filter = public/translations/<lang>.json file_filter = public/translations/<lang>.json
minimum_perc = 0 minimum_perc = 0
source_file = public/translations/en.json source_file = public/translations/en.json

View File

@@ -1,4 +1,4 @@
import * as z from "zod"; import {z} from "zod";
export const dndSettingsSchemata = { export const dndSettingsSchemata = {
showNotification: z.boolean(), showNotification: z.boolean(),

View File

@@ -4,7 +4,7 @@ import path from "node:path";
import * as Sentry from "@sentry/electron"; import * as Sentry from "@sentry/electron";
import {JsonDB} from "node-json-db"; import {JsonDB} from "node-json-db";
import {DataError} from "node-json-db/dist/lib/Errors"; import {DataError} from "node-json-db/dist/lib/Errors";
import type * as z from "zod"; import type {z} from "zod";
import {app, dialog} from "zulip:remote"; import {app, dialog} from "zulip:remote";
import {configSchemata} from "./config-schemata.js"; import {configSchemata} from "./config-schemata.js";

View File

@@ -1,6 +1,6 @@
import process from "node:process"; import process from "node:process";
import type * as z from "zod"; import type {z} from "zod";
import type {dndSettingsSchemata} from "./config-schemata.js"; import type {dndSettingsSchemata} from "./config-schemata.js";
import * as ConfigUtil from "./config-util.js"; import * as ConfigUtil from "./config-util.js";

View File

@@ -2,7 +2,7 @@ import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import process from "node:process"; import process from "node:process";
import * as z from "zod"; import {z} from "zod";
import {enterpriseConfigSchemata} from "./config-schemata.js"; import {enterpriseConfigSchemata} from "./config-schemata.js";
import Logger from "./logger-util.js"; import Logger from "./logger-util.js";

View File

@@ -16,7 +16,7 @@ export async function openBrowser(url: URL): Promise<void> {
fs.writeFileSync( fs.writeFileSync(
file, file,
html` html`
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />

View File

@@ -11,9 +11,6 @@ i18n.configure({
}); });
/* Fetches the current appLocale from settings.json */ /* Fetches the current appLocale from settings.json */
const appLocale = ConfigUtil.getConfigItem("appLanguage", "en"); i18n.setLocale(ConfigUtil.getConfigItem("appLanguage", "en") ?? "en");
/* If no locale present in the json, en is set default */ export {__} from "i18n";
export function __(phrase: string): string {
return i18n.__({phrase, locale: appLocale ?? "en"});
}

View File

@@ -7,7 +7,6 @@ export type MainMessage = {
"fetch-user-agent": () => string; "fetch-user-agent": () => string;
"focus-app": () => void; "focus-app": () => void;
"focus-this-webview": () => void; "focus-this-webview": () => void;
"get-injected-js": () => string;
"new-clipboard-key": () => {key: Uint8Array; sig: Uint8Array}; "new-clipboard-key": () => {key: Uint8Array; sig: Uint8Array};
"permission-callback": (permissionCallbackId: number, grant: boolean) => void; "permission-callback": (permissionCallbackId: number, grant: boolean) => void;
"quit-app": () => void; "quit-app": () => void;
@@ -30,7 +29,7 @@ export type MainCall = {
"get-server-settings": (domain: string) => ServerConf; "get-server-settings": (domain: string) => ServerConf;
"is-online": (url: string) => boolean; "is-online": (url: string) => boolean;
"poll-clipboard": (key: Uint8Array, sig: Uint8Array) => string | undefined; "poll-clipboard": (key: Uint8Array, sig: Uint8Array) => string | undefined;
"save-server-icon": (iconURL: string) => string; "save-server-icon": (iconURL: string) => string | null;
}; };
export type RendererMessage = { export type RendererMessage = {
@@ -77,7 +76,7 @@ export type RendererMessage = {
toggletray: () => void; toggletray: () => void;
tray: (arg: number) => void; tray: (arg: number) => void;
"update-realm-icon": (serverURL: string, iconURL: string) => void; "update-realm-icon": (serverURL: string, iconURL: string) => void;
"update-realm-name": (serveRURL: string, realmName: string) => void; "update-realm-name": (serverURL: string, realmName: string) => void;
"webview-reload": () => void; "webview-reload": () => void;
zoomActualSize: () => void; zoomActualSize: () => void;
zoomIn: () => void; zoomIn: () => void;

View File

@@ -15,6 +15,8 @@ export type ServerConf = {
url: string; url: string;
alias: string; alias: string;
icon: string; icon: string;
zulipVersion: string;
zulipFeatureLevel: number;
}; };
export type TabRole = "server" | "function"; export type TabRole = "server" | "function";

View File

@@ -30,7 +30,7 @@ export async function appUpdater(updateFromMenu = false): Promise<void> {
let updateAvailable = false; let updateAvailable = false;
// Log whats happening // Log what's happening
log.transports.file.fileName = "updates.log"; log.transports.file.fileName = "updates.log";
log.transports.file.level = "info"; log.transports.file.level = "info";
autoUpdater.logger = log; autoUpdater.logger = log;

View File

@@ -1,3 +1,4 @@
import type {Event} from "electron/common";
import {shell} from "electron/common"; import {shell} from "electron/common";
import type { import type {
HandlerDetails, HandlerDetails,
@@ -31,7 +32,7 @@ function downloadFile({
failed(state: string): void; failed(state: string): void;
}) { }) {
contents.downloadURL(url); contents.downloadURL(url);
contents.session.once("will-download", async (_event: Event, item) => { contents.session.once("will-download", async (_event, item) => {
if (ConfigUtil.getConfigItem("promptDownload", false)) { if (ConfigUtil.getConfigItem("promptDownload", false)) {
const showDialogOptions: SaveDialogOptions = { const showDialogOptions: SaveDialogOptions = {
defaultPath: path.join(downloadPath, item.getFilename()), defaultPath: path.join(downloadPath, item.getFilename()),
@@ -86,7 +87,7 @@ function downloadFile({
}; };
item.on("updated", updatedListener); item.on("updated", updatedListener);
item.once("done", async (_event: Event, state) => { item.once("done", async (_event, state) => {
if (state === "completed") { if (state === "completed") {
await completed(item.getSavePath(), path.basename(item.getSavePath())); await completed(item.getSavePath(), path.basename(item.getSavePath()));
} else { } else {

View File

@@ -1,9 +1,9 @@
import type {Event} from "electron/common";
import {clipboard} from "electron/common"; import {clipboard} from "electron/common";
import type {IpcMainEvent, WebContents} from "electron/main"; import type {IpcMainEvent, WebContents} from "electron/main";
import {BrowserWindow, app, dialog, powerMonitor, session} from "electron/main"; import {BrowserWindow, app, dialog, powerMonitor, session} from "electron/main";
import {Buffer} from "node:buffer"; import {Buffer} from "node:buffer";
import crypto from "node:crypto"; import crypto from "node:crypto";
import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import process from "node:process"; import process from "node:process";
@@ -171,7 +171,7 @@ function createMainWindow(): BrowserWindow {
ipcMain.on( ipcMain.on(
"permission-callback", "permission-callback",
(event: Event, permissionCallbackId: number, grant: boolean) => { (event, permissionCallbackId: number, grant: boolean) => {
permissionCallbacks.get(permissionCallbackId)?.(grant); permissionCallbacks.get(permissionCallbackId)?.(grant);
permissionCallbacks.delete(permissionCallbackId); permissionCallbacks.delete(permissionCallbackId);
}, },
@@ -182,7 +182,7 @@ function createMainWindow(): BrowserWindow {
mainWindow.show(); mainWindow.show();
}); });
app.on("web-contents-created", (_event: Event, contents: WebContents) => { app.on("web-contents-created", (_event, contents: WebContents) => {
contents.setWindowOpenHandler((details) => { contents.setWindowOpenHandler((details) => {
handleExternalLink(contents, details, page); handleExternalLink(contents, details, page);
return {action: "deny"}; return {action: "deny"};
@@ -206,13 +206,6 @@ function createMainWindow(): BrowserWindow {
configureSpellChecker(); configureSpellChecker();
ipcMain.on("configure-spell-checker", configureSpellChecker); ipcMain.on("configure-spell-checker", configureSpellChecker);
ipcMain.on("get-injected-js", (event) => {
event.returnValue = fs.readFileSync(
path.join(bundlePath, "injected.js"),
"utf8",
);
});
const clipboardSigKey = crypto.randomBytes(32); const clipboardSigKey = crypto.randomBytes(32);
ipcMain.on("new-clipboard-key", (event) => { ipcMain.on("new-clipboard-key", (event) => {
@@ -369,24 +362,21 @@ ${error}`,
BadgeSettings.updateBadge(badgeCount, mainWindow); BadgeSettings.updateBadge(badgeCount, mainWindow);
}); });
ipcMain.on("toggle-menubar", (_event: IpcMainEvent, showMenubar: boolean) => { ipcMain.on("toggle-menubar", (_event, showMenubar: boolean) => {
mainWindow.autoHideMenuBar = showMenubar; mainWindow.autoHideMenuBar = showMenubar;
mainWindow.setMenuBarVisibility(!showMenubar); mainWindow.setMenuBarVisibility(!showMenubar);
send(page, "toggle-autohide-menubar", showMenubar, true); send(page, "toggle-autohide-menubar", showMenubar, true);
}); });
ipcMain.on("update-badge", (_event: IpcMainEvent, messageCount: number) => { ipcMain.on("update-badge", (_event, messageCount: number) => {
badgeCount = messageCount; badgeCount = messageCount;
BadgeSettings.updateBadge(badgeCount, mainWindow); BadgeSettings.updateBadge(badgeCount, mainWindow);
send(page, "tray", messageCount); send(page, "tray", messageCount);
}); });
ipcMain.on( ipcMain.on("update-taskbar-icon", (_event, data: string, text: string) => {
"update-taskbar-icon",
(_event: IpcMainEvent, data: string, text: string) => {
BadgeSettings.updateTaskbarIcon(data, text, mainWindow); BadgeSettings.updateTaskbarIcon(data, text, mainWindow);
}, });
);
ipcMain.on( ipcMain.on(
"forward-message", "forward-message",
@@ -399,7 +389,7 @@ ${error}`,
}, },
); );
ipcMain.on("update-menu", (_event: IpcMainEvent, props: MenuProps) => { ipcMain.on("update-menu", (_event, props: MenuProps) => {
AppMenu.setMenu(props); AppMenu.setMenu(props);
if (props.activeTabIndex !== undefined) { if (props.activeTabIndex !== undefined) {
const activeTab = props.tabs[props.activeTabIndex]; const activeTab = props.tabs[props.activeTabIndex];
@@ -407,32 +397,29 @@ ${error}`,
} }
}); });
ipcMain.on( ipcMain.on("toggleAutoLauncher", async (_event, AutoLaunchValue: boolean) => {
"toggleAutoLauncher",
async (_event: IpcMainEvent, AutoLaunchValue: boolean) => {
await setAutoLaunch(AutoLaunchValue); await setAutoLaunch(AutoLaunchValue);
}, });
);
ipcMain.on( ipcMain.on(
"realm-name-changed", "realm-name-changed",
(_event: IpcMainEvent, serverURL: string, realmName: string) => { (_event, serverURL: string, realmName: string) => {
send(page, "update-realm-name", serverURL, realmName); send(page, "update-realm-name", serverURL, realmName);
}, },
); );
ipcMain.on( ipcMain.on(
"realm-icon-changed", "realm-icon-changed",
(_event: IpcMainEvent, serverURL: string, iconURL: string) => { (_event, serverURL: string, iconURL: string) => {
send(page, "update-realm-icon", serverURL, iconURL); send(page, "update-realm-icon", serverURL, iconURL);
}, },
); );
ipcMain.on("save-last-tab", (_event: IpcMainEvent, index: number) => { ipcMain.on("save-last-tab", (_event, index: number) => {
ConfigUtil.setConfigItem("lastActiveTab", index); ConfigUtil.setConfigItem("lastActiveTab", index);
}); });
ipcMain.on("focus-this-webview", (event: IpcMainEvent) => { ipcMain.on("focus-this-webview", (event) => {
send(page, "focus-webview-with-id", event.sender.id); send(page, "focus-webview-with-id", event.sender.id);
mainWindow.show(); mainWindow.show();
}); });

View File

@@ -1,15 +1,13 @@
import type {Session} from "electron/main"; import type {Session} from "electron/main";
import {Notification, app, net} from "electron/main"; import {Notification, app} from "electron/main";
import getStream from "get-stream";
import * as semver from "semver"; import * as semver from "semver";
import * as z from "zod"; import {z} from "zod";
import * as ConfigUtil from "../common/config-util.js"; import * as ConfigUtil from "../common/config-util.js";
import Logger from "../common/logger-util.js"; import Logger from "../common/logger-util.js";
import * as LinuxUpdateUtil from "./linux-update-util.js"; import * as LinuxUpdateUtil from "./linux-update-util.js";
import {fetchResponse} from "./request.js";
const logger = new Logger({ const logger = new Logger({
file: "linux-update-util.log", file: "linux-update-util.log",
@@ -20,13 +18,13 @@ export async function linuxUpdateNotification(session: Session): Promise<void> {
url = ConfigUtil.getConfigItem("betaUpdate", false) ? url : url + "/latest"; url = ConfigUtil.getConfigItem("betaUpdate", false) ? url : url + "/latest";
try { try {
const response = await fetchResponse(net.request({url, session})); const response = await session.fetch(url);
if (response.statusCode !== 200) { if (!response.ok) {
logger.log("Linux update response status: ", response.statusCode); logger.log("Linux update response status: ", response.status);
return; return;
} }
const data: unknown = JSON.parse(await getStream(response)); const data: unknown = await response.json();
/* eslint-disable @typescript-eslint/naming-convention */ /* eslint-disable @typescript-eslint/naming-convention */
const latestVersion = ConfigUtil.getConfigItem("betaUpdate", false) const latestVersion = ConfigUtil.getConfigItem("betaUpdate", false)
? z.array(z.object({tag_name: z.string()})).parse(data)[0].tag_name ? z.array(z.object({tag_name: z.string()})).parse(data)[0].tag_name

View File

@@ -66,7 +66,7 @@ function getToolsSubmenu(): MenuItemConstructorOptions[] {
click() { click() {
const zip = new AdmZip(); const zip = new AdmZip();
const date = new Date(); const date = new Date();
const dateString = date.toLocaleDateString().replace(/\//g, "-"); const dateString = date.toLocaleDateString().replaceAll("/", "-");
// Create a zip file of all the logs and config data // Create a zip file of all the logs and config data
zip.addLocalFolder(`${app.getPath("appData")}/${appName}/Logs`); zip.addLocalFolder(`${app.getPath("appData")}/${appName}/Logs`);

View File

@@ -1,37 +1,20 @@
import type {ClientRequest, IncomingMessage, Session} from "electron/main"; import type {Session} from "electron/main";
import {app, net} from "electron/main"; import {app} from "electron/main";
import fs from "node:fs"; import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import stream from "node:stream"; import {Readable} from "node:stream";
import util from "node:util"; import {pipeline} from "node:stream/promises";
import type {ReadableStream} from "node:stream/web";
import * as Sentry from "@sentry/electron"; import * as Sentry from "@sentry/electron";
import getStream from "get-stream"; import {z} from "zod";
import * as z from "zod";
import Logger from "../common/logger-util.js"; import Logger from "../common/logger-util.js";
import * as Messages from "../common/messages.js"; import * as Messages from "../common/messages.js";
import type {ServerConf} from "../common/types.js"; import type {ServerConf} from "../common/types.js";
export async function fetchResponse(
request: ClientRequest,
): Promise<IncomingMessage> {
return new Promise((resolve, reject) => {
request.on("response", resolve);
request.on("abort", () => {
reject(new Error("Request aborted"));
});
request.on("error", reject);
request.end();
});
}
const pipeline = util.promisify(stream.pipeline);
/* Request: domain-util */ /* Request: domain-util */
const defaultIconUrl = "../renderer/img/icon.png";
const logger = new Logger({ const logger = new Logger({
file: "domain-util.log", file: "domain-util.log",
}); });
@@ -61,23 +44,26 @@ export const _getServerSettings = async (
domain: string, domain: string,
session: Session, session: Session,
): Promise<ServerConf> => { ): Promise<ServerConf> => {
const response = await fetchResponse( const response = await session.fetch(domain + "/api/v1/server_settings");
net.request({ if (!response.ok) {
url: domain + "/api/v1/server_settings",
session,
}),
);
if (response.statusCode !== 200) {
throw new Error(Messages.invalidZulipServerError(domain)); throw new Error(Messages.invalidZulipServerError(domain));
} }
const data: unknown = JSON.parse(await getStream(response)); const data: unknown = await response.json();
/* eslint-disable @typescript-eslint/naming-convention */ /* eslint-disable @typescript-eslint/naming-convention */
const {realm_name, realm_uri, realm_icon} = z const {
realm_name,
realm_uri,
realm_icon,
zulip_version,
zulip_feature_level,
} = z
.object({ .object({
realm_name: z.string(), realm_name: z.string(),
realm_uri: z.string(), realm_uri: z.string().url(),
realm_icon: z.string(), realm_icon: z.string(),
zulip_version: z.string().default("unknown"),
zulip_feature_level: z.number().default(0),
}) })
.parse(data); .parse(data);
/* eslint-enable @typescript-eslint/naming-convention */ /* eslint-enable @typescript-eslint/naming-convention */
@@ -88,28 +74,33 @@ export const _getServerSettings = async (
icon: realm_icon.startsWith("/") ? realm_uri + realm_icon : realm_icon, icon: realm_icon.startsWith("/") ? realm_uri + realm_icon : realm_icon,
url: realm_uri, url: realm_uri,
alias: realm_name, alias: realm_name,
zulipVersion: zulip_version,
zulipFeatureLevel: zulip_feature_level,
}; };
}; };
export const _saveServerIcon = async ( export const _saveServerIcon = async (
url: string, url: string,
session: Session, session: Session,
): Promise<string> => { ): Promise<string | null> => {
try { try {
const response = await fetchResponse(net.request({url, session})); const response = await session.fetch(url);
if (response.statusCode !== 200) { if (!response.ok) {
logger.log("Could not get server icon."); logger.log("Could not get server icon.");
return defaultIconUrl; return null;
} }
const filePath = generateFilePath(url); const filePath = generateFilePath(url);
await pipeline(response, fs.createWriteStream(filePath)); await pipeline(
Readable.fromWeb(response.body as ReadableStream<Uint8Array>),
fs.createWriteStream(filePath),
);
return filePath; return filePath;
} catch (error: unknown) { } catch (error: unknown) {
logger.log("Could not get server icon."); logger.log("Could not get server icon.");
logger.log(error); logger.log(error);
Sentry.captureException(error); Sentry.captureException(error);
return defaultIconUrl; return null;
} }
}; };
@@ -120,16 +111,10 @@ export const _isOnline = async (
session: Session, session: Session,
): Promise<boolean> => { ): Promise<boolean> => {
try { try {
const response = await fetchResponse( const response = await session.fetch(`${url}/api/v1/server_settings`, {
net.request({
method: "HEAD", method: "HEAD",
url: `${url}/api/v1/server_settings`, });
session, return response.ok;
}),
);
const isValidResponse =
response.statusCode >= 200 && response.statusCode < 400;
return isValidResponse;
} catch (error: unknown) { } catch (error: unknown) {
logger.log(error); logger.log(error);
return false; return false;

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="stylesheet" href="css/about.css" /> <link rel="stylesheet" href="css/about.css" />

View File

@@ -2,7 +2,9 @@
font-family: "Material Icons"; font-family: "Material Icons";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: local("Material Icons"), local("MaterialIcons-Regular"), src:
local("Material Icons"),
local("MaterialIcons-Regular"),
url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
} }

View File

@@ -44,6 +44,7 @@ body {
#view-controls-container { #view-controls-container {
height: calc(100% - 208px); height: calc(100% - 208px);
scrollbar-gutter: stable both-edges;
overflow-y: hidden; overflow-y: hidden;
} }
@@ -52,16 +53,15 @@ body {
} }
#view-controls-container::-webkit-scrollbar-track { #view-controls-container::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); background-color: rgb(0 0 0 / 30%);
} }
#view-controls-container::-webkit-scrollbar-thumb { #view-controls-container::-webkit-scrollbar-thumb {
background-color: rgb(169 169 169 / 100%); background-color: rgb(169 169 169 / 100%);
outline: 1px solid rgb(169 169 169 / 100%);
} }
#view-controls-container:hover { #view-controls-container:hover {
overflow-y: overlay; overflow-y: scroll;
} }
/******************* /*******************
@@ -290,7 +290,9 @@ body {
content: ""; content: "";
position: absolute; position: absolute;
z-index: 1; z-index: 1;
background: rgb(255 255 255 / 100%) url("../img/ic_loading.gif") no-repeat;
/* Spinner is released under loading.io free License: https://loading.io/license/#free-license */
background: rgb(255 255 255 / 100%) url("../img/ic_loading.svg") no-repeat;
background-size: 60px 60px; background-size: 60px 60px;
background-position: center; background-position: center;
width: 100%; width: 100%;
@@ -303,7 +305,7 @@ body {
visibility: hidden; visibility: hidden;
} }
webview, .webview-pane,
.functional-view { .functional-view {
position: absolute; position: absolute;
width: 100%; width: 100%;
@@ -312,7 +314,16 @@ webview,
visibility: hidden; visibility: hidden;
} }
webview.active, .webview-pane {
display: flex;
flex-direction: column;
}
.webview-pane > webview {
flex: 1;
}
.webview-pane.active,
.functional-view.active { .functional-view.active {
z-index: 1; z-index: 1;
visibility: visible; visibility: visible;
@@ -322,6 +333,30 @@ webview.focus {
outline: 0 solid transparent; outline: 0 solid transparent;
} }
.webview-unsupported {
background: rgb(254 243 199);
border: 1px solid rgb(253 230 138);
color: rgb(69 26 3);
font-family: system-ui;
font-size: 14px;
display: flex;
}
.webview-unsupported[hidden] {
display: none;
}
.webview-unsupported-message {
padding: 0.3em;
flex: 1;
text-align: center;
}
.webview-unsupported-dismiss {
padding: 0.3em;
cursor: pointer;
}
/* Tooltip styling */ /* Tooltip styling */
#loading-tooltip, #loading-tooltip,

View File

@@ -1,3 +1,5 @@
@import url("@yaireo/tagify/dist/tagify.css");
:host { :host {
contain: strict; contain: strict;
display: flow-root; display: flow-root;
@@ -10,6 +12,11 @@
letter-spacing: -0.08px; letter-spacing: -0.08px;
line-height: 18px; line-height: 18px;
color: rgb(139 142 143 / 100%); color: rgb(139 142 143 / 100%);
/* Copied from https://github.com/yairEO/tagify/blob/v4.17.7/src/tagify.scss#L4-L8 */
--tagify-dd-color-primary: rgb(53 149 246);
--tagify-dd-bg-color: rgb(255 255 255);
--tagify-dd-item-pad: 0.3em 0.5em;
} }
kbd { kbd {
@@ -300,7 +307,9 @@ img.server-info-icon {
} }
.settings-card:hover { .settings-card:hover {
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 0 0 rgb(0 0 0 / 12%); box-shadow:
0 2px 5px 0 rgb(0 0 0 / 16%),
0 2px 0 0 rgb(0 0 0 / 12%);
} }
.hidden { .hidden {
@@ -475,10 +484,7 @@ input.toggle-round + label::after {
input.toggle-round + label::before { input.toggle-round + label::before {
background-color: rgb(241 241 241 / 100%); background-color: rgb(241 241 241 / 100%);
border-radius: 25px; border-radius: 25px;
top: 0; inset: 0;
right: 0;
left: 0;
bottom: 0;
} }
input.toggle-round + label::after { input.toggle-round + label::after {
@@ -490,10 +496,7 @@ input.toggle-round + label::after {
input.toggle-round:checked + label::before { input.toggle-round:checked + label::before {
background-color: rgb(78 191 172 / 100%); background-color: rgb(78 191 172 / 100%);
top: 0; inset: 0;
right: 0;
left: 0;
bottom: 0;
} }
input.toggle-round:checked + label::after { input.toggle-round:checked + label::after {
@@ -651,7 +654,7 @@ i.open-network-button {
} }
/* responsive grid */ /* responsive grid */
@media (min-width: 500px) and (max-width: 720px) { @media (width >= 500px) and (width <= 720px) {
#new-server-container { #new-server-container {
padding-left: 0; padding-left: 0;
width: 60vw; width: 60vw;
@@ -663,7 +666,7 @@ i.open-network-button {
} }
} }
@media (max-width: 500px) { @media (width <= 500px) {
#new-server-container { #new-server-container {
padding-left: 0; padding-left: 0;
width: 54%; width: 54%;
@@ -674,7 +677,7 @@ i.open-network-button {
} }
} }
@media (max-width: 650px) { @media (width <= 650px) {
.selected-css-path, .selected-css-path,
.download-folder-path { .download-folder-path {
margin-right: 15px; margin-right: 15px;
@@ -689,7 +692,7 @@ i.open-network-button {
} }
} }
@media (max-width: 720px) { @media (width <= 720px) {
.modal-container { .modal-container {
width: 60vw; width: 60vw;
padding: 40px; padding: 40px;
@@ -712,7 +715,7 @@ i.open-network-button {
} }
} }
@media (max-width: 600px) { @media (width <= 600px) {
.divider { .divider {
margin-left: 4%; margin-left: 4%;
} }
@@ -724,7 +727,7 @@ i.open-network-button {
} }
} }
@media (max-width: 900px) { @media (width <= 900px) {
.settings-card { .settings-card {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -760,3 +763,9 @@ i.open-network-button {
top: 0; top: 0;
bottom: 0; bottom: 0;
} }
.settings-tagify-dropdown {
position: relative;
z-index: 9999;
height: 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; display: block; shape-rendering: auto; animation-play-state: running; animation-delay: 0s;" width="150px" height="150px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<circle cx="50" cy="50" fill="none" stroke="#759ed4" stroke-width="10" r="42" stroke-dasharray="197.92033717615698 67.97344572538566" style="animation-play-state: running; animation-delay: 0s;">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1" style="animation-play-state: running; animation-delay: 0s;"></animateTransform>
</circle>
<!-- Created with loading.io (https://loading.io/spinner/rolling/-bar-circle-curve-round-rotate) -->
<!-- "The Rolling spinner is released under loading.io free License." (https://loading.io/license/#free-license) -->
</svg>

After

Width:  |  Height:  |  Size: 1018 B

View File

@@ -1,3 +1,4 @@
import type {Event} from "electron/common";
import {clipboard} from "electron/common"; import {clipboard} from "electron/common";
import type {WebContents} from "electron/main"; import type {WebContents} from "electron/main";
import type { import type {

View File

@@ -65,7 +65,7 @@ export default class FunctionalTab extends Tab {
this.$closeButton?.classList.remove("active"); this.$closeButton?.classList.remove("active");
}); });
this.$closeButton?.addEventListener("click", (event: Event) => { this.$closeButton?.addEventListener("click", (event) => {
this.props.onDestroy?.(); this.props.onDestroy?.();
event.stopPropagation(); event.stopPropagation();
}); });

View File

@@ -16,6 +16,8 @@ export type ServerTabProps = {
export default class ServerTab extends Tab { export default class ServerTab extends Tab {
webview: Promise<WebView>; webview: Promise<WebView>;
$el: Element; $el: Element;
$name: Element;
$icon: HTMLImageElement;
$badge: Element; $badge: Element;
constructor({webview, ...props}: ServerTabProps) { constructor({webview, ...props}: ServerTabProps) {
@@ -25,6 +27,8 @@ export default class ServerTab extends Tab {
this.$el = generateNodeFromHtml(this.templateHtml()); this.$el = generateNodeFromHtml(this.templateHtml());
this.props.$root.append(this.$el); this.props.$root.append(this.$el);
this.registerListeners(); this.registerListeners();
this.$name = this.$el.querySelector(".server-tooltip")!;
this.$icon = this.$el.querySelector(".server-icons")!;
this.$badge = this.$el.querySelector(".server-tab-badge")!; this.$badge = this.$el.querySelector(".server-tab-badge")!;
} }
@@ -40,7 +44,7 @@ export default class ServerTab extends Tab {
override async destroy(): Promise<void> { override async destroy(): Promise<void> {
await super.destroy(); await super.destroy();
(await this.webview).$el.remove(); (await this.webview).destroy();
} }
templateHtml(): Html { templateHtml(): Html {
@@ -58,6 +62,16 @@ export default class ServerTab extends Tab {
`; `;
} }
setName(name: string): void {
this.props.name = name;
this.$name.textContent = name;
}
setIcon(icon: string): void {
this.props.icon = icon;
this.$icon.src = icon;
}
updateBadge(count: number): void { updateBadge(count: number): void {
this.$badge.textContent = count > 999 ? "1K+" : count.toString(); this.$badge.textContent = count > 999 ? "1K+" : count.toString();
this.$badge.classList.toggle("active", count > 0); this.$badge.classList.toggle("active", count > 0);

View File

@@ -32,11 +32,22 @@ type WebViewProps = {
preload?: string; preload?: string;
onTitleChange: () => void; onTitleChange: () => void;
hasPermission?: (origin: string, permission: string) => boolean; hasPermission?: (origin: string, permission: string) => boolean;
unsupportedMessage?: string;
}; };
export default class WebView { export default class WebView {
static templateHtml(props: WebViewProps): Html { static templateHtml(props: WebViewProps): Html {
return html` return html`
<div class="webview-pane">
<div
class="webview-unsupported"
${props.unsupportedMessage === undefined ? html`hidden` : html``}
>
<span class="webview-unsupported-message"
>${props.unsupportedMessage ?? ""}</span
>
<span class="webview-unsupported-dismiss">×</span>
</div>
<webview <webview
data-tab-id="${props.tabIndex}" data-tab-id="${props.tabIndex}"
src="${props.url}" src="${props.url}"
@@ -47,17 +58,19 @@ export default class WebView {
allowpopups allowpopups
> >
</webview> </webview>
</div>
`; `;
} }
static async create(props: WebViewProps): Promise<WebView> { static async create(props: WebViewProps): Promise<WebView> {
const $element = generateNodeFromHtml( const $pane = generateNodeFromHtml(
WebView.templateHtml(props), WebView.templateHtml(props),
) as HTMLElement; ) as HTMLElement;
props.$root.append($element); props.$root.append($pane);
const $webview: HTMLElement = $pane.querySelector(":scope > webview")!;
await new Promise<void>((resolve) => { await new Promise<void>((resolve) => {
$element.addEventListener( $webview.addEventListener(
"did-attach", "did-attach",
() => { () => {
resolve(); resolve();
@@ -87,155 +100,60 @@ export default class WebView {
throw new TypeError("Failed to get WebContents ID"); throw new TypeError("Failed to get WebContents ID");
} }
return new WebView(props, $element, webContentsId); return new WebView(props, $pane, $webview, webContentsId);
} }
zoomFactor: number; badgeCount = 0;
badgeCount: number; loading = true;
loading: boolean; private zoomFactor = 1;
customCss: string | false | null; private customCss: string | false | null;
$webviewsContainer: DOMTokenList; private readonly $webviewsContainer: DOMTokenList;
$el: HTMLElement; private readonly $unsupported: HTMLElement;
webContentsId: number; private readonly $unsupportedMessage: HTMLElement;
private readonly $unsupportedDismiss: HTMLElement;
private unsupportedDismissed = false;
private constructor( private constructor(
readonly props: WebViewProps, readonly props: WebViewProps,
$element: HTMLElement, private readonly $pane: HTMLElement,
webContentsId: number, private readonly $webview: HTMLElement,
readonly webContentsId: number,
) { ) {
this.zoomFactor = 1;
this.loading = true;
this.badgeCount = 0;
this.customCss = ConfigUtil.getConfigItem("customCSS", null); this.customCss = ConfigUtil.getConfigItem("customCSS", null);
this.$webviewsContainer = document.querySelector( this.$webviewsContainer = document.querySelector(
"#webviews-container", "#webviews-container",
)!.classList; )!.classList;
this.$el = $element; this.$unsupported = $pane.querySelector(".webview-unsupported")!;
this.webContentsId = webContentsId; this.$unsupportedMessage = $pane.querySelector(
".webview-unsupported-message",
)!;
this.$unsupportedDismiss = $pane.querySelector(
".webview-unsupported-dismiss",
)!;
this.registerListeners(); this.registerListeners();
} }
destroy(): void {
this.$pane.remove();
}
getWebContents(): WebContents { getWebContents(): WebContents {
return remote.webContents.fromId(this.webContentsId); return remote.webContents.fromId(this.webContentsId)!;
}
registerListeners(): void {
const webContents = this.getWebContents();
if (shouldSilentWebview) {
webContents.setAudioMuted(true);
}
webContents.on("page-title-updated", (_event, title) => {
this.badgeCount = this.getBadgeCount(title);
this.props.onTitleChange();
});
this.$el.addEventListener("did-navigate-in-page", () => {
this.canGoBackButton();
});
this.$el.addEventListener("did-navigate", () => {
this.canGoBackButton();
});
webContents.on("page-favicon-updated", (_event, favicons) => {
// This returns a string of favicons URL. If there is a PM counts in unread messages then the URL would be like
// https://chat.zulip.org/static/images/favicon/favicon-pms.png
if (
favicons[0].indexOf("favicon-pms") > 0 &&
process.platform === "darwin"
) {
// This api is only supported on macOS
app.dock.setBadge("●");
// Bounce the dock
if (ConfigUtil.getConfigItem("dockBouncing", true)) {
app.dock.bounce();
}
}
});
webContents.addListener("context-menu", (event, menuParameters) => {
contextMenu(webContents, event, menuParameters);
});
this.$el.addEventListener("dom-ready", () => {
this.loading = false;
this.props.switchLoading(false, this.props.url);
this.show();
});
webContents.on("did-fail-load", (_event, _errorCode, errorDescription) => {
const hasConnectivityError =
SystemUtil.connectivityError.includes(errorDescription);
if (hasConnectivityError) {
console.error("error", errorDescription);
if (!this.props.url.includes("network.html")) {
this.props.onNetworkError(this.props.index);
}
}
});
this.$el.addEventListener("did-start-loading", () => {
this.props.switchLoading(true, this.props.url);
});
this.$el.addEventListener("did-stop-loading", () => {
this.props.switchLoading(false, this.props.url);
});
}
getBadgeCount(title: string): number {
const messageCountInTitle = /^\((\d+)\)/.exec(title);
return messageCountInTitle ? Number(messageCountInTitle[1]) : 0;
} }
showNotificationSettings(): void { showNotificationSettings(): void {
this.send("show-notification-settings"); this.send("show-notification-settings");
} }
show(): void {
// Do not show WebView if another tab was selected and this tab should be in background.
if (!this.props.isActive()) {
return;
}
// To show or hide the loading indicator in the the active tab
this.$webviewsContainer.toggle("loaded", !this.loading);
this.$el.classList.add("active");
this.focus();
this.props.onTitleChange();
// Injecting preload css in webview to override some css rules
(async () => this.getWebContents().insertCSS(preloadCss))();
// Get customCSS again from config util to avoid warning user again
const customCss = ConfigUtil.getConfigItem("customCSS", null);
this.customCss = customCss;
if (customCss) {
if (!fs.existsSync(customCss)) {
this.customCss = null;
ConfigUtil.setConfigItem("customCSS", null);
const errorMessage = "The custom css previously set is deleted!";
dialog.showErrorBox("custom css file deleted!", errorMessage);
return;
}
(async () =>
this.getWebContents().insertCSS(fs.readFileSync(customCss, "utf8")))();
}
}
focus(): void { focus(): void {
this.$el.focus(); this.$webview.focus();
// Work around https://github.com/electron/electron/issues/31918 // Work around https://github.com/electron/electron/issues/31918
this.$el.shadowRoot?.querySelector("iframe")?.focus(); this.$webview.shadowRoot?.querySelector("iframe")?.focus();
} }
hide(): void { hide(): void {
this.$el.classList.remove("active"); this.$pane.classList.remove("active");
} }
load(): void { load(): void {
@@ -298,10 +216,125 @@ export default class WebView {
this.getWebContents().reload(); this.getWebContents().reload();
} }
setUnsupportedMessage(unsupportedMessage: string | undefined) {
this.$unsupported.hidden =
unsupportedMessage === undefined || this.unsupportedDismissed;
this.$unsupportedMessage.textContent = unsupportedMessage ?? "";
}
send<Channel extends keyof RendererMessage>( send<Channel extends keyof RendererMessage>(
channel: Channel, channel: Channel,
...args: Parameters<RendererMessage[Channel]> ...args: Parameters<RendererMessage[Channel]>
): void { ): void {
ipcRenderer.sendTo(this.webContentsId, channel, ...args); ipcRenderer.sendTo(this.webContentsId, channel, ...args);
} }
private registerListeners(): void {
const webContents = this.getWebContents();
if (shouldSilentWebview) {
webContents.setAudioMuted(true);
}
webContents.on("page-title-updated", (_event, title) => {
this.badgeCount = this.getBadgeCount(title);
this.props.onTitleChange();
});
this.$webview.addEventListener("did-navigate-in-page", () => {
this.canGoBackButton();
});
this.$webview.addEventListener("did-navigate", () => {
this.canGoBackButton();
});
webContents.on("page-favicon-updated", (_event, favicons) => {
// This returns a string of favicons URL. If there is a PM counts in unread messages then the URL would be like
// https://chat.zulip.org/static/images/favicon/favicon-pms.png
if (
favicons[0].indexOf("favicon-pms") > 0 &&
process.platform === "darwin"
) {
// This api is only supported on macOS
app.dock.setBadge("●");
// Bounce the dock
if (ConfigUtil.getConfigItem("dockBouncing", true)) {
app.dock.bounce();
}
}
});
webContents.addListener("context-menu", (event, menuParameters) => {
contextMenu(webContents, event, menuParameters);
});
this.$webview.addEventListener("dom-ready", () => {
this.loading = false;
this.props.switchLoading(false, this.props.url);
this.show();
});
webContents.on("did-fail-load", (_event, _errorCode, errorDescription) => {
const hasConnectivityError =
SystemUtil.connectivityError.includes(errorDescription);
if (hasConnectivityError) {
console.error("error", errorDescription);
if (!this.props.url.includes("network.html")) {
this.props.onNetworkError(this.props.index);
}
}
});
this.$webview.addEventListener("did-start-loading", () => {
this.props.switchLoading(true, this.props.url);
});
this.$webview.addEventListener("did-stop-loading", () => {
this.props.switchLoading(false, this.props.url);
});
this.$unsupportedDismiss.addEventListener("click", () => {
this.unsupportedDismissed = true;
this.$unsupported.hidden = true;
});
}
private getBadgeCount(title: string): number {
const messageCountInTitle = /^\((\d+)\)/.exec(title);
return messageCountInTitle ? Number(messageCountInTitle[1]) : 0;
}
private show(): void {
// Do not show WebView if another tab was selected and this tab should be in background.
if (!this.props.isActive()) {
return;
}
// To show or hide the loading indicator in the active tab
this.$webviewsContainer.toggle("loaded", !this.loading);
this.$pane.classList.add("active");
this.focus();
this.props.onTitleChange();
// Injecting preload css in webview to override some css rules
(async () => this.getWebContents().insertCSS(preloadCss))();
// Get customCSS again from config util to avoid warning user again
const customCss = ConfigUtil.getConfigItem("customCSS", null);
this.customCss = customCss;
if (customCss) {
if (!fs.existsSync(customCss)) {
this.customCss = null;
ConfigUtil.setConfigItem("customCSS", null);
const errorMessage = "The custom css previously set is deleted!";
dialog.showErrorBox("custom css file deleted!", errorMessage);
return;
}
(async () =>
this.getWebContents().insertCSS(fs.readFileSync(customCss, "utf8")))();
}
}
} }

View File

@@ -8,6 +8,7 @@ import {ipcRenderer} from "./typed-ipc-renderer.js";
type ListenerType = (...args: any[]) => void; type ListenerType = (...args: any[]) => void;
/* eslint-disable @typescript-eslint/naming-convention */
export type ElectronBridge = { export type ElectronBridge = {
send_event: (eventName: string | symbol, ...args: unknown[]) => boolean; send_event: (eventName: string | symbol, ...args: unknown[]) => boolean;
on_event: (eventName: string, listener: ListenerType) => void; on_event: (eventName: string, listener: ListenerType) => void;
@@ -22,6 +23,7 @@ export type ElectronBridge = {
set_send_notification_reply_message_supported: (value: boolean) => void; set_send_notification_reply_message_supported: (value: boolean) => void;
decrypt_clipboard: (version: number) => ClipboardDecrypter; decrypt_clipboard: (version: number) => ClipboardDecrypter;
}; };
/* eslint-enable @typescript-eslint/naming-convention */
let notificationReplySupported = false; let notificationReplySupported = false;
// Indicates if the user is idle or not // Indicates if the user is idle or not
@@ -29,7 +31,7 @@ let idle = false;
// Indicates the time at which user was last active // Indicates the time at which user was last active
let lastActive = Date.now(); let lastActive = Date.now();
export const bridgeEvents = new EventEmitter(); export const bridgeEvents = new EventEmitter(); // eslint-disable-line unicorn/prefer-event-target
/* eslint-disable @typescript-eslint/naming-convention */ /* eslint-disable @typescript-eslint/naming-convention */
const electron_bridge: ElectronBridge = { const electron_bridge: ElectronBridge = {
@@ -105,7 +107,7 @@ ipcRenderer.on("set-idle", () => {
// This follows node's idiomatic implementation of event // This follows node's idiomatic implementation of event
// emitters to make event handling more simpler instead of using // emitters to make event handling more simpler instead of using
// functions zulip side will emit event using ElectronBrigde.send_event // functions zulip side will emit event using ElectronBridge.send_event
// which is alias of .emit and on this side we can handle the data by adding // which is alias of .emit and on this side we can handle the data by adding
// a listener for the event. // a listener for the event.
export default electron_bridge; export default electron_bridge;

View File

@@ -1,113 +0,0 @@
"use strict";
type ElectronBridge = import("./electron-bridge.js").ElectronBridge;
type CompatElectronBridge = {
readonly idle_on_system: boolean;
readonly last_active_on_system: number;
send_notification_reply_message_supported: boolean;
} & ElectronBridge;
(() => {
const zulipWindow = window as typeof window & {
electron_bridge: CompatElectronBridge;
raw_electron_bridge: ElectronBridge;
};
/* eslint-disable @typescript-eslint/naming-convention */
const electron_bridge: CompatElectronBridge = {
...zulipWindow.raw_electron_bridge,
get idle_on_system(): boolean {
return this.get_idle_on_system();
},
get last_active_on_system(): number {
return this.get_last_active_on_system();
},
get send_notification_reply_message_supported(): boolean {
return this.get_send_notification_reply_message_supported();
},
set send_notification_reply_message_supported(value: boolean) {
this.set_send_notification_reply_message_supported(value);
},
};
/* eslint-enable @typescript-eslint/naming-convention */
zulipWindow.electron_bridge = electron_bridge;
function attributeListener<T extends EventTarget>(
type: string,
): PropertyDescriptor {
const handlers = new WeakMap<T, (event: Event) => unknown>();
function listener(this: T, event: Event): void {
if (handlers.get(this)!.call(this, event) === false) {
event.preventDefault();
}
}
return {
configurable: true,
enumerable: true,
get(this: T) {
return handlers.get(this);
},
set(this: T, value: unknown) {
if (typeof value === "function") {
if (!handlers.has(this)) {
this.addEventListener(type, listener);
}
handlers.set(this, value as (event: Event) => unknown);
} else if (handlers.has(this)) {
this.removeEventListener(type, listener);
handlers.delete(this);
}
},
};
}
// eslint-disable-next-line @typescript-eslint/naming-convention
const NativeNotification = Notification;
class InjectedNotification extends EventTarget {
static get permission(): NotificationPermission {
return NativeNotification.permission;
}
static async requestPermission(
callback?: NotificationPermissionCallback,
): Promise<NotificationPermission> {
if (callback) {
callback(await Promise.resolve(NativeNotification.permission));
}
return NativeNotification.permission;
}
constructor(title: string, options: NotificationOptions = {}) {
super();
Object.assign(
this,
electron_bridge.new_notification(
title,
options,
(type: string, eventInit: EventInit) =>
this.dispatchEvent(new Event(type, eventInit)),
),
);
}
}
Object.defineProperties(InjectedNotification.prototype, {
onclick: attributeListener("click"),
onclose: attributeListener("close"),
onerror: attributeListener("error"),
onshow: attributeListener("show"),
});
window.Notification = InjectedNotification as unknown as typeof Notification;
})();

View File

@@ -1,5 +1,4 @@
import {clipboard} from "electron/common"; import {clipboard} from "electron/common";
import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import process from "node:process"; import process from "node:process";
import url from "node:url"; import url from "node:url";
@@ -18,6 +17,7 @@ import Logger from "../../common/logger-util.js";
import * as Messages from "../../common/messages.js"; import * as Messages from "../../common/messages.js";
import {bundlePath, bundleUrl} from "../../common/paths.js"; import {bundlePath, bundleUrl} from "../../common/paths.js";
import type {NavItem, ServerConf, TabData} from "../../common/types.js"; import type {NavItem, ServerConf, TabData} from "../../common/types.js";
import defaultIcon from "../img/icon.png";
import FunctionalTab from "./components/functional-tab.js"; import FunctionalTab from "./components/functional-tab.js";
import ServerTab from "./components/server-tab.js"; import ServerTab from "./components/server-tab.js";
@@ -323,7 +323,15 @@ export class ServerManagerView {
const servers = DomainUtil.getDomains(); const servers = DomainUtil.getDomains();
if (servers.length > 0) { if (servers.length > 0) {
for (const [i, server] of servers.entries()) { for (const [i, server] of servers.entries()) {
this.initServer(server, i); const tab = this.initServer(server, i);
(async () => {
const serverConf = await DomainUtil.updateSavedServer(server.url, i);
tab.setName(serverConf.alias);
tab.setIcon(DomainUtil.iconAsUrl(serverConf.icon));
(await tab.webview).setUnsupportedMessage(
DomainUtil.getUnsupportedMessage(serverConf),
);
})();
} }
// Open last active tab // Open last active tab
@@ -332,11 +340,7 @@ export class ServerManagerView {
lastActiveTab = 0; lastActiveTab = 0;
} }
// `checkDomain()` and `webview.load()` for lastActiveTab before the others // `webview.load()` for lastActiveTab before the others
await DomainUtil.updateSavedServer(
servers[lastActiveTab].url,
lastActiveTab,
);
await this.activateTab(lastActiveTab); await this.activateTab(lastActiveTab);
await Promise.all( await Promise.all(
servers.map(async (server, i) => { servers.map(async (server, i) => {
@@ -346,7 +350,6 @@ export class ServerManagerView {
return; return;
} }
await DomainUtil.updateSavedServer(server.url, i);
const tab = this.tabs[i]; const tab = this.tabs[i];
if (tab instanceof ServerTab) (await tab.webview).load(); if (tab instanceof ServerTab) (await tab.webview).load();
}), }),
@@ -361,15 +364,11 @@ export class ServerManagerView {
} }
} }
initServer(server: ServerConf, index: number): void { initServer(server: ServerConf, index: number): ServerTab {
const tabIndex = this.getTabIndex(); const tabIndex = this.getTabIndex();
this.tabs.push( const tab = new ServerTab({
new ServerTab({
role: "server", role: "server",
icon: `data:application/octet-stream;base64,${fs.readFileSync( icon: DomainUtil.iconAsUrl(server.icon),
server.icon,
"base64",
)}`,
name: server.alias, name: server.alias,
$root: this.$tabsContainer, $root: this.$tabsContainer,
onClick: this.activateLastTab.bind(this, index), onClick: this.activateLastTab.bind(this, index),
@@ -385,7 +384,9 @@ export class ServerManagerView {
url: server.url, url: server.url,
role: "server", role: "server",
hasPermission: (origin: string, permission: string) => hasPermission: (origin: string, permission: string) =>
origin === server.url && permission === "notifications", origin === server.url &&
permission === "notifications" &&
ConfigUtil.getConfigItem("showNotification", true),
isActive: () => index === this.activeTabIndex, isActive: () => index === this.activeTabIndex,
switchLoading: async (loading: boolean, url: string) => { switchLoading: async (loading: boolean, url: string) => {
if (loading) { if (loading) {
@@ -405,10 +406,12 @@ export class ServerManagerView {
}, },
onTitleChange: this.updateBadge.bind(this), onTitleChange: this.updateBadge.bind(this),
preload: url.pathToFileURL(path.join(bundlePath, "preload.js")).href, preload: url.pathToFileURL(path.join(bundlePath, "preload.js")).href,
unsupportedMessage: DomainUtil.getUnsupportedMessage(server),
}), }),
}), });
); this.tabs.push(tab);
this.loading.add(server.url); this.loading.add(server.url);
return tab;
} }
initActions(): void { initActions(): void {
@@ -422,7 +425,7 @@ export class ServerManagerView {
document.querySelectorAll(".server-icons"); document.querySelectorAll(".server-icons");
for (const [index, $serverImg] of $serverImgs.entries()) { for (const [index, $serverImg] of $serverImgs.entries()) {
this.addContextMenu($serverImg, index); this.addContextMenu($serverImg, index);
if ($serverImg.src.includes("img/icon.png")) { if ($serverImg.src === defaultIcon) {
this.displayInitialCharLogo($serverImg, index); this.displayInitialCharLogo($serverImg, index);
} }
@@ -496,7 +499,7 @@ export class ServerManagerView {
const realmName = $webview.getAttribute("name"); const realmName = $webview.getAttribute("name");
if (realmName === null) { if (realmName === null) {
$img.src = "/img/icon.png"; $img.src = defaultIcon;
return; return;
} }
@@ -921,7 +924,7 @@ export class ServerManagerView {
ipcRenderer.on( ipcRenderer.on(
"permission-request", "permission-request",
async ( async (
event: Event, event,
{ {
webContentsId, webContentsId,
origin, origin,
@@ -970,10 +973,7 @@ export class ServerManagerView {
await LinkUtil.openBrowser(new URL("https://zulip.com/help/")); await LinkUtil.openBrowser(new URL("https://zulip.com/help/"));
}); });
ipcRenderer.on( ipcRenderer.on("reload-viewer", this.reloadView.bind(this));
"reload-viewer",
this.reloadView.bind(this, this.tabs[this.activeTabIndex].props.index),
);
ipcRenderer.on("reload-current-viewer", this.reloadCurrentView.bind(this)); ipcRenderer.on("reload-current-viewer", this.reloadCurrentView.bind(this));
@@ -981,7 +981,7 @@ export class ServerManagerView {
ipcRenderer.send("reload-full-app"); ipcRenderer.send("reload-full-app");
}); });
ipcRenderer.on("switch-server-tab", async (event: Event, index: number) => { ipcRenderer.on("switch-server-tab", async (event, index: number) => {
await this.activateLastTab(index); await this.activateLastTab(index);
}); });
@@ -989,7 +989,7 @@ export class ServerManagerView {
await this.openSettings("AddServer"); await this.openSettings("AddServer");
}); });
ipcRenderer.on("reload-proxy", async (event: Event, showAlert: boolean) => { ipcRenderer.on("reload-proxy", async (event, showAlert: boolean) => {
await this.loadProxy(); await this.loadProxy();
if (showAlert) { if (showAlert) {
await dialog.showMessageBox({ await dialog.showMessageBox({
@@ -1000,12 +1000,12 @@ export class ServerManagerView {
} }
}); });
ipcRenderer.on("toggle-sidebar", async (event: Event, show: boolean) => { ipcRenderer.on("toggle-sidebar", async (event, show: boolean) => {
// Toggle the left sidebar // Toggle the left sidebar
this.toggleSidebar(show); this.toggleSidebar(show);
}); });
ipcRenderer.on("toggle-silent", async (event: Event, state: boolean) => ipcRenderer.on("toggle-silent", async (event, state: boolean) =>
Promise.all( Promise.all(
this.tabs.map(async (tab) => { this.tabs.map(async (tab) => {
if (tab instanceof ServerTab) if (tab instanceof ServerTab)
@@ -1016,7 +1016,7 @@ export class ServerManagerView {
ipcRenderer.on( ipcRenderer.on(
"toggle-autohide-menubar", "toggle-autohide-menubar",
async (event: Event, autoHideMenubar: boolean, updateMenu: boolean) => { async (event, autoHideMenubar: boolean, updateMenu: boolean) => {
if (updateMenu) { if (updateMenu) {
ipcRenderer.send("update-menu", { ipcRenderer.send("update-menu", {
tabs: this.tabsForIpc, tabs: this.tabsForIpc,
@@ -1028,11 +1028,7 @@ export class ServerManagerView {
ipcRenderer.on( ipcRenderer.on(
"toggle-dnd", "toggle-dnd",
async ( async (event, state: boolean, newSettings: Partial<DndSettings>) => {
event: Event,
state: boolean,
newSettings: Partial<DndSettings>,
) => {
this.toggleDndButton(state); this.toggleDndButton(state);
ipcRenderer.send( ipcRenderer.send(
"forward-message", "forward-message",
@@ -1044,16 +1040,11 @@ export class ServerManagerView {
ipcRenderer.on( ipcRenderer.on(
"update-realm-name", "update-realm-name",
(event: Event, serverURL: string, realmName: string) => { (event, serverURL: string, realmName: string) => {
for (const [index, domain] of DomainUtil.getDomains().entries()) { for (const [index, domain] of DomainUtil.getDomains().entries()) {
if (domain.url.includes(serverURL)) { if (domain.url === serverURL) {
const serverTooltipSelector = ".tab .server-tooltip"; const tab = this.tabs[index];
const serverTooltips = document.querySelectorAll( if (tab instanceof ServerTab) tab.setName(realmName);
serverTooltipSelector,
);
serverTooltips[index].textContent = realmName;
this.tabs[index].props.name = realmName;
domain.alias = realmName; domain.alias = realmName;
DomainUtil.updateDomain(index, domain); DomainUtil.updateDomain(index, domain);
// Update the realm name also on the Window menu // Update the realm name also on the Window menu
@@ -1068,18 +1059,15 @@ export class ServerManagerView {
ipcRenderer.on( ipcRenderer.on(
"update-realm-icon", "update-realm-icon",
async (event: Event, serverURL: string, iconURL: string) => { async (event, serverURL: string, iconURL: string) => {
await Promise.all( await Promise.all(
DomainUtil.getDomains().map(async (domain, index) => { DomainUtil.getDomains().map(async (domain, index) => {
if (domain.url.includes(serverURL)) { if (domain.url === serverURL) {
const localIconUrl: string = await DomainUtil.saveServerIcon( const localIconPath = await DomainUtil.saveServerIcon(iconURL);
iconURL, const tab = this.tabs[index];
); if (tab instanceof ServerTab)
const serverImgsSelector = ".tab .server-icons"; tab.setIcon(DomainUtil.iconAsUrl(localIconPath));
const serverImgs: NodeListOf<HTMLImageElement> = domain.icon = localIconPath;
document.querySelectorAll(serverImgsSelector);
serverImgs[index].src = localIconUrl;
domain.icon = localIconUrl;
DomainUtil.updateDomain(index, domain); DomainUtil.updateDomain(index, domain);
} }
}), }),
@@ -1096,9 +1084,7 @@ export class ServerManagerView {
this.$fullscreenPopup.classList.remove("show"); this.$fullscreenPopup.classList.remove("show");
}); });
ipcRenderer.on( ipcRenderer.on("focus-webview-with-id", async (event, webviewId: number) =>
"focus-webview-with-id",
async (event: Event, webviewId: number) =>
Promise.all( Promise.all(
this.tabs.map(async (tab) => { this.tabs.map(async (tab) => {
if ( if (
@@ -1114,9 +1100,7 @@ export class ServerManagerView {
), ),
); );
ipcRenderer.on( ipcRenderer.on("render-taskbar-icon", (event, messageCount: number) => {
"render-taskbar-icon",
(event: Event, messageCount: number) => {
// Create a canvas from unread message counts // Create a canvas from unread message counts
function createOverlayIcon(messageCount: number): HTMLCanvasElement { function createOverlayIcon(messageCount: number): HTMLCanvasElement {
const canvas = document.createElement("canvas"); const canvas = document.createElement("canvas");
@@ -1149,8 +1133,7 @@ export class ServerManagerView {
createOverlayIcon(messageCount).toDataURL(), createOverlayIcon(messageCount).toDataURL(),
String(messageCount), String(messageCount),
); );
}, });
);
ipcRenderer.on("copy-zulip-url", async () => { ipcRenderer.on("copy-zulip-url", async () => {
clipboard.writeText(await this.getCurrentActiveServer()); clipboard.writeText(await this.getCurrentActiveServer());

View File

@@ -18,7 +18,7 @@ export function newNotification(
): NotificationData { ): NotificationData {
const notification = new Notification(title, {...options, silent: true}); const notification = new Notification(title, {...options, silent: true});
for (const type of ["click", "close", "error", "show"]) { for (const type of ["click", "close", "error", "show"]) {
notification.addEventListener(type, (ev: Event) => { notification.addEventListener(type, (ev) => {
if (type === "click") ipcRenderer.send("focus-this-webview"); if (type === "click") ipcRenderer.send("focus-this-webview");
if (!dispatch(type, ev)) { if (!dispatch(type, ev)) {
ev.preventDefault(); ev.preventDefault();

View File

@@ -21,7 +21,7 @@ export function initConnectedOrgSection({
<div class="settings-pane" id="server-settings-pane"> <div class="settings-pane" id="server-settings-pane">
<div class="page-title">${t.__("Connected organizations")}</div> <div class="page-title">${t.__("Connected organizations")}</div>
<div class="title" id="existing-servers"> <div class="title" id="existing-servers">
${t.__("All the connected orgnizations will appear here.")} ${t.__("All the connected organizations will appear here.")}
</div> </div>
<div id="server-info-container"></div> <div id="server-info-container"></div>
<div id="new-org-button"> <div id="new-org-button">
@@ -42,7 +42,9 @@ export function initConnectedOrgSection({
"#find-accounts-container", "#find-accounts-container",
)!; )!;
const noServerText = t.__("All the connected orgnizations will appear here"); const noServerText = t.__(
"All the connected organizations will appear here.",
);
// Show noServerText if no servers are there otherwise hide it // Show noServerText if no servers are there otherwise hide it
$existingServers.textContent = servers.length === 0 ? noServerText : ""; $existingServers.textContent = servers.length === 0 ? noServerText : "";

View File

@@ -7,7 +7,7 @@ import * as remote from "@electron/remote";
import {app, dialog, session} from "@electron/remote"; import {app, dialog, session} from "@electron/remote";
import Tagify from "@yaireo/tagify"; import Tagify from "@yaireo/tagify";
import ISO6391 from "iso-639-1"; import ISO6391 from "iso-639-1";
import * as z from "zod"; import {z} from "zod";
import supportedLocales from "../../../../../public/translations/supported-locales.json"; import supportedLocales from "../../../../../public/translations/supported-locales.json";
import * as ConfigUtil from "../../../../common/config-util.js"; import * as ConfigUtil from "../../../../common/config-util.js";
@@ -460,9 +460,8 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
filters: [{name: "CSS file", extensions: ["css"]}], filters: [{name: "CSS file", extensions: ["css"]}],
}; };
const {filePaths, canceled} = await dialog.showOpenDialog( const {filePaths, canceled} =
showDialogOptions, await dialog.showOpenDialog(showDialogOptions);
);
if (!canceled) { if (!canceled) {
ConfigUtil.setConfigItem("customCSS", filePaths[0]); ConfigUtil.setConfigItem("customCSS", filePaths[0]);
ipcRenderer.send("forward-message", "hard-reload"); ipcRenderer.send("forward-message", "hard-reload");
@@ -529,9 +528,8 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
properties: ["openDirectory"], properties: ["openDirectory"],
}; };
const {filePaths, canceled} = await dialog.showOpenDialog( const {filePaths, canceled} =
showDialogOptions, await dialog.showOpenDialog(showDialogOptions);
);
if (!canceled) { if (!canceled) {
ConfigUtil.setConfigItem("downloadsPath", filePaths[0]); ConfigUtil.setConfigItem("downloadsPath", filePaths[0]);
const downloadFolderPath: HTMLElement = $root.querySelector( const downloadFolderPath: HTMLElement = $root.querySelector(
@@ -592,7 +590,7 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
} }
function initSpellChecker(): void { function initSpellChecker(): void {
// The elctron API is a no-op on macOS and macOS default spellchecker is used. // The Electron API is a no-op on macOS and macOS default spellchecker is used.
if (process.platform === "darwin") { if (process.platform === "darwin") {
const note: HTMLElement = $root.querySelector("#note")!; const note: HTMLElement = $root.querySelector("#note")!;
note.append(t.__("On macOS, the OS spellchecker is used.")); note.append(t.__("On macOS, the OS spellchecker is used."));
@@ -610,7 +608,9 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
const spellDiv: HTMLElement = $root.querySelector("#spellcheck-langs")!; const spellDiv: HTMLElement = $root.querySelector("#spellcheck-langs")!;
spellDiv.innerHTML += html` spellDiv.innerHTML += html`
<div class="setting-description">${t.__("Spellchecker Languages")}</div> <div class="setting-description">${t.__("Spellchecker Languages")}</div>
<div id="spellcheck-langs-value">
<input name="spellcheck" placeholder="Enter Languages" /> <input name="spellcheck" placeholder="Enter Languages" />
</div>
`.html; `.html;
const availableLanguages = session.fromPartition( const availableLanguages = session.fromPartition(
@@ -652,8 +652,20 @@ export function initGeneralSection({$root}: GeneralSectionProps): void {
maxItems: Number.POSITIVE_INFINITY, maxItems: Number.POSITIVE_INFINITY,
closeOnSelect: false, closeOnSelect: false,
highlightFirst: true, highlightFirst: true,
position: "manual",
classname: "settings-tagify-dropdown",
}, },
}); });
tagify.DOM.input.addEventListener("focus", () => {
tagify.dropdown.show();
$root
.querySelector("#spellcheck-langs-value")!
.append(tagify.DOM.dropdown);
});
tagify.DOM.input.addEventListener("blur", () => {
tagify.dropdown.hide(true);
tagify.DOM.dropdown.remove();
});
const configuredLanguages: string[] = ( const configuredLanguages: string[] = (
ConfigUtil.getConfigItem("spellcheckerLanguages", null) ?? [] ConfigUtil.getConfigItem("spellcheckerLanguages", null) ?? []

View File

@@ -1,3 +1,4 @@
import type {IpcRendererEvent} from "electron/renderer";
import process from "node:process"; import process from "node:process";
import type {DndSettings} from "../../../../common/dnd-util.js"; import type {DndSettings} from "../../../../common/dnd-util.js";
@@ -115,16 +116,22 @@ export class PreferenceView {
} }
} }
private readonly handleToggleSidebar = (_event: Event, state: boolean) => { private readonly handleToggleSidebar = (
_event: IpcRendererEvent,
state: boolean,
) => {
this.handleToggle("sidebar-option", state); this.handleToggle("sidebar-option", state);
}; };
private readonly handleToggleMenubar = (_event: Event, state: boolean) => { private readonly handleToggleMenubar = (
_event: IpcRendererEvent,
state: boolean,
) => {
this.handleToggle("menubar-option", state); this.handleToggle("menubar-option", state);
}; };
private readonly handleToggleDnd = ( private readonly handleToggleDnd = (
_event: Event, _event: IpcRendererEvent,
_state: boolean, _state: boolean,
newSettings: Partial<DndSettings>, newSettings: Partial<DndSettings>,
) => { ) => {

View File

@@ -19,7 +19,10 @@ export function initServerInfoForm(props: ServerInfoFormProps): void {
const $serverInfoForm = generateNodeFromHtml(html` const $serverInfoForm = generateNodeFromHtml(html`
<div class="settings-card"> <div class="settings-card">
<div class="server-info-left"> <div class="server-info-left">
<img class="server-info-icon" src="${props.server.icon}" /> <img
class="server-info-icon"
src="${DomainUtil.iconAsUrl(props.server.icon)}"
/>
<div class="server-info-row"> <div class="server-info-row">
<span class="server-info-alias">${props.server.alias}</span> <span class="server-info-alias">${props.server.alias}</span>
<i class="material-icons open-tab-button">open_in_new</i> <i class="material-icons open-tab-button">open_in_new</i>

View File

@@ -1,67 +1,21 @@
import {contextBridge, webFrame} from "electron/renderer"; import {contextBridge} from "electron/renderer";
import electron_bridge, {bridgeEvents} from "./electron-bridge.js"; import electron_bridge, {bridgeEvents} from "./electron-bridge.js";
import * as NetworkError from "./pages/network.js"; import * as NetworkError from "./pages/network.js";
import {ipcRenderer} from "./typed-ipc-renderer.js"; import {ipcRenderer} from "./typed-ipc-renderer.js";
contextBridge.exposeInMainWorld("raw_electron_bridge", electron_bridge); contextBridge.exposeInMainWorld("electron_bridge", electron_bridge);
ipcRenderer.on("logout", () => { ipcRenderer.on("logout", () => {
if (bridgeEvents.emit("logout")) { bridgeEvents.emit("logout");
return;
}
// Create the menu for the below
const dropdown: HTMLElement = document.querySelector(".dropdown-toggle")!;
dropdown.click();
const nodes: NodeListOf<HTMLElement> = document.querySelectorAll(
".dropdown-menu li:last-child a",
);
nodes[nodes.length - 1].click();
}); });
ipcRenderer.on("show-keyboard-shortcuts", () => { ipcRenderer.on("show-keyboard-shortcuts", () => {
if (bridgeEvents.emit("show-keyboard-shortcuts")) { bridgeEvents.emit("show-keyboard-shortcuts");
return;
}
// Create the menu for the below
const node: HTMLElement = document.querySelector(
"a[data-overlay-trigger=keyboard-shortcuts]",
)!;
// Additional check
if (node.textContent!.trim().toLowerCase() === "keyboard shortcuts (?)") {
node.click();
} else {
// Atleast click the dropdown
const dropdown: HTMLElement = document.querySelector(".dropdown-toggle")!;
dropdown.click();
}
}); });
ipcRenderer.on("show-notification-settings", () => { ipcRenderer.on("show-notification-settings", () => {
if (bridgeEvents.emit("show-notification-settings")) { bridgeEvents.emit("show-notification-settings");
return;
}
// Create the menu for the below
const dropdown: HTMLElement = document.querySelector(".dropdown-toggle")!;
dropdown.click();
const nodes: NodeListOf<HTMLElement> = document.querySelectorAll(
".dropdown-menu li a",
);
nodes[2].click();
const notificationItem: NodeListOf<HTMLElement> = document.querySelectorAll(
".normal-settings-list li div",
);
// Wait until the notification dom element shows up
setTimeout(() => {
notificationItem[2].click();
}, 100);
}); });
window.addEventListener("load", () => { window.addEventListener("load", () => {
@@ -73,6 +27,3 @@ window.addEventListener("load", () => {
const $settingsButton = document.querySelector("#settings")!; const $settingsButton = document.querySelector("#settings")!;
NetworkError.init($reconnectButton, $settingsButton); NetworkError.init($reconnectButton, $settingsButton);
}); });
(async () =>
webFrame.executeJavaScript(ipcRenderer.sendSync("get-injected-js")))();

View File

@@ -176,7 +176,7 @@ const createTray = function (): void {
}; };
export function initializeTray(serverManagerView: ServerManagerView) { export function initializeTray(serverManagerView: ServerManagerView) {
ipcRenderer.on("destroytray", (_event: Event) => { ipcRenderer.on("destroytray", () => {
if (!tray) { if (!tray) {
return; return;
} }
@@ -189,7 +189,7 @@ export function initializeTray(serverManagerView: ServerManagerView) {
} }
}); });
ipcRenderer.on("tray", (_event: Event, arg: number): void => { ipcRenderer.on("tray", (_event, arg: number): void => {
if (!tray) { if (!tray) {
return; return;
} }

View File

@@ -5,24 +5,30 @@ import {app, dialog} from "@electron/remote";
import * as Sentry from "@sentry/electron"; import * as Sentry from "@sentry/electron";
import {JsonDB} from "node-json-db"; import {JsonDB} from "node-json-db";
import {DataError} from "node-json-db/dist/lib/Errors"; import {DataError} from "node-json-db/dist/lib/Errors";
import * as z from "zod"; import {z} from "zod";
import * as EnterpriseUtil from "../../../common/enterprise-util.js"; import * as EnterpriseUtil from "../../../common/enterprise-util.js";
import Logger from "../../../common/logger-util.js"; import Logger from "../../../common/logger-util.js";
import * as Messages from "../../../common/messages.js"; import * as Messages from "../../../common/messages.js";
import * as t from "../../../common/translation-util.js";
import type {ServerConf} from "../../../common/types.js"; import type {ServerConf} from "../../../common/types.js";
import defaultIcon from "../../img/icon.png";
import {ipcRenderer} from "../typed-ipc-renderer.js"; import {ipcRenderer} from "../typed-ipc-renderer.js";
const logger = new Logger({ const logger = new Logger({
file: "domain-util.log", file: "domain-util.log",
}); });
const defaultIconUrl = "../renderer/img/icon.png"; // For historical reasons, we store this string in domain.json to denote a
// missing icon; it does not change with the actual icon location.
export const defaultIconSentinel = "../renderer/img/icon.png";
const serverConfSchema = z.object({ const serverConfSchema = z.object({
url: z.string(), url: z.string().url(),
alias: z.string(), alias: z.string(),
icon: z.string(), icon: z.string(),
zulipVersion: z.string().default("unknown"),
zulipFeatureLevel: z.number().default(0),
}); });
let db!: JsonDB; let db!: JsonDB;
@@ -78,7 +84,7 @@ export async function addDomain(server: {
db.push("/domains[]", server, true); db.push("/domains[]", server, true);
reloadDb(); reloadDb();
} else { } else {
server.icon = defaultIconUrl; server.icon = defaultIconSentinel;
serverConfSchema.parse(server); serverConfSchema.parse(server);
db.push("/domains[]", server, true); db.push("/domains[]", server, true);
reloadDb(); reloadDb();
@@ -129,27 +135,34 @@ async function getServerSettings(domain: string): Promise<ServerConf> {
} }
export async function saveServerIcon(iconURL: string): Promise<string> { export async function saveServerIcon(iconURL: string): Promise<string> {
return ipcRenderer.invoke("save-server-icon", iconURL); return (
(await ipcRenderer.invoke("save-server-icon", iconURL)) ??
defaultIconSentinel
);
} }
export async function updateSavedServer( export async function updateSavedServer(
url: string, url: string,
index: number, index: number,
): Promise<void> { ): Promise<ServerConf> {
// Does not promise successful update // Does not promise successful update
const oldIcon = getDomain(index).icon; const serverConf = getDomain(index);
const oldIcon = serverConf.icon;
try { try {
const newServerConf = await checkDomain(url, true); const newServerConf = await checkDomain(url, true);
const localIconUrl = await saveServerIcon(newServerConf.icon); const localIconUrl = await saveServerIcon(newServerConf.icon);
if (!oldIcon || localIconUrl !== "../renderer/img/icon.png") { if (!oldIcon || localIconUrl !== defaultIconSentinel) {
newServerConf.icon = localIconUrl; newServerConf.icon = localIconUrl;
updateDomain(index, newServerConf); updateDomain(index, newServerConf);
reloadDb(); reloadDb();
} }
return newServerConf;
} catch (error: unknown) { } catch (error: unknown) {
logger.log("Could not update server icon."); logger.log("Could not update server icon.");
logger.log(error); logger.log(error);
Sentry.captureException(error); Sentry.captureException(error);
return serverConf;
} }
} }
@@ -189,3 +202,28 @@ export function formatUrl(domain: string): string {
return `https://${domain}`; return `https://${domain}`;
} }
export function getUnsupportedMessage(server: ServerConf): string | undefined {
if (server.zulipFeatureLevel < 65 /* Zulip Server 4.0 */) {
const realm = new URL(server.url).hostname;
return t.__(
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.",
{server: realm, version: server.zulipVersion},
);
}
return undefined;
}
export function iconAsUrl(iconPath: string): string {
if (iconPath === defaultIconSentinel) return defaultIcon;
try {
return `data:application/octet-stream;base64,${fs.readFileSync(
iconPath,
"base64",
)}`;
} catch {
return defaultIcon;
}
}

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en" class="responsive desktop"> <html lang="en" class="responsive desktop">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html lang="en" class="responsive desktop"> <html lang="en" class="responsive desktop">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View File

@@ -1,10 +1,7 @@
<!DOCTYPE html> <!doctype html>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="stylesheet" href="css/fonts.css" /> <link rel="stylesheet" href="css/fonts.css" />
<link rel="stylesheet" href="css/preference.css" /> <link rel="stylesheet" href="css/preference.css" />
<script type="module">
import "@yaireo/tagify/dist/tagify.css";
</script>
<!-- Initially hidden to prevent FOUC --> <!-- Initially hidden to prevent FOUC -->
<div id="content" hidden> <div id="content" hidden>

View File

@@ -2,6 +2,45 @@
All notable changes to the Zulip desktop app are documented in this file. All notable changes to the Zulip desktop app are documented in this file.
### v5.10.3 --2023-09-30
**Fixes**:
- Fixed an error in the third-party `gatemaker` library that broke the display of notifications for completed downloads.
**Dependencies**:
- Upgraded all dependencies, including Electron 25.8.4.
### v5.10.2 --2023-09-14
**Dependencies**:
- Downgraded Electron to 25.8.1 to avoid a renderer process crash on Linux.
### v5.10.1 --2023-09-13
**Dependencies**:
- Upgraded all dependencies, including Electron 26.2.1.
### v5.10.0 --2023-05-05
**Removed features**:
- Removed support for Windows 8.1 and earlier, which reached end-of-life earlier this year and are [no longer supported](https://www.electronjs.org/blog/windows-7-to-8-1-deprecation-notice) by Electron.
- Removed support for Zulip Server 3.x and earlier, which have been obsolete for more than 18 months, in accordance with our [release lifecycle](https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html). A notice will now be displayed when connecting to a server with an unsupported version.
**Fixes**:
- Fixed display of the dropdown for the spellchecker languages setting.
- Fixed various bugs related to displaying and updating organization icons.
- Fixed settings to disable visual display of notifications.
**Dependencies**:
- Upgraded all dependencies, including Electron 24.2.0.
### v5.9.5 --2023-02-06 ### v5.9.5 --2023-02-06
**Fixes**: **Fixes**:
@@ -193,10 +232,10 @@ All notable changes to the Zulip desktop app are documented in this file.
**New features**: **New features**:
- Add a cancel button in the report-issue modal. - Add a cancel button in the report-issue modal.
- macOS: Use electron API to get dark tray icon instead of the green icon for the light theme. - macOS: Use Electron API to get dark tray icon instead of the green icon for the light theme.
- Remove 'Reset App Data' option. Factory Reset option has been moved to Settings → General. - Remove 'Reset App Data' option. Factory Reset option has been moved to Settings → General.
- Support pkg installer on macOS. - Support pkg installer on macOS.
- Use electron 8 built-in spellchecker. Linux and Windows users can now choose upto three spellchecker languages from Settings → General. On macOS, default spellchecker is used. - Use Electron 8 built-in spellchecker. Linux and Windows users can now choose up to three spellchecker languages from Settings → General. On macOS, default spellchecker is used.
- Setup Transifex for better synchronization of translations. The application now supports 41 languages instead of 21. - Setup Transifex for better synchronization of translations. The application now supports 41 languages instead of 21.
**Dependencies**: **Dependencies**:
@@ -355,7 +394,7 @@ All notable changes to the Zulip desktop app are documented in this file.
**Development**: **Development**:
- Migrate codebase to TypeScript. - Migrate codebase to TypeScript.
- Set the indent_size in `.editconfig` to 4. - Set the indent_size in `.editorconfig` to 4.
- Use `.env` file for reading Sentry DSN. - Use `.env` file for reading Sentry DSN.
**Documentation**: **Documentation**:
@@ -424,7 +463,7 @@ All notable changes to the Zulip desktop app are documented in this file.
- Fix typo in network error message. - Fix typo in network error message.
- Fix context menu not working on adding new org. - Fix context menu not working on adding new org.
- Fix reply from notification. - Fix reply from notification.
- Fix shorcut section horizontal alignment. - Fix shortcut section horizontal alignment.
- Fix broken link in docs. - Fix broken link in docs.
- Fix grammatical errors. - Fix grammatical errors.
- Fix typo error in issue template. - Fix typo error in issue template.
@@ -500,7 +539,7 @@ All notable changes to the Zulip desktop app are documented in this file.
**Fixes**: **Fixes**:
- Fix youtube video not playing in lightbox. - Fix YouTube video not playing in lightbox.
- Fix realm name not escaped properly. - Fix realm name not escaped properly.
<hr> <hr>
@@ -510,7 +549,7 @@ All notable changes to the Zulip desktop app are documented in this file.
**New features**: **New features**:
- Add a setting option to show downloaded file in file manager. - Add a setting option to show downloaded file in file manager.
- Added electron bridge to communicate with webapp in real time. - Added Electron bridge to communicate with web app in real time.
**Fixes**: **Fixes**:
@@ -660,7 +699,7 @@ electron-updater - `v2.21.8`
- Some users wanted to change the look of the Zulip. Now you have the power. Feel free to add your own CSS using the all-new setting option **Add Custom CSS** - Some users wanted to change the look of the Zulip. Now you have the power. Feel free to add your own CSS using the all-new setting option **Add Custom CSS**
- Added i18n locale helper script. Internalization is coming in the next release - Added i18n locale helper script. Internationalization is coming in the next release
- Added **What's new** in `help` submenu so that you can see all the latest changes in the app - Added **What's new** in `help` submenu so that you can see all the latest changes in the app
@@ -1102,7 +1141,7 @@ Minor improvements
- Using two package.json structure - Using two package.json structure
- Node integration disabled in main window due to jquery error - Node integration disabled in main window due to jQuery error
- Now using electron-builder for packaging instead of electron-packager - Now using electron-builder for packaging instead of electron-packager

View File

@@ -49,7 +49,7 @@ If [NPM](https://www.npmjs.com/get-npm) and [node-gyp](https://github.com/nodejs
[node-windows]: https://nodejs.org/en/download/package-manager/#windows [node-windows]: https://nodejs.org/en/download/package-manager/#windows
- Also, install install Windows-Build-Tools to compile native node modules by using - Also, install Windows-Build-Tools to compile native node modules by using
```sh ```sh
$ npm install --global windows-build-tools $ npm install --global windows-build-tools
``` ```

View File

@@ -5,13 +5,13 @@
- [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Node.js](https://nodejs.org) >= v6.9.0 - [Node.js](https://nodejs.org) >= v6.9.0
- [python](https://www.python.org/downloads/release/python-2713/) (v2.7.x recommended) - [python](https://www.python.org/downloads/release/python-2713/) (v2.7.x recommended)
- [node-gyp](https://github.com/nodejs/node-gyp#installation) (installed via powershell) - [node-gyp](https://github.com/nodejs/node-gyp#installation) (installed via PowerShell)
## System specific dependencies ## System specific dependencies
- use only 32bit or 64bit for all of the installers, do not mix architectures - use only 32bit or 64bit for all of the installers, do not mix architectures
- install using default settings - install using default settings
- open Windows Powershell as Admin - open Windows PowerShell as Admin
```powershell ```powershell
C:\Windows\system32> npm install --global --production windows-build-tools C:\Windows\system32> npm install --global --production windows-build-tools

6054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "zulip", "name": "zulip",
"productName": "Zulip", "productName": "Zulip",
"version": "5.9.5", "version": "5.10.3",
"main": "./dist-electron", "main": "./dist-electron",
"description": "Zulip Desktop App", "description": "Zulip Desktop App",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -28,7 +28,7 @@
"lint-css": "stylelint \"app/**/*.css\"", "lint-css": "stylelint \"app/**/*.css\"",
"lint-html": "htmlhint \"app/**/*.html\"", "lint-html": "htmlhint \"app/**/*.html\"",
"lint-js": "xo", "lint-js": "xo",
"prettier-non-js": "prettier --check --loglevel=warn . \"!**/*.{js,ts}\"", "prettier-non-js": "prettier --check --log-level=warn . \"!**/*.{js,ts}\"",
"test": "tsc && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js", "test": "tsc && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js",
"test-e2e": "vite build && tape \"tests/**/*.js\"", "test-e2e": "vite build && tape \"tests/**/*.js\"",
"pack": "vite build && electron-builder --dir", "pack": "vite build && electron-builder --dir",
@@ -39,7 +39,6 @@
"test" "test"
], ],
"build": { "build": {
"afterSign": "./scripts/notarize.js",
"appId": "org.zulip.zulip-electron", "appId": "org.zulip.zulip-electron",
"asar": true, "asar": true,
"asarUnpack": [ "asarUnpack": [
@@ -68,7 +67,10 @@
} }
], ],
"darkModeSupport": true, "darkModeSupport": true,
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}",
"notarize": {
"teamId": "66KHCWMEYB"
}
}, },
"linux": { "linux": {
"category": "Chat;GNOME;GTK;Network;InstantMessaging", "category": "Chat;GNOME;GTK;Network;InstantMessaging",
@@ -141,49 +143,45 @@
"InstantMessaging" "InstantMessaging"
], ],
"dependencies": { "dependencies": {
"gatemaker": "^1.0.0" "gatemaker": "https://github.com/andersk/gatemaker/archive/d31890ae1cb293faabcb1e4e465c673458f6eed2.tar.gz"
}, },
"devDependencies": { "devDependencies": {
"@electron/notarize": "^1.2.3",
"@electron/remote": "^2.0.8", "@electron/remote": "^2.0.8",
"@sentry/electron": "^4.1.2", "@sentry/electron": "^4.1.2",
"@types/adm-zip": "^0.5.0", "@types/adm-zip": "^0.5.0",
"@types/auto-launch": "^5.0.2", "@types/auto-launch": "^5.0.2",
"@types/backoff": "^2.5.2", "@types/backoff": "^2.5.2",
"@types/i18n": "^0.13.1", "@types/i18n": "^0.13.1",
"@types/node": "^16.11.26", "@types/node": "~18.17.19",
"@types/requestidlecallback": "^0.3.4", "@types/requestidlecallback": "^0.3.4",
"@types/yaireo__tagify": "^4.3.2", "@types/yaireo__tagify": "^4.3.2",
"@yaireo/tagify": "^4.5.0", "@yaireo/tagify": "^4.5.0",
"adm-zip": "^0.5.5", "adm-zip": "^0.5.5",
"auto-launch": "^5.0.5", "auto-launch": "^5.0.5",
"backoff": "^2.5.0", "backoff": "^2.5.0",
"dotenv": "^16.0.0", "electron": "^25.8.1",
"electron": "^22.0.0", "electron-builder": "^24.6.4",
"electron-builder": "^23.0.3",
"electron-log": "^4.3.5", "electron-log": "^4.3.5",
"electron-updater": "^5.0.1", "electron-updater": "^6.1.4",
"electron-window-state": "^5.0.3", "electron-window-state": "^5.0.3",
"escape-goat": "^4.0.0", "escape-goat": "^4.0.0",
"get-stream": "^6.0.1",
"htmlhint": "^1.1.2", "htmlhint": "^1.1.2",
"i18n": "^0.15.1", "i18n": "^0.15.1",
"iso-639-1": "^2.1.9", "iso-639-1": "^3.1.0",
"medium": "^1.2.0", "medium": "^1.2.0",
"node-json-db": "^1.3.0", "node-json-db": "^1.3.0",
"playwright-core": "^1.30.0-alpha-jan-3-2023", "playwright-core": "^1.30.0-alpha-jan-3-2023",
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
"prettier": "^2.3.2", "prettier": "^3.0.3",
"rimraf": "^4.1.2", "rimraf": "^5.0.0",
"semver": "^7.3.5", "semver": "^7.3.5",
"stylelint": "^14.5.3", "stylelint": "^15.6.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^34.0.0",
"stylelint-config-standard": "^29.0.0",
"tape": "^5.2.2", "tape": "^5.2.2",
"typescript": "^4.3.5", "typescript": "^5.0.4",
"vite": "^4.1.1", "vite": "^4.1.1",
"vite-plugin-electron": "^0.11.1", "vite-plugin-electron": "^0.14.1",
"xo": "^0.53.1", "xo": "^0.56.0",
"zod": "^3.5.1" "zod": "^3.5.1"
}, },
"prettier": { "prettier": {
@@ -270,7 +268,6 @@
} }
], ],
"strict": "error", "strict": "error",
"unicorn/prefer-json-parse-buffer": "off",
"unicorn/prefer-module": "off", "unicorn/prefer-module": "off",
"unicorn/prefer-top-level-await": "off" "unicorn/prefer-top-level-await": "off"
}, },
@@ -303,7 +300,6 @@
}, },
{ {
"files": [ "files": [
"app/renderer/js/injected.ts",
"scripts/notarize.js", "scripts/notarize.js",
"tests/**/*.js" "tests/**/*.js"
], ],

View File

@@ -1,45 +1,49 @@
{ {
"About Zulip": "حول \"زوليب\"", "About Zulip": "حول \"زوليب\"",
"Actual Size": "الحجم الفعلي", "Actual Size": "الحجم الفعلي",
"Add Custom Certificates": "إضافة رخصة معدلة",
"Add Organization": "إضافة منظمة", "Add Organization": "إضافة منظمة",
"Add a Zulip organization": "إضافة منظمة \"زوليب\"", "Add a Zulip organization": "إضافة منظمة \"زوليب\"",
"Add custom CSS": صافة CSS معدلة", "Add custom CSS": ضافة CSS معدلة",
"AddServer": "AddServer",
"Advanced": "متقدم", "Advanced": "متقدم",
"All the connected organizations will appear here": "جميع المنظمات المتصلة تعرض هنا", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "دائماً إبدأ بالقليل", "Always start minimized": "دائماً إبدأ بالقليل",
"App Updates": "تحديث التطبيق", "App Updates": "تحديثات التطبيق",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "المظهر", "Appearance": "المظهر",
"Application Shortcuts": "إختصارات التطبيق", "Application Shortcuts": "إختصارات التطبيق",
"Are you sure you want to disconnect this organization?": "هل أنت متأكد من فصل هذة المنظمة؟", "Are you sure you want to disconnect this organization?": "هل أنت متأكد من فصل هذة المنظمة؟",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "أخف القائمة تلقائياً", "Auto hide Menu bar": "أخف القائمة تلقائياً",
"Auto hide menu bar (Press Alt key to display)": "أخف القائمة تلقائياً (إضغط Alt لعرض القائمة)", "Auto hide menu bar (Press Alt key to display)": "أخف القائمة تلقائياً (إضغط Alt لعرض القائمة)",
"Back": "رجوع", "Back": "رجوع",
"Bounce dock on new private message": "أخرج المنصة في حال رسالة خاصة جديدة", "Bounce dock on new private message": "أخرج المنصة في حال رسالة خاصة جديدة",
"Certificate file": "ملف الشهادة",
"Change": "تغيير", "Change": "تغيير",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "التحقق من التحديثات", "Check for Updates": "التحقق من التحديثات",
"Close": "اغلاق", "Close": "إغلاق",
"Connect": "اتصال", "Connect": "اتصال",
"Connect to another organization": "التوصيل مع منظمة أخرى", "Connect to another organization": "التوصيل مع منظمة أخرى",
"Connected organizations": "المنظمات المتصلة", "Connected organizations": "المنظمات المتصلة",
"Copy": "نسخ", "Copy": "نسخ",
"Copy Zulip URL": "نسخ رابط زوليب", "Copy Zulip URL": "نسخ رابط زوليب",
"Create a new organization": "Create a new organization", "Create a new organization": "إنشاء منظمة جديدة",
"Cut": "قص", "Cut": "قص",
"Default download location": "موقع التحميل الافتراضي", "Default download location": "موقع التحميل الافتراضي",
"Delete": "حذف", "Delete": "حذف",
"Desktop App Settings": "إعدادت تطبيق سطح المكتب",
"Desktop Notifications": "إشعارات سطح المكتب", "Desktop Notifications": "إشعارات سطح المكتب",
"Desktop Settings": "إعدادات سطح المكتب", "Desktop Settings": "إعدادات سطح المكتب",
"Disconnect": "قطع الاتصال", "Disconnect": "قطع الاتصال",
"Download App Logs": "تنزيل سجلات التطبيق", "Download App Logs": "تنزيل سجلات التطبيق",
"Edit": "تعديل", "Edit": "تعديل",
"Edit Shortcuts": "تعديل الاختصارات", "Edit Shortcuts": "تعديل الاختصارات",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "تفعيل التحديثات التلقائية", "Enable auto updates": "تفعيل التحديثات التلقائية",
"Enable error reporting (requires restart)": "تفعيل تقارير الأخطاء (يتطلب إعادة التشغيل)", "Enable error reporting (requires restart)": "تفعيل تقارير الأخطاء (يتطلب إعادة التشغيل)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "إعادة ضبط المصنع", "Factory Reset": "إعادة ضبط المصنع",
"Factory Reset Data": "Factory Reset Data",
"File": "ملف", "File": "ملف",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/be.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Пра Zulip",
"Actual Size": "Сапраўдны памер",
"Add Organization": "Дадаць арганізацыю",
"Add a Zulip organization": "Дадаць арганізацыю Zulip",
"Add custom CSS": "Дадаць свой CSS",
"AddServer": "Дадаць сэрвер",
"Advanced": "Пашыраныя",
"All the connected organizations will appear here.": "Тут з'явяцца ўсе звязаныя арганізацыі.",
"Always start minimized": "Заўсёды адкрываць згорнутым",
"App Updates": "Абнаўленні праграмы",
"App language (requires restart)": "Мова праграмы (патрабуецца перазапуск)",
"Appearance": "Выгляд",
"Application Shortcuts": "Спалучэнні клавішаў",
"Are you sure you want to disconnect this organization?": "Вы ўпэўненыя, што хочаце адключыць гэту арганізацыю?",
"Ask where to save files before downloading": "Спытаць, куды захоўваць файлы перад сцягваннем",
"Auto hide Menu bar": "Аўтаматычна хаваць радок меню",
"Auto hide menu bar (Press Alt key to display)": "Аўтаматычна хаваць радок меню (для выявы націсніце клавішу Alt)",
"Back": "Назад",
"Bounce dock on new private message": "Подпрыгваючы dock пры новым асабістым паведамленні",
"Change": "Змяніць",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Змяніце мову ў: Сістэмныя налады → Клавіятура → Тэкст → Правапіс.",
"Check for Updates": "Праверыць наяўнасць абнаўленняў",
"Close": "Закрыць",
"Connect": "Падлучыць",
"Connect to another organization": "Падлучыць да іншай арганізацыі",
"Connected organizations": "Падлучаныя арганізацыі",
"Copy": "Капіяваць",
"Copy Zulip URL": "Капіяваць Zulip URL",
"Create a new organization": "Стварыць новую арганізацыю",
"Cut": "Выразаць",
"Default download location": "Месца сцягвання па змаўчанні",
"Delete": "Выдаліць",
"Desktop Notifications": "Апавяшчэнні для ПК",
"Desktop Settings": "Налады для ПК",
"Disconnect": "Адлучыць",
"Download App Logs": "Сцягнуць журналы праграмаў",
"Edit": "Рэдагаваць",
"Edit Shortcuts": "Рэдагаваць cпалучэнні клавішаў",
"Emoji & Symbols": "Эмодзі і сімвалы",
"Enable auto updates": "Увамкнуць аўтаматычнае абнаўленне",
"Enable error reporting (requires restart)": "Увамкнуць справаздачу аб памылках (патрабуецца перазапуск)",
"Enable spellchecker (requires restart)": "Увамкнуць праверку правапісу (патрабуецца перазапуск)",
"Enter Full Screen": "Пераход у поўнаэкранны рэжым",
"Factory Reset": "Аднаўленне заводскіх наладаў",
"Factory Reset Data": "Аднаўленне даных да заводскіх наладаў",
"File": "Файл",
"Find accounts": "Знайсці ўліковыя запісы",
"Find accounts by email": "Знайсці ўліковыя запісы паводле email",
"Flash taskbar on new message": "Успыхваць на панэлі заданняў пры новым асабістым паведамленні ",
"Forward": "Пераадрасаваць",
"Functionality": "Функцыянальнасць",
"General": "Агульныя",
"Get beta updates": "Атрымлівць бэта-абнаўленні",
"Hard Reload": "Апаратнае пераладаванне",
"Help": "Даведка",
"Help Center": "Цэнтр даведак",
"Hide": "Схаваць",
"Hide Others": "Схаваць іншыя",
"Hide Zulip": "Схаваць Zulip",
"History": "Гісторыя",
"History Shortcuts": "Гісторыя cпалучэнняў клавішаў",
"Keyboard Shortcuts": "Спалучэнні клавішаў",
"Log Out": "Выйсці з уліковага запісу",
"Log Out of Organization": "Выйсці з уліковага запісу арганізацыі",
"Manual proxy configuration": "Ручная налада проксі",
"Minimize": "Згарнуць",
"Mute all sounds from Zulip": "Адключыць усе гукі з Zulip",
"NO": "NO",
"Network": "Сетка",
"Network and Proxy Settings": "Налады сеткі і проксі",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "У macOS выкарыстоўваецца сістэмная праверка правапісу.",
"Organization URL": "URL арганізацыі",
"Organizations": "Арганізацыі",
"Paste": "Уставіць",
"Paste and Match Style": "Уставіць і ўзгадніць стыль",
"Proxy": "Проксі",
"Proxy bypass rules": "Правілы абыходу проксі",
"Proxy rules": "Правілы проксі",
"Quit": "Выйсці",
"Quit Zulip": "Выйсці з Zulip",
"Quit when the window is closed": "Выйсці, калі акно зачыненае",
"Redo": "Узнавіць",
"Release Notes": "Заўвагі да выпуску",
"Reload": "Пераладаваць",
"Report an Issue": "Паведаміць аб праблеме",
"Reset App Settings": "Скінуць налады праграмы",
"Reset the application, thus deleting all the connected organizations and accounts.": "Скінуць усю праграму, выдаліўшы такім чынам усе звязаныя арганізацыі і ўліковыя запісы.",
"Save": "Захаваць",
"Select All": "Выбраць усё",
"Services": "Сэрвісы",
"Settings": "Налады",
"Shortcuts": "Спалучэнні клавішаў",
"Show app icon in system tray": "Паказаць значок праграмы ў вобласці паведамленняў",
"Show app unread badge": "Паказваць значок непрачытаных паведамленняў",
"Show desktop notifications": "Паказваць апавяшчэнні на працоўным стале",
"Show sidebar": "Паказваць бакавую панэль",
"Spellchecker Languages": "Мовы для праверкі правапісу",
"Start app at login": "Запусціць праграму пры ўваходзе ва ўліковы запіс",
"Switch to Next Organization": "Пераключыцца на наступную арганізацыю",
"Switch to Previous Organization": "Пераключыцца на папярэднюю арганізацыю",
"These desktop app shortcuts extend the Zulip webapp's": "Гэтыя спалучэнні клавішаў пашыраюць магчымасці Zulip",
"Tip": "Парада",
"Toggle DevTools for Active Tab": "Увамкнуць DevTools для актыўнай укладкі",
"Toggle DevTools for Zulip App": "Перамкнуць DevTools для праграмы Zulip",
"Toggle Do Not Disturb": "Перамкнуць рэжым \"Не турбаваць\"",
"Toggle Full Screen": "Перамкнуць \"На ўвесь экран\"",
"Toggle Sidebar": "Перамкнуць бакавую панэль",
"Toggle Tray Icon": "Перамкнуць значок у вобласці паведамленняў",
"Tools": "Інструменты",
"Undo": "Адрабіць",
"Unhide": "Зрабіць бачным",
"Upload": "Заладаваць",
"Use system proxy settings (requires restart)": "Выкарыстоўваць сістэмныя налады проксі (патрабуе перазапуск)",
"View": "Прагляд",
"View Shortcuts": "Спалучэнні клавішаў прагляду",
"Window": "Акно",
"Window Shortcuts": "Спалучэнні клавішаў акна",
"YES": "ТАК",
"You can select a maximum of 3 languages for spellchecking.": "Вы можаце выбраць максімум 3 мовы для праверкі правапісу.",
"Zoom In": "Павялічыць",
"Zoom Out": "Паменшыць",
"keyboard shortcuts": "спалучэнні клавішаў",
"script": "скрыпт",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "На {{{server}}} працуе састарэлая версія сервера Zulip {{{version}}}. У гэтай праграме ён можа працаваць часткова."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Относно Zulip", "About Zulip": "Относно Zulip",
"Actual Size": "Действителен размер", "Actual Size": "Действителен размер",
"Add Custom Certificates": "Добавяне на персонализирани сертификати",
"Add Organization": "Добавяне на организация", "Add Organization": "Добавяне на организация",
"Add a Zulip organization": "Добавете организация Zulip", "Add a Zulip organization": "Добавете организация Zulip",
"Add custom CSS": "Добавете персонализиран CSS", "Add custom CSS": "Добавете персонализиран CSS",
"AddServer": "AddServer",
"Advanced": "напреднал", "Advanced": "напреднал",
"All the connected organizations will appear here": "Всички свързани организации ще се появят тук", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Винаги започвайте да минимизирате", "Always start minimized": "Винаги започвайте да минимизирате",
"App Updates": "Актуализации на приложения", "App Updates": "Актуализации на приложения",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Външен вид", "Appearance": "Външен вид",
"Application Shortcuts": "Клавишни комбинации за приложения", "Application Shortcuts": "Клавишни комбинации за приложения",
"Are you sure you want to disconnect this organization?": "Наистина ли искате да прекъснете връзката с тази организация?", "Are you sure you want to disconnect this organization?": "Наистина ли искате да прекъснете връзката с тази организация?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Автоматично скриване на лентата с менюта", "Auto hide Menu bar": "Автоматично скриване на лентата с менюта",
"Auto hide menu bar (Press Alt key to display)": "Автоматично скриване на лентата с менюта (натиснете клавиша Alt за показване)", "Auto hide menu bar (Press Alt key to display)": "Автоматично скриване на лентата с менюта (натиснете клавиша Alt за показване)",
"Back": "обратно", "Back": "обратно",
"Bounce dock on new private message": "Прескочи док в новото лично съобщение", "Bounce dock on new private message": "Прескочи док в новото лично съобщение",
"Certificate file": "Файл за сертификат",
"Change": "промяна", "Change": "промяна",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Провери за обновления", "Check for Updates": "Провери за обновления",
"Close": "Близо", "Close": "Близо",
"Connect": "Свържете", "Connect": "Свържете",
@@ -29,17 +31,19 @@
"Cut": "Разрез", "Cut": "Разрез",
"Default download location": "Място на изтегляне по подразбиране", "Default download location": "Място на изтегляне по подразбиране",
"Delete": "Изтрий", "Delete": "Изтрий",
"Desktop App Settings": "Настройки на приложението за работния плот",
"Desktop Notifications": "Известия за работния плот", "Desktop Notifications": "Известия за работния плот",
"Desktop Settings": "Настройки на работния плот", "Desktop Settings": "Настройки на работния плот",
"Disconnect": "Прекъсване на връзката", "Disconnect": "Прекъсване на връзката",
"Download App Logs": "Изтеглете регистрационни файлове на приложенията", "Download App Logs": "Изтеглете регистрационни файлове на приложенията",
"Edit": "редактиране", "Edit": "редактиране",
"Edit Shortcuts": "Редактиране на преки пътища", "Edit Shortcuts": "Редактиране на преки пътища",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Активиране на автоматичните актуализации", "Enable auto updates": "Активиране на автоматичните актуализации",
"Enable error reporting (requires restart)": "Активиране на отчитането за грешки (изисква се рестартиране)", "Enable error reporting (requires restart)": "Активиране на отчитането за грешки (изисква се рестартиране)",
"Enable spellchecker (requires restart)": "Активиране на проверката на правописа (изисква се рестартиране)", "Enable spellchecker (requires restart)": "Активиране на проверката на правописа (изисква се рестартиране)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Фабрично нулиране", "Factory Reset": "Фабрично нулиране",
"Factory Reset Data": "Factory Reset Data",
"File": "досие", "File": "досие",
"Find accounts": "Намерете профили", "Find accounts": "Намерете профили",
"Find accounts by email": "Намерете профили по имейл", "Find accounts by email": "Намерете профили по имейл",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Помогне", "Help": "Помогне",
"Help Center": "Помощен център", "Help Center": "Помощен център",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "история", "History": "история",
"History Shortcuts": "Преки пътища в историята", "History Shortcuts": "Преки пътища в историята",
"Keyboard Shortcuts": "Комбинация от клавиши", "Keyboard Shortcuts": "Комбинация от клавиши",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Заглуши всички звуци от Zulip", "Mute all sounds from Zulip": "Заглуши всички звуци от Zulip",
"NO": "НЕ", "NO": "НЕ",
"Network": "мрежа", "Network": "мрежа",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "ИЛИ", "OR": "ИЛИ",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL адрес на организацията", "Organization URL": "URL адрес на организацията",
"Organizations": "организации", "Organizations": "организации",
"Paste": "паста", "Paste": "паста",
@@ -71,25 +80,27 @@
"Proxy rules": "Прокси правила", "Proxy rules": "Прокси правила",
"Quit": "напускам", "Quit": "напускам",
"Quit Zulip": "Прекрати Zulip", "Quit Zulip": "Прекрати Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "ремонтирам", "Redo": "ремонтирам",
"Release Notes": "Бележки към изданието", "Release Notes": "Бележки към изданието",
"Reload": "Презареди", "Reload": "Презареди",
"Report an Issue": "Подаване на сигнал за проблем", "Report an Issue": "Подаване на сигнал за проблем",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Запази", "Save": "Запази",
"Select All": "Избери всички", "Select All": "Избери всички",
"Services": "Services",
"Settings": "Настройки", "Settings": "Настройки",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Показване на регистрационните файлове на приложенията",
"Show app icon in system tray": "Показване на иконата на приложението в системната област", "Show app icon in system tray": "Показване на иконата на приложението в системната област",
"Show app unread badge": "Показване на непрочетената значка на приложението", "Show app unread badge": "Показване на непрочетената значка на приложението",
"Show desktop notifications": "Показване на известията на работния плот", "Show desktop notifications": "Показване на известията на работния плот",
"Show downloaded files in file manager": "Показване на изтеглените файлове във файловия мениджър",
"Show sidebar": "Показване на страничната лента", "Show sidebar": "Показване на страничната лента",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Стартирайте приложението при влизане", "Start app at login": "Стартирайте приложението при влизане",
"Switch to Next Organization": "Превключване към следваща организация", "Switch to Next Organization": "Превключване към следваща организация",
"Switch to Previous Organization": "Превключване към предишна организация", "Switch to Previous Organization": "Превключване към предишна организация",
"These desktop app shortcuts extend the Zulip webapp's": "Тези клавишни комбинации за настолни приложения разширяват webapp на Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Тези клавишни комбинации за настолни приложения разширяват webapp на Zulip",
"This will delete all application data including all added accounts and preferences": "Това ще изтрие всички данни за приложения, включително всички добавени акаунти и предпочитания",
"Tip": "Бакшиш", "Tip": "Бакшиш",
"Toggle DevTools for Active Tab": "Превключете DevTools за Active Tab", "Toggle DevTools for Active Tab": "Превключете DevTools за Active Tab",
"Toggle DevTools for Zulip App": "Превключете DevTools за Zulip App", "Toggle DevTools for Zulip App": "Превключете DevTools за Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Превключете иконата на тава", "Toggle Tray Icon": "Превключете иконата на тава",
"Tools": "Инструменти", "Tools": "Инструменти",
"Undo": "премахвам", "Undo": "премахвам",
"Unhide": "Unhide",
"Upload": "Качи", "Upload": "Качи",
"Use system proxy settings (requires restart)": "Използване на системните прокси настройки (изисква рестартиране)", "Use system proxy settings (requires restart)": "Използване на системните прокси настройки (изисква рестартиране)",
"View": "изглед", "View": "изглед",
@@ -106,29 +118,10 @@
"Window": "прозорец", "Window": "прозорец",
"Window Shortcuts": "Клавишни комбинации", "Window Shortcuts": "Клавишни комбинации",
"YES": "ДА", "YES": "ДА",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Увеличавам", "Zoom In": "Увеличавам",
"Zoom Out": "Отдалечавам", "Zoom Out": "Отдалечавам",
"Zulip Help": "Помощ за Zulip",
"keyboard shortcuts": "комбинация от клавиши", "keyboard shortcuts": "комбинация от клавиши",
"script": "писменост", "script": "писменост",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/bn.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "যুলিপ সম্পর্কে ",
"Actual Size": "প্রকৃত সাইজ ",
"Add Organization": "সংস্থা যুক্ত করুন",
"Add a Zulip organization": "একটি যুলিপ প্রতিষ্ঠান যুক্ত করুন",
"Add custom CSS": "কাস্টম সিএসএস যুক্ত করুন",
"AddServer": "এড সার্ভার ",
"Advanced": "অগ্রসর ",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "সব সময় মিনিমাইজড ভাবে শুরু করুন ",
"App Updates": "অ্যাপ আপডেট",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "প্রকাশ",
"Application Shortcuts": "অ্যাপ্লিকেশান শর্টকাট ",
"Are you sure you want to disconnect this organization?": "আপনি কি নিশ্চিত যে আপনি এই সংস্থার সংযোগ বিচ্ছিন্ন করতে চান ?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "অটো মেনুবার হাইড করুন ",
"Auto hide menu bar (Press Alt key to display)": "অটো মেনুবার হাইড করুন (দেখার জন্য অল্টার কি চাপুন)",
"Back": "পেছন",
"Bounce dock on new private message": "ব্যাক্তিগত মেসেজে ডক বাউন্স করুন ",
"Change": "পরিবর্তন",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "ভাষা পরিবর্তন করতে সিস্টেম প্রেফারেন্স → কীবোর্ড → টেক্সট → স্পেলিং এ যান ",
"Check for Updates": "আপডেট চেক করুন",
"Close": "বন্ধ করুন",
"Connect": "সংযুক্ত করুন",
"Connect to another organization": "অন্য একটি সংস্থার সাথে সংযুক্ত করুন",
"Connected organizations": "সংযুক্ত সংস্থা সমূহ ",
"Copy": "কপি",
"Copy Zulip URL": "যুলিপ ইউআরএল কপি করুন ",
"Create a new organization": "নতুন সংস্থা তৈরি করুন ",
"Cut": "কাট ",
"Default download location": "Default download location",
"Delete": "ডিলিট",
"Desktop Notifications": "ডেস্কটপ নোটিফিকেশান ",
"Desktop Settings": "ডেস্কটপ সেটিংস",
"Disconnect": "সংযোগ বিছিন্ন করুন",
"Download App Logs": "অ্যাপ লগ ডাউনলোড করুন ",
"Edit": "এডিট",
"Edit Shortcuts": "শর্টকাটগুলো এডিট করুন ",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "অটো আপডেট চালু করুন",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "ফ্যাক্টরি রিসেট",
"Factory Reset Data": "Factory Reset Data",
"File": "ফাইল",
"Find accounts": "অ্যাকাউন্ট খুজুন",
"Find accounts by email": "ইমেইল ব্যাবহার করে অ্যাকাউন্ট খুজুন",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "ফরওয়ার্ড",
"Functionality": "Functionality",
"General": "সাধারন",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "সাহায্য",
"Help Center": "সাহায্য কেন্দ্র",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "ইতিহাস",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "লগ আউট",
"Log Out of Organization": "সংস্থা থেকে লগ আউট করুন",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "ছোট করুন",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "না",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "অথবা",
"On macOS, the OS spellchecker is used.": "ম্যাক ওএস এ , ওএস এর স্পেলচেকার ব্যাবহার করা হয় ।",
"Organization URL": "Organization URL",
"Organizations": "সংস্থাসমূহ",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "সেভ",
"Select All": "Select All",
"Services": "Services",
"Settings": "সেটিংস",
"Shortcuts": "শর্টকাট সমূহ",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "টিপ",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "অ্যান্ডু ",
"Unhide": "Unhide",
"Upload": "আপলোড",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "হ্যাঁ",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "জুম আউট",
"keyboard shortcuts": "keyboard shortcuts",
"script": "স্ক্রিপ্ট ",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "ālêštkâri",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "bastên",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "pāk kerdên",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "ālêšt",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "fāyl",
"Find accounts": "jostên hêsāvā mêntori",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "zaft kerdên",
"Select All": "Select All",
"Services": "Services",
"Settings": "sāmovā",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Quant a Zulip", "About Zulip": "Quant a Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Tancar", "Close": "Tancar",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Elimina", "Delete": "Elimina",
"Desktop App Settings": "Configuració de l'aplicació d'escriptori",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Configuració d'escriptori", "Desktop Settings": "Configuració d'escriptori",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edita", "Edit": "Edita",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "Fitxer", "File": "Fitxer",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -48,20 +52,25 @@
"Functionality": "Functionality", "Functionality": "Functionality",
"General": "General", "General": "General",
"Get beta updates": "Get beta updates", "Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload", "Hard Reload": "Recàrrega forçada",
"Help": "Help", "Help": "Help",
"Help Center": "Centre d'ajuda", "Help Center": "Centre d'ajuda",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Historial", "History": "Historial",
"History Shortcuts": "Dreceres d'historial", "History Shortcuts": "Dreceres d'historial",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out", "Log Out": "Tanca la sessió",
"Log Out of Organization": "Log Out of Organization", "Log Out of Organization": "Tanca la sessió de l'organització",
"Manual proxy configuration": "Manual proxy configuration", "Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize", "Minimize": "Minimize",
"Mute all sounds from Zulip": "Silencia tots els sons de Zulip", "Mute all sounds from Zulip": "Silencia tots els sons de Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL d'organització", "Organization URL": "URL d'organització",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Recarrega",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reinicia la configuració de l'aplicació",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Guardar", "Save": "Guardar",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Configuració", "Settings": "Configuració",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Mostrar una marca en la icona si hi ha missatges no llegits", "Show app unread badge": "Mostrar una marca en la icona si hi ha missatges no llegits",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Pujada", "Upload": "Pujada",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "O Zulipu", "About Zulip": "O Zulipu",
"Actual Size": "Skutečná velikost", "Actual Size": "Skutečná velikost",
"Add Custom Certificates": "Přidat vlastní certifikáty",
"Add Organization": "Přidat organizaci", "Add Organization": "Přidat organizaci",
"Add a Zulip organization": "Přidat organizaci Zulip", "Add a Zulip organization": "Přidat organizaci Zulip",
"Add custom CSS": "Přidat vlastní CSS", "Add custom CSS": "Přidat vlastní CSS",
"AddServer": "Přidat server",
"Advanced": "Rozšířené", "Advanced": "Rozšířené",
"All the connected organizations will appear here": "Všechny připojené organizace se objeví zde", "All the connected organizations will appear here.": "Všechny připojené organizace se objeví zde.",
"Always start minimized": "Vždy spouštět minimalizované", "Always start minimized": "Vždy spouštět minimalizované",
"App Updates": "Aktualizace aplikace", "App Updates": "Aktualizace aplikace",
"App language (requires restart)": "Jazyk programu (vyžaduje opětovné spuštění programu)",
"Appearance": "Vzhled", "Appearance": "Vzhled",
"Application Shortcuts": "Zkratky programu", "Application Shortcuts": "Zkratky programu",
"Are you sure you want to disconnect this organization?": "Opravdu chcete odpojit tuto organizaci?", "Are you sure you want to disconnect this organization?": "Opravdu chcete odpojit tuto organizaci?",
"Ask where to save files before downloading": "Před stažením se zeptat kam uložit soubory",
"Auto hide Menu bar": "Automaticky skrývat menu", "Auto hide Menu bar": "Automaticky skrývat menu",
"Auto hide menu bar (Press Alt key to display)": "Automaticky skrývat menu (pro zobrazení stiskněte klávesu Alt)", "Auto hide menu bar (Press Alt key to display)": "Automaticky skrývat menu (pro zobrazení stiskněte klávesu Alt)",
"Back": "Zpět", "Back": "Zpět",
"Bounce dock on new private message": "Poskakování ikony v docku po obdržení nové soukromé zprávy", "Bounce dock on new private message": "Poskakování ikony v docku po obdržení nové soukromé zprávy",
"Certificate file": "Soubor s certifikátem",
"Change": "Změnit", "Change": "Změnit",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Změnit jazyk v Nastavení systému → Klávesnice → Text → Kontrola pravopisu.",
"Check for Updates": "Zkontrolovat aktualizace", "Check for Updates": "Zkontrolovat aktualizace",
"Close": "Zavřít", "Close": "Zavřít",
"Connect": "Připojit se", "Connect": "Připojit se",
@@ -29,17 +31,19 @@
"Cut": "Vyjmout", "Cut": "Vyjmout",
"Default download location": "Výchozí umístění stahování", "Default download location": "Výchozí umístění stahování",
"Delete": "Smazat", "Delete": "Smazat",
"Desktop App Settings": "Nastavení desktopové aplikace",
"Desktop Notifications": "Oznámení na ploše", "Desktop Notifications": "Oznámení na ploše",
"Desktop Settings": "Nastavení plochy", "Desktop Settings": "Nastavení plochy",
"Disconnect": "Odpojit", "Disconnect": "Odpojit",
"Download App Logs": "Stáhnout záznamy programu", "Download App Logs": "Stáhnout záznamy programu",
"Edit": "Upravit", "Edit": "Upravit",
"Edit Shortcuts": "Upravit zkratky", "Edit Shortcuts": "Upravit zkratky",
"Emoji & Symbols": "Obrázečky a zvláštní znaky",
"Enable auto updates": "Povolit automatické aktualizace", "Enable auto updates": "Povolit automatické aktualizace",
"Enable error reporting (requires restart)": "Povolit hlášení chyb (vyžaduje opětovné spuštění programu)", "Enable error reporting (requires restart)": "Povolit hlášení chyb (vyžaduje opětovné spuštění programu)",
"Enable spellchecker (requires restart)": "Povolit kontrolu pravopisu (vyžaduje opětovné spuštění programu)", "Enable spellchecker (requires restart)": "Povolit kontrolu pravopisu (vyžaduje opětovné spuštění programu)",
"Enter Full Screen": "Vstoupit na celou obrazovku",
"Factory Reset": "Obnovení do továrního nastavení", "Factory Reset": "Obnovení do továrního nastavení",
"Factory Reset Data": "Obnovení dat do továrního nastavení",
"File": "Soubor", "File": "Soubor",
"Find accounts": "Najít účty", "Find accounts": "Najít účty",
"Find accounts by email": "Najít účty podle adresy elektronické pošty", "Find accounts by email": "Najít účty podle adresy elektronické pošty",
@@ -51,6 +55,9 @@
"Hard Reload": "Tvrdé znovunahrání", "Hard Reload": "Tvrdé znovunahrání",
"Help": "Nápověda", "Help": "Nápověda",
"Help Center": "Centrum nápovědy", "Help Center": "Centrum nápovědy",
"Hide": "Skrýt",
"Hide Others": "Skrýt jiné",
"Hide Zulip": "Skrýt Zulip",
"History": "Historie", "History": "Historie",
"History Shortcuts": "Zkratky pro historii", "History Shortcuts": "Zkratky pro historii",
"Keyboard Shortcuts": "Klávesové zkratky", "Keyboard Shortcuts": "Klávesové zkratky",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Ztlumit všechny zvuky ze Zulipu", "Mute all sounds from Zulip": "Ztlumit všechny zvuky ze Zulipu",
"NO": "NE", "NO": "NE",
"Network": "Síť", "Network": "Síť",
"Network and Proxy Settings": "Nastavení sítě a proxy serveru",
"OR": "NEBO", "OR": "NEBO",
"On macOS, the OS spellchecker is used.": "Na macOS se používá kontrola pravopisu OS.",
"Organization URL": "Adresa organizace", "Organization URL": "Adresa organizace",
"Organizations": "Organizace", "Organizations": "Organizace",
"Paste": "Vložit", "Paste": "Vložit",
@@ -71,25 +80,27 @@
"Proxy rules": "Pravidla Proxy", "Proxy rules": "Pravidla Proxy",
"Quit": "Ukončit", "Quit": "Ukončit",
"Quit Zulip": "Ukončit Zulip", "Quit Zulip": "Ukončit Zulip",
"Quit when the window is closed": "Ukončit, když je okno zavřeno",
"Redo": "Znovu", "Redo": "Znovu",
"Release Notes": "Poznámky k této verzi", "Release Notes": "Poznámky k této verzi",
"Reload": "Nahrát znovu", "Reload": "Nahrát znovu",
"Report an Issue": "Nahlásit problém", "Report an Issue": "Nahlásit problém",
"Reset App Settings": "Obnovit výchozí nastavení programu",
"Reset the application, thus deleting all the connected organizations and accounts.": "Obnovit program do výchozího nastavení. čili smazat všechny připojené organizace a účty.",
"Save": "Uložit", "Save": "Uložit",
"Select All": "Vybrat vše", "Select All": "Vybrat vše",
"Services": "Služby",
"Settings": "Nastavení", "Settings": "Nastavení",
"Shortcuts": "Zkratky", "Shortcuts": "Zkratky",
"Show App Logs": "Zobrazit záznamy programu",
"Show app icon in system tray": "Zobrazovat ikonu programu v oznamovací oblasti panelu", "Show app icon in system tray": "Zobrazovat ikonu programu v oznamovací oblasti panelu",
"Show app unread badge": "Zobrazovat u ikony aplikace symbol nepřečteno", "Show app unread badge": "Zobrazovat u ikony aplikace symbol nepřečteno",
"Show desktop notifications": "Zobrazovat oznámení na ploše", "Show desktop notifications": "Zobrazovat oznámení na ploše",
"Show downloaded files in file manager": "Zobrazit stažené soubory ve správci souborů",
"Show sidebar": "Zobrazovat postranní panel", "Show sidebar": "Zobrazovat postranní panel",
"Spellchecker Languages": "Kontrola pravopisu jazyků",
"Start app at login": "Spustit program při přihlášení", "Start app at login": "Spustit program při přihlášení",
"Switch to Next Organization": "Přepnout na další organizaci", "Switch to Next Organization": "Přepnout na další organizaci",
"Switch to Previous Organization": "Přepnout na předchozí organizaci", "Switch to Previous Organization": "Přepnout na předchozí organizaci",
"These desktop app shortcuts extend the Zulip webapp's": "Tyto zkratky rozšiřují webovou aplikaci Zulipu", "These desktop app shortcuts extend the Zulip webapp's": "Tyto zkratky rozšiřují webovou aplikaci Zulipu",
"This will delete all application data including all added accounts and preferences": "Toto smaže všechna data programu včetně všech přidaných účtů a nastavení",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Přepnout vývojářské nástroje pro aktivní kartu", "Toggle DevTools for Active Tab": "Přepnout vývojářské nástroje pro aktivní kartu",
"Toggle DevTools for Zulip App": "Přepnout vývojářské nástroje pro program Zulip", "Toggle DevTools for Zulip App": "Přepnout vývojářské nástroje pro program Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Přepnout ikonu v oznamovací oblasti panelu", "Toggle Tray Icon": "Přepnout ikonu v oznamovací oblasti panelu",
"Tools": "Nástroje", "Tools": "Nástroje",
"Undo": "Zpět", "Undo": "Zpět",
"Unhide": "Zobrazit",
"Upload": "Nahrát", "Upload": "Nahrát",
"Use system proxy settings (requires restart)": "Použít systémová nastavení proxy (vyžaduje opětovné spuštění programu)", "Use system proxy settings (requires restart)": "Použít systémová nastavení proxy (vyžaduje opětovné spuštění programu)",
"View": "Zobrazení", "View": "Zobrazení",
@@ -106,29 +118,10 @@
"Window": "Okno", "Window": "Okno",
"Window Shortcuts": "Zkratky pro okno", "Window Shortcuts": "Zkratky pro okno",
"YES": "ANO", "YES": "ANO",
"You can select a maximum of 3 languages for spellchecking.": "Pro kontrolu pravopisu můžete vybrat nejvíce 3 jazyky.",
"Zoom In": "Přiblížit", "Zoom In": "Přiblížit",
"Zoom Out": "Oddálit", "Zoom Out": "Oddálit",
"Zulip Help": "Nápověda Zulipu",
"keyboard shortcuts": "klávesové zkratky", "keyboard shortcuts": "klávesové zkratky",
"script": "skript", "script": "skript",
"Quit when the window is closed": "Ukončit, když je okno zavřeno", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} používá zastaralou verzi serveru Zulip {{{verze}}}. V této aplikaci nemusí plně pracovat."
"Ask where to save files before downloading": "Před stažením se zeptat kam uložit soubory",
"Services": "Služby",
"Hide": "Skrýt",
"Hide Others": "Skrýt jiné",
"Unhide": "Zobrazit",
"AddServer": "Přidat server",
"App language (requires restart)": "Jazyk programu (vyžaduje opětovné spuštění programu)",
"Factory Reset Data": "Obnovení dat do továrního nastavení",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Obnovit program do výchozího nastavení. čili smazat všechny připojené organizace, účty a certifikáty.",
"On macOS, the OS spellchecker is used.": "Na macOS se používá kontrola pravopisu OS.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Změnit jazyk v Nastavení systému → Klávesnice → Text → Kontrola pravopisu.",
"Copy Link": "Kopírovat odkaz",
"Copy Image": "Kopírovat obrázek",
"Copy Image URL": "Kopírovat adresu (URL) obrázku",
"No Suggestion Found": "Nenalezen žádný návrh",
"You can select a maximum of 3 languages for spellchecking.": "Pro kontrolu pravopisu můžete vybrat nejvíce 3 jazyky.",
"Spellchecker Languages": "Kontrola pravopisu jazyků",
"Add to Dictionary": "Přidat do slovníku",
"Look Up": "Vyhledat"
} }

127
public/translations/cy.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Am Zulip",
"Actual Size": "Maint Gwirioneddol",
"Add Organization": "Ychwanegu Sefydliad",
"Add a Zulip organization": "Ychwanegwch sefydliad Zulip",
"Add custom CSS": "Ychwanegwch CSS wedi'i ddylunio'n benodol",
"AddServer": "AddServer",
"Advanced": "Uwch",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Dechreuwch gyn lleied â phosibl bob amser",
"App Updates": "Diweddariadau Ap",
"App language (requires restart)": "Iaith ap (angen ailgychwyn)",
"Appearance": "Ymddangosiad",
"Application Shortcuts": "Llwybrau Byr yr Ap",
"Are you sure you want to disconnect this organization?": "Ydych chi'n siŵr eich bod chi am ddatgysylltu'r sefydliad hwn?",
"Ask where to save files before downloading": "Gofynnwch ble i arbed ffeiliau cyn eu lawrlwytho",
"Auto hide Menu bar": "Cuddiwch y bar dewislen yn awtomatig",
"Auto hide menu bar (Press Alt key to display)": "Cuddiwch y bar dewislen yn awtomatig (Pwyswch Alt i'w harddangos)",
"Back": "Yn ôl",
"Bounce dock on new private message": "Sbonciwch doc ar neges breifat newydd",
"Change": "Newid",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Newid yr iaith o Dewisiadau System → Bysellfwrdd → Testun → Sillafu.",
"Check for Updates": "Chwiliwch am Ddiweddariadau",
"Close": "Cau",
"Connect": "Cysylltu",
"Connect to another organization": "Cysylltu â sefydliad arall",
"Connected organizations": "Sefydliadau cysylltiedig",
"Copy": "Copi",
"Copy Zulip URL": "Copïwch URL Zulip",
"Create a new organization": "Creu sefydliad newydd",
"Cut": "Torri",
"Default download location": "Lleoliad lawrlwytho diofyn",
"Delete": "Dileu",
"Desktop Notifications": "Hysbysiadau Penbwrdd",
"Desktop Settings": "Gosodiadau Penbwrdd",
"Disconnect": "Datgysylltwch",
"Download App Logs": "Lawrlwythwch Logiau Ap",
"Edit": "Golygu",
"Edit Shortcuts": "Golygu Llwybrau Byr",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Galluogi diweddariadau yn awtomatig",
"Enable error reporting (requires restart)": "Galluogi adrodd am wallau (angen ailgychwyn)",
"Enable spellchecker (requires restart)": "Galluogi gwiriwr sillafu (angen ailgychwyn)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Ailosod Ffatri",
"Factory Reset Data": "Ailosod Data Ffatri",
"File": "Ffeil",
"Find accounts": "Dewch o hyd i gyfrifon",
"Find accounts by email": "Dewch o hyd i gyfrifon trwy e-bost",
"Flash taskbar on new message": "Fflachia'r bar tasgau ar neges newydd",
"Forward": "Ymlaen",
"Functionality": "Ymarferoldeb",
"General": "Cyffredinol",
"Get beta updates": "Cael diweddariadau beta",
"Hard Reload": "Ail-lwytho Caled",
"Help": "Cymorth",
"Help Center": "Canolfan Gymorth",
"Hide": "Cuddio",
"Hide Others": "Cuddio Eraill",
"Hide Zulip": "Hide Zulip",
"History": "Hanes",
"History Shortcuts": "Hanes Llwybrau Byr ",
"Keyboard Shortcuts": "Llwybrau Byr Bysellfwrdd",
"Log Out": "Allgofnodi",
"Log Out of Organization": "Allgofnodi Sefydliad",
"Manual proxy configuration": "Cyfluniad dirprwy â llaw",
"Minimize": "Lleihau",
"Mute all sounds from Zulip": "Tawelwch pob sain o Zulip",
"NO": "NA",
"Network": "Rhwydwaith",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "NEU",
"On macOS, the OS spellchecker is used.": "Ar macOS, defnyddir gwiriwr sillafu OS.",
"Organization URL": "URL y sefydliad",
"Organizations": "Sefydliadau",
"Paste": "Gludo",
"Paste and Match Style": "Arddull Gludo a Paru ",
"Proxy": "Dirprwy",
"Proxy bypass rules": "Rheolau ffordd osgoi dirprwy",
"Proxy rules": "Rheolau dirprwy",
"Quit": "Ymadael",
"Quit Zulip": "Ymadael Zulip",
"Quit when the window is closed": "Cau pan fydd y ffenestr ar gau",
"Redo": "Ail-wneud",
"Release Notes": "Nodiadau ar y datganiad hwn",
"Reload": "Ail-lwytho",
"Report an Issue": "Adroddiwch mater",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Cadw",
"Select All": "Dewiswch Bobeth",
"Services": "Gwasanaethau",
"Settings": "Gosodiadau",
"Shortcuts": "Llwybrau byr",
"Show app icon in system tray": "Dangos eicon ap yn yr hambwrdd system",
"Show app unread badge": "Dangos bathodyn heb ei ddarllen ",
"Show desktop notifications": "Dangos hysbysiadau bwrdd gwaith",
"Show sidebar": "Dangos bar ochr",
"Spellchecker Languages": "Ieithoedd Sillafu",
"Start app at login": "Dechreuwch yr ap wrth fewngofnodi",
"Switch to Next Organization": "Newid i'r Sefydliad Nesaf",
"Switch to Previous Organization": "Newid i Sefydliad Blaenorol",
"These desktop app shortcuts extend the Zulip webapp's": "Mae'r llwybrau byr ap bwrdd gwaith hyn yn ymestyn y webap-iau Zulip",
"Tip": "Awgrym",
"Toggle DevTools for Active Tab": "Toglo DevTools ar gyfer Tab Gweithredol",
"Toggle DevTools for Zulip App": "Toglo DevTools ar gyfer Ap Zulip Ap",
"Toggle Do Not Disturb": "Toglo Peidiwch â Tharfu",
"Toggle Full Screen": "Toglo Sgrin Lawn",
"Toggle Sidebar": "Toglo Bar Ochr",
"Toggle Tray Icon": "Toglo Eicon Hambwrdd",
"Tools": "Offer",
"Undo": "Dadwneud",
"Unhide": "Dad-guddio",
"Upload": "Fyny-lwytho",
"Use system proxy settings (requires restart)": "Defnyddiwch osodiadau dirprwy system (angen ailgychwyn)",
"View": "Gweld",
"View Shortcuts": "Gweld y Llwybrau Byr",
"Window": "Ffenestr",
"Window Shortcuts": "Llwybrau Byr Ffenestri",
"YES": "YDY",
"You can select a maximum of 3 languages for spellchecking.": "Gallwch ddewis uchafswm o 3 iaith ar gyfer gwirio sillafu.",
"Zoom In": "Chwyddo Mewn",
"Zoom Out": "Chwyddo allan",
"keyboard shortcuts": "llwybrau byr bysellfwrdd",
"script": "sgript",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Om Zulip", "About Zulip": "Om Zulip",
"Actual Size": "Faktisk størrelse", "Actual Size": "Faktisk størrelse",
"Add Custom Certificates": "Tilføj egne certifikater",
"Add Organization": "Opret organisation", "Add Organization": "Opret organisation",
"Add a Zulip organization": "Opret en Zulip organisation", "Add a Zulip organization": "Opret en Zulip organisation",
"Add custom CSS": "Tilføj egen CSS", "Add custom CSS": "Tilføj egen CSS",
"AddServer": "AddServer",
"Advanced": "Avanceret", "Advanced": "Avanceret",
"All the connected organizations will appear here": "Alle de tilsluttede organisationer vil blive vist her", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Start altid minimeret", "Always start minimized": "Start altid minimeret",
"App Updates": "App-opdateringer", "App Updates": "App-opdateringer",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Udseende", "Appearance": "Udseende",
"Application Shortcuts": "Genveje", "Application Shortcuts": "Genveje",
"Are you sure you want to disconnect this organization?": "Er du sikker på du vil frakoble denne organisation? ", "Are you sure you want to disconnect this organization?": "Er du sikker på du vil frakoble denne organisation? ",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Skjul menu automatisk", "Auto hide Menu bar": "Skjul menu automatisk",
"Auto hide menu bar (Press Alt key to display)": "Skjul menu automatisk (tryk på Alt-tasten for at vise)", "Auto hide menu bar (Press Alt key to display)": "Skjul menu automatisk (tryk på Alt-tasten for at vise)",
"Back": "Tilbage", "Back": "Tilbage",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Animér dock ved ny privat meddelelse",
"Certificate file": "Certifikat-fil",
"Change": "Skift", "Change": "Skift",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Tjek for opdateringer", "Check for Updates": "Tjek for opdateringer",
"Close": "Luk", "Close": "Luk",
"Connect": "Tilslut", "Connect": "Tilslut",
@@ -29,28 +31,33 @@
"Cut": "Klip", "Cut": "Klip",
"Default download location": "Default download placering", "Default download location": "Default download placering",
"Delete": "Slet", "Delete": "Slet",
"Desktop App Settings": "Desktop app-indstillinger",
"Desktop Notifications": "Desktop-notifikationer", "Desktop Notifications": "Desktop-notifikationer",
"Desktop Settings": "Desktop-indstillinger", "Desktop Settings": "Desktop-indstillinger",
"Disconnect": "Frakobl", "Disconnect": "Frakobl",
"Download App Logs": "Download app-logfiler", "Download App Logs": "Download app-logfiler",
"Edit": "Redigér", "Edit": "Redigér",
"Edit Shortcuts": "Redigér genveje", "Edit Shortcuts": "Redigér genveje",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Aktivér auto-opdateringer", "Enable auto updates": "Aktivér auto-opdateringer",
"Enable error reporting (requires restart)": "Aktivér fejlrapportering (kræver genstart)", "Enable error reporting (requires restart)": "Aktivér fejlrapportering (kræver genstart)",
"Enable spellchecker (requires restart)": "Aktivér stavekontrol (kræver genstart)", "Enable spellchecker (requires restart)": "Aktivér stavekontrol (kræver genstart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Nulstil til fabriksindstillinger", "Factory Reset": "Nulstil til fabriksindstillinger",
"Factory Reset Data": "Factory Reset Data",
"File": "Fil", "File": "Fil",
"Find accounts": "Find konti", "Find accounts": "Find konti",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find konti via email-adresse",
"Flash taskbar on new message": "Flash taskbar on new message", "Flash taskbar on new message": "Animér proceslinjen ved ny besked",
"Forward": "Forward", "Forward": "Vidersend",
"Functionality": "Funktionalitet", "Functionality": "Funktionalitet",
"General": "Generelt", "General": "Generelt",
"Get beta updates": "Få beta opdateringer", "Get beta updates": "Få beta opdateringer",
"Hard Reload": "Hård reload", "Hard Reload": "Hård reload",
"Help": "Hjælp", "Help": "Hjælp",
"Help Center": "Hjælpecenter", "Help Center": "Hjælpecenter",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Historik", "History": "Historik",
"History Shortcuts": "Historik genveje", "History Shortcuts": "Historik genveje",
"Keyboard Shortcuts": "Tastatur genveje", "Keyboard Shortcuts": "Tastatur genveje",
@@ -58,10 +65,12 @@
"Log Out of Organization": "Log ud af organisation", "Log Out of Organization": "Log ud af organisation",
"Manual proxy configuration": "Manuel proxy opsætning", "Manual proxy configuration": "Manuel proxy opsætning",
"Minimize": "Minimér", "Minimize": "Minimér",
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Dæmp alle lyde fra Zulip",
"NO": "NEJ", "NO": "NEJ",
"Network": "Netværk", "Network": "Netværk",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "ELLER", "OR": "ELLER",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organisation URL", "Organization URL": "Organisation URL",
"Organizations": "Organisationer", "Organizations": "Organisationer",
"Paste": "Indsæt", "Paste": "Indsæt",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy regler", "Proxy rules": "Proxy regler",
"Quit": "Luk", "Quit": "Luk",
"Quit Zulip": "Luk Zulip", "Quit Zulip": "Luk Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Über Zulip", "About Zulip": "Über Zulip",
"Actual Size": "Tatsächliche Größe", "Actual Size": "Tatsächliche Größe",
"Add Custom Certificates": "Eigene Zertifikate hinzufügen",
"Add Organization": "Organisation hinzufügen", "Add Organization": "Organisation hinzufügen",
"Add a Zulip organization": "Zulip-Organisation hinzufügen", "Add a Zulip organization": "Zulip-Organisation hinzufügen",
"Add custom CSS": "Eigenes CSS hinzufügen", "Add custom CSS": "Eigenes CSS hinzufügen",
"AddServer": "ServerHinzufügen",
"Advanced": "Erweitert", "Advanced": "Erweitert",
"All the connected organizations will appear here": "Alle verbundenen Organisationen erscheinen hier", "All the connected organizations will appear here.": "Alle verbundenen Organisationen werden hier angezeigt.",
"Always start minimized": "Immer minimiert öffnen", "Always start minimized": "Immer minimiert öffnen",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "Sprache der App (benötigt Neustart)",
"Appearance": "Erscheinungsbild", "Appearance": "Erscheinungsbild",
"Application Shortcuts": "App-Verknüpfungen", "Application Shortcuts": "App-Verknüpfungen",
"Are you sure you want to disconnect this organization?": "Bist du dir sicher, dass du die Verbindung zur Organisation trennen möchtest?", "Are you sure you want to disconnect this organization?": "Bist du dir sicher, dass du die Verbindung zur Organisation trennen möchtest?",
"Ask where to save files before downloading": "Fragen, wo heruntergeladene Dateien gespeichert werden sollen",
"Auto hide Menu bar": "Menü automatisch verstecken", "Auto hide Menu bar": "Menü automatisch verstecken",
"Auto hide menu bar (Press Alt key to display)": "Menü automatisch verstecken (zum Anzeigen die Alt-Taste drücken)", "Auto hide menu bar (Press Alt key to display)": "Menü automatisch verstecken (zum Anzeigen die Alt-Taste drücken)",
"Back": "Zurück", "Back": "Zurück",
"Bounce dock on new private message": "Im Dock hüpfen, wenn neue private Nachrichten eingehen", "Bounce dock on new private message": "Im Dock hüpfen, wenn neue private Nachrichten eingehen",
"Certificate file": "Zertifikatsdatei",
"Change": "Ändern", "Change": "Ändern",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Ändere die Spracheinstellung über Systemeinstellungen → Tastatur → Text → Rechtschreibung.",
"Check for Updates": "Auf Updates prüfen", "Check for Updates": "Auf Updates prüfen",
"Close": "Schließen", "Close": "Schließen",
"Connect": "Verbinden", "Connect": "Verbinden",
@@ -29,17 +31,19 @@
"Cut": "Ausschneiden", "Cut": "Ausschneiden",
"Default download location": "Voreingestelltes Ziel für Downloads", "Default download location": "Voreingestelltes Ziel für Downloads",
"Delete": "Löschen", "Delete": "Löschen",
"Desktop App Settings": "Einstellungen für Desktop-App",
"Desktop Notifications": "Desktopbenachrichtigungen", "Desktop Notifications": "Desktopbenachrichtigungen",
"Desktop Settings": "Desktop-Einstellungen", "Desktop Settings": "Desktop-Einstellungen",
"Disconnect": "Verbindung trennen", "Disconnect": "Verbindung trennen",
"Download App Logs": "Logdateien der App herunterladen", "Download App Logs": "Logdateien der App herunterladen",
"Edit": "Bearbeiten", "Edit": "Bearbeiten",
"Edit Shortcuts": "Tastenkürzel bearbeiten", "Edit Shortcuts": "Tastenkürzel bearbeiten",
"Emoji & Symbols": "Emoji & Symbole",
"Enable auto updates": "Automatisch aktualisieren", "Enable auto updates": "Automatisch aktualisieren",
"Enable error reporting (requires restart)": "Fehlerberichte aktivieren (erfordert Neustart)", "Enable error reporting (requires restart)": "Fehlerberichte aktivieren (erfordert Neustart)",
"Enable spellchecker (requires restart)": "Rechtschreibprüfung aktivieren (erfordert Neustart)", "Enable spellchecker (requires restart)": "Rechtschreibprüfung aktivieren (erfordert Neustart)",
"Enter Full Screen": "Vollbildschirm aktivieren",
"Factory Reset": "Alle Einstellungen auf Standardwerte zurücksetzen", "Factory Reset": "Alle Einstellungen auf Standardwerte zurücksetzen",
"Factory Reset Data": "Auf Werkseinstellung zurücksetzen",
"File": "Datei", "File": "Datei",
"Find accounts": "Accounts finden", "Find accounts": "Accounts finden",
"Find accounts by email": "Accounts anhand E-Mail-Adresse finden", "Find accounts by email": "Accounts anhand E-Mail-Adresse finden",
@@ -51,6 +55,9 @@
"Hard Reload": "Komplett neu laden", "Hard Reload": "Komplett neu laden",
"Help": "Hilfe", "Help": "Hilfe",
"Help Center": "Hilfe-Zentrum", "Help Center": "Hilfe-Zentrum",
"Hide": "Verbergen",
"Hide Others": "Andere verbergen",
"Hide Zulip": "Zulip verbergen",
"History": "Verlauf", "History": "Verlauf",
"History Shortcuts": "Kurzbefehle für Verlauf", "History Shortcuts": "Kurzbefehle für Verlauf",
"Keyboard Shortcuts": "Tastenkürzel", "Keyboard Shortcuts": "Tastenkürzel",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Alle Zulip-Klänge stummschalten", "Mute all sounds from Zulip": "Alle Zulip-Klänge stummschalten",
"NO": "NEIN", "NO": "NEIN",
"Network": "Netzwerk", "Network": "Netzwerk",
"Network and Proxy Settings": "Netzwerk- und Proxy-Einstellungen",
"OR": "ODER", "OR": "ODER",
"On macOS, the OS spellchecker is used.": "In macOS wird die OS Rechtschreibprüfung verwendet.",
"Organization URL": "URL der Organisation", "Organization URL": "URL der Organisation",
"Organizations": "Organisationen", "Organizations": "Organisationen",
"Paste": "Einfügen", "Paste": "Einfügen",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy-Regeln", "Proxy rules": "Proxy-Regeln",
"Quit": "Beenden", "Quit": "Beenden",
"Quit Zulip": "Zulip beenden", "Quit Zulip": "Zulip beenden",
"Quit when the window is closed": "Beim Schließen des Fensters beenden",
"Redo": "Wiederholen", "Redo": "Wiederholen",
"Release Notes": "Hinweise zur Versionsfreigabe", "Release Notes": "Hinweise zur Versionsfreigabe",
"Reload": "Neu laden", "Reload": "Neu laden",
"Report an Issue": "Ein Problem melden", "Report an Issue": "Ein Problem melden",
"Reset App Settings": "Einstellungen der App zurücksetzen",
"Reset the application, thus deleting all the connected organizations and accounts.": "Die Anwendung zurücksetzen. Dabei werden alle verbundenen Organisationen und Konten gelöscht.",
"Save": "Speichern", "Save": "Speichern",
"Select All": "Alles auswählen", "Select All": "Alles auswählen",
"Services": "Dienste",
"Settings": "Einstellungen", "Settings": "Einstellungen",
"Shortcuts": "Kurzbefehle", "Shortcuts": "Kurzbefehle",
"Show App Logs": "Logdateien der App anzeigen",
"Show app icon in system tray": "App-Icon in Systemleiste anzeigen", "Show app icon in system tray": "App-Icon in Systemleiste anzeigen",
"Show app unread badge": "Anzahl ungelesener Nachrichten in App-Icon einblenden", "Show app unread badge": "Anzahl ungelesener Nachrichten in App-Icon einblenden",
"Show desktop notifications": "Desktopbenachrichtigungen anzeigen", "Show desktop notifications": "Desktopbenachrichtigungen anzeigen",
"Show downloaded files in file manager": "Heruntergeladene Dateien in Dateimanager anzeigen",
"Show sidebar": "Seitenleiste anzeigen", "Show sidebar": "Seitenleiste anzeigen",
"Spellchecker Languages": "Sprachen für die Rechtschreibprüfung",
"Start app at login": "App beim Login automatisch starten", "Start app at login": "App beim Login automatisch starten",
"Switch to Next Organization": "Zur nächsten Organisation wechseln", "Switch to Next Organization": "Zur nächsten Organisation wechseln",
"Switch to Previous Organization": "Zur vorhergehenden Organisation wechseln", "Switch to Previous Organization": "Zur vorhergehenden Organisation wechseln",
"These desktop app shortcuts extend the Zulip webapp's": "Dies sind zusätzliche Kurzbefehle in der Desktop-App gegenüber der Web-App", "These desktop app shortcuts extend the Zulip webapp's": "Dies sind zusätzliche Kurzbefehle in der Desktop-App gegenüber der Web-App",
"This will delete all application data including all added accounts and preferences": "Hiermit werden alle Anwendungsdaten einschließlich aller Accounts und Einstellungen gelöscht",
"Tip": "Tipp", "Tip": "Tipp",
"Toggle DevTools for Active Tab": "Entwickler-Tools für aktiven Tab umschalten", "Toggle DevTools for Active Tab": "Entwickler-Tools für aktiven Tab umschalten",
"Toggle DevTools for Zulip App": "Entwickler-Tools für Zulip-App umschalten", "Toggle DevTools for Zulip App": "Entwickler-Tools für Zulip-App umschalten",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Tray-Icon umschalten", "Toggle Tray Icon": "Tray-Icon umschalten",
"Tools": "Extras", "Tools": "Extras",
"Undo": "Rückgängig", "Undo": "Rückgängig",
"Unhide": "Nicht mehr verbergen",
"Upload": "Hochladen", "Upload": "Hochladen",
"Use system proxy settings (requires restart)": "Systemweite Proxy-Einstellungen verwenden (erfordert Neustart)", "Use system proxy settings (requires restart)": "Systemweite Proxy-Einstellungen verwenden (erfordert Neustart)",
"View": "Ansicht", "View": "Ansicht",
@@ -106,29 +118,10 @@
"Window": "Fenster", "Window": "Fenster",
"Window Shortcuts": "Kurzbefehle für Fenster", "Window Shortcuts": "Kurzbefehle für Fenster",
"YES": "JA", "YES": "JA",
"You can select a maximum of 3 languages for spellchecking.": "Du kannst höchstens 3 Sprachen für die Rechtschreibprüfung auswählen.",
"Zoom In": "Vergrößern", "Zoom In": "Vergrößern",
"Zoom Out": "Verkleinern", "Zoom Out": "Verkleinern",
"Zulip Help": "Hilfe zu Zulip",
"keyboard shortcuts": "Tastenkürzel", "keyboard shortcuts": "Tastenkürzel",
"script": "Skript", "script": "Skript",
"Quit when the window is closed": "Beim Schließen des Fensters beenden", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "Auf {{{server}}} läuft die nicht mehr aktuelle Version {{{version}}} von Zulip Server. Es kann sein, dass diese Anwendung damit nicht vollständig funktioniert."
"Ask where to save files before downloading": "Fragen, wo heruntergeladene Dateien gespeichert werden sollen",
"Services": "Dienste",
"Hide": "Verbergen",
"Hide Others": "Andere verbergen",
"Unhide": "Nicht mehr verbergen",
"AddServer": "ServerHinzufügen",
"App language (requires restart)": "Sprache der App (benötigt Neustart)",
"Factory Reset Data": "Auf Werkseinstellung zurücksetzen",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Die App wird zurückgesetzt, somit werden alle verbundenen Organisationen, Konten und Zertifikate gelöscht.",
"On macOS, the OS spellchecker is used.": "In macOS wird die OS Rechtschreibprüfung verwendet.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Ändere die Spracheinstellung über Systemeinstellungen → Tastatur → Text → Rechtschreibung.",
"Copy Link": "Link kopieren",
"Copy Image": "Bild kopieren",
"Copy Image URL": "Bild-URL kopieren",
"No Suggestion Found": "Keine Vorschläge gefunden",
"You can select a maximum of 3 languages for spellchecking.": "Du kannst höchstens 3 Sprachen für die Rechtschreibprüfung auswählen.",
"Spellchecker Languages": "Sprachen für die Rechtschreibprüfung",
"Add to Dictionary": "Zum Wörterbuch hinzufügen",
"Look Up": "Nachschlagen"
} }

View File

@@ -1,134 +1,127 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "Σχετικά με το Zulip",
"Actual Size": "Actual Size", "Actual Size": "Πραγματικό μέγεθος",
"Add Custom Certificates": "Add Custom Certificates", "Add Organization": "Προσθήκη Οργανισμού",
"Add Organization": "Add Organization", "Add a Zulip organization": "Προσθήκη οργανισμού Zulip",
"Add a Zulip organization": "Add a Zulip organization", "Add custom CSS": "Προσθήκη χειροποίητης CSS.",
"Add custom CSS": "Add custom CSS", "AddServer": ροσθήκηServer",
"Advanced": "Advanced", "Advanced": "Για προχωρημένους",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "Όλοι οι συνδεδεμένοι οργανισμοί θα εμφανίζονται εδώ.",
"Always start minimized": "Always start minimized", "Always start minimized": "Να ξεκινά πάντα ελαχιστοποιημένο",
"App Updates": "App Updates", "App Updates": "Ενημερώσεις Εφαρμογής",
"Appearance": "Appearance", "App language (requires restart)": "Γλώσσα εφαρμογής (χρειάζεται επανεκκίνηση)",
"Application Shortcuts": "Application Shortcuts", "Appearance": "Εμφάνιση",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Application Shortcuts": "Συντομεύσεις εφαρμογής",
"Auto hide Menu bar": "Auto hide Menu bar", "Are you sure you want to disconnect this organization?": "Είστε σίγουροι ότι θέλετε να αποσυνδέσετε αυτό τον οργανισμό;",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Ask where to save files before downloading": "Να ερωτούμαι πού να αποθηκευτούν τα αρχεία προτού κατεβούν.",
"Back": "Back", "Auto hide Menu bar": "Αυτόματη απόκρυψη γραμμής Μενού",
"Bounce dock on new private message": "Bounce dock on new private message", "Auto hide menu bar (Press Alt key to display)": "Αυτόματη απόκρυψη γραμμής Μενού (Πατήστε Alt για να εμφανιστεί)",
"Certificate file": "Certificate file", "Back": "Πίσω",
"Change": "Change", "Bounce dock on new private message": "Να χοροπηδάει το σχετικό εικονίδιο κατά τη λήψη ιδιωτικού μηνύματος",
"Check for Updates": "Check for Updates", "Change": "Αλλαγή",
"Close": "Close", "Change the language from System Preferences → Keyboard → Text → Spelling.": "Αλλάξτε τη γλώσσα από τις Επιλογές Συστήματος → Πληκτρολόγιο → Κείμενο → Γραφή",
"Connect": "Connect", "Check for Updates": "Έλεγχος για Ενημερώσεις",
"Connect to another organization": "Connect to another organization", "Close": "Κλείσιμο",
"Connected organizations": "Connected organizations", "Connect": "Σύνδεση",
"Copy": "Copy", "Connect to another organization": "Σύνδεση με άλλο οργανισμό",
"Copy Zulip URL": "Copy Zulip URL", "Connected organizations": "Συνδεδεμένοι οργανισμοί",
"Create a new organization": "Create a new organization", "Copy": "Αντιγραφή",
"Cut": "Cut", "Copy Zulip URL": "Αντιγραφή διεύθυνσης URL Zulip",
"Default download location": "Default download location", "Create a new organization": "Δημιουργία νέου οργανισμού",
"Delete": "Delete", "Cut": "Αποκοπή",
"Desktop App Settings": "Desktop App Settings", "Default download location": "Προεπιλεγμένη τοποθεσία λήψης",
"Desktop Notifications": "Desktop Notifications", "Delete": "Διαγραφή",
"Desktop Settings": "Desktop Settings", "Desktop Notifications": "Ειδοποιήσεις στην Επιφάνεια Εργασίας",
"Disconnect": "Disconnect", "Desktop Settings": "Ρυθμίσεις Επιφάνειας Εργασίας",
"Download App Logs": "Download App Logs", "Disconnect": "Αποσύνδεση",
"Edit": "Edit", "Download App Logs": "Λήψη Logs Εφαρμογής",
"Edit Shortcuts": "Edit Shortcuts", "Edit": "Τροποποίηση",
"Enable auto updates": "Enable auto updates", "Edit Shortcuts": "Τροποποίηση Συντομεύσεων",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Emoji & Symbols": "Φατσούλες Ιμότζι και Σύμβολα",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable auto updates": "Ενεργοποίηση αυτόματων ενημερώσεων",
"Factory Reset": "Factory Reset", "Enable error reporting (requires restart)": "Ενεργοποίηση αναφοράς λαθών (χρειάζεται επανεκκίνηση)",
"File": "File", "Enable spellchecker (requires restart)": "Ενεργοποίηση ελέγχου ορθογραφίας (χρειάζεται επανεκκίνηση)",
"Find accounts": "Find accounts", "Enter Full Screen": "Μετάβαση σε Πλήρη Οθόνη",
"Find accounts by email": "Find accounts by email", "Factory Reset": "Επαναφορά Εργοστασιακών Ρυθμίσεων",
"Flash taskbar on new message": "Flash taskbar on new message", "Factory Reset Data": "Επαναφορά εργοστασιακών ρυθμίσεων - Δεδομένα",
"Forward": "Forward", "File": "Αρχείο",
"Functionality": "Functionality", "Find accounts": "Εϋρεση λογαριασμών",
"General": "General", "Find accounts by email": "Εύρεση λογαριασμών βάσει email",
"Get beta updates": "Get beta updates", "Flash taskbar on new message": "Αναλαμπή γραμμής εργασιών κατά τη λήψη νέου μηνύματος",
"Hard Reload": "Hard Reload", "Forward": "Μπροστά",
"Help": "Help", "Functionality": "Λειτουργία",
"Help Center": "Help Center", "General": "Γενικά",
"History": "History", "Get beta updates": "Λήψη beta - δοκιμαστικών ενημερώσεων",
"History Shortcuts": "History Shortcuts", "Hard Reload": "Ολική επαναφόρτωση",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Help": "Βοήθεια",
"Log Out": "Log Out", "Help Center": "Κέντρο Βοήθειας",
"Log Out of Organization": "Log Out of Organization", "Hide": "Απόκρυψη",
"Manual proxy configuration": "Manual proxy configuration", "Hide Others": "Απόκρυψη των υπολοίπων",
"Minimize": "Minimize", "Hide Zulip": "Απόκρυψη του Zulip",
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "History": "Ιστορικό",
"NO": "NO", "History Shortcuts": "Συντομεύσεις Ιστορικού",
"Network": "Network", "Keyboard Shortcuts": "Συντομεύσεις Πληκτρολογίου",
"Log Out": "Αποσύνδεση",
"Log Out of Organization": "Αποσύνδεση από Οργανισμό",
"Manual proxy configuration": "Χειροκίνητη παραμετροποίηση proxy",
"Minimize": "Ελαχιστοποίηση",
"Mute all sounds from Zulip": "Σίγαση όλων των ήχων του Zulip",
"NO": "ΟΧΙ",
"Network": "Δίκτυο",
"Network and Proxy Settings": "Ρυθμίσεις Δικτύου και Proxy",
"OR": "OR", "OR": "OR",
"Organization URL": "Organization URL", "On macOS, the OS spellchecker is used.": "Στο macOS, χρησιμοποιείται ο έμφυτος έλεγχος ορθογραφίας του.",
"Organizations": "Organizations", "Organization URL": "URL Οργανισμού",
"Paste": "Paste", "Organizations": "Οργανισμοί",
"Paste and Match Style": "Paste and Match Style", "Paste": "Επικόλληση",
"Paste and Match Style": "Επικόλληση και υιοθέτηση στυλ προορισμού",
"Proxy": "Proxy", "Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules", "Proxy bypass rules": "Κανόνες παράκαμψης Proxy",
"Proxy rules": "Proxy rules", "Proxy rules": "Κανόνες Proxy",
"Quit": "Quit", "Quit": "Έξοδος",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Έξοδος από Zulip",
"Redo": "Redo", "Quit when the window is closed": "Έξοδος όταν κλείνει το παράθυρο",
"Release Notes": "Release Notes", "Redo": "Ακύρωση αναίρεσης",
"Reload": "Reload", "Release Notes": "Σημειώσεις έκδοσης",
"Report an Issue": "Report an Issue", "Reload": "Επαναφόρτωση",
"Save": "Save", "Report an Issue": "Αναφορά ενός προβλήματος",
"Select All": "Select All", "Reset App Settings": "Επαναφορά Ρυθμίσεων Εφαρμογής",
"Settings": "Settings", "Reset the application, thus deleting all the connected organizations and accounts.": "Επαναφορά της εφαρμογής, με διαγραφή όλων των συνδεδεμένων οργανισμών και λογαριασμών.",
"Shortcuts": "Shortcuts", "Save": "Αποθήκευση",
"Show App Logs": "Show App Logs", "Select All": "Επιλογή Όλων",
"Show app icon in system tray": "Show app icon in system tray", "Services": "Υπηρεσίες",
"Show app unread badge": "Show app unread badge", "Settings": "Ρυθμίσεις",
"Show desktop notifications": "Show desktop notifications", "Shortcuts": "Συντομεύσεις",
"Show downloaded files in file manager": "Show downloaded files in file manager", "Show app icon in system tray": "Εμφάνιση εικονιδίου στη γραμμή εργασιών",
"Show sidebar": "Show sidebar", "Show app unread badge": "Εμφάνιση ένδειξης μη αναγνωσμένων μηνυμάτων",
"Start app at login": "Start app at login", "Show desktop notifications": "Εμφάνιση ειδοποιήσεων στην Επιφάνεια Εργασίας",
"Switch to Next Organization": "Switch to Next Organization", "Show sidebar": "Εμφάνιση πλευρικής γραμμής εργαλείων",
"Switch to Previous Organization": "Switch to Previous Organization", "Spellchecker Languages": "Γλώσσες Ορθογραφικού Ελέγχου",
"Start app at login": "Έναρξη εφαρμογής κατά τη σύνδεση",
"Switch to Next Organization": "Μετάβαση σε Επόμενο Οργανισμό",
"Switch to Previous Organization": "Μετάβαση σε Προηγούμενο Οργανισμό",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences", "Tip": "Συμβουλή",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb", "Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen", "Toggle Full Screen": "Ενεργοποίηση/ Απενεργοποίηση Πλήρους Οθόνης",
"Toggle Sidebar": "Toggle Sidebar", "Toggle Sidebar": "Εμφάνιση/Απόκρυψη πλευρικής γραμμής εργαλείων",
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Εμφάνιση/Απόκρυψη εικονιδίου γραμμής εργασιών",
"Tools": "Tools", "Tools": "Εργαλεία",
"Undo": "Undo", "Undo": "Αναίρεση",
"Upload": "Upload", "Unhide": "Επανεμφάνιση",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Upload": "Ανέβασμα",
"View": "View", "Use system proxy settings (requires restart)": "Χρήση ρυθμίσεων proxy συστήματος (χρειάζεται επανεκκίνηση)",
"View Shortcuts": "View Shortcuts", "View": "Προβολή",
"Window": "Window", "View Shortcuts": "Εμφάνιση Συντομεύσεων",
"Window Shortcuts": "Window Shortcuts", "Window": "Παράθυρο",
"YES": "YES", "Window Shortcuts": "Συντομεύσεις Παραθύρου",
"Zoom In": "Zoom In", "YES": "ΝΑΙ",
"Zoom Out": "Zoom Out", "You can select a maximum of 3 languages for spellchecking.": "Μπορούν να επιλεγούν μέχρι 3 γλώσσες ορθογραφικού ελέγχου.",
"Zulip Help": "Zulip Help", "Zoom In": "Ζουμ εγγύτερα",
"keyboard shortcuts": "keyboard shortcuts", "Zoom Out": "Ζουμ μακρύτερα",
"keyboard shortcuts": "συντομεύσεις πληκτρολογίου",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,28 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Data": "Reset App Data",
"Reset App Settings": "Reset App Settings", "Reset App Settings": "Reset App Settings",
"Reset Application Data": "Reset Application Data", "Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -102,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -109,11 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organisation", "Add Organization": "Add Organisation",
"Add a Zulip organization": "Add a Zulip organisation", "Add a Zulip organization": "Add a Zulip organisation",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organisations will appear here", "All the connected organizations will appear here.": "All the connected organisations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organisation?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organisation?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organisation URL", "Organization URL": "Organisation URL",
"Organizations": "Organisations", "Organizations": "Organisations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organisations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organisation", "Switch to Next Organization": "Switch to Next Organisation",
"Switch to Previous Organization": "Switch to Previous Organisation", "Switch to Previous Organization": "Switch to Previous Organisation",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organisations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/eo.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Acerca de Zulip", "About Zulip": "Acerca de Zulip",
"Actual Size": "Tamaño actual", "Actual Size": "Tamaño actual",
"Add Custom Certificates": "Añadir certificados personalizados",
"Add Organization": "Añadir organización", "Add Organization": "Añadir organización",
"Add a Zulip organization": "Añadir una organización de Zulip", "Add a Zulip organization": "Añadir una organización de Zulip",
"Add custom CSS": "Añadir CSS personalizado", "Add custom CSS": "Añadir CSS personalizado",
"AddServer": "AddServer",
"Advanced": "Avanzado", "Advanced": "Avanzado",
"All the connected organizations will appear here": "Todas las organizaciones conectadas aparecerán aquí", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Iniciar siempre minimizado", "Always start minimized": "Iniciar siempre minimizado",
"App Updates": "Actualizaciones de la aplicación", "App Updates": "Actualizaciones de la aplicación",
"App language (requires restart)": "Idioma de la aplicación (requiere reinicio)",
"Appearance": "Apariencia", "Appearance": "Apariencia",
"Application Shortcuts": "Atajos de la aplicación", "Application Shortcuts": "Atajos de la aplicación",
"Are you sure you want to disconnect this organization?": "Estas seguro de desconectar esta organización?", "Are you sure you want to disconnect this organization?": "Estas seguro de desconectar esta organización?",
"Ask where to save files before downloading": "Preguntar dónde guardar los archivos antes de descargar",
"Auto hide Menu bar": "Ocultar la barra de menú automáticamente", "Auto hide Menu bar": "Ocultar la barra de menú automáticamente",
"Auto hide menu bar (Press Alt key to display)": "Ocultar la barra de menú automáticamente (mantén tecla Alt para mostrar)", "Auto hide menu bar (Press Alt key to display)": "Ocultar la barra de menú automáticamente (mantén tecla Alt para mostrar)",
"Back": "Atrás", "Back": "Atrás",
"Bounce dock on new private message": "Rebotar dock cuando se reciba un nuevo mensaje privado", "Bounce dock on new private message": "Rebotar dock cuando se reciba un nuevo mensaje privado",
"Certificate file": "Archivo de certificado",
"Change": "Cambiar", "Change": "Cambiar",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Modifica el idioma en Preferencias del sistema → Teclado → Texto → Ortografía.",
"Check for Updates": "Comprobar actualizaciones", "Check for Updates": "Comprobar actualizaciones",
"Close": "Cerrar", "Close": "Cerrar",
"Connect": "Conectar", "Connect": "Conectar",
@@ -29,17 +31,19 @@
"Cut": "Cortar", "Cut": "Cortar",
"Default download location": "Ubicación por defecto de descargas", "Default download location": "Ubicación por defecto de descargas",
"Delete": "Eliminar", "Delete": "Eliminar",
"Desktop App Settings": "Ajustes de la aplicación de escritorio",
"Desktop Notifications": "Notificaciones de escritorio", "Desktop Notifications": "Notificaciones de escritorio",
"Desktop Settings": "Ajustes de escritorio", "Desktop Settings": "Ajustes de escritorio",
"Disconnect": "Desconectar", "Disconnect": "Desconectar",
"Download App Logs": "Descargar registros de la aplicación", "Download App Logs": "Descargar registros de la aplicación",
"Edit": "Editar", "Edit": "Editar",
"Edit Shortcuts": "Editar atajos", "Edit Shortcuts": "Editar atajos",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Activar actualizaciones automáticas", "Enable auto updates": "Activar actualizaciones automáticas",
"Enable error reporting (requires restart)": "Activar reporte de fallos (necesita reinicio)", "Enable error reporting (requires restart)": "Activar reporte de fallos (necesita reinicio)",
"Enable spellchecker (requires restart)": "Activar corrector ortográfico (necesita reinicio)", "Enable spellchecker (requires restart)": "Activar corrector ortográfico (necesita reinicio)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Reinicio de fábrica", "Factory Reset": "Reinicio de fábrica",
"Factory Reset Data": "Factory Reset Data",
"File": "Archivo", "File": "Archivo",
"Find accounts": "Encontrar cuentas", "Find accounts": "Encontrar cuentas",
"Find accounts by email": "Encontrar cuentas por correo electrónico", "Find accounts by email": "Encontrar cuentas por correo electrónico",
@@ -51,6 +55,9 @@
"Hard Reload": "Recarga forzosa", "Hard Reload": "Recarga forzosa",
"Help": "Ayuda", "Help": "Ayuda",
"Help Center": "Centro de ayuda", "Help Center": "Centro de ayuda",
"Hide": "Ocultar",
"Hide Others": "Ocultar otros",
"Hide Zulip": "Hide Zulip",
"History": "Historial", "History": "Historial",
"History Shortcuts": "Atajos del historial", "History Shortcuts": "Atajos del historial",
"Keyboard Shortcuts": "Atajos de teclado", "Keyboard Shortcuts": "Atajos de teclado",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Silenciar todos los sonidos de Zulip", "Mute all sounds from Zulip": "Silenciar todos los sonidos de Zulip",
"NO": "NO", "NO": "NO",
"Network": "Red", "Network": "Red",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "O", "OR": "O",
"On macOS, the OS spellchecker is used.": "En macOS se utiliza la verificación ortográfica del sistema operativo.",
"Organization URL": "URL de la organización", "Organization URL": "URL de la organización",
"Organizations": "Organizaciones", "Organizations": "Organizaciones",
"Paste": "Pegar", "Paste": "Pegar",
@@ -71,25 +80,27 @@
"Proxy rules": "Reglas del proxy", "Proxy rules": "Reglas del proxy",
"Quit": "Cerrar", "Quit": "Cerrar",
"Quit Zulip": "Cerrar Zulip", "Quit Zulip": "Cerrar Zulip",
"Quit when the window is closed": "Salir cuando la ventana se cierre",
"Redo": "Rehacer", "Redo": "Rehacer",
"Release Notes": "Notas de la versión", "Release Notes": "Notas de la versión",
"Reload": "Recargar", "Reload": "Recargar",
"Report an Issue": "Informar de un error", "Report an Issue": "Informar de un error",
"Reset App Settings": "Reiniciar ajustes de la aplicación",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Guardar", "Save": "Guardar",
"Select All": "Seleccionar todo", "Select All": "Seleccionar todo",
"Services": "Servicios",
"Settings": "Ajustes", "Settings": "Ajustes",
"Shortcuts": "Atajos de teclado", "Shortcuts": "Atajos de teclado",
"Show App Logs": "Mostrar registros de la aplicación",
"Show app icon in system tray": "Mostrar un icono de la aplicación en la bandeja del sistema", "Show app icon in system tray": "Mostrar un icono de la aplicación en la bandeja del sistema",
"Show app unread badge": "Mostrar un globo en el icono si hay mensajes sin leer", "Show app unread badge": "Mostrar un globo en el icono si hay mensajes sin leer",
"Show desktop notifications": "Mostrar notificaciones de escritorio", "Show desktop notifications": "Mostrar notificaciones de escritorio",
"Show downloaded files in file manager": "Mostrar archivos descargados en el explorador",
"Show sidebar": "Mostrar barra lateral", "Show sidebar": "Mostrar barra lateral",
"Spellchecker Languages": "Idiomas de verificación ortográfica",
"Start app at login": "Lanzar aplicación al inicio", "Start app at login": "Lanzar aplicación al inicio",
"Switch to Next Organization": "Cambiar a la siguiente organización", "Switch to Next Organization": "Cambiar a la siguiente organización",
"Switch to Previous Organization": "Cambiar a la anterior organización", "Switch to Previous Organization": "Cambiar a la anterior organización",
"These desktop app shortcuts extend the Zulip webapp's": "Estos atajos de la aplicación de escritorio extienden los ya existentes en Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Estos atajos de la aplicación de escritorio extienden los ya existentes en Zulip",
"This will delete all application data including all added accounts and preferences": "Esto borrará todos los datos de la aplicación, incluyendo cuentas añadidas y preferencia",
"Tip": "Consej", "Tip": "Consej",
"Toggle DevTools for Active Tab": "Activar/desactivar herramientas de desarrollador para la pestaña activa", "Toggle DevTools for Active Tab": "Activar/desactivar herramientas de desarrollador para la pestaña activa",
"Toggle DevTools for Zulip App": "Activar/desactivar herramientas de desarrollador para la aplicación de Zulip", "Toggle DevTools for Zulip App": "Activar/desactivar herramientas de desarrollador para la aplicación de Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Activar/desactivar icono en bandeja del sistema", "Toggle Tray Icon": "Activar/desactivar icono en bandeja del sistema",
"Tools": "Herramientas", "Tools": "Herramientas",
"Undo": "Deshacer", "Undo": "Deshacer",
"Unhide": "Dejar de ocultar",
"Upload": "Subir", "Upload": "Subir",
"Use system proxy settings (requires restart)": "Usar ajustes de proxy del sistema (necesita reinicio)", "Use system proxy settings (requires restart)": "Usar ajustes de proxy del sistema (necesita reinicio)",
"View": "Ver", "View": "Ver",
@@ -106,29 +118,10 @@
"Window": "Ventana", "Window": "Ventana",
"Window Shortcuts": "Atajos de ventana", "Window Shortcuts": "Atajos de ventana",
"YES": "SÍ", "YES": "SÍ",
"You can select a maximum of 3 languages for spellchecking.": "Puedes elegir un máximo de 3 idiomas para la verificación ortográfica.",
"Zoom In": "Aumentar zoom", "Zoom In": "Aumentar zoom",
"Zoom Out": "Reducir zoom", "Zoom Out": "Reducir zoom",
"Zulip Help": "Ayuda sobre Zulip",
"keyboard shortcuts": "atajos de teclado", "keyboard shortcuts": "atajos de teclado",
"script": "script", "script": "script",
"Quit when the window is closed": "Salir cuando la ventana se cierre", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Preguntar dónde guardar los archivos antes de descargar",
"Services": "Servicios",
"Hide": "Ocultar",
"Hide Others": "Ocultar otros",
"Unhide": "Dejar de ocultar",
"AddServer": "AddServer",
"App language (requires restart)": "Idioma de la aplicación (requiere reinicio)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reinicia la aplicación, borrando todas las organizaciones, cuentas y certificados conectados.",
"On macOS, the OS spellchecker is used.": "En macOS se utiliza la verificación ortográfica del sistema operativo.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Modifica el idioma en Preferencias del sistema → Teclado → Texto → Ortografía.",
"Copy Link": "Copiar enlace",
"Copy Image": "Copiar imagen",
"Copy Image URL": "Copiar URL de la imagen",
"No Suggestion Found": "No se encontró ninguna sugerencia",
"You can select a maximum of 3 languages for spellchecking.": "Puedes elegir un máximo de 3 idiomas para la verificación ortográfica.",
"Spellchecker Languages": "Idiomas de verificación ortográfica",
"Add to Dictionary": "Añadir al diccionario",
"Look Up": "Consultar"
} }

View File

@@ -1,134 +1,127 @@
{ {
"About Zulip": "درباره Zulip ", "About Zulip": "درباره Zulip ",
"Actual Size": "اندازه واقعی", "Actual Size": "اندازه واقعی",
"Add Custom Certificates": "اضافه کردن مجوز دلخواه",
"Add Organization": "اضافه کردن سازمان", "Add Organization": "اضافه کردن سازمان",
"Add a Zulip organization": "اضافه کردن سازمان Zulip", "Add a Zulip organization": "اضافه کردن سازمان Zulip",
"Add custom CSS": "اضافه کردن CSS دلخواه", "Add custom CSS": "اضافه کردن CSS دلخواه",
"AddServer": "افزودن سرور",
"Advanced": "پیشرفته", "Advanced": "پیشرفته",
"All the connected organizations will appear here": "همه سازمان‌های متصل شده اینجا نمایش داده می‌شوند", "All the connected organizations will appear here.": "همه سازمان‌های مرتبط در اینجا ظاهر می‌شوند.",
"Always start minimized": "همواره به صورت کوچک شده اجرا شو", "Always start minimized": "همواره به صورت کوچک شده اجرا شو",
"App Updates": "به‌روزرسانی‌های برنامه", "App Updates": "به‌روزرسانی‌های برنامه",
"App language (requires restart)": "زبان برنامه (نیاز به راه اندازی مجدد)",
"Appearance": "شمایل", "Appearance": "شمایل",
"Application Shortcuts": "میانبرهای برنامه", "Application Shortcuts": "میانبرهای برنامه",
"Are you sure you want to disconnect this organization?": "آیا از قطع ارتباط از سازمان اطمینان دارید؟", "Are you sure you want to disconnect this organization?": "آیا از قطع ارتباط از سازمان اطمینان دارید؟",
"Ask where to save files before downloading": "قبل از دانلود بپرس که کجا ذخیره شود.",
"Auto hide Menu bar": "مخفی‌سازی خودکار نوار منو", "Auto hide Menu bar": "مخفی‌سازی خودکار نوار منو",
"Auto hide menu bar (Press Alt key to display)": "مخفی‌سازی خودکار نوار منو (برای نمایش دکمه Alt را بزنید)", "Auto hide menu bar (Press Alt key to display)": "مخفی‌سازی خودکار نوار منو (برای نمایش دکمه Alt را بزنید)",
"Back": "عقب", "Back": "عقب",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "جهش پرش در پیام خصوصی جدید",
"Certificate file": "فایل مجوز",
"Change": "تغییر دادن", "Change": "تغییر دادن",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "زبان را از تنظیمات سیستم ← صفحه کلید ← متن ← املا تغییر دهید.",
"Check for Updates": "بررسی برای به‌روز‌رسانی", "Check for Updates": "بررسی برای به‌روز‌رسانی",
"Close": "بستن", "Close": "بستن",
"Connect": "اتصال", "Connect": "اتصال",
"Connect to another organization": "اتصال به یک سازمان دیگر", "Connect to another organization": "اتصال به یک سازمان دیگر",
"Connected organizations": "سازمان‌های وصل شده", "Connected organizations": "سازمان‌های وصل شده",
"Copy": "رونوشت", "Copy": "رونوشت",
"Copy Zulip URL": "رونوشت از Zulip URL", "Copy Zulip URL": "کپی از Zulip URL",
"Create a new organization": "ایجاد سازمان جدید", "Create a new organization": "ایجاد سازمان جدید",
"Cut": "بریدن", "Cut": "بریدن",
"Default download location": "محل پیش‌فرض دانلود", "Default download location": "محل پیش‌فرض دانلود",
"Delete": "حذف", "Delete": "حذف",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "اطلاع‌رسانی‌های دسکتاپ", "Desktop Notifications": "اطلاع‌رسانی‌های دسکتاپ",
"Desktop Settings": "تنظیمات دسکتاپ", "Desktop Settings": "تنظیمات دسکتاپ",
"Disconnect": "Disconnect", "Disconnect": "قطع اتصال",
"Download App Logs": "Download App Logs", "Download App Logs": "دانلود لاگ های اپلیکیشن",
"Edit": "ویرایش", "Edit": "ویرایش",
"Edit Shortcuts": "ویرایش میانبرها", "Edit Shortcuts": "ویرایش میانبرها",
"Enable auto updates": "Enable auto updates", "Emoji & Symbols": "ایموجی ها و نمادها",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable auto updates": "فعال کردن بروزرسانی خودکار",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable error reporting (requires restart)": "فعال کردن گزارش خطا (نیاز به راه اندازی مجدد)",
"Factory Reset": "Factory Reset", "Enable spellchecker (requires restart)": "فعال کردن غلط‌گیر املا (نیاز به راه‌اندازی مجدد)",
"Enter Full Screen": "ورود به حالت تمام صفحه",
"Factory Reset": "تنظیم مجدد کارخانه",
"Factory Reset Data": "بازگشت به تنظیمات کارخانه",
"File": "فایل", "File": "فایل",
"Find accounts": "پیدا کردن حساب های کاربری ", "Find accounts": "پیدا کردن حساب های کاربری ",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "اکانت ها را از طریق ایمیل پیدا کنید",
"Flash taskbar on new message": "Flash taskbar on new message", "Flash taskbar on new message": "فلش نوار وظیفه در پیام جدید",
"Forward": "Forward", "Forward": "فوروارد",
"Functionality": "Functionality", "Functionality": "عملکرد",
"General": "عمومی", "General": "عمومی",
"Get beta updates": "Get beta updates", "Get beta updates": "دریافت بروز رسانی بتا",
"Hard Reload": "Hard Reload", "Hard Reload": "بارگذاری مجدد",
"Help": "کمک", "Help": "کمک",
"Help Center": "مرکز کمک", "Help Center": "مرکز کمک",
"Hide": "مخفی کردن",
"Hide Others": "پنهان کردن دیگران",
"Hide Zulip": "پنهان کردن زولیپ",
"History": "تاریخچه ", "History": "تاریخچه ",
"History Shortcuts": "تاریخچه میانبرها", "History Shortcuts": "تاریخچه میانبرها",
"Keyboard Shortcuts": "میانبرهای صفحه‌کلید", "Keyboard Shortcuts": "میانبرهای صفحه‌کلید",
"Log Out": "خروج", "Log Out": "خروج",
"Log Out of Organization": "Log Out of Organization", "Log Out of Organization": "خروج از سازمان",
"Manual proxy configuration": "Manual proxy configuration", "Manual proxy configuration": "پیکربندی دستی پروکسی",
"Minimize": "Minimize", "Minimize": "کوچک کردن",
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "غیرفعال کردن همه صداها در زولیپ",
"NO": "NO", "NO": "خیر",
"Network": "Network", "Network": "شبکه",
"Network and Proxy Settings": "تنظیمات شبکه و پروکسی",
"OR": "یا", "OR": "یا",
"On macOS, the OS spellchecker is used.": "در macOS از غلط‌گیر املای سیستم‌عامل استفاده می‌شود.",
"Organization URL": "URL سازمان", "Organization URL": "URL سازمان",
"Organizations": "Organizations", "Organizations": "سازمان ها",
"Paste": "Paste", "Paste": "جایگذاری",
"Paste and Match Style": "Paste and Match Style", "Paste and Match Style": "جایگذاری و تطابق استایل",
"Proxy": "Proxy", "Proxy": "پروکسی",
"Proxy bypass rules": "Proxy bypass rules", "Proxy bypass rules": "قوانین دور زدن پروکسی",
"Proxy rules": "Proxy rules", "Proxy rules": "قوانین پروکسی",
"Quit": "Quit", "Quit": "خروج",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "خروج از زولیپ",
"Quit when the window is closed": "وقتی پنجره بسته است از آن خارج شوید",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "یادداشت های انتشار",
"Reload": "Reload", "Reload": "بارگذاری مجدد",
"Report an Issue": "Report an Issue", "Report an Issue": "گزارش یک مشکل",
"Reset App Settings": "بازنشانی تنظیمات برنامه",
"Reset the application, thus deleting all the connected organizations and accounts.": "برنامه را بازنشانی کنید، بنابراین تمام سازمان ها و حساب های متصل حذف می شوند.",
"Save": "ذخیره", "Save": "ذخیره",
"Select All": "Select All", "Select All": "انتخاب همه",
"Services": "خدمات",
"Settings": "تنظیمات", "Settings": "تنظیمات",
"Shortcuts": "Shortcuts", "Shortcuts": "میانبرها",
"Show App Logs": "Show App Logs", "Show app icon in system tray": "نمایش نماد برنامه در ناحیه اعلان سیستم",
"Show app icon in system tray": "Show app icon in system tray", "Show app unread badge": "نشان برنامه خوانده نشده نمایش داده شود",
"Show app unread badge": "Show app unread badge", "Show desktop notifications": "نمایش اعلان های دسکتاپ",
"Show desktop notifications": "Show desktop notifications", "Show sidebar": "نمایش ستون کناری",
"Show downloaded files in file manager": "Show downloaded files in file manager", "Spellchecker Languages": "غلط یاب املایی زبان ها",
"Show sidebar": "Show sidebar", "Start app at login": "برنامه را در هنگام ورود شروع کنید",
"Start app at login": "Start app at login", "Switch to Next Organization": "جابجایی به سازمان بعدی",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Previous Organization": "جابجایی به سازمان قبلی",
"Switch to Previous Organization": "Switch to Previous Organization", "These desktop app shortcuts extend the Zulip webapp's": "این میانبرهای برنامه دسکتاپ، برنامه وب Zulip را گسترش می دهند",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "Tip": "نکته",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb", "Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen", "Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar", "Toggle Sidebar": "تغییر نوار کناری",
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "ابزارها",
"Undo": "Undo", "Undo": "بازگشت به عقب",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"Quit when the window is closed": "Quit when the window is closed",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide", "Unhide": "Unhide",
"AddServer": "AddServer", "Upload": "آپلود",
"App language (requires restart)": "App language (requires restart)", "Use system proxy settings (requires restart)": "استفاده از تنظیمات پراکسی سیستم (نیاز به راه اندازی مجدد)",
"Factory Reset Data": "Factory Reset Data", "View": "مشاهده",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.", "View Shortcuts": "مشاهده میانبرها",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.", "Window": "پنجره",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.", "Window Shortcuts": "میانبرهای پنجره",
"Copy Link": "Copy Link", "YES": "بله",
"Copy Image": "Copy Image", "You can select a maximum of 3 languages for spellchecking.": "شما می توانید حداکثر 3 زبان را برای بررسی املا انتخاب کنید.",
"Copy Image URL": "Copy Image URL", "Zoom In": "بزرگنمایی",
"No Suggestion Found": "No Suggestion Found", "Zoom Out": "کوچک نمایی",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.", "keyboard shortcuts": "میانبرهای صفحه کلید",
"Spellchecker Languages": "Spellchecker Languages", "script": "script",
"Add to Dictionary": "Add to Dictionary", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} نسخه {{{version}}} سرور Zulip قدیمی را اجرا می‌کند. ممکن است به طور کامل در این برنامه کار نکند."
"Look Up": "Look Up"
} }

View File

@@ -1,134 +1,127 @@
{ {
"About Zulip": "Tietoa Zulipista", "About Zulip": "Tietoa Zulipista",
"Actual Size": "Varsinainen koko", "Actual Size": "Alkuperäinen koko",
"Add Custom Certificates": "Lisää omia sertifikaatteja",
"Add Organization": "Lisää organisaatio", "Add Organization": "Lisää organisaatio",
"Add a Zulip organization": "Lisää Zulip-organisaatio", "Add a Zulip organization": "Lisää Zulip-organisaatio",
"Add custom CSS": "Lisää oma CSS", "Add custom CSS": "Lisää oma CSS",
"Advanced": "Edistynyt", "AddServer": "AddServer",
"All the connected organizations will appear here": "All the connected organizations will appear here", "Advanced": "Lisäasetukset",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Aloita aina pienennettynä", "Always start minimized": "Aloita aina pienennettynä",
"App Updates": "Sovellspäivitykset", "App Updates": "Sovelluspäivitykset",
"App language (requires restart)": "Sovelluksen kieli (uudelleenkäynnistys tarvitaan)",
"Appearance": "Ulkonäkö", "Appearance": "Ulkonäkö",
"Application Shortcuts": "Sovellusoikotiet", "Application Shortcuts": "Sovelluksen pikanäppäimet",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Oletko varma että haluat katkaista yhteyden tähän organisaatioon?",
"Auto hide Menu bar": "Auto hide Menu bar", "Ask where to save files before downloading": "Kysy ennen lataamista, minne tiedostot tallennetaan",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide Menu bar": "Piilota automaattisesti Menu-valikko",
"Back": "Back", "Auto hide menu bar (Press Alt key to display)": "Piilota automaattisesti Menu-valikko (Näytä painamalla Alt-näppäintä)",
"Back": "Takaisin",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Muuta", "Change": "Muuta",
"Check for Updates": "Check for Updates", "Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Tarkista päivitykset",
"Close": "Sulje", "Close": "Sulje",
"Connect": "Yhdistä", "Connect": "Yhdistä",
"Connect to another organization": "Connect to another organization", "Connect to another organization": "Yhdistä toiseen organisaatioon",
"Connected organizations": "Connected organizations", "Connected organizations": "Yhdistetyt organisaatiot",
"Copy": "Kopioi", "Copy": "Kopioi",
"Copy Zulip URL": "Kopioi Zulip-URL", "Copy Zulip URL": "Kopioi Zulip-URL",
"Create a new organization": "Luo uusi organisaatio", "Create a new organization": "Luo uusi organisaatio",
"Cut": "Leikkaa", "Cut": "Leikkaa",
"Default download location": "Default download location", "Default download location": "Tallennuksen oletushakemisto",
"Delete": "Poista", "Delete": "Poista",
"Desktop App Settings": "Desktop App Settings", "Desktop Notifications": "Työpöydän ilmoitukset",
"Desktop Notifications": "Desktop Notifications", "Desktop Settings": "Työpöytä asetukset",
"Desktop Settings": "Desktop Settings", "Disconnect": "Katkaise yhteys",
"Disconnect": "Katkaise", "Download App Logs": "Lataushistoria",
"Download App Logs": "Download App Logs",
"Edit": "Muokkaa", "Edit": "Muokkaa",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Muokkauksen pikanäppäimet",
"Enable auto updates": "Enable auto updates", "Emoji & Symbols": "Emoji & Symbols",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable auto updates": "Salli automaattiset päivitykset",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable error reporting (requires restart)": "Ota virheraportointi käyttöön (uudelleenkäynnistys tarvitaan) ",
"Factory Reset": "Factory Reset", "Enable spellchecker (requires restart)": "Ota oikoluku käyttöön (uudelleenkäynnistys tarvitaan)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Tehdasasetusten palautus",
"Factory Reset Data": "Tehdasasetusten palautustiedot",
"File": "Tiedosto", "File": "Tiedosto",
"Find accounts": "Löydä tilit", "Find accounts": "Etsi tilejä",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Etsi tilejä sähköpostilla",
"Flash taskbar on new message": "Flash taskbar on new message", "Flash taskbar on new message": "Vilkuta tehtäväpalkkia uuden viestin saapuessa",
"Forward": "Forward", "Forward": "Eteenpäin",
"Functionality": "Functionality", "Functionality": "Ominaisuus",
"General": "General", "General": "Yleiset",
"Get beta updates": "Get beta updates", "Get beta updates": "Tilaa beta-päivitykset",
"Hard Reload": "Hard Reload", "Hard Reload": "Täysi uudelleenlataus",
"Help": "Ohje", "Help": "Ohje",
"Help Center": "Tukikeskus", "Help Center": "Tukikeskus",
"History": "History", "Hide": "Piilota",
"History Shortcuts": "History Shortcuts", "Hide Others": "Piilota muut",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Hide Zulip": "Hide Zulip",
"Log Out": "Log Out", "History": "Historia",
"Log Out of Organization": "Log Out of Organization", "History Shortcuts": "Historian pikanäppäimet",
"Manual proxy configuration": "Manual proxy configuration", "Keyboard Shortcuts": "Pikanäppäimet",
"Minimize": "Minimize", "Log Out": "Kirjaudu ulos",
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Log Out of Organization": "Kirjaudu ulos organisaatiosta",
"Manual proxy configuration": "Manualiset välityspalvelin-asetukset",
"Minimize": "Pienennä",
"Mute all sounds from Zulip": "Mykistä kaikki Zulip-äänet",
"NO": "EI", "NO": "EI",
"Network": "Network", "Network": "Verkko",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "TAI", "OR": "TAI",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organisaation URL", "Organization URL": "Organisaation URL",
"Organizations": "Organisaatiot", "Organizations": "Organisaatiot",
"Paste": "Liitä", "Paste": "Liitä",
"Paste and Match Style": "Liitä ja täsmää tyylit", "Paste and Match Style": "Liitä ja täsmää tyylit",
"Proxy": "Välipalvelin", "Proxy": "Välityspalvelin",
"Proxy bypass rules": "Proxy bypass rules", "Proxy bypass rules": "Välityspalvelimen ohituksen säännöt",
"Proxy rules": "Proxy rules", "Proxy rules": "Välityspalvelimen-säännöt",
"Quit": "Lopeta", "Quit": "Lopeta",
"Quit Zulip": "Lopeta Zulip", "Quit Zulip": "Lopeta Zulip",
"Redo": "Toista", "Quit when the window is closed": "Sulje sovellus, kun ikkuna suljetaan",
"Release Notes": "Release Notes", "Redo": "Tee uudelleen",
"Release Notes": "Julkaisutiedot",
"Reload": "Lataa uudelleen", "Reload": "Lataa uudelleen",
"Report an Issue": "Report an Issue", "Report an Issue": "Raportoi ongelmasta",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Tallenna", "Save": "Tallenna",
"Select All": "Valitse kaikki", "Select All": "Valitse kaikki",
"Services": "Services",
"Settings": "Asetukset", "Settings": "Asetukset",
"Shortcuts": "Oikopolut", "Shortcuts": "Oikopolut",
"Show App Logs": "Show App Logs", "Show app icon in system tray": "Näytä sovellus ilmoituspaneelissa",
"Show app icon in system tray": "Show app icon in system tray", "Show app unread badge": "Näytä lukemattomien määrä -merkki",
"Show app unread badge": "Show app unread badge", "Show desktop notifications": "Näytä työpöytäilmoitukset",
"Show desktop notifications": "Show desktop notifications", "Show sidebar": "Näytä sivupaneeli",
"Show downloaded files in file manager": "Show downloaded files in file manager", "Spellchecker Languages": "Oikoluvun kielet",
"Show sidebar": "Show sidebar", "Start app at login": "Käynnistä sovellus sisäänkirjauduttaessa",
"Start app at login": "Start app at login", "Switch to Next Organization": "Vaihda seuraavaan organisaatioon",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Previous Organization": "Vaihda edelliseen organisaatioon",
"Switch to Previous Organization": "Switch to Previous Organization", "These desktop app shortcuts extend the Zulip webapp's": "Nämä työpöytäsovelluksen pikanäppäimet laajentavat Zulip web-sovelluksen ",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Vinkki", "Tip": "Vinkki",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Kehitystyökalut / aktiivinen ikkuna",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Kehitystyökalut / Zulip sovellus",
"Toggle Do Not Disturb": "Toggle Do Not Disturb", "Toggle Do Not Disturb": "Vaihda Älä häiritse -tilaa",
"Toggle Full Screen": "Toggle Full Screen", "Toggle Full Screen": "Vaihda koko ruudun tilaa",
"Toggle Sidebar": "Toggle Sidebar", "Toggle Sidebar": "Näytä/piilota sivupalkki",
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Vaihda Tray-kuvaketta",
"Tools": "Työkalut", "Tools": "Työkalut",
"Undo": "Peru", "Undo": "Peru",
"Upload": "Upload", "Unhide": "Näytä",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Upload": "Lähetä tiedosto",
"Use system proxy settings (requires restart)": "Käytä järjestelmän välityspalvelimen asetuksia (uudelleenkäynnistys tarvitaan)",
"View": "Näytä", "View": "Näytä",
"View Shortcuts": "View Shortcuts", "View Shortcuts": "Katselun pikanäppäimet",
"Window": "Ikkuna", "Window": "Ikkuna",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Näkymän pikanäppäimet",
"YES": "KYLLÄ", "YES": "KYLLÄ",
"Zoom In": "Zoom In", "You can select a maximum of 3 languages for spellchecking.": "Voit valita oikolukua varten enintään 3 kieltä.",
"Zoom Out": "Zoom Out", "Zoom In": "Lähennä",
"Zulip Help": "Zulip Help", "Zoom Out": "Loitonna",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "Pikanäppäimet",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "À propos de Zulip", "About Zulip": "À propos de Zulip",
"Actual Size": "Taille actuelle", "Actual Size": "Taille actuelle",
"Add Custom Certificates": "Ajouter un certificat spécifique",
"Add Organization": "Ajouter une organisation", "Add Organization": "Ajouter une organisation",
"Add a Zulip organization": "Ajouter une organisation Zulip", "Add a Zulip organization": "Ajouter une organisation Zulip",
"Add custom CSS": "Ajouter un CSS spécifique", "Add custom CSS": "Ajouter un CSS spécifique",
"AddServer": "AjouterServeur",
"Advanced": "Avancé", "Advanced": "Avancé",
"All the connected organizations will appear here": "Toutes les organisations connectées apparaîtront ici", "All the connected organizations will appear here.": "Toutes les organisations connectées apparaitront ici.",
"Always start minimized": "Toujours démarrer minimisé", "Always start minimized": "Toujours démarrer en fenêtre réduite",
"App Updates": "Mise à jour de l'application", "App Updates": "Mises à jour de l'application",
"App language (requires restart)": "Langue de l'application (nécessite redémarrage)",
"Appearance": "Apparence", "Appearance": "Apparence",
"Application Shortcuts": "Raccourcis de l'application", "Application Shortcuts": "Raccourcis de l'application",
"Are you sure you want to disconnect this organization?": "Êtes-vous certain de vouloir déconnecter cette organisation?", "Are you sure you want to disconnect this organization?": "Êtes-vous certain de vouloir déconnecter cette organisation?",
"Ask where to save files before downloading": "Demander où sauvegarder les fichiers avant de télécharger",
"Auto hide Menu bar": "Cacher automatiquement la barre de menu", "Auto hide Menu bar": "Cacher automatiquement la barre de menu",
"Auto hide menu bar (Press Alt key to display)": "Cacher automatiquement la barre de menu (Appuyez sur la touche Alt pour l'afficher)", "Auto hide menu bar (Press Alt key to display)": "Cacher automatiquement la barre de menu (Appuyez sur la touche Alt pour l'afficher)",
"Back": "Précédent", "Back": "Précédent",
"Bounce dock on new private message": "Animer l'horloge à la réception d'un nouveau message privé", "Bounce dock on new private message": "Animer l'horloge à la réception d'un nouveau message privé",
"Certificate file": "Fichier de certificat",
"Change": "Changer", "Change": "Changer",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Modifier la langue à partir des Préférences Système → Clavier → Text → Orthographe.",
"Check for Updates": "Vérifier les mises à jour", "Check for Updates": "Vérifier les mises à jour",
"Close": "Fermer", "Close": "Fermer",
"Connect": "Connecter", "Connect": "Connecter",
@@ -29,17 +31,19 @@
"Cut": "Couper", "Cut": "Couper",
"Default download location": "Destination de téléchargement par défaut", "Default download location": "Destination de téléchargement par défaut",
"Delete": "Supprimer", "Delete": "Supprimer",
"Desktop App Settings": "Paramètres de l'application de bureau",
"Desktop Notifications": "Notifications de bureau", "Desktop Notifications": "Notifications de bureau",
"Desktop Settings": "Paramètres de bureau", "Desktop Settings": "Paramètres de bureau",
"Disconnect": "Déconnecter", "Disconnect": "Déconnecter",
"Download App Logs": "Télécharger le journal de l'application", "Download App Logs": "Télécharger le journal de l'application",
"Edit": "Modifier", "Edit": "Modifier",
"Edit Shortcuts": "Modifier les raccourcis", "Edit Shortcuts": "Modifier les raccourcis",
"Emoji & Symbols": "Emojis & symboles",
"Enable auto updates": "Activer la mise à jour automatique", "Enable auto updates": "Activer la mise à jour automatique",
"Enable error reporting (requires restart)": "Activer le rapport d'erreur (redémarrage nécessaire)", "Enable error reporting (requires restart)": "Activer le rapport d'erreur (redémarrage nécessaire)",
"Enable spellchecker (requires restart)": "Activer le correcteur orthographique (redémarrage nécessaire)", "Enable spellchecker (requires restart)": "Activer le correcteur orthographique (redémarrage nécessaire)",
"Enter Full Screen": "Accéder au plein écran",
"Factory Reset": "Réinitialiser aux paramètres par défaut", "Factory Reset": "Réinitialiser aux paramètres par défaut",
"Factory Reset Data": "Factory Reset Data",
"File": "Fichier", "File": "Fichier",
"Find accounts": "Rechercher un compte", "Find accounts": "Rechercher un compte",
"Find accounts by email": "Rechercher un compte par adresse courriel", "Find accounts by email": "Rechercher un compte par adresse courriel",
@@ -51,6 +55,9 @@
"Hard Reload": "Forcer un rechargement", "Hard Reload": "Forcer un rechargement",
"Help": "Aide", "Help": "Aide",
"Help Center": "Centre d'aide", "Help Center": "Centre d'aide",
"Hide": "Masquer",
"Hide Others": "Masquer les autres",
"Hide Zulip": "Cacher Zulip",
"History": "Historique", "History": "Historique",
"History Shortcuts": "Historique des raccourcis", "History Shortcuts": "Historique des raccourcis",
"Keyboard Shortcuts": "Raccourcis clavier", "Keyboard Shortcuts": "Raccourcis clavier",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Couper tous les sons de Zulip", "Mute all sounds from Zulip": "Couper tous les sons de Zulip",
"NO": "Non", "NO": "Non",
"Network": "Réseau", "Network": "Réseau",
"Network and Proxy Settings": "Paramètres réseau et proxy",
"OR": "OU", "OR": "OU",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL de l'organisation", "Organization URL": "URL de l'organisation",
"Organizations": "Organisations", "Organizations": "Organisations",
"Paste": "Coller", "Paste": "Coller",
@@ -71,25 +80,27 @@
"Proxy rules": "Règles du proxy", "Proxy rules": "Règles du proxy",
"Quit": "Quitter", "Quit": "Quitter",
"Quit Zulip": "Quitter Zulip", "Quit Zulip": "Quitter Zulip",
"Quit when the window is closed": "Quitter l'application lors de la fermeture de la fenêtre",
"Redo": "Refaire", "Redo": "Refaire",
"Release Notes": "Notes sur la version", "Release Notes": "Notes sur la version",
"Reload": "Recharger", "Reload": "Recharger",
"Report an Issue": "Rapporter un problème", "Report an Issue": "Rapporter un problème",
"Reset App Settings": "Réinitialiser les paramètres de l'application",
"Reset the application, thus deleting all the connected organizations and accounts.": "Réinitialiser l'application, supprimant ainsi toutes les organisations et tous les comptes connectés.",
"Save": "Sauvegarder", "Save": "Sauvegarder",
"Select All": "Sélectionner tout", "Select All": "Sélectionner tout",
"Services": "Services",
"Settings": "Paramètres", "Settings": "Paramètres",
"Shortcuts": "Raccourcis", "Shortcuts": "Raccourcis",
"Show App Logs": "Afficher le journal de l'application",
"Show app icon in system tray": "Afficher l'icone de l'application dans la barre d'état", "Show app icon in system tray": "Afficher l'icone de l'application dans la barre d'état",
"Show app unread badge": "Afficher un badge lors d'un message non lu", "Show app unread badge": "Afficher un badge lors d'un message non lu",
"Show desktop notifications": "Afficher les notifications sur le bureau", "Show desktop notifications": "Afficher les notifications sur le bureau",
"Show downloaded files in file manager": "Afficher les fichiers téléchargés dans le gestionnaire de fichiers",
"Show sidebar": "Afficher la barre latérale", "Show sidebar": "Afficher la barre latérale",
"Spellchecker Languages": "Langues du vérificateur orthographique",
"Start app at login": "Démarrer l'application à l'ouverture", "Start app at login": "Démarrer l'application à l'ouverture",
"Switch to Next Organization": "Basculer à l'organisation suivante", "Switch to Next Organization": "Basculer à l'organisation suivante",
"Switch to Previous Organization": "Basculer à l'organisation précédente", "Switch to Previous Organization": "Basculer à l'organisation précédente",
"These desktop app shortcuts extend the Zulip webapp's": "Ces raccourcis d'application vont au-delà de l'application web Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Ces raccourcis d'application vont au-delà de l'application web Zulip",
"This will delete all application data including all added accounts and preferences": "Ceci supprimera toutes les données de l'application, incluant les comptes et préférences",
"Tip": "Conseil", "Tip": "Conseil",
"Toggle DevTools for Active Tab": "Activer les outils de développement dans l'onglet actif", "Toggle DevTools for Active Tab": "Activer les outils de développement dans l'onglet actif",
"Toggle DevTools for Zulip App": "Activer les outils de développement dans l'application Zulip", "Toggle DevTools for Zulip App": "Activer les outils de développement dans l'application Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Activer l'icone dans la barre d'état", "Toggle Tray Icon": "Activer l'icone dans la barre d'état",
"Tools": "Outils", "Tools": "Outils",
"Undo": "Annuler", "Undo": "Annuler",
"Unhide": "Démasquer",
"Upload": "Envoyer", "Upload": "Envoyer",
"Use system proxy settings (requires restart)": "Utiliser les paramètres de proxy du système (exige un redémarrage)", "Use system proxy settings (requires restart)": "Utiliser les paramètres de proxy du système (exige un redémarrage)",
"View": "Affichage", "View": "Affichage",
@@ -106,29 +118,10 @@
"Window": "Fenêtre", "Window": "Fenêtre",
"Window Shortcuts": "Raccourcis fenêtre", "Window Shortcuts": "Raccourcis fenêtre",
"YES": "Oui", "YES": "Oui",
"You can select a maximum of 3 languages for spellchecking.": "Vous pouvez sélectionner au maximum 3 langues pour la vérification orthographique.",
"Zoom In": "Zoom avant", "Zoom In": "Zoom avant",
"Zoom Out": "Zoom arrière", "Zoom Out": "Zoom arrière",
"Zulip Help": "Aide sur Zulip",
"keyboard shortcuts": "Raccourcis clavier", "keyboard shortcuts": "Raccourcis clavier",
"script": "Script", "script": "scénario",
"Quit when the window is closed": "Quitter l'application lors de la fermeture de la fenêtre", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Demander où sauvegarder les fichiers avant de télécharger",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Editar", "Edit": "Editar",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Gardar", "Save": "Gardar",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Configuración", "Settings": "Configuración",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/gu.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "जूलिप के बारे में", "About Zulip": "जूलिप के बारे में",
"Actual Size": "वास्तविक आकार", "Actual Size": "वास्तविक आकार",
"Add Custom Certificates": "कस्टम प्रमाण पत्र जोड़ें",
"Add Organization": "संगठन जोड़ें", "Add Organization": "संगठन जोड़ें",
"Add a Zulip organization": "एक जूलिप संगठन जोड़ें", "Add a Zulip organization": "एक जूलिप संगठन जोड़ें",
"Add custom CSS": "कस्टम CSS जोड़ें", "Add custom CSS": "कस्टम CSS जोड़ें",
"AddServer": "AddServer",
"Advanced": "उन्नत", "Advanced": "उन्नत",
"All the connected organizations will appear here": "सभी जुड़े संगठन यहां दिखाई देंगे", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "हमेशा कम से कम शुरू करें", "Always start minimized": "हमेशा कम से कम शुरू करें",
"App Updates": "ऐप अपडेट", "App Updates": "ऐप अपडेट",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "दिखावट", "Appearance": "दिखावट",
"Application Shortcuts": "आवेदन शॉर्टकट", "Application Shortcuts": "आवेदन शॉर्टकट",
"Are you sure you want to disconnect this organization?": "क्या आप वाकई इस संगठन को डिस्कनेक्ट करना चाहते हैं?", "Are you sure you want to disconnect this organization?": "क्या आप वाकई इस संगठन को डिस्कनेक्ट करना चाहते हैं?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "ऑटो मेनू मेनू छुपाएँ", "Auto hide Menu bar": "ऑटो मेनू मेनू छुपाएँ",
"Auto hide menu bar (Press Alt key to display)": "ऑटो छिपाने मेनू बार (प्रेस Alt कुंजी प्रदर्शित करने के लिए)", "Auto hide menu bar (Press Alt key to display)": "ऑटो छिपाने मेनू बार (प्रेस Alt कुंजी प्रदर्शित करने के लिए)",
"Back": "वापस", "Back": "वापस",
"Bounce dock on new private message": "नए निजी संदेश पर बाउंस डॉक", "Bounce dock on new private message": "नए निजी संदेश पर बाउंस डॉक",
"Certificate file": "प्रमाणपत्र फ़ाइल",
"Change": "परिवर्तन", "Change": "परिवर्तन",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "अद्यतन के लिए जाँच", "Check for Updates": "अद्यतन के लिए जाँच",
"Close": "बंद करे", "Close": "बंद करे",
"Connect": "जुडिये", "Connect": "जुडिये",
@@ -29,17 +31,19 @@
"Cut": "कट गया", "Cut": "कट गया",
"Default download location": "डिफ़ॉल्ट डाउनलोड स्थान", "Default download location": "डिफ़ॉल्ट डाउनलोड स्थान",
"Delete": "हटाना", "Delete": "हटाना",
"Desktop App Settings": "डेस्कटॉप ऐप सेटिंग्स",
"Desktop Notifications": "डेस्कटॉप सूचनाएं", "Desktop Notifications": "डेस्कटॉप सूचनाएं",
"Desktop Settings": "डेस्कटॉप सेटिंग्स", "Desktop Settings": "डेस्कटॉप सेटिंग्स",
"Disconnect": "डिस्कनेक्ट", "Disconnect": "डिस्कनेक्ट",
"Download App Logs": "ऐप लॉग डाउनलोड करें", "Download App Logs": "ऐप लॉग डाउनलोड करें",
"Edit": "संपादित करें", "Edit": "संपादित करें",
"Edit Shortcuts": "शॉर्टकट संपादित करें", "Edit Shortcuts": "शॉर्टकट संपादित करें",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "ऑटो अपडेट सक्षम करें", "Enable auto updates": "ऑटो अपडेट सक्षम करें",
"Enable error reporting (requires restart)": "त्रुटि रिपोर्टिंग सक्षम करें (पुनरारंभ की आवश्यकता है)", "Enable error reporting (requires restart)": "त्रुटि रिपोर्टिंग सक्षम करें (पुनरारंभ की आवश्यकता है)",
"Enable spellchecker (requires restart)": "वर्तनी जाँचक सक्षम करें (पुनः आरंभ करने की आवश्यकता है)", "Enable spellchecker (requires restart)": "वर्तनी जाँचक सक्षम करें (पुनः आरंभ करने की आवश्यकता है)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "नए यंत्र जैसी सेटिंग", "Factory Reset": "नए यंत्र जैसी सेटिंग",
"Factory Reset Data": "Factory Reset Data",
"File": "फ़ाइल", "File": "फ़ाइल",
"Find accounts": "खाते ढूंढे", "Find accounts": "खाते ढूंढे",
"Find accounts by email": "ईमेल द्वारा खाते ढूंढें", "Find accounts by email": "ईमेल द्वारा खाते ढूंढें",
@@ -51,6 +55,9 @@
"Hard Reload": "हार्ड रीलोड", "Hard Reload": "हार्ड रीलोड",
"Help": "मदद", "Help": "मदद",
"Help Center": "सहायता केंद्र", "Help Center": "सहायता केंद्र",
"Hide": "छिपाना",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "इतिहास", "History": "इतिहास",
"History Shortcuts": "इतिहास शॉर्टकट", "History Shortcuts": "इतिहास शॉर्टकट",
"Keyboard Shortcuts": "कुंजीपटल अल्प मार्ग", "Keyboard Shortcuts": "कुंजीपटल अल्प मार्ग",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "ज़ूलिप से सभी ध्वनियों को म्यूट करें", "Mute all sounds from Zulip": "ज़ूलिप से सभी ध्वनियों को म्यूट करें",
"NO": "नहीं", "NO": "नहीं",
"Network": "नेटवर्क", "Network": "नेटवर्क",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "या", "OR": "या",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "संगठन का URL", "Organization URL": "संगठन का URL",
"Organizations": "संगठन", "Organizations": "संगठन",
"Paste": "चिपकाएं", "Paste": "चिपकाएं",
@@ -70,26 +79,28 @@
"Proxy bypass rules": "प्रॉक्सी बायपास नियम", "Proxy bypass rules": "प्रॉक्सी बायपास नियम",
"Proxy rules": "प्रॉक्सी नियम", "Proxy rules": "प्रॉक्सी नियम",
"Quit": "छोड़ना", "Quit": "छोड़ना",
"Quit Zulip": "ज़ुल्फ़ छोड़", "Quit Zulip": "जूलिप छोड़ दें",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "फिर से करना", "Redo": "फिर से करना",
"Release Notes": "रिलीज नोट्स", "Release Notes": "रिलीज नोट्स",
"Reload": "सीमा से अधिक लादना", "Reload": "पुनः लोड करें",
"Report an Issue": "मामले की रिपोर्ट करें", "Report an Issue": "मामले की रिपोर्ट करें",
"Save": "बचाना", "Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "बचाना / सहेजें",
"Select All": "सभी का चयन करे", "Select All": "सभी का चयन करे",
"Services": "Services",
"Settings": "सेटिंग्स", "Settings": "सेटिंग्स",
"Shortcuts": "शॉर्टकट", "Shortcuts": "शॉर्टकट",
"Show App Logs": "ऐप लॉग दिखाएं",
"Show app icon in system tray": "सिस्टम ट्रे में ऐप आइकन दिखाएं", "Show app icon in system tray": "सिस्टम ट्रे में ऐप आइकन दिखाएं",
"Show app unread badge": "ऐप अपठित बैज दिखाएं", "Show app unread badge": "ऐप अपठित बैज दिखाएं",
"Show desktop notifications": "डेस्कटॉप सूचनाएं दिखाएं", "Show desktop notifications": "डेस्कटॉप सूचनाएं दिखाएं",
"Show downloaded files in file manager": "फ़ाइल प्रबंधक में डाउनलोड की गई फ़ाइलें दिखाएं",
"Show sidebar": "साइडबार दिखाओ", "Show sidebar": "साइडबार दिखाओ",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "लॉगिन पर ऐप शुरू करें", "Start app at login": "लॉगिन पर ऐप शुरू करें",
"Switch to Next Organization": "अगला संगठन पर स्विच करें", "Switch to Next Organization": "अगला संगठन पर स्विच करें",
"Switch to Previous Organization": "पिछले संगठन पर स्विच करें", "Switch to Previous Organization": "पिछले संगठन पर स्विच करें",
"These desktop app shortcuts extend the Zulip webapp's": "ये डेस्कटॉप ऐप शॉर्टकट Zulip webapp's का विस्तार करते हैं", "These desktop app shortcuts extend the Zulip webapp's": "ये डेस्कटॉप ऐप शॉर्टकट Zulip webapp's का विस्तार करते हैं",
"This will delete all application data including all added accounts and preferences": "यह सभी जोड़े गए खातों और वरीयताओं सहित सभी एप्लिकेशन डेटा को हटा देगा",
"Tip": "टिप", "Tip": "टिप",
"Toggle DevTools for Active Tab": "सक्रिय टैब के लिए DevTools टॉगल करें", "Toggle DevTools for Active Tab": "सक्रिय टैब के लिए DevTools टॉगल करें",
"Toggle DevTools for Zulip App": "Zulip App के लिए DevTools टॉगल करें", "Toggle DevTools for Zulip App": "Zulip App के लिए DevTools टॉगल करें",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "टॉगल ट्रे आइकन", "Toggle Tray Icon": "टॉगल ट्रे आइकन",
"Tools": "उपकरण", "Tools": "उपकरण",
"Undo": "पूर्ववत करें", "Undo": "पूर्ववत करें",
"Unhide": "प्रकट करें",
"Upload": "अपलोड", "Upload": "अपलोड",
"Use system proxy settings (requires restart)": "सिस्टम प्रॉक्सी सेटिंग्स का उपयोग करें (पुनः आरंभ करने की आवश्यकता है)", "Use system proxy settings (requires restart)": "सिस्टम प्रॉक्सी सेटिंग्स का उपयोग करें (पुनः आरंभ करने की आवश्यकता है)",
"View": "राय", "View": "राय",
@@ -106,29 +118,10 @@
"Window": "खिड़की", "Window": "खिड़की",
"Window Shortcuts": "विंडो शॉर्टकट", "Window Shortcuts": "विंडो शॉर्टकट",
"YES": "हाँ", "YES": "हाँ",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "ज़ूम इन", "Zoom In": "ज़ूम इन",
"Zoom Out": "ज़ूम आउट", "Zoom Out": "ज़ूम आउट",
"Zulip Help": "Zulip मदद",
"keyboard shortcuts": "कुंजीपटल अल्प मार्ग", "keyboard shortcuts": "कुंजीपटल अल्प मार्ग",
"script": "लिपि", "script": "लिपि",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "A Zulip-ról", "About Zulip": "A Zulip-ról",
"Actual Size": "Alapértelmezett méret", "Actual Size": "Alapértelmezett méret",
"Add Custom Certificates": "Saját tanúsítvány hozzáadása",
"Add Organization": "Szervezet hozzáadása", "Add Organization": "Szervezet hozzáadása",
"Add a Zulip organization": "Zulip szervezet hozzáadása", "Add a Zulip organization": "Zulip szervezet hozzáadása",
"Add custom CSS": "Saját CSS hozzáadása", "Add custom CSS": "Saját CSS hozzáadása",
"AddServer": "Szerver hozzáadás",
"Advanced": "Haladó", "Advanced": "Haladó",
"All the connected organizations will appear here": "Itt jelennek meg a kapcsolódó szervezetek", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Mindig kis méretben induljon", "Always start minimized": "Mindig kis méretben induljon",
"App Updates": "Alkalmazásfrissítések", "App Updates": "Alkalmazásfrissítések",
"App language (requires restart)": "Alkalmazás nyelve (újraindítást igényel)",
"Appearance": "Megjelenés", "Appearance": "Megjelenés",
"Application Shortcuts": "Gyorsbillentyűk", "Application Shortcuts": "Gyorsbillentyűk",
"Are you sure you want to disconnect this organization?": "Biztosan kilép ebből a szervezetből?", "Are you sure you want to disconnect this organization?": "Biztosan kilép ebből a szervezetből?",
"Ask where to save files before downloading": "Letöltés előtt kérdezze meg a mentés helyét",
"Auto hide Menu bar": "Menüsáv automatikus rejtése", "Auto hide Menu bar": "Menüsáv automatikus rejtése",
"Auto hide menu bar (Press Alt key to display)": "Menüsáv automatikus rejtése (Alt megnyomására megjelenik)", "Auto hide menu bar (Press Alt key to display)": "Menüsáv automatikus rejtése (Alt megnyomására megjelenik)",
"Back": "Vissza", "Back": "Vissza",
"Bounce dock on new private message": "Ugráló dokk ikon új privát üzenet esetén", "Bounce dock on new private message": "Ugráló dokk ikon új privát üzenet esetén",
"Certificate file": "Tanúsítvány állomány",
"Change": "Változtatás", "Change": "Változtatás",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "A nyelv a Rendszerbeállítások → Billentyűzet → Szöveg → Helyesírás pontban változtatható meg.",
"Check for Updates": "Frissítések keresése", "Check for Updates": "Frissítések keresése",
"Close": "Bezár", "Close": "Bezár",
"Connect": "Kapcsolódás", "Connect": "Kapcsolódás",
@@ -29,17 +31,19 @@
"Cut": "Kivágás", "Cut": "Kivágás",
"Default download location": "Alapértelmezett letöltési hely", "Default download location": "Alapértelmezett letöltési hely",
"Delete": "Törlés", "Delete": "Törlés",
"Desktop App Settings": "Asztali alkalmazás beállításai",
"Desktop Notifications": "Asztali értesítések", "Desktop Notifications": "Asztali értesítések",
"Desktop Settings": "Asztali beállítások", "Desktop Settings": "Asztali beállítások",
"Disconnect": "Szétkapcsolás", "Disconnect": "Szétkapcsolás",
"Download App Logs": "Alkalmazásnaplók letöltése", "Download App Logs": "Alkalmazásnaplók letöltése",
"Edit": "Szerkesztés", "Edit": "Szerkesztés",
"Edit Shortcuts": "Gyorsbillentyűk szerkesztése", "Edit Shortcuts": "Gyorsbillentyűk szerkesztése",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Automatikus frissítés engedélyezése", "Enable auto updates": "Automatikus frissítés engedélyezése",
"Enable error reporting (requires restart)": "Hibajelentés engedélyezése (újraindítást igényel)", "Enable error reporting (requires restart)": "Hibajelentés engedélyezése (újraindítást igényel)",
"Enable spellchecker (requires restart)": "Helyesírásellenőrzés engedélyezése (újraindítást igényel)", "Enable spellchecker (requires restart)": "Helyesírásellenőrzés engedélyezése (újraindítást igényel)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Gyári beállítások visszaállítása", "Factory Reset": "Gyári beállítások visszaállítása",
"Factory Reset Data": "Gyári adatok visszaállítása",
"File": "Fájl", "File": "Fájl",
"Find accounts": "Fiókok keresése", "Find accounts": "Fiókok keresése",
"Find accounts by email": "Fiók keresés e-mail alapján", "Find accounts by email": "Fiók keresés e-mail alapján",
@@ -51,6 +55,9 @@
"Hard Reload": "Teljes újratöltés", "Hard Reload": "Teljes újratöltés",
"Help": "Súgó", "Help": "Súgó",
"Help Center": "Súgóközpont", "Help Center": "Súgóközpont",
"Hide": "Elrejtés",
"Hide Others": "A többi elrejtése",
"Hide Zulip": "Hide Zulip",
"History": "Előzmények", "History": "Előzmények",
"History Shortcuts": "Előzmények gyorsbillentyűi", "History Shortcuts": "Előzmények gyorsbillentyűi",
"Keyboard Shortcuts": "Gyorsbillentyűk", "Keyboard Shortcuts": "Gyorsbillentyűk",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Az összes Zulip hang némítása", "Mute all sounds from Zulip": "Az összes Zulip hang némítása",
"NO": "NEM", "NO": "NEM",
"Network": "Hálózat", "Network": "Hálózat",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "VAGY", "OR": "VAGY",
"On macOS, the OS spellchecker is used.": "MacOS rendszereken az operációs rendszer helyesírásellenőrzőjét használjuk.",
"Organization URL": "Szervezet URL-je", "Organization URL": "Szervezet URL-je",
"Organizations": "Szervezetek", "Organizations": "Szervezetek",
"Paste": "Beillesztése", "Paste": "Beillesztése",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy szabályok", "Proxy rules": "Proxy szabályok",
"Quit": "Kilépés", "Quit": "Kilépés",
"Quit Zulip": "Kilépés a Zulip-ból", "Quit Zulip": "Kilépés a Zulip-ból",
"Quit when the window is closed": "Kilépés az ablak bezárásakor",
"Redo": "Újra", "Redo": "Újra",
"Release Notes": "Kiadási megjegyzések", "Release Notes": "Kiadási megjegyzések",
"Reload": "Újratöltés", "Reload": "Újratöltés",
"Report an Issue": "Hiba bejelentése", "Report an Issue": "Hiba bejelentése",
"Reset App Settings": "App beállítások törlése",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Mentés", "Save": "Mentés",
"Select All": "Mindet kijelöl", "Select All": "Mindet kijelöl",
"Services": "Szolgáltatások",
"Settings": "Beállítások", "Settings": "Beállítások",
"Shortcuts": "Gyorsbillentyűk", "Shortcuts": "Gyorsbillentyűk",
"Show App Logs": "Alkalmazásnaplók megtekintése",
"Show app icon in system tray": "Ikon megjelenítése a tálcán", "Show app icon in system tray": "Ikon megjelenítése a tálcán",
"Show app unread badge": "Az alkalmazás olvasatlan jelvényének megjelenítése", "Show app unread badge": "Az alkalmazás olvasatlan jelvényének megjelenítése",
"Show desktop notifications": "Az asztali értesítések megjelenítése", "Show desktop notifications": "Az asztali értesítések megjelenítése",
"Show downloaded files in file manager": "Letöltött állományok megjelenítése a fájlkezelőben",
"Show sidebar": "Oldalsáv megjelenítése", "Show sidebar": "Oldalsáv megjelenítése",
"Spellchecker Languages": "Helyesírásellenőrzés nyelvei",
"Start app at login": "Indítsa el az alkalmazást bejelentkezéskor", "Start app at login": "Indítsa el az alkalmazást bejelentkezéskor",
"Switch to Next Organization": "Váltás a következő szervezetre", "Switch to Next Organization": "Váltás a következő szervezetre",
"Switch to Previous Organization": "Váltás az előző szervezetre", "Switch to Previous Organization": "Váltás az előző szervezetre",
"These desktop app shortcuts extend the Zulip webapp's": "Az alábbi asztali gyorsbillentyűk kiegészítik a Zulip webapp gyorsbillentyűket.", "These desktop app shortcuts extend the Zulip webapp's": "Az alábbi asztali gyorsbillentyűk kiegészítik a Zulip webapp gyorsbillentyűket.",
"This will delete all application data including all added accounts and preferences": "Minden alkalmazásadat, hozzáadott fiók és beállítás törlése",
"Tip": "Tipp", "Tip": "Tipp",
"Toggle DevTools for Active Tab": "DevTools bekapcsolása az aktív fülön", "Toggle DevTools for Active Tab": "DevTools bekapcsolása az aktív fülön",
"Toggle DevTools for Zulip App": "DevTools bekapcsolása a Zulip App számára", "Toggle DevTools for Zulip App": "DevTools bekapcsolása a Zulip App számára",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Tálca ikon bekapcsolása", "Toggle Tray Icon": "Tálca ikon bekapcsolása",
"Tools": "Eszközök", "Tools": "Eszközök",
"Undo": "Visszavonás", "Undo": "Visszavonás",
"Unhide": "Felfedés",
"Upload": "Feltöltés", "Upload": "Feltöltés",
"Use system proxy settings (requires restart)": "A rendszer proxybeállításainak használata (újraindítást igényel)", "Use system proxy settings (requires restart)": "A rendszer proxybeállításainak használata (újraindítást igényel)",
"View": "Nézet", "View": "Nézet",
@@ -106,29 +118,10 @@
"Window": "Ablak", "Window": "Ablak",
"Window Shortcuts": "Ablak gyorsbillentyűk", "Window Shortcuts": "Ablak gyorsbillentyűk",
"YES": "IGEN", "YES": "IGEN",
"You can select a maximum of 3 languages for spellchecking.": "Maximum 3 nyelv választható ki helyesírásellenőrzéshez.",
"Zoom In": "Nagyítása", "Zoom In": "Nagyítása",
"Zoom Out": "Kicsinyítés", "Zoom Out": "Kicsinyítés",
"Zulip Help": "Zulip Súgó",
"keyboard shortcuts": "gyorsbillentyűk", "keyboard shortcuts": "gyorsbillentyűk",
"script": "parancsfájl", "script": "parancsfájl",
"Quit when the window is closed": "Kilépés az ablak bezárásakor", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Letöltés előtt kérdezze meg a mentés helyét",
"Services": "Szolgáltatások",
"Hide": "Elrejtés",
"Hide Others": "A többi elrejtése",
"Unhide": "Felfedés",
"AddServer": "Szerver hozzáadás",
"App language (requires restart)": "Alkalmazás nyelve (újraindítást igényel)",
"Factory Reset Data": "Gyári adatok visszaállítása",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Alkalmazásadatok törlése - törlődnek a csatlakoztatott szervezetek, fiókok és tanúsítványok is.",
"On macOS, the OS spellchecker is used.": "MacOS rendszereken az operációs rendszer helyesírásellenőrzőjét használjuk.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "A nyelv a Rendszerbeállítások → Billentyűzet → Szöveg → Helyesírás pontban változtatható meg.",
"Copy Link": "Hivatkozás másolása",
"Copy Image": "Kép másolása",
"Copy Image URL": "Kép címének másolása",
"No Suggestion Found": "Nem találtunk javaslatot",
"You can select a maximum of 3 languages for spellchecking.": "Maximum 3 nyelv választható ki helyesírásellenőrzéshez.",
"Spellchecker Languages": "Helyesírásellenőrzés nyelvei",
"Add to Dictionary": "Hozzáadás a szótárhoz",
"Look Up": "Keresés"
} }

127
public/translations/id.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Tentang Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Ubah",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Tutup",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Temukan akun",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL Organisasi",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Simpan",
"Select All": "Select All",
"Services": "Services",
"Settings": "Pengaturan",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "A proposito di Zulip", "About Zulip": "A proposito di Zulip",
"Actual Size": "Dimensione Attuale", "Actual Size": "Dimensione Attuale",
"Add Custom Certificates": "Aggiungi Certificati Personali",
"Add Organization": "Aggiungi Organizzazione", "Add Organization": "Aggiungi Organizzazione",
"Add a Zulip organization": "Aggiungi organizzazione a Zulip", "Add a Zulip organization": "Aggiungi organizzazione a Zulip",
"Add custom CSS": "Aggiungi codice CSS personale", "Add custom CSS": "Aggiungi codice CSS personalizzato",
"AddServer": "AddServer",
"Advanced": "Avanzate", "Advanced": "Avanzate",
"All the connected organizations will appear here": "Tutte le organizzazioni connesse appariranno qui", "All the connected organizations will appear here.": "Tutte le organizzazioni collegate appariranno qui.",
"Always start minimized": "Avvia sempre minimizzato", "Always start minimized": "Avvia sempre minimizzato",
"App Updates": "Aggiornamenti App", "App Updates": "Aggiornamenti App",
"App language (requires restart)": "Lingua applicazione (richiede riavvio)",
"Appearance": "Aspetto", "Appearance": "Aspetto",
"Application Shortcuts": "Scorciatoia Applicazione", "Application Shortcuts": "Scorciatoie Applicazione",
"Are you sure you want to disconnect this organization?": "Sei sicuro di volerti scollegare da questa organizzazione?", "Are you sure you want to disconnect this organization?": "Sei sicuro di volerti scollegare da questa organizzazione?",
"Ask where to save files before downloading": "Chiedi dove salvare i file prima di scaricarli",
"Auto hide Menu bar": "Nascondi automaticamente la barra del Menù", "Auto hide Menu bar": "Nascondi automaticamente la barra del Menù",
"Auto hide menu bar (Press Alt key to display)": "Nascondi automaticamente la barra del menù (Premi il tasto Alt per visualizzarlo)", "Auto hide menu bar (Press Alt key to display)": "Nascondi automaticamente la barra del menù (Premi il tasto Alt per visualizzarlo)",
"Back": "Indietro", "Back": "Indietro",
"Bounce dock on new private message": "Lampeggia icona sula barra alla ricezione di un nuovo messaggio privato", "Bounce dock on new private message": "Lampeggia icona sula barra alla ricezione di un nuovo messaggio privato",
"Certificate file": "File Certificato",
"Change": "Modifica", "Change": "Modifica",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Cambia la lingua in Preferenze di Sistema → Tastiera → Testo → Ortografia.",
"Check for Updates": "Controlla aggiornamenti", "Check for Updates": "Controlla aggiornamenti",
"Close": "Chiudi", "Close": "Chiudi",
"Connect": "Connetti", "Connect": "Connetti",
@@ -29,17 +31,19 @@
"Cut": "Taglia", "Cut": "Taglia",
"Default download location": "Percorso predefinito di download", "Default download location": "Percorso predefinito di download",
"Delete": "Cancella", "Delete": "Cancella",
"Desktop App Settings": "Impostazioni App Desktop",
"Desktop Notifications": "Notifiche Desktop", "Desktop Notifications": "Notifiche Desktop",
"Desktop Settings": "Impostazioni Desktop", "Desktop Settings": "Impostazioni Desktop",
"Disconnect": "Disconnetti", "Disconnect": "Disconnetti",
"Download App Logs": "Scarica Log Applicativi", "Download App Logs": "Scarica Log Applicativi",
"Edit": "Modifica", "Edit": "Modifica",
"Edit Shortcuts": "Edita Scorciatoie", "Edit Shortcuts": "Edita Scorciatoie",
"Emoji & Symbols": "Emoji e simboli",
"Enable auto updates": "Abilita aggiornamenti automatici", "Enable auto updates": "Abilita aggiornamenti automatici",
"Enable error reporting (requires restart)": "Abilita segnalazione errori (richiede riavvio)", "Enable error reporting (requires restart)": "Abilita segnalazione errori (richiede riavvio)",
"Enable spellchecker (requires restart)": "Abilita correttore ortografico (richiede riavvio)", "Enable spellchecker (requires restart)": "Abilita correttore ortografico (richiede riavvio)",
"Enter Full Screen": "Accedi a Schermo intero",
"Factory Reset": "Reset di fabbrica", "Factory Reset": "Reset di fabbrica",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Trova account", "Find accounts": "Trova account",
"Find accounts by email": "Trova account tramite email", "Find accounts by email": "Trova account tramite email",
@@ -51,17 +55,22 @@
"Hard Reload": "Forza Ricarica", "Hard Reload": "Forza Ricarica",
"Help": "Aiuto", "Help": "Aiuto",
"Help Center": "Centro di aiuto", "Help Center": "Centro di aiuto",
"Hide": "Nascondi",
"Hide Others": "Nascondi gli altri",
"Hide Zulip": "Nascondi Zulip",
"History": "Storico", "History": "Storico",
"History Shortcuts": "Cronologia Scorciatoie", "History Shortcuts": "Cronologia Scorciatoie",
"Keyboard Shortcuts": "Scorciatoie Tastiera", "Keyboard Shortcuts": "Scorciatoie Tastiera",
"Log Out": "Log Out", "Log Out": "Esci",
"Log Out of Organization": "Log Out dall'organizzazione", "Log Out of Organization": "Esci dall'organizzazione",
"Manual proxy configuration": "Configurazione proxy manuale", "Manual proxy configuration": "Configurazione proxy manuale",
"Minimize": "Minimizza", "Minimize": "Minimizza",
"Mute all sounds from Zulip": "Silenzia tutti i suoni di Zulip", "Mute all sounds from Zulip": "Silenzia tutti i suoni di Zulip",
"NO": "NO", "NO": "NO",
"Network": "Rete", "Network": "Rete",
"Network and Proxy Settings": "Impostazioni di rete e proxy",
"OR": "O", "OR": "O",
"On macOS, the OS spellchecker is used.": "Su macOS, è usato il correttore ortografico di sistema.",
"Organization URL": "URL dell'organizzazione", "Organization URL": "URL dell'organizzazione",
"Organizations": "Organizzazioni", "Organizations": "Organizzazioni",
"Paste": "Incolla", "Paste": "Incolla",
@@ -71,26 +80,28 @@
"Proxy rules": "Regole Proxy", "Proxy rules": "Regole Proxy",
"Quit": "Esci", "Quit": "Esci",
"Quit Zulip": "Esci da Zulip", "Quit Zulip": "Esci da Zulip",
"Quit when the window is closed": "Esci quando la finestra è chiusa",
"Redo": "Rifare", "Redo": "Rifare",
"Release Notes": "Note di Rilascio", "Release Notes": "Note di Rilascio",
"Reload": "Ricarica", "Reload": "Ricarica",
"Report an Issue": "Segnala Un Problema", "Report an Issue": "Segnala Un Problema",
"Reset App Settings": "Resetta Impostazioni Applicazione",
"Reset the application, thus deleting all the connected organizations and accounts.": "Ripristina l'applicazione, eliminando così tutte le organizzazioni e gli account collegati.",
"Save": "Salva", "Save": "Salva",
"Select All": "Seleziona Tutto", "Select All": "Seleziona Tutto",
"Services": "Servizi",
"Settings": "Impostazioni", "Settings": "Impostazioni",
"Shortcuts": "Scorciatoie", "Shortcuts": "Scorciatoie",
"Show App Logs": "Mostra i Log Applicativi",
"Show app icon in system tray": "Mostra icona applicazione nella barra di sistema", "Show app icon in system tray": "Mostra icona applicazione nella barra di sistema",
"Show app unread badge": "Mostra icona notifiche non lette", "Show app unread badge": "Mostra icona notifiche non lette",
"Show desktop notifications": "Mostra notifiche desktop", "Show desktop notifications": "Mostra notifiche desktop",
"Show downloaded files in file manager": "Mostra i file scaricati nel file manager",
"Show sidebar": "Mostra barra laterale", "Show sidebar": "Mostra barra laterale",
"Start app at login": "Avvia l'applicazione alla login", "Spellchecker Languages": "Lingue correttore ortografico",
"Start app at login": "Avvia l'applicazione all'avvio",
"Switch to Next Organization": "Passa alla Prossima Organizzazione", "Switch to Next Organization": "Passa alla Prossima Organizzazione",
"Switch to Previous Organization": "Passa alla Precedente Organizzazione", "Switch to Previous Organization": "Passa alla Precedente Organizzazione",
"These desktop app shortcuts extend the Zulip webapp's": "Queste scorciatoie per l'app desktop, estendono le webapp di Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Queste scorciatoie per l'app desktop, estendono le webapp di Zulip",
"This will delete all application data including all added accounts and preferences": "Questo cancellerà tutti i dati applicativi inclusi tutti gli account e le preferenze", "Tip": "Consiglio",
"Tip": "Mancia",
"Toggle DevTools for Active Tab": "Attiva/Disattiva Tool di Sviluppo per il Tab Attivo", "Toggle DevTools for Active Tab": "Attiva/Disattiva Tool di Sviluppo per il Tab Attivo",
"Toggle DevTools for Zulip App": "Attiva/Disattiva Tool di Sviluppo per l'applicazione Zulip", "Toggle DevTools for Zulip App": "Attiva/Disattiva Tool di Sviluppo per l'applicazione Zulip",
"Toggle Do Not Disturb": "Attiva/Disattiva il Non Disturbare", "Toggle Do Not Disturb": "Attiva/Disattiva il Non Disturbare",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Abilita/Disabilita Icona nella Tray Bar", "Toggle Tray Icon": "Abilita/Disabilita Icona nella Tray Bar",
"Tools": "Strumenti", "Tools": "Strumenti",
"Undo": "Annulla", "Undo": "Annulla",
"Unhide": "Mostra",
"Upload": "Carica", "Upload": "Carica",
"Use system proxy settings (requires restart)": "Usa impostazioni proxy di sistema (richiede riavvio)", "Use system proxy settings (requires restart)": "Usa impostazioni proxy di sistema (richiede riavvio)",
"View": "Visualizza", "View": "Visualizza",
@@ -106,29 +118,10 @@
"Window": "Finestra", "Window": "Finestra",
"Window Shortcuts": "Scorciatoie Finestra", "Window Shortcuts": "Scorciatoie Finestra",
"YES": "SI", "YES": "SI",
"You can select a maximum of 3 languages for spellchecking.": "Puoi selezionare fino ad un massimo di 3 lingue per il correttore ortografico",
"Zoom In": "Ingrandisci", "Zoom In": "Ingrandisci",
"Zoom Out": "Riduci", "Zoom Out": "Riduci",
"Zulip Help": "Guida di Zulip",
"keyboard shortcuts": "scorciatoie tastiera", "keyboard shortcuts": "scorciatoie tastiera",
"script": "script", "script": "script",
"Quit when the window is closed": "Esci quando la finestra è chiusa", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} esegue una versione obsoleta di Zulip Server {{{version}}}. Potrebbe non funzionare completamente in questa app."
"Ask where to save files before downloading": "Chiedi dove salvare i file prima di scaricarli",
"Services": "Servizi",
"Hide": "Nascondi",
"Hide Others": "Nascondi gli altri",
"Unhide": "Mostra",
"AddServer": "AddServer",
"App language (requires restart)": "Lingua applicazione (richiede riavvio)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "Su macOS, è usato il correttore ortografico di sistema.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copia link",
"Copy Image": "Copia immagine",
"Copy Image URL": "Copia URL dell'immagine",
"No Suggestion Found": "Nessun suggerimento trovato",
"You can select a maximum of 3 languages for spellchecking.": "Puoi selezionare fino ad un massimo di 3 lingue per il correttore ortografico",
"Spellchecker Languages": "Lingue correttore ortografico",
"Add to Dictionary": "Aggiungi al dizionario",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Zulip について", "About Zulip": "Zulip について",
"Actual Size": "実際のサイズ", "Actual Size": "サイズを元に戻す",
"Add Custom Certificates": "カスタム証明書を追加",
"Add Organization": "組織を追加", "Add Organization": "組織を追加",
"Add a Zulip organization": "新しいZulip組織を追加", "Add a Zulip organization": "新しいZulip組織を追加",
"Add custom CSS": "カスタムCSSを追加", "Add custom CSS": "カスタムCSSを追加",
"AddServer": "AddServer",
"Advanced": "その他", "Advanced": "その他",
"All the connected organizations will appear here": "接続済みの組織はすべてここに表示されます", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "常に最小化して起動", "Always start minimized": "常に最小化して起動",
"App Updates": "アプリのアップデート", "App Updates": "アプリのアップデート",
"App language (requires restart)": "アプリの言語設定 (再起動が必要です)",
"Appearance": "外観", "Appearance": "外観",
"Application Shortcuts": "アプリケーションのショートカット", "Application Shortcuts": "アプリケーションのショートカット",
"Are you sure you want to disconnect this organization?": "本当にこの組織から脱退しますか?", "Are you sure you want to disconnect this organization?": "本当にこの組織から脱退しますか?",
"Ask where to save files before downloading": "ダウンロード時にファイルの保存先を指定する",
"Auto hide Menu bar": "メニューバーを自動的に隠す", "Auto hide Menu bar": "メニューバーを自動的に隠す",
"Auto hide menu bar (Press Alt key to display)": "メニューバーを自動的に隠す Altキーを押すと表示", "Auto hide menu bar (Press Alt key to display)": "メニューバーを自動的に隠す Altキーを押すと表示",
"Back": "戻る", "Back": "戻る",
"Bounce dock on new private message": "新しいプライベートメッセージがあると Dock アイコンが跳ねる", "Bounce dock on new private message": "新しいプライベートメッセージがあると Dock アイコンが跳ねる",
"Certificate file": "証明書ファイル",
"Change": "変更", "Change": "変更",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "アップデートを確認", "Check for Updates": "アップデートを確認",
"Close": "閉じる", "Close": "閉じる",
"Connect": "接続", "Connect": "接続",
@@ -26,20 +28,22 @@
"Copy": "コピー", "Copy": "コピー",
"Copy Zulip URL": "Zulip URL をコピー", "Copy Zulip URL": "Zulip URL をコピー",
"Create a new organization": "新しい組織を作成", "Create a new organization": "新しい組織を作成",
"Cut": "カット", "Cut": "切り取り",
"Default download location": "デフォルトのダウンロードフォルダ", "Default download location": "デフォルトのダウンロードフォルダ",
"Delete": "削除", "Delete": "削除",
"Desktop App Settings": "デスクトップアプリの設定",
"Desktop Notifications": "デスクトップ通知", "Desktop Notifications": "デスクトップ通知",
"Desktop Settings": "デスクトップ設定", "Desktop Settings": "デスクトップ設定",
"Disconnect": "切断", "Disconnect": "切断",
"Download App Logs": "アプリログをダウンロード", "Download App Logs": "アプリログをダウンロード",
"Edit": "編集", "Edit": "編集",
"Edit Shortcuts": "ショートカットを編集", "Edit Shortcuts": "ショートカットを編集",
"Emoji & Symbols": "絵文字と記号",
"Enable auto updates": "自動更新を有効にする", "Enable auto updates": "自動更新を有効にする",
"Enable error reporting (requires restart)": "エラー報告を有効にする再起動が必要", "Enable error reporting (requires restart)": "エラー報告を有効にする (再起動が必要です)",
"Enable spellchecker (requires restart)": "スペルチェッカーを有効にする再起動が必要", "Enable spellchecker (requires restart)": "スペルチェッを有効にする (再起動が必要です)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "ファクトリーリセット", "Factory Reset": "ファクトリーリセット",
"Factory Reset Data": "Factory Reset Data",
"File": "ファイル", "File": "ファイル",
"Find accounts": "アカウントを探す", "Find accounts": "アカウントを探す",
"Find accounts by email": "メールでアカウントを探す", "Find accounts by email": "メールでアカウントを探す",
@@ -51,6 +55,9 @@
"Hard Reload": "ハードリロード", "Hard Reload": "ハードリロード",
"Help": "ヘルプ", "Help": "ヘルプ",
"Help Center": "ヘルプセンター", "Help Center": "ヘルプセンター",
"Hide": "非表示",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "履歴", "History": "履歴",
"History Shortcuts": "履歴ショートカット", "History Shortcuts": "履歴ショートカット",
"Keyboard Shortcuts": "キーボードショートカット", "Keyboard Shortcuts": "キーボードショートカット",
@@ -61,74 +68,60 @@
"Mute all sounds from Zulip": "Zulip からのすべてのサウンドをミュート", "Mute all sounds from Zulip": "Zulip からのすべてのサウンドをミュート",
"NO": "いいえ", "NO": "いいえ",
"Network": "ネットワーク", "Network": "ネットワーク",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "または", "OR": "または",
"On macOS, the OS spellchecker is used.": "macOSでは、OSのスペルチェックが使用されます。",
"Organization URL": "組織のURL", "Organization URL": "組織のURL",
"Organizations": "組織", "Organizations": "組織",
"Paste": "ペースト", "Paste": "貼り付け",
"Paste and Match Style": "ペーストしてスタイルをわせ", "Paste and Match Style": "スタイルをわせて貼り付け",
"Proxy": "プロキシ", "Proxy": "プロキシ",
"Proxy bypass rules": "プロキシバイパスルール", "Proxy bypass rules": "プロキシバイパスルール",
"Proxy rules": "プロキシルール", "Proxy rules": "プロキシルール",
"Quit": "退出", "Quit": "終了",
"Quit Zulip": "Zulip を終了", "Quit Zulip": "Zulip を終了",
"Quit when the window is closed": "ウインドウを閉じるときに自動的に退出",
"Redo": "やり直す", "Redo": "やり直す",
"Release Notes": "リリースノート", "Release Notes": "リリースノート",
"Reload": "リロード", "Reload": "リロード",
"Report an Issue": "問題を報告する", "Report an Issue": "問題を報告する",
"Reset App Settings": "アプリの設定をリセット",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "保存", "Save": "保存",
"Select All": "すべて選択", "Select All": "すべて選択",
"Services": "サービス",
"Settings": "設定", "Settings": "設定",
"Shortcuts": "ショートカット", "Shortcuts": "ショートカット",
"Show App Logs": "アプリログを表示する",
"Show app icon in system tray": "システムトレイにアプリアイコンを表示する", "Show app icon in system tray": "システムトレイにアプリアイコンを表示する",
"Show app unread badge": "アプリの未読バッジを表示する", "Show app unread badge": "アプリの未読バッジを表示する",
"Show desktop notifications": "デスクトップ通知を表示する", "Show desktop notifications": "デスクトップ通知を表示する",
"Show downloaded files in file manager": "ダウンロードしたファイルをファイルマネージャに表示する",
"Show sidebar": "サイドバーを表示", "Show sidebar": "サイドバーを表示",
"Spellchecker Languages": "スペルチェックの言語",
"Start app at login": "ログイン時にアプリを起動する", "Start app at login": "ログイン時にアプリを起動する",
"Switch to Next Organization": "次の組織に切り替える", "Switch to Next Organization": "次の組織に切り替える",
"Switch to Previous Organization": "前の組織に切り替える", "Switch to Previous Organization": "前の組織に切り替える",
"These desktop app shortcuts extend the Zulip webapp's": "これらのデスクトップアプリのショートカットは Zulip Web アプリケーションのショートカットを拡張します。", "These desktop app shortcuts extend the Zulip webapp's": "これらのデスクトップアプリのショートカットは Zulip Web アプリケーションのショートカットを拡張します。",
"This will delete all application data including all added accounts and preferences": "これにより、追加されたすべてのアカウントと設定を含むすべてのアプリケーションデータが削除されます",
"Tip": "ヒント", "Tip": "ヒント",
"Toggle DevTools for Active Tab": "アクティブなタブの DevTools を切り替え", "Toggle DevTools for Active Tab": "アクティブなタブの DevTools を切り替え",
"Toggle DevTools for Zulip App": "Zulip App の DevTools を切り替え", "Toggle DevTools for Zulip App": "Zulip App の DevTools を切り替え",
"Toggle Do Not Disturb": "サイレントモードの切り替え", "Toggle Do Not Disturb": "サイレントモードの切り替え",
"Toggle Full Screen": "フルスクリーン切り替え", "Toggle Full Screen": "フルスクリーン切り替え",
"Toggle Sidebar": "サイドバーの切り替え", "Toggle Sidebar": "サイドバーの切り替え",
"Toggle Tray Icon": "トレイアイコンの切り替え", "Toggle Tray Icon": "トレイアイコンの切り替え",
"Tools": "ツール", "Tools": "ツール",
"Undo": "アンドゥ", "Undo": "元に戻す",
"Unhide": "表示",
"Upload": "アップロード", "Upload": "アップロード",
"Use system proxy settings (requires restart)": "システムのプロキシ設定を使用する再起動が必要", "Use system proxy settings (requires restart)": "システムのプロキシ設定を使用する (再起動が必要です)",
"View": "表示", "View": "表示",
"View Shortcuts": "ショートカットを表示", "View Shortcuts": "ショートカットを表示",
"Window": "ウインドウ", "Window": "ウインドウ",
"Window Shortcuts": "ウィンドウショートカット", "Window Shortcuts": "ウィンドウショートカット",
"YES": "はい", "YES": "はい",
"You can select a maximum of 3 languages for spellchecking.": "最大で3つの言語のスペルチェックを選択できます。",
"Zoom In": "拡大", "Zoom In": "拡大",
"Zoom Out": "縮小", "Zoom Out": "縮小",
"Zulip Help": "Zulip ヘルプ",
"keyboard shortcuts": "キーボードショートカット", "keyboard shortcuts": "キーボードショートカット",
"script": "スクリプト", "script": "スクリプト",
"Quit when the window is closed": "ウインドウを閉じるときに自動的に退出", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,45 +1,49 @@
{ {
"About Zulip": "Zulip에 대해", "About Zulip": "Zulip에 대해",
"Actual Size": "실제 크기", "Actual Size": "실제 크기",
"Add Custom Certificates": "사용자 지정 인증서 추가",
"Add Organization": "조직 추가", "Add Organization": "조직 추가",
"Add a Zulip organization": "새로운 Zulip 조직 추가", "Add a Zulip organization": "새로운 Zulip 조직 추가",
"Add custom CSS": "맞춤 CSS 추가", "Add custom CSS": "맞춤 CSS 추가",
"AddServer": "서버추가",
"Advanced": "많은", "Advanced": "많은",
"All the connected organizations will appear here": "연결된 모든 조직이 여기에 표시됩니다.", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "항상 최소화 된 상태로 시작하십시오.", "Always start minimized": "항상 최소화 된 상태로 시작하십시오.",
"App Updates": "앱 업데이트", "App Updates": "앱 업데이트",
"App language (requires restart)": "앱 언어 (재시작 필요함)",
"Appearance": "외관", "Appearance": "외관",
"Application Shortcuts": "애플리케이션 단축키", "Application Shortcuts": "애플리케이션 단축키",
"Are you sure you want to disconnect this organization?": "이 조직의 연결을 해제 하시겠습니까?", "Are you sure you want to disconnect this organization?": "이 조직의 연결을 해제 하시겠습니까?",
"Ask where to save files before downloading": "다운로드 전에 어디에 파일을 저장할지 묻기",
"Auto hide Menu bar": "메뉴 바 자동 숨기기", "Auto hide Menu bar": "메뉴 바 자동 숨기기",
"Auto hide menu bar (Press Alt key to display)": "메뉴 바 자동 숨기기 (표시하려면 Alt 키를 누릅니다)", "Auto hide menu bar (Press Alt key to display)": "메뉴 바 자동 숨기기 (표시하려면 Alt 키를 누릅니다)",
"Back": "뒤로가기", "Back": "뒤로가기",
"Bounce dock on new private message": "새로운 비공개 메시지에 바운스 독", "Bounce dock on new private message": "새로운 비공개 메시지에 바운스 독",
"Certificate file": "인증서 파일", "Change": "변경",
"Change": "변화", "Change the language from System Preferences → Keyboard → Text → Spelling.": "시스템 환경설정 → 키보드 → 텍스트 → 맞춤법에서 언어를 바꾸세요.",
"Check for Updates": "업데이트 확인", "Check for Updates": "업데이트 확인",
"Close": "닫기", "Close": "닫기",
"Connect": "잇다", "Connect": "연결",
"Connect to another organization": "다른 조직에 연결", "Connect to another organization": "다른 조직에 연결",
"Connected organizations": "연결된 조직", "Connected organizations": "연결된 조직",
"Copy": "복사", "Copy": "복사",
"Copy Zulip URL": "Zulip URL 복사", "Copy Zulip URL": "Zulip URL 복사",
"Create a new organization": "새 조직 만들기", "Create a new organization": "새 조직 만들기",
"Cut": "절단", "Cut": "잘라내기",
"Default download location": "기본 다운로드 위치", "Default download location": "기본 다운로드 위치",
"Delete": "삭제", "Delete": "삭제",
"Desktop App Settings": "데스크톱 앱 설정",
"Desktop Notifications": "데스크톱 알림", "Desktop Notifications": "데스크톱 알림",
"Desktop Settings": "데스크톱 설정", "Desktop Settings": "데스크톱 설정",
"Disconnect": "연결 끊기", "Disconnect": "연결 끊기",
"Download App Logs": "앱 로그 다운로드", "Download App Logs": "앱 로그 다운로드",
"Edit": "편집하다", "Edit": "편집하다",
"Edit Shortcuts": "바로 가기 편집", "Edit Shortcuts": "바로 가기 편집",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "자동 업데이트 사용", "Enable auto updates": "자동 업데이트 사용",
"Enable error reporting (requires restart)": "오류보고 사용 (재시작 필요)", "Enable error reporting (requires restart)": "오류보고 사용 (재시작 필요)",
"Enable spellchecker (requires restart)": "맞춤법 검사기 사용 (재시작 필요)", "Enable spellchecker (requires restart)": "맞춤법 검사기 사용 (재시작 필요)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "공장 초기화", "Factory Reset": "공장 초기화",
"Factory Reset Data": "공장 초기화 정보",
"File": "파일", "File": "파일",
"Find accounts": "계정 찾기", "Find accounts": "계정 찾기",
"Find accounts by email": "이메일을 통한 계정 찾기", "Find accounts by email": "이메일을 통한 계정 찾기",
@@ -51,45 +55,52 @@
"Hard Reload": "하드 다시로드", "Hard Reload": "하드 다시로드",
"Help": "도움", "Help": "도움",
"Help Center": "지원 센터", "Help Center": "지원 센터",
"History": "역사", "Hide": "숨기기",
"History Shortcuts": "연혁 단축키", "Hide Others": "나머지 숨기기",
"Hide Zulip": "Hide Zulip",
"History": "히스토리",
"History Shortcuts": "히스토리 단축키",
"Keyboard Shortcuts": "키보드 단축키", "Keyboard Shortcuts": "키보드 단축키",
"Log Out": "로그 아웃", "Log Out": "로그 아웃",
"Log Out of Organization": "조직에서 로그 아웃", "Log Out of Organization": "조직에서 로그 아웃",
"Manual proxy configuration": "수동 프록시 구성", "Manual proxy configuration": "수동 프록시 구성",
"Minimize": "최소화", "Minimize": "최소화",
"Mute all sounds from Zulip": "튤립에서 모든 소리를 음소거합니다.", "Mute all sounds from Zulip": "Zulip에서 모든 소리를 음소거합니다.",
"NO": "아니", "NO": "아니",
"Network": "회로망", "Network": "네트워크",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "또는", "OR": "또는",
"On macOS, the OS spellchecker is used.": "macOS에서는 운영체제의 맞춤법 검사기가 사용됩니다.",
"Organization URL": "조직 URL", "Organization URL": "조직 URL",
"Organizations": "단체", "Organizations": "조직",
"Paste": "붙여넣기", "Paste": "붙여넣기",
"Paste and Match Style": "붙여 넣기 및 스타일 일치", "Paste and Match Style": "스타일 일치시켜 붙여넣기",
"Proxy": "대리", "Proxy": "프록시",
"Proxy bypass rules": "프록시 우회 규칙", "Proxy bypass rules": "프록시 우회 규칙",
"Proxy rules": "프록시 규칙", "Proxy rules": "프록시 규칙",
"Quit": "떠나다", "Quit": "종료",
"Quit Zulip": "Zulip 을 종료하십시오.", "Quit Zulip": "Zulip 을 종료합니다.",
"Redo": "다시 하다", "Quit when the window is closed": "윈도우가 닫히면 종료",
"Redo": "다시실행",
"Release Notes": "릴리즈 노트", "Release Notes": "릴리즈 노트",
"Reload": "다시로드", "Reload": "새로고침",
"Report an Issue": "문제 신고", "Report an Issue": "문제 신고",
"Save": "구하다", "Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "저장",
"Select All": "모두 선택", "Select All": "모두 선택",
"Services": "서비스들",
"Settings": "설정", "Settings": "설정",
"Shortcuts": "바로 가기", "Shortcuts": "바로 가기",
"Show App Logs": "앱 로그 보기",
"Show app icon in system tray": "시스템 트레이에 앱 아이콘 표시", "Show app icon in system tray": "시스템 트레이에 앱 아이콘 표시",
"Show app unread badge": "앱에 읽지 않은 배지 표시", "Show app unread badge": "앱에 읽지 않은 배지 표시",
"Show desktop notifications": "바탕 화면 알림 표시", "Show desktop notifications": "바탕 화면 알림 표시",
"Show downloaded files in file manager": "파일 관리자에서 다운로드 한 파일 표시",
"Show sidebar": "사이드 바 표시", "Show sidebar": "사이드 바 표시",
"Spellchecker Languages": "맞춤법 검사기 언어",
"Start app at login": "로그인시 앱 시작", "Start app at login": "로그인시 앱 시작",
"Switch to Next Organization": "다음 조직으로 전환", "Switch to Next Organization": "다음 조직으로 전환",
"Switch to Previous Organization": "이전 조직으로 전환", "Switch to Previous Organization": "이전 조직으로 전환",
"These desktop app shortcuts extend the Zulip webapp's": "이러한 데스크톱 앱 바로 가기 Zulip 웹 앱을 확장합니다.", "These desktop app shortcuts extend the Zulip webapp's": "데스크톱 앱 바로 가기들은 Zulip 웹 앱을 확장합니다.",
"This will delete all application data including all added accounts and preferences": "이렇게하면 추가 된 모든 계정 및 환경 설정을 포함한 모든 응용 프로그램 데이터가 삭제됩니다.",
"Tip": "팁", "Tip": "팁",
"Toggle DevTools for Active Tab": "DevTools for Active Tab 토글", "Toggle DevTools for Active Tab": "DevTools for Active Tab 토글",
"Toggle DevTools for Zulip App": "Zulip App 용 DevTools 토글", "Toggle DevTools for Zulip App": "Zulip App 용 DevTools 토글",
@@ -98,37 +109,19 @@
"Toggle Sidebar": "사이드 바 전환", "Toggle Sidebar": "사이드 바 전환",
"Toggle Tray Icon": "트레이 아이콘 토글", "Toggle Tray Icon": "트레이 아이콘 토글",
"Tools": "도구들", "Tools": "도구들",
"Undo": "끄르다", "Undo": "되돌리기",
"Upload": "업로드", "Unhide": "나타내기",
"Upload": "올리기",
"Use system proxy settings (requires restart)": "시스템 프록시 설정 사용 (다시 시작해야 함)", "Use system proxy settings (requires restart)": "시스템 프록시 설정 사용 (다시 시작해야 함)",
"View": "전망", "View": "보기",
"View Shortcuts": "바로가기 보기", "View Shortcuts": "바로가기 보기",
"Window": "창", "Window": "창",
"Window Shortcuts": "창 바로 가기", "Window Shortcuts": "창 바로 가기",
"YES": "예", "YES": "예",
"You can select a maximum of 3 languages for spellchecking.": "최대 3개 언어에 대한 맞춤법 검사기를 선택할수 있습니다.",
"Zoom In": "확대", "Zoom In": "확대",
"Zoom Out": "축소", "Zoom Out": "축소",
"Zulip Help": "Zulip 도움말",
"keyboard shortcuts": "키보드 단축키", "keyboard shortcuts": "키보드 단축키",
"script": "스크립트", "script": "스크립트",
"Quit when the window is closed": "윈도우가 닫히면 종료", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Uždaryti", "Close": "Uždaryti",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Nustatymai", "Settings": "Nustatymai",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/lv.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Par Zulip",
"Actual Size": "Patiesais izmērs",
"Add Organization": "Pievienot Organizāciju",
"Add a Zulip organization": "Pievienot Zulip organizāciju",
"Add custom CSS": "Pievienot pielāgotu CSS",
"AddServer": "Pievienot serveri",
"Advanced": "Papildus",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Vienmēr palaist samazinātu",
"App Updates": "Programmas atjauninājumi",
"App language (requires restart)": "Programmas valoda (nepieciešama restartēšana)",
"Appearance": "Izskats",
"Application Shortcuts": "Programmas īsinājumtaustiņi",
"Are you sure you want to disconnect this organization?": "Vai tiešām vēlaties atvienoties no šīs organizācijas?",
"Ask where to save files before downloading": "Pirms lejupielādes jautāt, kur saglabāt failus",
"Auto hide Menu bar": "Automātiski slēpt izvēļņu joslu",
"Auto hide menu bar (Press Alt key to display)": "Automātiski slēpt izvēļņu joslu (lai parādītu, nospiediet taustiņu Alt)",
"Back": "Atpakaļ",
"Bounce dock on new private message": "Tirināt doka ikonu, kad saņemts jauns privāts ziņojums",
"Change": "Mainīt",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Mainīt valodu var zem System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Pārbaudīt, vai ir pieejami atjauninājumi",
"Close": "Aizvērt",
"Connect": "Pievienoties",
"Connect to another organization": "Pievienoties citai organizācijai",
"Connected organizations": "Organizācijas, kurā esmu pievienojies",
"Copy": "Kopēt",
"Copy Zulip URL": "Kopēt Zulip URL",
"Create a new organization": "Izveidot jaunu organizāciju",
"Cut": "Izgriezt",
"Default download location": "Noklusētā lejupielādes mape",
"Delete": "Dzēst",
"Desktop Notifications": "Darbvirsmas paziņojumi",
"Desktop Settings": "Darbvirsmas iestatījumi",
"Disconnect": "Atvienot",
"Download App Logs": "Lejupielādēt programmas žurnālus",
"Edit": "Rediģēt",
"Edit Shortcuts": "Rediģēt īsinājumtaustiņi",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Iespējot automātisko atjaunināšanu",
"Enable error reporting (requires restart)": "Iespējot kļūdu ziņošanu (nepieciešama restartēšana)",
"Enable spellchecker (requires restart)": "Iespējot pareizrakstības pārbaudi (nepieciešama restartēšana)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Atiestatīt programmu",
"Factory Reset Data": "Programmas datu atiestatīšana",
"File": "Fails",
"Find accounts": "Meklēt kontus",
"Find accounts by email": "Meklēt kontus, izmantojot e-pastu",
"Flash taskbar on new message": "Zibsnīt uzdevumjoslu, kad saņemts jauns ziņojums",
"Forward": "Uz priekšu",
"Functionality": "Funkcionalitāte",
"General": "Vispārīgie",
"Get beta updates": "Saņemt beta atjauninājumus",
"Hard Reload": "Pārlādēt piespiedu",
"Help": "Palīgs",
"Help Center": "Palīdzības centrs",
"Hide": "Paslēpt",
"Hide Others": "Paslēpt pārējos",
"Hide Zulip": "Hide Zulip",
"History": "Vēsture",
"History Shortcuts": "Vēstures īsinājumtaustiņi",
"Keyboard Shortcuts": "Tastatūras īsinājumtaustiņi",
"Log Out": "Atteikties",
"Log Out of Organization": "Atteikties no organizācijas",
"Manual proxy configuration": "Manuālā starpniekservera konfigurācija",
"Minimize": "Minimizēt",
"Mute all sounds from Zulip": "Izslēgt visas Zulip skaņas",
"NO": "NĒ",
"Network": "Tīkls",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "VAI",
"On macOS, the OS spellchecker is used.": "Operētājsistēmā macOS tiek izmantota OS pareizrakstības pārbaude.",
"Organization URL": "Organizācijas URL",
"Organizations": "Organizācijas",
"Paste": "Ielīmēt",
"Paste and Match Style": "Ielīmēt un saskaņot stilu",
"Proxy": "Starpniekserveris",
"Proxy bypass rules": "Starpniekservera apiešanas noteikumi",
"Proxy rules": "Starpniekservera noteikumi",
"Quit": "Aizvērt",
"Quit Zulip": "Aizvērt Zulip programmu",
"Quit when the window is closed": "Aizvērt programmu, kad logs tiek aizvērts",
"Redo": "Atsaukt atsaukto",
"Release Notes": "Izlaiduma piezīmes - Izmaiņu žurnāls",
"Reload": "Pārlādēt",
"Report an Issue": "Ziņot par problēmu",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Saglabāt",
"Select All": "Atlasīt visu",
"Services": "Pakalpojumi",
"Settings": "Iestatījumi",
"Shortcuts": "Īsinājumtaustiņi",
"Show app icon in system tray": "Rādīt programmas ikonu sistēmas teknē",
"Show app unread badge": "Rādīt programmas nelasīto emblēmu",
"Show desktop notifications": "Rādīt darbvirsmas paziņojumus",
"Show sidebar": "Rādīt sānjoslu",
"Spellchecker Languages": "Pareizrakstības pārbaudes valodas",
"Start app at login": "Palaist programmu pie pieteikšanās",
"Switch to Next Organization": "Pārslēgties uz nākamo organizāciju",
"Switch to Previous Organization": "Pārslēgties uz iepriekšējo organizāciju",
"These desktop app shortcuts extend the Zulip webapp's": "Šie darbvirsmas programmu īsinājumtaustiņi paplašina Zulip tīmekļa lietotnes",
"Tip": "Padoms",
"Toggle DevTools for Active Tab": "Paslēpt/Parādīt Izstrādātāja rīkus aktīvājā cilnē",
"Toggle DevTools for Zulip App": "Paslēpt/Parādīt Izstrādātāja rīkus Zulip programmā",
"Toggle Do Not Disturb": "Pārslēgt Netraucēt mani",
"Toggle Full Screen": "Pārslēgties uz/Iziet no pilnekrāna režīmu",
"Toggle Sidebar": "Paslēpt/Parādīt sānjoslu",
"Toggle Tray Icon": "Paslēpt/Parādīt teknes ikonu",
"Tools": "Rīki",
"Undo": "Atsaukt",
"Unhide": "Parādīt",
"Upload": "Augšupielādēt",
"Use system proxy settings (requires restart)": "Izmantot sistēmas starpniekservera iestatījumus (nepieciešama restartēšana)",
"View": "Skatīt",
"View Shortcuts": "Skatīt īsinājumtaustiņi",
"Window": "Logs",
"Window Shortcuts": "Logu īsinājumtaustiņi",
"YES": "JĀ",
"You can select a maximum of 3 languages for spellchecking.": "Pareizrakstības pārbaudei varat atlasīt ne vairāk kā 3 valodas.",
"Zoom In": "Pietuvināt",
"Zoom Out": "Attālināt",
"keyboard shortcuts": "īsinājumtaustiņus",
"script": "skripts",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "സുലിപ്പിനെക്കുറിച്ച്", "About Zulip": "സുലിപ്പിനെക്കുറിച്ച്",
"Actual Size": "യഥാർത്ഥ വലുപ്പം", "Actual Size": "യഥാർത്ഥ വലുപ്പം",
"Add Custom Certificates": "ഇഷ്‌ടാനുസൃത സർട്ടിഫിക്കറ്റുകൾ ചേർക്കുക",
"Add Organization": "ഓർഗനൈസേഷൻ ചേർക്കുക", "Add Organization": "ഓർഗനൈസേഷൻ ചേർക്കുക",
"Add a Zulip organization": "ഒരു സുലിപ്പ് ഓർഗനൈസേഷൻ ചേർക്കുക", "Add a Zulip organization": "ഒരു സുലിപ്പ് ഓർഗനൈസേഷൻ ചേർക്കുക",
"Add custom CSS": "ഇഷ്‌ടാനുസൃത CSS ചേർക്കുക", "Add custom CSS": "ഇഷ്‌ടാനുസൃത CSS ചേർക്കുക",
"AddServer": "AddServer",
"Advanced": "വിപുലമായത്", "Advanced": "വിപുലമായത്",
"All the connected organizations will appear here": "ബന്ധിപ്പിച്ച എല്ലാ ഓർ‌ഗനൈസേഷനുകളും ഇവിടെ ദൃശ്യമാകും", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "എല്ലായ്പ്പോഴും ചെറുതാക്കാൻ ആരംഭിക്കുക", "Always start minimized": "എല്ലായ്പ്പോഴും ചെറുതാക്കാൻ ആരംഭിക്കുക",
"App Updates": "അപ്ലിക്കേഷൻ അപ്‌ഡേറ്റുകൾ", "App Updates": "അപ്ലിക്കേഷൻ അപ്‌ഡേറ്റുകൾ",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "രൂപം", "Appearance": "രൂപം",
"Application Shortcuts": "അപ്ലിക്കേഷൻ കുറുക്കുവഴികൾ", "Application Shortcuts": "അപ്ലിക്കേഷൻ കുറുക്കുവഴികൾ",
"Are you sure you want to disconnect this organization?": "ഈ ഓർഗനൈസേഷൻ വിച്ഛേദിക്കാൻ നിങ്ങൾ ആഗ്രഹിക്കുന്നുണ്ടോ?", "Are you sure you want to disconnect this organization?": "ഈ ഓർഗനൈസേഷൻ വിച്ഛേദിക്കാൻ നിങ്ങൾ ആഗ്രഹിക്കുന്നുണ്ടോ?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "യാന്ത്രികമായി മറയ്‌ക്കുക മെനു ബാർ", "Auto hide Menu bar": "യാന്ത്രികമായി മറയ്‌ക്കുക മെനു ബാർ",
"Auto hide menu bar (Press Alt key to display)": "യാന്ത്രികമായി മറയ്‌ക്കുക മെനു ബാർ (പ്രദർശിപ്പിക്കുന്നതിന് Alt കീ അമർത്തുക)", "Auto hide menu bar (Press Alt key to display)": "യാന്ത്രികമായി മറയ്‌ക്കുക മെനു ബാർ (പ്രദർശിപ്പിക്കുന്നതിന് Alt കീ അമർത്തുക)",
"Back": "തിരികെ", "Back": "തിരികെ",
"Bounce dock on new private message": "പുതിയ സ്വകാര്യ സന്ദേശത്തിൽ ഡോക്ക് ബൗൺസ് ചെയ്യുക", "Bounce dock on new private message": "പുതിയ സ്വകാര്യ സന്ദേശത്തിൽ ഡോക്ക് ബൗൺസ് ചെയ്യുക",
"Certificate file": "സർട്ടിഫിക്കറ്റ് ഫയൽ",
"Change": "മാറ്റുക", "Change": "മാറ്റുക",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "അപ്‌ഡേറ്റുകൾക്കായി പരിശോധിക്കുക", "Check for Updates": "അപ്‌ഡേറ്റുകൾക്കായി പരിശോധിക്കുക",
"Close": "അടയ്‌ക്കുക", "Close": "അടയ്‌ക്കുക",
"Connect": "ബന്ധിപ്പിക്കുക", "Connect": "ബന്ധിപ്പിക്കുക",
@@ -29,17 +31,19 @@
"Cut": "മുറിക്കുക", "Cut": "മുറിക്കുക",
"Default download location": "സ്ഥിരസ്ഥിതി ഡ download ൺ‌ലോഡ് സ്ഥാനം", "Default download location": "സ്ഥിരസ്ഥിതി ഡ download ൺ‌ലോഡ് സ്ഥാനം",
"Delete": "ഇല്ലാതാക്കുക", "Delete": "ഇല്ലാതാക്കുക",
"Desktop App Settings": "ഡെസ്ക്ടോപ്പ് അപ്ലിക്കേഷൻ ക്രമീകരണങ്ങൾ",
"Desktop Notifications": "ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ", "Desktop Notifications": "ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ",
"Desktop Settings": "ഡെസ്ക്ടോപ്പ് ക്രമീകരണങ്ങൾ", "Desktop Settings": "ഡെസ്ക്ടോപ്പ് ക്രമീകരണങ്ങൾ",
"Disconnect": "വിച്ഛേദിക്കുക", "Disconnect": "വിച്ഛേദിക്കുക",
"Download App Logs": "അപ്ലിക്കേഷൻ ലോഗുകൾ ഡൗൺലോഡുചെയ്യുക", "Download App Logs": "അപ്ലിക്കേഷൻ ലോഗുകൾ ഡൗൺലോഡുചെയ്യുക",
"Edit": "എഡിറ്റുചെയ്യുക", "Edit": "എഡിറ്റുചെയ്യുക",
"Edit Shortcuts": "കുറുക്കുവഴികൾ എഡിറ്റുചെയ്യുക", "Edit Shortcuts": "കുറുക്കുവഴികൾ എഡിറ്റുചെയ്യുക",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "യാന്ത്രിക അപ്‌ഡേറ്റുകൾ പ്രവർത്തനക്ഷമമാക്കുക", "Enable auto updates": "യാന്ത്രിക അപ്‌ഡേറ്റുകൾ പ്രവർത്തനക്ഷമമാക്കുക",
"Enable error reporting (requires restart)": "പിശക് റിപ്പോർട്ടിംഗ് പ്രാപ്തമാക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)", "Enable error reporting (requires restart)": "പിശക് റിപ്പോർട്ടിംഗ് പ്രാപ്തമാക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)",
"Enable spellchecker (requires restart)": "അക്ഷരത്തെറ്റ് പരിശോധന പ്രാപ്തമാക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)", "Enable spellchecker (requires restart)": "അക്ഷരത്തെറ്റ് പരിശോധന പ്രാപ്തമാക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "ഫാക്ടറി പുന .സജ്ജമാക്കുക", "Factory Reset": "ഫാക്ടറി പുന .സജ്ജമാക്കുക",
"Factory Reset Data": "Factory Reset Data",
"File": "ഫയൽ", "File": "ഫയൽ",
"Find accounts": "അക്കൗണ്ടുകൾ കണ്ടെത്തുക", "Find accounts": "അക്കൗണ്ടുകൾ കണ്ടെത്തുക",
"Find accounts by email": "ഇമെയിൽ വഴി അക്കൗണ്ടുകൾ കണ്ടെത്തുക", "Find accounts by email": "ഇമെയിൽ വഴി അക്കൗണ്ടുകൾ കണ്ടെത്തുക",
@@ -51,6 +55,9 @@
"Hard Reload": "ഹാർഡ് റീലോഡ്", "Hard Reload": "ഹാർഡ് റീലോഡ്",
"Help": "സഹായിക്കൂ", "Help": "സഹായിക്കൂ",
"Help Center": "സഹായകേന്ദ്രം", "Help Center": "സഹായകേന്ദ്രം",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "ചരിത്രം", "History": "ചരിത്രം",
"History Shortcuts": "ചരിത്രം കുറുക്കുവഴികൾ", "History Shortcuts": "ചരിത്രം കുറുക്കുവഴികൾ",
"Keyboard Shortcuts": "കീബോർഡ് കുറുക്കുവഴികൾ", "Keyboard Shortcuts": "കീബോർഡ് കുറുക്കുവഴികൾ",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "സുലിപ്പിൽ നിന്നുള്ള എല്ലാ ശബ്ദങ്ങളും നിശബ്ദമാക്കുക", "Mute all sounds from Zulip": "സുലിപ്പിൽ നിന്നുള്ള എല്ലാ ശബ്ദങ്ങളും നിശബ്ദമാക്കുക",
"NO": "ഇല്ല", "NO": "ഇല്ല",
"Network": "നെറ്റ്‌വർക്ക്", "Network": "നെറ്റ്‌വർക്ക്",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "അഥവാ", "OR": "അഥവാ",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "ഓർ‌ഗനൈസേഷൻ‌ URL", "Organization URL": "ഓർ‌ഗനൈസേഷൻ‌ URL",
"Organizations": "ഓർഗനൈസേഷനുകൾ", "Organizations": "ഓർഗനൈസേഷനുകൾ",
"Paste": "പേസ്റ്റ്", "Paste": "പേസ്റ്റ്",
@@ -71,25 +80,27 @@
"Proxy rules": "പ്രോക്സി നിയമങ്ങൾ", "Proxy rules": "പ്രോക്സി നിയമങ്ങൾ",
"Quit": "ഉപേക്ഷിക്കുക", "Quit": "ഉപേക്ഷിക്കുക",
"Quit Zulip": "സുലിപ്പ് ഉപേക്ഷിക്കുക", "Quit Zulip": "സുലിപ്പ് ഉപേക്ഷിക്കുക",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "വീണ്ടും ചെയ്യുക", "Redo": "വീണ്ടും ചെയ്യുക",
"Release Notes": "പ്രകാശന കുറിപ്പുകൾ", "Release Notes": "പ്രകാശന കുറിപ്പുകൾ",
"Reload": "വീണ്ടും ലോഡുചെയ്യുക", "Reload": "വീണ്ടും ലോഡുചെയ്യുക",
"Report an Issue": "ഒരു പ്രശ്നം റിപ്പോർട്ട് ചെയ്യുക", "Report an Issue": "ഒരു പ്രശ്നം റിപ്പോർട്ട് ചെയ്യുക",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "രക്ഷിക്കും", "Save": "രക്ഷിക്കും",
"Select All": "എല്ലാം തിരഞ്ഞെടുക്കുക", "Select All": "എല്ലാം തിരഞ്ഞെടുക്കുക",
"Services": "Services",
"Settings": "ക്രമീകരണങ്ങൾ", "Settings": "ക്രമീകരണങ്ങൾ",
"Shortcuts": "കുറുക്കുവഴികൾ", "Shortcuts": "കുറുക്കുവഴികൾ",
"Show App Logs": "അപ്ലിക്കേഷൻ ലോഗുകൾ കാണിക്കുക",
"Show app icon in system tray": "സിസ്റ്റം ട്രേയിൽ അപ്ലിക്കേഷൻ ഐക്കൺ കാണിക്കുക", "Show app icon in system tray": "സിസ്റ്റം ട്രേയിൽ അപ്ലിക്കേഷൻ ഐക്കൺ കാണിക്കുക",
"Show app unread badge": "അപ്ലിക്കേഷൻ വായിക്കാത്ത ബാഡ്ജ് കാണിക്കുക", "Show app unread badge": "അപ്ലിക്കേഷൻ വായിക്കാത്ത ബാഡ്ജ് കാണിക്കുക",
"Show desktop notifications": "ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ കാണിക്കുക", "Show desktop notifications": "ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ കാണിക്കുക",
"Show downloaded files in file manager": "ഫയൽ മാനേജറിൽ ഡ download ൺലോഡ് ചെയ്ത ഫയലുകൾ കാണിക്കുക",
"Show sidebar": "സൈഡ്‌ബാർ കാണിക്കുക", "Show sidebar": "സൈഡ്‌ബാർ കാണിക്കുക",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "ലോഗിൻ ചെയ്യുമ്പോൾ അപ്ലിക്കേഷൻ ആരംഭിക്കുക", "Start app at login": "ലോഗിൻ ചെയ്യുമ്പോൾ അപ്ലിക്കേഷൻ ആരംഭിക്കുക",
"Switch to Next Organization": "അടുത്ത ഓർഗനൈസേഷനിലേക്ക് മാറുക", "Switch to Next Organization": "അടുത്ത ഓർഗനൈസേഷനിലേക്ക് മാറുക",
"Switch to Previous Organization": "മുമ്പത്തെ ഓർഗനൈസേഷനിലേക്ക് മാറുക", "Switch to Previous Organization": "മുമ്പത്തെ ഓർഗനൈസേഷനിലേക്ക് മാറുക",
"These desktop app shortcuts extend the Zulip webapp's": "ഈ ഡെസ്ക്ടോപ്പ് അപ്ലിക്കേഷൻ കുറുക്കുവഴികൾ സുലിപ് വെബ്‌അപ്പിനെ വിപുലീകരിക്കുന്നു", "These desktop app shortcuts extend the Zulip webapp's": "ഈ ഡെസ്ക്ടോപ്പ് അപ്ലിക്കേഷൻ കുറുക്കുവഴികൾ സുലിപ് വെബ്‌അപ്പിനെ വിപുലീകരിക്കുന്നു",
"This will delete all application data including all added accounts and preferences": "ചേർത്ത എല്ലാ അക്കൗണ്ടുകളും മുൻ‌ഗണനകളും ഉൾപ്പെടെ എല്ലാ ആപ്ലിക്കേഷൻ ഡാറ്റയും ഇത് ഇല്ലാതാക്കും",
"Tip": "നുറുങ്ങ്", "Tip": "നുറുങ്ങ്",
"Toggle DevTools for Active Tab": "സജീവ ടാബിനായി DevTools ടോഗിൾ ചെയ്യുക", "Toggle DevTools for Active Tab": "സജീവ ടാബിനായി DevTools ടോഗിൾ ചെയ്യുക",
"Toggle DevTools for Zulip App": "Zulip അപ്ലിക്കേഷനായി DevTools ടോഗിൾ ചെയ്യുക", "Toggle DevTools for Zulip App": "Zulip അപ്ലിക്കേഷനായി DevTools ടോഗിൾ ചെയ്യുക",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "ട്രേ ഐക്കൺ ടോഗിൾ ചെയ്യുക", "Toggle Tray Icon": "ട്രേ ഐക്കൺ ടോഗിൾ ചെയ്യുക",
"Tools": "ഉപകരണങ്ങൾ", "Tools": "ഉപകരണങ്ങൾ",
"Undo": "പഴയപടിയാക്കുക", "Undo": "പഴയപടിയാക്കുക",
"Unhide": "Unhide",
"Upload": "അപ്‌ലോഡുചെയ്യുക", "Upload": "അപ്‌ലോഡുചെയ്യുക",
"Use system proxy settings (requires restart)": "സിസ്റ്റം പ്രോക്സി ക്രമീകരണങ്ങൾ ഉപയോഗിക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)", "Use system proxy settings (requires restart)": "സിസ്റ്റം പ്രോക്സി ക്രമീകരണങ്ങൾ ഉപയോഗിക്കുക (പുനരാരംഭിക്കേണ്ടതുണ്ട്)",
"View": "കാണുക", "View": "കാണുക",
@@ -106,29 +118,10 @@
"Window": "ജാലകം", "Window": "ജാലകം",
"Window Shortcuts": "വിൻഡോ കുറുക്കുവഴികൾ", "Window Shortcuts": "വിൻഡോ കുറുക്കുവഴികൾ",
"YES": "അതെ", "YES": "അതെ",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "വലുതാക്കുക", "Zoom In": "വലുതാക്കുക",
"Zoom Out": "സൂം .ട്ട് ചെയ്യുക", "Zoom Out": "സൂം .ട്ട് ചെയ്യുക",
"Zulip Help": "സുലിപ് സഹായം",
"keyboard shortcuts": "കീബോർഡ് കുറുക്കുവഴികൾ", "keyboard shortcuts": "കീബോർഡ് കുറുക്കുവഴികൾ",
"script": "സ്ക്രിപ്റ്റ്", "script": "സ്ക്രിപ്റ്റ്",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/mn.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Тухай",
"Actual Size": "Багтаамж",
"Add Organization": "Бүлэг нэмэх",
"Add a Zulip organization": "Чат бүлэг нэмэх",
"Add custom CSS": "Нэмэлт CSS нэмэх",
"AddServer": "Сервер нэмэх",
"Advanced": "Нарийвчилсан",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Minimized байдлаар эхлэнэ",
"App Updates": "App шинэчлэлт",
"App language (requires restart)": "Хэл (Унтрааж асаах шаарлагатай)",
"Appearance": "Харагдах байдал",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Та энэ бүлгээс гарахдаа итгэлтэй байна уу?",
"Ask where to save files before downloading": "Файл хаана татагдахыг асуух",
"Auto hide Menu bar": "Цэс автоматаар нуух",
"Auto hide menu bar (Press Alt key to display)": "Цэс автоматаар нуух ( Alt товч даран харна уу)",
"Back": "Буцах",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Өөрчлөа",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Хэл солих бол System preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Шинэчлэлт шалгах",
"Close": "Хаах",
"Connect": "Холбогдох",
"Connect to another organization": "Өөр бүлэгт Холбогдох",
"Connected organizations": "Холбогдсон бүлгүүд",
"Copy": "Хуулах",
"Copy Zulip URL": "Оффис чатын холбоос хуулах",
"Create a new organization": "Шинэ бүлэг үүсгэх",
"Cut": "Бүр мөсөн хуулах",
"Default download location": "Үндсэн татах байршил",
"Delete": "Устгах",
"Desktop Notifications": "Desktop Мэдэгдэл",
"Desktop Settings": "Desktop тохиргоо",
"Disconnect": "Холболт салгах",
"Download App Logs": "Download App Лог",
"Edit": "Засах",
"Edit Shortcuts": "Холбоос засах",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Авто шинэчлэлт идэвхижүүлэх",
"Enable error reporting (requires restart)": "Алдаа мэдэгдэгч идэвхижүүлэх (Унтрааж асаах шаарлагатай)",
"Enable spellchecker (requires restart)": "Дүрэм шалгагч идэвхижүүлэх (Унтрааж асаах шаарлагатай)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Бүх датаг цэвэрлэж дахин эхлүүлэх",
"Factory Reset Data": "Бүх датаг цэвэрлэж дахин эхлүүлэх",
"File": "файл",
"Find accounts": "Хаяг хайх",
"Find accounts by email": "Имэйлээр нь хайх",
"Flash taskbar on new message": "Мэссэж мэдэгдэх",
"Forward": "Дамжуулах",
"Functionality": "Үйлдэлүүд",
"General": "Үндсэн",
"Get beta updates": "Бэта шинэчлэлт авах",
"Hard Reload": "Дахин ачааллуулах",
"Help": "Тусламж",
"Help Center": "Тусламжийн хэсэн",
"Hide": "Нуух",
"Hide Others": "Бусдаас нуух",
"Hide Zulip": "Hide Zulip",
"History": "Ашиглалтийн түүх",
"History Shortcuts": "Холбоосын түүх",
"Keyboard Shortcuts": "Keyboard холбоос",
"Log Out": "Гарах",
"Log Out of Organization": "Бүлгээс гарах",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Бүх дууг хаах",
"NO": "NO",
"Network": "Сүлжээ",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": ".",
"Organization URL": "Бүлгийн холбоос",
"Organizations": "Бүлгүүд",
"Paste": "Хуулж тавих",
"Paste and Match Style": "Хуулж тавих",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass дүрмүүд",
"Proxy rules": "Proxy дүрмүүд",
"Quit": "Хаах",
"Quit Zulip": "Чатыг хаах",
"Quit when the window is closed": "Цонх хаагдахад гарах",
"Redo": "Дахин хийх",
"Release Notes": "Release Notes",
"Reload": "Дахин ачааллах",
"Report an Issue": "Алдааг мэдэгдэх",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Хадгалах",
"Select All": "Бүгдийн идэвхижүүлэх",
"Services": "Үйлчилгээ",
"Settings": "Тохиргоо",
"Shortcuts": "Холбоос",
"Show app icon in system tray": "Жижиг icon харуулах",
"Show app unread badge": "Уншаагүй мэдэгдэл харуулах",
"Show desktop notifications": "Мэдэгдэл харуулах",
"Show sidebar": "Хажуугын цэсийг харуулах",
"Spellchecker Languages": "Дүрэм шалгах хэлүүд",
"Start app at login": "Нэвтрэхэд ачааллуулах",
"Switch to Next Organization": "Дараагийн бүлэг",
"Switch to Previous Organization": "Өмнөх бүлэг",
"These desktop app shortcuts extend the Zulip webapp's": "Browser-оор холбогдох холбоос",
"Tip": "зөвлөгөө",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Үйлдэлээ буцаах",
"Unhide": "Нуухаа болих",
"Upload": "Файл хуулах",
"Use system proxy settings (requires restart)": "Proxy систем ашиглах (Унтрааж асаах шаарлагатай)",
"View": "Харах",
"View Shortcuts": "Холбоос харах",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "Хамгийн ихдээ 3 хэл дүрэм шалгахад ашиглана.",
"Zoom In": "Сунгах",
"Zoom Out": "Жижигрүүлэх",
"keyboard shortcuts": "keyboard холбоос",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

127
public/translations/my.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Over Zulip", "About Zulip": "Over Zulip",
"Actual Size": "Ware grootte", "Actual Size": "Ware grootte",
"Add Custom Certificates": "Aangepaste certificaten toevoegen",
"Add Organization": "Voeg organisatie toe", "Add Organization": "Voeg organisatie toe",
"Add a Zulip organization": "Voeg een Zulip-organisatie toe", "Add a Zulip organization": "Voeg een Zulip-organisatie toe",
"Add custom CSS": "Voeg aangepaste CSS toe", "Add custom CSS": "Voeg aangepaste CSS toe",
"AddServer": "AddServer",
"Advanced": "gevorderd", "Advanced": "gevorderd",
"All the connected organizations will appear here": "Alle verbonden organisaties verschijnen hier", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Begin altijd geminimaliseerd", "Always start minimized": "Begin altijd geminimaliseerd",
"App Updates": "App-updates", "App Updates": "App-updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Verschijning", "Appearance": "Verschijning",
"Application Shortcuts": "Applicatiesnelkoppelingen", "Application Shortcuts": "Applicatiesnelkoppelingen",
"Are you sure you want to disconnect this organization?": "Weet je zeker dat je deze organisatie wilt ontkoppelen?", "Are you sure you want to disconnect this organization?": "Weet je zeker dat je deze organisatie wilt ontkoppelen?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Menubalk automatisch verbergen", "Auto hide Menu bar": "Menubalk automatisch verbergen",
"Auto hide menu bar (Press Alt key to display)": "Menubalk automatisch verbergen (druk op de Alt-toets om weer te geven)", "Auto hide menu bar (Press Alt key to display)": "Menubalk automatisch verbergen (druk op de Alt-toets om weer te geven)",
"Back": "Terug", "Back": "Terug",
"Bounce dock on new private message": "Bounce dock op nieuw privébericht", "Bounce dock on new private message": "Bounce dock op nieuw privébericht",
"Certificate file": "Certificaatbestand",
"Change": "Verandering", "Change": "Verandering",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Controleer op updates", "Check for Updates": "Controleer op updates",
"Close": "Dichtbij", "Close": "Dichtbij",
"Connect": "Aansluiten", "Connect": "Aansluiten",
@@ -29,17 +31,19 @@
"Cut": "Besnoeiing", "Cut": "Besnoeiing",
"Default download location": "Standaard downloadlocatie", "Default download location": "Standaard downloadlocatie",
"Delete": "Verwijder", "Delete": "Verwijder",
"Desktop App Settings": "Desktop-app-instellingen",
"Desktop Notifications": "Bureaublad notificaties", "Desktop Notifications": "Bureaublad notificaties",
"Desktop Settings": "Desktop-instellingen", "Desktop Settings": "Desktop-instellingen",
"Disconnect": "Loskoppelen", "Disconnect": "Loskoppelen",
"Download App Logs": "Applogs downloaden", "Download App Logs": "Applogs downloaden",
"Edit": "Bewerk", "Edit": "Bewerk",
"Edit Shortcuts": "Bewerk snelkoppelingen", "Edit Shortcuts": "Bewerk snelkoppelingen",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Schakel automatische updates in", "Enable auto updates": "Schakel automatische updates in",
"Enable error reporting (requires restart)": "Foutrapportage inschakelen (opnieuw opstarten vereist)", "Enable error reporting (requires restart)": "Foutrapportage inschakelen (opnieuw opstarten vereist)",
"Enable spellchecker (requires restart)": "Spellingcontrole inschakelen (opnieuw opstarten vereist)", "Enable spellchecker (requires restart)": "Spellingcontrole inschakelen (opnieuw opstarten vereist)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Fabrieksinstellingen", "Factory Reset": "Fabrieksinstellingen",
"Factory Reset Data": "Factory Reset Data",
"File": "het dossier", "File": "het dossier",
"Find accounts": "Vind accounts", "Find accounts": "Vind accounts",
"Find accounts by email": "Vind accounts per e-mail", "Find accounts by email": "Vind accounts per e-mail",
@@ -51,6 +55,9 @@
"Hard Reload": "Harde herladen", "Hard Reload": "Harde herladen",
"Help": "Helpen", "Help": "Helpen",
"Help Center": "Helpcentrum", "Help Center": "Helpcentrum",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Geschiedenis", "History": "Geschiedenis",
"History Shortcuts": "Geschiedenis Sneltoetsen", "History Shortcuts": "Geschiedenis Sneltoetsen",
"Keyboard Shortcuts": "Toetsenbord sneltoetsen", "Keyboard Shortcuts": "Toetsenbord sneltoetsen",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Demp alle geluiden van Zulip", "Mute all sounds from Zulip": "Demp alle geluiden van Zulip",
"NO": "NEE", "NO": "NEE",
"Network": "Netwerk", "Network": "Netwerk",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OF", "OR": "OF",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organisatie-URL", "Organization URL": "Organisatie-URL",
"Organizations": "organisaties", "Organizations": "organisaties",
"Paste": "Pasta", "Paste": "Pasta",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy-regels", "Proxy rules": "Proxy-regels",
"Quit": "ophouden", "Quit": "ophouden",
"Quit Zulip": "Sluit Zulip", "Quit Zulip": "Sluit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Opnieuw doen", "Redo": "Opnieuw doen",
"Release Notes": "Releaseopmerkingen", "Release Notes": "Releaseopmerkingen",
"Reload": "vernieuwen", "Reload": "vernieuwen",
"Report an Issue": "Een probleem melden", "Report an Issue": "Een probleem melden",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Opslaan", "Save": "Opslaan",
"Select All": "Selecteer alles", "Select All": "Selecteer alles",
"Services": "Services",
"Settings": "instellingen", "Settings": "instellingen",
"Shortcuts": "shortcuts", "Shortcuts": "shortcuts",
"Show App Logs": "App-logs weergeven",
"Show app icon in system tray": "App-pictogram weergeven in systeemvak", "Show app icon in system tray": "App-pictogram weergeven in systeemvak",
"Show app unread badge": "App ongelezen badge weergeven", "Show app unread badge": "App ongelezen badge weergeven",
"Show desktop notifications": "Toon bureaubladmeldingen", "Show desktop notifications": "Toon bureaubladmeldingen",
"Show downloaded files in file manager": "Laat gedownloade bestanden zien in bestandsbeheer",
"Show sidebar": "Toon zijbalk", "Show sidebar": "Toon zijbalk",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start de app bij inloggen", "Start app at login": "Start de app bij inloggen",
"Switch to Next Organization": "Schakel over naar volgende organisatie", "Switch to Next Organization": "Schakel over naar volgende organisatie",
"Switch to Previous Organization": "Schakel over naar vorige organisatie", "Switch to Previous Organization": "Schakel over naar vorige organisatie",
"These desktop app shortcuts extend the Zulip webapp's": "Deze sneltoetsen voor bureaubladapp breiden de Zulip-webapp's uit", "These desktop app shortcuts extend the Zulip webapp's": "Deze sneltoetsen voor bureaubladapp breiden de Zulip-webapp's uit",
"This will delete all application data including all added accounts and preferences": "Hiermee worden alle applicatiegegevens verwijderd, inclusief alle toegevoegde accounts en voorkeuren",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "DevTools voor actieve tabblad omschakelen", "Toggle DevTools for Active Tab": "DevTools voor actieve tabblad omschakelen",
"Toggle DevTools for Zulip App": "DevTools voor Zulip-app omschakelen", "Toggle DevTools for Zulip App": "DevTools voor Zulip-app omschakelen",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Pictogram Lade wisselen", "Toggle Tray Icon": "Pictogram Lade wisselen",
"Tools": "Hulpmiddelen", "Tools": "Hulpmiddelen",
"Undo": "ongedaan maken", "Undo": "ongedaan maken",
"Unhide": "Unhide",
"Upload": "Uploaden", "Upload": "Uploaden",
"Use system proxy settings (requires restart)": "Systeem proxy-instellingen gebruiken (opnieuw opstarten vereist)", "Use system proxy settings (requires restart)": "Systeem proxy-instellingen gebruiken (opnieuw opstarten vereist)",
"View": "Uitzicht", "View": "Uitzicht",
@@ -106,29 +118,10 @@
"Window": "Venster", "Window": "Venster",
"Window Shortcuts": "Venster snelkoppelingen", "Window Shortcuts": "Venster snelkoppelingen",
"YES": "JA", "YES": "JA",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "In zoomen", "Zoom In": "In zoomen",
"Zoom Out": "Uitzoomen", "Zoom Out": "Uitzoomen",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "Toetsenbord sneltoetsen", "keyboard shortcuts": "Toetsenbord sneltoetsen",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/no.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

127
public/translations/pa.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "O Zulipie", "About Zulip": "O Zulipie",
"Actual Size": "Rzeczywisty rozmiar", "Actual Size": "Rzeczywisty rozmiar",
"Add Custom Certificates": "Dodaj niestandardowe certyfikaty",
"Add Organization": "Dodaj organizację", "Add Organization": "Dodaj organizację",
"Add a Zulip organization": "Dodaj organizację Zulip", "Add a Zulip organization": "Dodaj organizację Zulip",
"Add custom CSS": "Dodaj niestandardowy CSS", "Add custom CSS": "Dodaj niestandardowy CSS",
"AddServer": "AddServer",
"Advanced": "zaawansowane", "Advanced": "zaawansowane",
"All the connected organizations will appear here": "Tutaj pojawią się wszystkie połączone organizacje", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Zawsze zaczynaj zminimalizowany", "Always start minimized": "Zawsze zaczynaj zminimalizowany",
"App Updates": "Aktualizacje aplikacji", "App Updates": "Aktualizacje aplikacji",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Wygląd", "Appearance": "Wygląd",
"Application Shortcuts": "Skróty do aplikacji", "Application Shortcuts": "Skróty do aplikacji",
"Are you sure you want to disconnect this organization?": "Czy na pewno chcesz odłączyć tę organizację?", "Are you sure you want to disconnect this organization?": "Czy na pewno chcesz odłączyć tę organizację?",
"Ask where to save files before downloading": "Zapytaj przed pobraniem gdzie zachować pliki",
"Auto hide Menu bar": "Automatyczne ukrywanie paska menu", "Auto hide Menu bar": "Automatyczne ukrywanie paska menu",
"Auto hide menu bar (Press Alt key to display)": "Automatyczne ukrywanie paska menu (naciśnij klawisz Alt, aby wyświetlić)", "Auto hide menu bar (Press Alt key to display)": "Automatyczne ukrywanie paska menu (naciśnij klawisz Alt, aby wyświetlić)",
"Back": "Wstecz", "Back": "Wstecz",
"Bounce dock on new private message": "Dok odbijania na nowej prywatnej wiadomości", "Bounce dock on new private message": "Dok odbijania na nowej prywatnej wiadomości",
"Certificate file": "Plik certyfikatu",
"Change": "Zmiana", "Change": "Zmiana",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Sprawdź aktualizacje", "Check for Updates": "Sprawdź aktualizacje",
"Close": "Zamknij", "Close": "Zamknij",
"Connect": "Połączyć", "Connect": "Połączyć",
@@ -29,17 +31,19 @@
"Cut": "Wytnij", "Cut": "Wytnij",
"Default download location": "Domyślna lokalizacja pobierania", "Default download location": "Domyślna lokalizacja pobierania",
"Delete": "Usuń", "Delete": "Usuń",
"Desktop App Settings": "Ustawienia aplikacji desktopowej",
"Desktop Notifications": "Powiadomienia na pulpicie", "Desktop Notifications": "Powiadomienia na pulpicie",
"Desktop Settings": "Ustawienia pulpitu", "Desktop Settings": "Ustawienia pulpitu",
"Disconnect": "Rozłącz", "Disconnect": "Rozłącz",
"Download App Logs": "Pobierz logi aplikacji", "Download App Logs": "Pobierz logi aplikacji",
"Edit": "Edytuj", "Edit": "Edytuj",
"Edit Shortcuts": "Edytuj skróty", "Edit Shortcuts": "Edytuj skróty",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Włącz automatyczne aktualizacje", "Enable auto updates": "Włącz automatyczne aktualizacje",
"Enable error reporting (requires restart)": "Włącz raportowanie błędów (wymaga ponownego uruchomienia)", "Enable error reporting (requires restart)": "Włącz raportowanie błędów (wymaga ponownego uruchomienia)",
"Enable spellchecker (requires restart)": "Włącz sprawdzanie pisowni (wymaga ponownego uruchomienia)", "Enable spellchecker (requires restart)": "Włącz sprawdzanie pisowni (wymaga ponownego uruchomienia)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "przywrócenie ustawień fabrycznych", "Factory Reset": "przywrócenie ustawień fabrycznych",
"Factory Reset Data": "Factory Reset Data",
"File": "Plik", "File": "Plik",
"Find accounts": "Znajdź konta", "Find accounts": "Znajdź konta",
"Find accounts by email": "Znajdź konta po adresach email", "Find accounts by email": "Znajdź konta po adresach email",
@@ -51,6 +55,9 @@
"Hard Reload": "Twarde przeładowanie", "Hard Reload": "Twarde przeładowanie",
"Help": "Pomoc", "Help": "Pomoc",
"Help Center": "Centrum pomocy", "Help Center": "Centrum pomocy",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Historia", "History": "Historia",
"History Shortcuts": "Skróty historii", "History Shortcuts": "Skróty historii",
"Keyboard Shortcuts": "Skróty klawiszowe", "Keyboard Shortcuts": "Skróty klawiszowe",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Wycisz wszystkie dźwięki z Zulipa", "Mute all sounds from Zulip": "Wycisz wszystkie dźwięki z Zulipa",
"NO": "NIE", "NO": "NIE",
"Network": "Sieć", "Network": "Sieć",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "LUB", "OR": "LUB",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Adres URL organizacji", "Organization URL": "Adres URL organizacji",
"Organizations": "Organizacje", "Organizations": "Organizacje",
"Paste": "Wklej", "Paste": "Wklej",
@@ -71,25 +80,27 @@
"Proxy rules": "Reguły proxy", "Proxy rules": "Reguły proxy",
"Quit": "Wyjdź", "Quit": "Wyjdź",
"Quit Zulip": "Wyjdź z Zulipa", "Quit Zulip": "Wyjdź z Zulipa",
"Quit when the window is closed": "Wyłącz przy zamykaniu okna",
"Redo": "Ponów", "Redo": "Ponów",
"Release Notes": "Informacje o wydaniu", "Release Notes": "Informacje o wydaniu",
"Reload": "Przeładuj", "Reload": "Przeładuj",
"Report an Issue": "Zgłoś problem", "Report an Issue": "Zgłoś problem",
"Reset App Settings": "Resetuj ustawienia aplikacji",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Zapisz", "Save": "Zapisz",
"Select All": "Zaznacz wszystko", "Select All": "Zaznacz wszystko",
"Services": "Services",
"Settings": "Ustawienia", "Settings": "Ustawienia",
"Shortcuts": "Skróty", "Shortcuts": "Skróty",
"Show App Logs": "Pokaż dzienniki aplikacji",
"Show app icon in system tray": "Pokaż ikonę aplikacji w zasobniku systemowym", "Show app icon in system tray": "Pokaż ikonę aplikacji w zasobniku systemowym",
"Show app unread badge": "Pokaż nieprzeczytane na ikonie aplikacji", "Show app unread badge": "Pokaż nieprzeczytane na ikonie aplikacji",
"Show desktop notifications": "Pokaż powiadomienia na pulpicie", "Show desktop notifications": "Pokaż powiadomienia na pulpicie",
"Show downloaded files in file manager": "Pokaż pobrane pliki w menedżerze plików",
"Show sidebar": "Pokaż pasek boczny", "Show sidebar": "Pokaż pasek boczny",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Uruchom aplikację przy logowaniu", "Start app at login": "Uruchom aplikację przy logowaniu",
"Switch to Next Organization": "Przełącz na następną organizację", "Switch to Next Organization": "Przełącz na następną organizację",
"Switch to Previous Organization": "Przełącz na poprzednią organizację", "Switch to Previous Organization": "Przełącz na poprzednią organizację",
"These desktop app shortcuts extend the Zulip webapp's": "Poniższe skróty są dostępne tylko w kliencie Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Poniższe skróty są dostępne tylko w kliencie Zulip",
"This will delete all application data including all added accounts and preferences": "Spowoduje to usunięcie wszystkich danych aplikacji, w tym wszystkich dodanych kont i preferencji",
"Tip": "Wskazówka", "Tip": "Wskazówka",
"Toggle DevTools for Active Tab": "Włącz/wyłącz DevTools w aktywnej zakładce", "Toggle DevTools for Active Tab": "Włącz/wyłącz DevTools w aktywnej zakładce",
"Toggle DevTools for Zulip App": "Włącz/wyłącz DevTools dla klienta Zulip", "Toggle DevTools for Zulip App": "Włącz/wyłącz DevTools dla klienta Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Przełącz ikonę tacy", "Toggle Tray Icon": "Przełącz ikonę tacy",
"Tools": "Narzędzia", "Tools": "Narzędzia",
"Undo": "Cofnij", "Undo": "Cofnij",
"Unhide": "Unhide",
"Upload": "Przekazać plik", "Upload": "Przekazać plik",
"Use system proxy settings (requires restart)": "Użyj ustawień systemowych proxy (wymaga restartu aplikacji)", "Use system proxy settings (requires restart)": "Użyj ustawień systemowych proxy (wymaga restartu aplikacji)",
"View": "Widok", "View": "Widok",
@@ -106,29 +118,10 @@
"Window": "Okno", "Window": "Okno",
"Window Shortcuts": "Skróty do okien", "Window Shortcuts": "Skróty do okien",
"YES": "TAK", "YES": "TAK",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Powiększ", "Zoom In": "Powiększ",
"Zoom Out": "Pomniejsz", "Zoom Out": "Pomniejsz",
"Zulip Help": "Pomoc Zulip",
"keyboard shortcuts": "Skróty klawiszowe", "keyboard shortcuts": "Skróty klawiszowe",
"script": "skrypt", "script": "skrypt",
"Quit when the window is closed": "Wyłącz przy zamykaniu okna", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Zapytaj przed pobraniem gdzie zachować pliki",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Sobre o Zulip", "About Zulip": "Sobre o Zulip",
"Actual Size": "Tamanho atual", "Actual Size": "Tamanho atual",
"Add Custom Certificates": "Adicionar certificados personalizados",
"Add Organization": "Adicionar Organização", "Add Organization": "Adicionar Organização",
"Add a Zulip organization": "Adicione uma organização Zulip", "Add a Zulip organization": "Adicione uma organização Zulip",
"Add custom CSS": "Adicionar CSS personalizado", "Add custom CSS": "Adicionar CSS personalizado",
"AddServer": "AddServer",
"Advanced": "Avançado", "Advanced": "Avançado",
"All the connected organizations will appear here": "Todas as organizações conectadas aparecerão aqui", "All the connected organizations will appear here.": "Todas as organizações conectadas aparecerão aqui.",
"Always start minimized": "Começar sempre minimizado", "Always start minimized": "Começar sempre minimizado",
"App Updates": "Atualizações de aplicativos", "App Updates": "Atualizações de aplicativos",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Aparência", "Appearance": "Aparência",
"Application Shortcuts": "Atalhos de aplicativos", "Application Shortcuts": "Atalhos de aplicativos",
"Are you sure you want to disconnect this organization?": "Tem certeza de que deseja desconectar essa organização?", "Are you sure you want to disconnect this organization?": "Tem certeza de que deseja desconectar essa organização?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto ocultar barra de Menu", "Auto hide Menu bar": "Auto ocultar barra de Menu",
"Auto hide menu bar (Press Alt key to display)": "Ocultar barra de menu automaticamente (pressione a tecla Alt para exibir)", "Auto hide menu bar (Press Alt key to display)": "Ocultar barra de menu automaticamente (pressione a tecla Alt para exibir)",
"Back": "De volta", "Back": "De volta",
"Bounce dock on new private message": "Bounce doca em nova mensagem privada", "Bounce dock on new private message": "Bounce doca em nova mensagem privada",
"Certificate file": "Arquivo de certificado",
"Change": "mudança", "Change": "mudança",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Verificar se há atualizações", "Check for Updates": "Verificar se há atualizações",
"Close": "Fechar", "Close": "Fechar",
"Connect": "Conectar", "Connect": "Conectar",
@@ -29,17 +31,19 @@
"Cut": "Cortar", "Cut": "Cortar",
"Default download location": "Local de download padrão", "Default download location": "Local de download padrão",
"Delete": "Excluir", "Delete": "Excluir",
"Desktop App Settings": "Configurações do aplicativo de desktop",
"Desktop Notifications": "Notificações da área de trabalho", "Desktop Notifications": "Notificações da área de trabalho",
"Desktop Settings": "Configurações da área de trabalho", "Desktop Settings": "Configurações da área de trabalho",
"Disconnect": "desconectar", "Disconnect": "desconectar",
"Download App Logs": "Download de registros de aplicativos", "Download App Logs": "Download de registros de aplicativos",
"Edit": "Editar", "Edit": "Editar",
"Edit Shortcuts": "Editar atalhos", "Edit Shortcuts": "Editar atalhos",
"Emoji & Symbols": "Emojis e Símbolos",
"Enable auto updates": "Ativar atualizações automáticas", "Enable auto updates": "Ativar atualizações automáticas",
"Enable error reporting (requires restart)": "Ativar relatório de erros (requer reinicialização)", "Enable error reporting (requires restart)": "Ativar relatório de erros (requer reinicialização)",
"Enable spellchecker (requires restart)": "Ativar verificação ortográfica (requer reinicialização)", "Enable spellchecker (requires restart)": "Ativar verificação ortográfica (requer reinicialização)",
"Enter Full Screen": "Abrir em Tela Cheia",
"Factory Reset": "Restauração de fábrica", "Factory Reset": "Restauração de fábrica",
"Factory Reset Data": "Factory Reset Data",
"File": "Arquivo", "File": "Arquivo",
"Find accounts": "Encontrar contas", "Find accounts": "Encontrar contas",
"Find accounts by email": "Encontre contas por email", "Find accounts by email": "Encontre contas por email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Socorro", "Help": "Socorro",
"Help Center": "Centro de ajuda", "Help Center": "Centro de ajuda",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Ocultar o Zulip",
"History": "História", "History": "História",
"History Shortcuts": "Atalhos da História", "History Shortcuts": "Atalhos da História",
"Keyboard Shortcuts": "Atalhos do teclado", "Keyboard Shortcuts": "Atalhos do teclado",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Silencie todos os sons de Zulip", "Mute all sounds from Zulip": "Silencie todos os sons de Zulip",
"NO": "NÃO", "NO": "NÃO",
"Network": "Rede", "Network": "Rede",
"Network and Proxy Settings": "Configurações de Rede e Proxy",
"OR": "OU", "OR": "OU",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL da organização", "Organization URL": "URL da organização",
"Organizations": "Organizações", "Organizations": "Organizações",
"Paste": "Colar", "Paste": "Colar",
@@ -71,25 +80,27 @@
"Proxy rules": "Regras de proxy", "Proxy rules": "Regras de proxy",
"Quit": "Sair", "Quit": "Sair",
"Quit Zulip": "Saia de Zulip", "Quit Zulip": "Saia de Zulip",
"Quit when the window is closed": "Sair quando fechar a janela",
"Redo": "Refazer", "Redo": "Refazer",
"Release Notes": "Notas de Lançamento", "Release Notes": "Notas de Lançamento",
"Reload": "recarregar", "Reload": "recarregar",
"Report an Issue": "Comunicar um problema", "Report an Issue": "Comunicar um problema",
"Reset App Settings": "Restaurar Configurações da Aplicação",
"Reset the application, thus deleting all the connected organizations and accounts.": "Restaurar a aplicação, dessa forma removendo todas as e organizações e contas conectadas.",
"Save": "Salve ", "Save": "Salve ",
"Select All": "Selecionar tudo", "Select All": "Selecionar tudo",
"Services": "Services",
"Settings": "Configurações", "Settings": "Configurações",
"Shortcuts": "Atalhos", "Shortcuts": "Atalhos",
"Show App Logs": "Mostrar registros do aplicativo",
"Show app icon in system tray": "Mostrar ícone do aplicativo na bandeja do sistema", "Show app icon in system tray": "Mostrar ícone do aplicativo na bandeja do sistema",
"Show app unread badge": "Mostrar crachá não lido do aplicativo", "Show app unread badge": "Mostrar crachá não lido do aplicativo",
"Show desktop notifications": "Mostrar notificações da área de trabalho", "Show desktop notifications": "Mostrar notificações da área de trabalho",
"Show downloaded files in file manager": "Mostrar arquivos baixados no gerenciador de arquivos",
"Show sidebar": "Mostrar barra lateral", "Show sidebar": "Mostrar barra lateral",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Inicie o aplicativo no login", "Start app at login": "Inicie o aplicativo no login",
"Switch to Next Organization": "Mudar para a próxima organização", "Switch to Next Organization": "Mudar para a próxima organização",
"Switch to Previous Organization": "Mudar para a organização anterior", "Switch to Previous Organization": "Mudar para a organização anterior",
"These desktop app shortcuts extend the Zulip webapp's": "Esses atalhos para aplicativos de desktop estendem o aplicativo da web do Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Esses atalhos para aplicativos de desktop estendem o aplicativo da web do Zulip",
"This will delete all application data including all added accounts and preferences": "Isso excluirá todos os dados do aplicativo, incluindo todas as contas e preferências adicionadas",
"Tip": "Gorjeta", "Tip": "Gorjeta",
"Toggle DevTools for Active Tab": "Alternar DevTools para a guia ativa", "Toggle DevTools for Active Tab": "Alternar DevTools para a guia ativa",
"Toggle DevTools for Zulip App": "Alternar DevTools para Zulip App", "Toggle DevTools for Zulip App": "Alternar DevTools para Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Alternar ícone da bandeja", "Toggle Tray Icon": "Alternar ícone da bandeja",
"Tools": "Ferramentas", "Tools": "Ferramentas",
"Undo": "Desfazer", "Undo": "Desfazer",
"Unhide": "Unhide",
"Upload": "Envio", "Upload": "Envio",
"Use system proxy settings (requires restart)": "Use as configurações de proxy do sistema (requer reinicialização)", "Use system proxy settings (requires restart)": "Use as configurações de proxy do sistema (requer reinicialização)",
"View": "Visão", "View": "Visão",
@@ -106,29 +118,10 @@
"Window": "Janela", "Window": "Janela",
"Window Shortcuts": "Atalhos de janela", "Window Shortcuts": "Atalhos de janela",
"YES": "SIM", "YES": "SIM",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Mais Zoom", "Zoom In": "Mais Zoom",
"Zoom Out": "Reduzir o zoom", "Zoom Out": "Reduzir o zoom",
"Zulip Help": "Zulip Ajuda",
"keyboard shortcuts": "atalhos do teclado", "keyboard shortcuts": "atalhos do teclado",
"script": "roteiro", "script": "roteiro",
"Quit when the window is closed": "Sair quando fechar a janela", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} está executando a versão {{{version}}} do Servidor Zulip, que está desatualizada. Talvez não funcione corretamente nesta aplicação."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -0,0 +1,127 @@
{
"About Zulip": "Acerca do Zulip",
"Actual Size": "Tamanho Original",
"Add Organization": "Adicionar Organização",
"Add a Zulip organization": "Adicionar uma organização Zulip",
"Add custom CSS": "Adicionar CSS próprio",
"AddServer": "AddServer",
"Advanced": "Avançadas",
"All the connected organizations will appear here.": "Todas as organizações conectadas aparecerão aqui.",
"Always start minimized": "Iniciar minimizado",
"App Updates": "Atualizações da App",
"App language (requires restart)": "Idioma da App (requer reinício)",
"Appearance": "Aspecto",
"Application Shortcuts": "Atalhos da App",
"Are you sure you want to disconnect this organization?": "Tem certeza de que quer desconectar esta organização?",
"Ask where to save files before downloading": "Perguntar onde guardar ficheiros antes de transferir",
"Auto hide Menu bar": "Auto-ocultar barra de Menu",
"Auto hide menu bar (Press Alt key to display)": "Auto-ocultar barra de menu (Premir Alt para exibir)",
"Back": "Voltar",
"Bounce dock on new private message": "Saltitar a dock em nova mensagem privada",
"Change": "Alterar",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Alterar idioma de Preferências de Sistema → Teclado → Texto → Ortografia.",
"Check for Updates": "Procurar Atualizações",
"Close": "Fechar",
"Connect": "Conectar",
"Connect to another organization": "Conectar a outra organização",
"Connected organizations": "Organizações conectadas",
"Copy": "Copiar",
"Copy Zulip URL": "Copiar URL do Zulip",
"Create a new organization": "Criar uma nova organização",
"Cut": "Cortar",
"Default download location": "Pasta de transferências predefinida",
"Delete": "Apagar",
"Desktop Notifications": "Notificações de Desktop",
"Desktop Settings": "Definições de Desktop",
"Disconnect": "Desconectar",
"Download App Logs": "Transferir Relatórios da App",
"Edit": "Editar",
"Edit Shortcuts": "Editar Atalhos",
"Emoji & Symbols": "Emoji e Símbolos",
"Enable auto updates": "Permitir atualizações automáticas",
"Enable error reporting (requires restart)": "Ativar relato de erros (requer reinício)",
"Enable spellchecker (requires restart)": "Ativar corretor ortográfico (requer reinício)",
"Enter Full Screen": "Entrar em Ecrã Inteiro",
"Factory Reset": "Restauro de Fábrica",
"Factory Reset Data": "Restauro de Dados",
"File": "Ficheiro",
"Find accounts": "Encontrar contas",
"Find accounts by email": "Encontrar contas por e-mail",
"Flash taskbar on new message": "Piscar a barra de tarefas ao receber nova mensagem",
"Forward": "Avançar",
"Functionality": "Funcionalidade",
"General": "Geral",
"Get beta updates": "Atualizações de Betas",
"Hard Reload": "Recarregar Forçado",
"Help": "Ajuda",
"Help Center": "Centro de Ajuda",
"Hide": "Ocultar",
"Hide Others": "Ocultar Outros",
"Hide Zulip": "Ocultar o Zulip",
"History": "Histórico",
"History Shortcuts": "Atalhos de Histórico",
"Keyboard Shortcuts": "Atalhos de Teclado",
"Log Out": "Terminar Sessão",
"Log Out of Organization": "Terminar Sessão na Organização",
"Manual proxy configuration": "Configurar proxy manualmente",
"Minimize": "Minimizar",
"Mute all sounds from Zulip": "Silenciar Sons do Zulip",
"NO": "NÃO",
"Network": "Rede",
"Network and Proxy Settings": "Definições de Rede e Proxy",
"OR": "OU",
"On macOS, the OS spellchecker is used.": "No macOS é usado o corretor ortográfico do sistema.",
"Organization URL": "URL da Organização",
"Organizations": "Organizações",
"Paste": "Colar",
"Paste and Match Style": "Colar com formatação de destino",
"Proxy": "Proxy",
"Proxy bypass rules": "Regras de bypass de proxy",
"Proxy rules": "Regras de proxy",
"Quit": "Sair",
"Quit Zulip": "Sair do Zulip",
"Quit when the window is closed": "Sair quando a janela é fechada",
"Redo": "Refazer",
"Release Notes": "Notas de publicação",
"Reload": "Recarregar",
"Report an Issue": "Comunicar um Problema",
"Reset App Settings": "Restaurar Definições da App",
"Reset the application, thus deleting all the connected organizations and accounts.": "Restaurar a aplicação, assim apagando todas as organizações e contas conectadas.",
"Save": "Guardar",
"Select All": "Seleccionar Tudo",
"Services": "Serviços",
"Settings": "Definições",
"Shortcuts": "Atalhos",
"Show app icon in system tray": "Ver ícone da app na bandeja de sistema",
"Show app unread badge": "Ver emblema de mensagens não lidas",
"Show desktop notifications": "Ver notificações de desktop",
"Show sidebar": "Ver barra lateral",
"Spellchecker Languages": "Idiomas com Verificação Ortográfica",
"Start app at login": "Iniciar App com o sistema",
"Switch to Next Organization": "Trocar para Organização Seguinte",
"Switch to Previous Organization": "Trocar para Organização Anterior",
"These desktop app shortcuts extend the Zulip webapp's": "Estes atalhos da app desktop expandem os da webapp do Zulip",
"Tip": "Dica",
"Toggle DevTools for Active Tab": "DevTools para o Separador Ativo",
"Toggle DevTools for Zulip App": "DevTools para a App Zulip",
"Toggle Do Not Disturb": "Não Incomodar",
"Toggle Full Screen": "Ecrã Completo",
"Toggle Sidebar": "Barra Lateral",
"Toggle Tray Icon": "Ícone da bandeja de sistema",
"Tools": "Ferramentas",
"Undo": "Desfazer",
"Unhide": "Revelar",
"Upload": "Carregar",
"Use system proxy settings (requires restart)": "Usar definições de proxy do sistema (requer reinício)",
"View": "Ver",
"View Shortcuts": "Atalhos de Visualização",
"Window": "Janela",
"Window Shortcuts": "Atalhos de Janela",
"YES": "SIM",
"You can select a maximum of 3 languages for spellchecking.": "Pode seleccionar um máximo de 3 idiomas para correção ortográfica.",
"Zoom In": "Ampliar",
"Zoom Out": "Reduzir",
"keyboard shortcuts": "atalhos de teclado",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} está a correr uma versão ultrapassada do Servidor Zulip {{{version}}}. Pode não funcionar completamente nesta app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Despre Zulip", "About Zulip": "Despre Zulip",
"Actual Size": "Mărimea Actuală", "Actual Size": "Mărimea Actuală",
"Add Custom Certificates": "Adaugă certificate personalizate",
"Add Organization": "Adaugă Organizație", "Add Organization": "Adaugă Organizație",
"Add a Zulip organization": "Adaugă o organizație Zulip", "Add a Zulip organization": "Adaugă o organizație Zulip",
"Add custom CSS": "Adaugă un CSS personalizat", "Add custom CSS": "Adaugă un CSS personalizat",
"AddServer": "AddServer",
"Advanced": "Avansat", "Advanced": "Avansat",
"All the connected organizations will appear here": "Toate organizațiile conectate vor apare aici", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Pornește întotdeauna micșorat", "Always start minimized": "Pornește întotdeauna micșorat",
"App Updates": "Actualizările aplicației", "App Updates": "Actualizările aplicației",
"App language (requires restart)": "Limba aplicației (necesită restart)",
"Appearance": "Aspect", "Appearance": "Aspect",
"Application Shortcuts": "Scurtăturile Aplicației", "Application Shortcuts": "Scurtăturile Aplicației",
"Are you sure you want to disconnect this organization?": "Ești sigur că vrei să deconectezi această organizație?", "Are you sure you want to disconnect this organization?": "Ești sigur că vrei să deconectezi această organizație?",
"Ask where to save files before downloading": "Intreabă unde salvez fișierul înainte să descarci",
"Auto hide Menu bar": "Ascunde automat bara Meniu", "Auto hide Menu bar": "Ascunde automat bara Meniu",
"Auto hide menu bar (Press Alt key to display)": "Ascunde automat bara meniu (Apasă cheia Alt să afișezi)", "Auto hide menu bar (Press Alt key to display)": "Ascunde automat bara meniu (Apasă cheia Alt să afișezi)",
"Back": "Inapoi", "Back": "Inapoi",
"Bounce dock on new private message": "Sări dock-ul la un mesaj privat nou", "Bounce dock on new private message": "Sări dock-ul la un mesaj privat nou",
"Certificate file": "Fișierul certificat",
"Change": "Schimbă", "Change": "Schimbă",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Schimbă limba din Preferințe Sistem → Tastatruă → Text → Ortografie.",
"Check for Updates": "Verifică pentru actualizări", "Check for Updates": "Verifică pentru actualizări",
"Close": "Închide", "Close": "Închide",
"Connect": "Conectează", "Connect": "Conectează",
@@ -29,17 +31,19 @@
"Cut": "Taie", "Cut": "Taie",
"Default download location": "Locația implicită pentru descărcare", "Default download location": "Locația implicită pentru descărcare",
"Delete": "Șterge", "Delete": "Șterge",
"Desktop App Settings": "Setările Aplicației Desktop",
"Desktop Notifications": "Notificări descktop", "Desktop Notifications": "Notificări descktop",
"Desktop Settings": "Setări desktop", "Desktop Settings": "Setări desktop",
"Disconnect": "Deconectează", "Disconnect": "Deconectează",
"Download App Logs": "Descarcă Log-urile Aplicației", "Download App Logs": "Descarcă Log-urile Aplicației",
"Edit": "Modifică", "Edit": "Modifică",
"Edit Shortcuts": "Modifică scurtăturile", "Edit Shortcuts": "Modifică scurtăturile",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Activează actualizări automate", "Enable auto updates": "Activează actualizări automate",
"Enable error reporting (requires restart)": "Activează raportarea erorilor (necesită repornire)", "Enable error reporting (requires restart)": "Activează raportarea erorilor (necesită repornire)",
"Enable spellchecker (requires restart)": "Activează verificarea ortografiei", "Enable spellchecker (requires restart)": "Activați verificatorul ortografic (necesită repornire)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Resetare din fabrică", "Factory Reset": "Resetare din fabrică",
"Factory Reset Data": "Resetează la setările de bază",
"File": "Fișier", "File": "Fișier",
"Find accounts": "Găsește conturi", "Find accounts": "Găsește conturi",
"Find accounts by email": "Găsește conturi după email", "Find accounts by email": "Găsește conturi după email",
@@ -51,6 +55,9 @@
"Hard Reload": "Reîncărcare forțată", "Hard Reload": "Reîncărcare forțată",
"Help": "Ajutor", "Help": "Ajutor",
"Help Center": "Centru de ajutor", "Help Center": "Centru de ajutor",
"Hide": "Ascunde",
"Hide Others": "Ascunde pe ceilalți",
"Hide Zulip": "Hide Zulip",
"History": "Istorie", "History": "Istorie",
"History Shortcuts": "Scurtături istorie", "History Shortcuts": "Scurtături istorie",
"Keyboard Shortcuts": "Scurtături tastatură", "Keyboard Shortcuts": "Scurtături tastatură",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Marchează totul din Zulip - fără alerte sonore", "Mute all sounds from Zulip": "Marchează totul din Zulip - fără alerte sonore",
"NO": "NU", "NO": "NU",
"Network": "Rețea", "Network": "Rețea",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "SAU", "OR": "SAU",
"On macOS, the OS spellchecker is used.": "Pe macOS, este folosita verificarea ortografică OS. ",
"Organization URL": "URL-ul organizației", "Organization URL": "URL-ul organizației",
"Organizations": "Organizații", "Organizations": "Organizații",
"Paste": "Lipește", "Paste": "Lipește",
@@ -71,25 +80,27 @@
"Proxy rules": "Reguli proxy", "Proxy rules": "Reguli proxy",
"Quit": "Renunță", "Quit": "Renunță",
"Quit Zulip": "Renunță la Zulip", "Quit Zulip": "Renunță la Zulip",
"Quit when the window is closed": "Ieșiți când fereastra este închisă",
"Redo": "Refă", "Redo": "Refă",
"Release Notes": "Note de Lansare", "Release Notes": "Note de Lansare",
"Reload": "Reîncarcă", "Reload": "Reîncarcă",
"Report an Issue": "Raportează o Problemă", "Report an Issue": "Raportează o Problemă",
"Reset App Settings": "Resetează Setările Aplicației",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Salvează", "Save": "Salvează",
"Select All": "Selectează Tot", "Select All": "Selectează Tot",
"Services": "Servicii",
"Settings": "Setări", "Settings": "Setări",
"Shortcuts": "Scurtături", "Shortcuts": "Scurtături",
"Show App Logs": "Arată Log-ul Aplicației",
"Show app icon in system tray": "Arată iconița aplicației în zona de notificare", "Show app icon in system tray": "Arată iconița aplicației în zona de notificare",
"Show app unread badge": "Afișează ecusonul necitit al aplicației", "Show app unread badge": "Afișează ecusonul necitit al aplicației",
"Show desktop notifications": "Arată notificările desktop", "Show desktop notifications": "Arată notificările desktop",
"Show downloaded files in file manager": "Arată fișierele descărcate în managerul de fișiere",
"Show sidebar": "Arată bara laterală", "Show sidebar": "Arată bara laterală",
"Spellchecker Languages": "Ortografie limbi",
"Start app at login": "Pornește aplicația la autentificare", "Start app at login": "Pornește aplicația la autentificare",
"Switch to Next Organization": "Schimbă la Următoarea Organizație", "Switch to Next Organization": "Schimbă la Următoarea Organizație",
"Switch to Previous Organization": "Schimbă la Precendenta Organizație", "Switch to Previous Organization": "Schimbă la Precendenta Organizație",
"These desktop app shortcuts extend the Zulip webapp's": "Aceste scurtături din desktop extind webapp-urile Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Aceste scurtături din desktop extind webapp-urile Zulip",
"This will delete all application data including all added accounts and preferences": "Aceasta va șterge toate datele aplicației inclusiv toate conturile și preferințele adăugate",
"Tip": "Sfat", "Tip": "Sfat",
"Toggle DevTools for Active Tab": "Comută la DevTools pentru Tabul Activ", "Toggle DevTools for Active Tab": "Comută la DevTools pentru Tabul Activ",
"Toggle DevTools for Zulip App": "Comută la DevTools pentru Aplicația Zulip", "Toggle DevTools for Zulip App": "Comută la DevTools pentru Aplicația Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Comută Iconița din Tray", "Toggle Tray Icon": "Comută Iconița din Tray",
"Tools": "Unelte", "Tools": "Unelte",
"Undo": "Anulează", "Undo": "Anulează",
"Unhide": "Arată",
"Upload": "Urcă", "Upload": "Urcă",
"Use system proxy settings (requires restart)": "Folosește setările proxy de sistem (necesită restart)", "Use system proxy settings (requires restart)": "Folosește setările proxy de sistem (necesită restart)",
"View": "Vedere", "View": "Vedere",
@@ -106,29 +118,10 @@
"Window": "Fereastră", "Window": "Fereastră",
"Window Shortcuts": "Scurtăturile Ferestrei", "Window Shortcuts": "Scurtăturile Ferestrei",
"YES": "DA", "YES": "DA",
"You can select a maximum of 3 languages for spellchecking.": "Poți selecta maxim 3 limbi pentru verificarea ortografiei",
"Zoom In": "Marește", "Zoom In": "Marește",
"Zoom Out": "Micșorează", "Zoom Out": "Micșorează",
"Zulip Help": "Ajutor Zulip",
"keyboard shortcuts": "scurtături tastatură", "keyboard shortcuts": "scurtături tastatură",
"script": "script", "script": "script",
"Quit when the window is closed": "Ieșiți când fereastra este închisă", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Intreabă unde salvez fișierul înainte să descarci",
"Services": "Servicii",
"Hide": "Ascunde",
"Hide Others": "Ascunde pe ceilalți",
"Unhide": "Arată",
"AddServer": "AddServer",
"App language (requires restart)": "Limba aplicației (necesită restart)",
"Factory Reset Data": "Resetează la setările de bază",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Resetați aplicația, ștergând astfel toate organizațiile, conturile și certificatele conectate.",
"On macOS, the OS spellchecker is used.": "Pe macOS, este folosita verificarea ortografică OS. ",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Schimbă limba din Preferințe Sistem → Tastatruă → Text → Ortografie.",
"Copy Link": "Copiază linkul",
"Copy Image": "Copiază imaginea",
"Copy Image URL": "Copiază URL-ul imaginii",
"No Suggestion Found": "Nu am găsit sugestii",
"You can select a maximum of 3 languages for spellchecking.": "Poți selecta maxim 3 limbi pentru verificarea ortografiei",
"Spellchecker Languages": "Ortografie limbi",
"Add to Dictionary": "Adaugă la dicționar",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "О Zulip", "About Zulip": "О Zulip",
"Actual Size": "Актуальный размер", "Actual Size": "Актуальный размер",
"Add Custom Certificates": "Добавить собственные сертификаты",
"Add Organization": "Добавить организацию", "Add Organization": "Добавить организацию",
"Add a Zulip organization": "Добавить организацию Zulip", "Add a Zulip organization": "Добавить организацию Zulip",
"Add custom CSS": "Добавить собственный CSS", "Add custom CSS": "Добавить собственный CSS",
"AddServer": "Добавить Сервер",
"Advanced": "Дополнительно", "Advanced": "Дополнительно",
"All the connected organizations will appear here": "Все связанные организации будут появляться здесь", "All the connected organizations will appear here.": "Все связанные организации будут появляться здесь.",
"Always start minimized": "Запускать свернуто", "Always start minimized": "Запускать свернутым",
"App Updates": "Обновления", "App Updates": "Обновления",
"App language (requires restart)": "Язык приложения (требует перезапуска)",
"Appearance": "Вид", "Appearance": "Вид",
"Application Shortcuts": "Горячие клавиши", "Application Shortcuts": "Горячие клавиши",
"Are you sure you want to disconnect this organization?": "Вы уверены, что хотите отключить эту организацию?", "Are you sure you want to disconnect this organization?": "Вы уверены, что хотите отключить эту организацию?",
"Ask where to save files before downloading": "Спрашивать, где сохранять файлы перед скачиванием",
"Auto hide Menu bar": "Скрывать меню", "Auto hide Menu bar": "Скрывать меню",
"Auto hide menu bar (Press Alt key to display)": "Скрывать меню (для показа нажмите Alt)", "Auto hide menu bar (Press Alt key to display)": "Скрывать меню (для показа нажмите Alt)",
"Back": "Назад", "Back": "Назад",
"Bounce dock on new private message": "Показывать док при поступлении нового личного сообщения", "Bounce dock on new private message": "Показывать док при поступлении нового личного сообщения",
"Certificate file": "Файл сертификата",
"Change": "Изменить", "Change": "Изменить",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Настройте язык, следуя меню Настройки системы → Клавиатура → Текст → Орфография.",
"Check for Updates": "Проверить наличие обновлений", "Check for Updates": "Проверить наличие обновлений",
"Close": "Закрыть", "Close": "Закрыть",
"Connect": "Подключиться", "Connect": "Подключиться",
@@ -29,17 +31,19 @@
"Cut": "Вырезать", "Cut": "Вырезать",
"Default download location": "Папка для загрузки", "Default download location": "Папка для загрузки",
"Delete": "Удалить", "Delete": "Удалить",
"Desktop App Settings": "Настройки приложения",
"Desktop Notifications": "Оповещения на рабочем столе", "Desktop Notifications": "Оповещения на рабочем столе",
"Desktop Settings": "Настройки рабочего стола", "Desktop Settings": "Настройки рабочего стола",
"Disconnect": "Отключиться", "Disconnect": "Отключиться",
"Download App Logs": "Скачать логи приложения", "Download App Logs": "Скачать логи приложения",
"Edit": "Изменить", "Edit": "Изменить",
"Edit Shortcuts": "Редактировать горячие клавиши", "Edit Shortcuts": "Редактировать горячие клавиши",
"Emoji & Symbols": "Эмодзи и символы",
"Enable auto updates": "Включить автообновление", "Enable auto updates": "Включить автообновление",
"Enable error reporting (requires restart)": "Включить сообщения об ошибках (потребуется перезапуск)", "Enable error reporting (requires restart)": "Включить сообщения об ошибках (потребуется перезапуск)",
"Enable spellchecker (requires restart)": "Включить проверку орфографии (потребуется перезапуск)", "Enable spellchecker (requires restart)": "Включить проверку орфографии (потребуется перезапуск)",
"Enter Full Screen": "Войти в полноэкранный режим",
"Factory Reset": "Сброс настроек", "Factory Reset": "Сброс настроек",
"Factory Reset Data": "Сброс данных приложения",
"File": "Файл", "File": "Файл",
"Find accounts": "Найти учетные записи", "Find accounts": "Найти учетные записи",
"Find accounts by email": "Искать учетные записи по адресу электронной почты", "Find accounts by email": "Искать учетные записи по адресу электронной почты",
@@ -51,6 +55,9 @@
"Hard Reload": "Жесткая перезагрузка", "Hard Reload": "Жесткая перезагрузка",
"Help": "Помощь", "Help": "Помощь",
"Help Center": "Центр поддержки", "Help Center": "Центр поддержки",
"Hide": "Скрыть",
"Hide Others": "Скрыть другие",
"Hide Zulip": "Скрыть Zulip",
"History": "История", "History": "История",
"History Shortcuts": "Горячие клавишы по истории", "History Shortcuts": "Горячие клавишы по истории",
"Keyboard Shortcuts": "Горячие клавишы", "Keyboard Shortcuts": "Горячие клавишы",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Выключить все звуки Zulip", "Mute all sounds from Zulip": "Выключить все звуки Zulip",
"NO": "НЕТ", "NO": "НЕТ",
"Network": "Сеть", "Network": "Сеть",
"Network and Proxy Settings": "Настройки сети и прокси",
"OR": "ИЛИ", "OR": "ИЛИ",
"On macOS, the OS spellchecker is used.": "На macOS используется орфографический корректор ОС.",
"Organization URL": "URL организации", "Organization URL": "URL организации",
"Organizations": "Организации", "Organizations": "Организации",
"Paste": "Вставить", "Paste": "Вставить",
@@ -71,25 +80,27 @@
"Proxy rules": "Правила прокси", "Proxy rules": "Правила прокси",
"Quit": "Выход", "Quit": "Выход",
"Quit Zulip": "Выйти из Zulip", "Quit Zulip": "Выйти из Zulip",
"Quit when the window is closed": "Выйти, когда окно будет закрыто",
"Redo": "Исправить", "Redo": "Исправить",
"Release Notes": "Описание обновлений", "Release Notes": "Описание обновлений",
"Reload": "Перезагрузить", "Reload": "Перезагрузить",
"Report an Issue": "Сообщить об ошибке", "Report an Issue": "Сообщить об ошибке",
"Reset App Settings": "Сбросить настройки приложения",
"Reset the application, thus deleting all the connected organizations and accounts.": "Сбросить все настройки приложения, и удалить все подключенные организации и учетные записи.",
"Save": "Сохранить", "Save": "Сохранить",
"Select All": "Выделить все", "Select All": "Выделить все",
"Services": "Сервисы",
"Settings": "Настройки", "Settings": "Настройки",
"Shortcuts": "Горячие клавиши", "Shortcuts": "Горячие клавиши",
"Show App Logs": "Показать логи приложения",
"Show app icon in system tray": "Показывать приложение в области уведомлений", "Show app icon in system tray": "Показывать приложение в области уведомлений",
"Show app unread badge": "Показывать значок о непрочитанных сообщениях", "Show app unread badge": "Показывать значок о непрочитанных сообщениях",
"Show desktop notifications": "Показывать всплывающие оповещения", "Show desktop notifications": "Показывать оповещения рабочего стола",
"Show downloaded files in file manager": "Показать скаченные файлы в менеджере закачек",
"Show sidebar": "Показывать боковую панель", "Show sidebar": "Показывать боковую панель",
"Spellchecker Languages": "Языки для проверки орфографии",
"Start app at login": "Запускать приложение при входе в систему", "Start app at login": "Запускать приложение при входе в систему",
"Switch to Next Organization": "Перейти к следующей организации", "Switch to Next Organization": "Перейти к следующей организации",
"Switch to Previous Organization": "Перейти к предыдущей организации", "Switch to Previous Organization": "Перейти к предыдущей организации",
"These desktop app shortcuts extend the Zulip webapp's": "Эти ярлыки приложения для рабочего стола дополняют функционал сетевого приложения Zulip", "These desktop app shortcuts extend the Zulip webapp's": "Эти ярлыки приложения для рабочего стола дополняют функционал сетевого приложения Zulip",
"This will delete all application data including all added accounts and preferences": "Этим удаляются все данные приложения, включая данные всех подключенных аккаунтов и настройки.",
"Tip": "Совет", "Tip": "Совет",
"Toggle DevTools for Active Tab": "Переключить инструменты разработчика для активной вкладки", "Toggle DevTools for Active Tab": "Переключить инструменты разработчика для активной вкладки",
"Toggle DevTools for Zulip App": "Переключить инструменты разработчика для приложения Zulip", "Toggle DevTools for Zulip App": "Переключить инструменты разработчика для приложения Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Переключить иконку в области уведомлений", "Toggle Tray Icon": "Переключить иконку в области уведомлений",
"Tools": "Инструменты", "Tools": "Инструменты",
"Undo": "Отменить", "Undo": "Отменить",
"Unhide": "Не скрывать",
"Upload": "Загрузить", "Upload": "Загрузить",
"Use system proxy settings (requires restart)": "Использовать системные настройки прокси (необходима перезагрузка)", "Use system proxy settings (requires restart)": "Использовать системные настройки прокси (необходима перезагрузка)",
"View": "Вид", "View": "Вид",
@@ -106,29 +118,10 @@
"Window": "Окно", "Window": "Окно",
"Window Shortcuts": "Ярлыки окна", "Window Shortcuts": "Ярлыки окна",
"YES": "ДА", "YES": "ДА",
"You can select a maximum of 3 languages for spellchecking.": "Вы можете выбрать не более 3-х языков для проверки орфографии.",
"Zoom In": "Увеличить масштаб", "Zoom In": "Увеличить масштаб",
"Zoom Out": "Уменьшить масштаб", "Zoom Out": "Уменьшить масштаб",
"Zulip Help": "Помощь по Zulip",
"keyboard shortcuts": "Горячие клавиши", "keyboard shortcuts": "Горячие клавиши",
"script": "скрипт", "script": "скрипт",
"Quit when the window is closed": "Выйти, когда окно будет закрыто", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} использует устаревшую версию Zulip {{{version}}}. Приложение может работать не полностью."
"Ask where to save files before downloading": "Спрашивать, где сохранять файлы перед скачиванием",
"Services": "Сервисы",
"Hide": "Скрыть",
"Hide Others": "Скрыть другие",
"Unhide": "Не скрывать",
"AddServer": "Добавить Сервер",
"App language (requires restart)": "Язык приложения (требует перезапуска)",
"Factory Reset Data": "Сброс данных приложения",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Сбросить все настройки приложения, и удалить все подключенные организации, учетные записи и сертификаты.",
"On macOS, the OS spellchecker is used.": "На macOS используется орфографический корректор OS.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Настройте язык, следуя меню Настройки системы → Клавиатура → Текст → Орфография.",
"Copy Link": "Скопировать ссылку",
"Copy Image": "Скопировать изображение",
"Copy Image URL": "Скопировать ссылку на изображение",
"No Suggestion Found": "Предложений не найдено",
"You can select a maximum of 3 languages for spellchecking.": "Вы можете выбрать не более 3-х языков для проверки орфографии.",
"Spellchecker Languages": "Языки для проверки орфографии",
"Add to Dictionary": "Добавить в словарь",
"Look Up": "Искать"
} }

127
public/translations/si.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "සුලිප් පිළිබඳව",
"Actual Size": "සැබෑ ප්‍රමාණය",
"Add Organization": "සංවිධානය එක්කරන්න",
"Add a Zulip organization": "සුලිප් සංවිධානයක් එක්කරන්න",
"Add custom CSS": "අභිරුචි සීඑස්එස් යොදන්න",
"AddServer": "සේවාදායකය එක්කරන්න",
"Advanced": "වැඩිදුර",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "හකුළුවා දියත් කරන්න",
"App Updates": "යෙදුමේ යාවත්කාල",
"App language (requires restart)": "යෙදුමේ භාෂාව (යළි ඇරඹීම අවශ්‍යයි)",
"Appearance": "පෙනුම",
"Application Shortcuts": "යෙදුමේ කෙටිමං",
"Are you sure you want to disconnect this organization?": "ඔබට මෙම සංවිධානය විසන්ධි කිරීමට අවශ්‍ය බව විශ්වාසද?",
"Ask where to save files before downloading": "බාගැනීමට පෙර සුරැකිය යුතු ස්ථානය අසන්න",
"Auto hide Menu bar": "වට්ටෝරු තීරුව ස්වයං සැඟවීම",
"Auto hide menu bar (Press Alt key to display)": "වට්ටෝරු තීරුව ස්වයං සැඟවීම (දැකීමට Alt ඔබන්න)",
"Back": "ආපසු",
"Bounce dock on new private message": "නව පණිවිඩ ලැබෙන විට නිරූපකය සෙලවීම",
"Change": "සංශෝධනය",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "යාවත්කාල බලන්න",
"Close": "වසන්න",
"Connect": "සබඳින්න",
"Connect to another organization": "වෙනත් සංවිධානයකට සබැඳින්න",
"Connected organizations": "සම්බන්ධිත සංවිධාන",
"Copy": "පිටපතක්",
"Copy Zulip URL": "සුලිප් ඒ.ස.නි. පිටපතක්",
"Create a new organization": "නව සංවිධානයක් සාදන්න",
"Cut": "කපන්න",
"Default download location": "පෙරනිමි බාගැනීමේ ස්ථානය",
"Delete": "මකන්න",
"Desktop Notifications": "වැඩතල දැනුම්දීම්",
"Desktop Settings": "වැඩතල සැකසුම්",
"Disconnect": "විසන්ධි කරන්න",
"Download App Logs": "යෙදුමේ සටහන් බාගන්න",
"Edit": "සංස්කරණය",
"Edit Shortcuts": "කෙටිමං සංස්කරණය",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "ස්වයං යාවත්කාල සබලකරන්න",
"Enable error reporting (requires restart)": "දෝෂ වාර්තාව සබලකරන්න (යළි ඇරඹීම අවශ්‍යයි)",
"Enable spellchecker (requires restart)": "අකුරු වින්‍යාසය පරීක්‍ෂාව (යළි අරඹන්න)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "ගොනුව",
"Find accounts": "ගිණුම් සොයාගන්න",
"Find accounts by email": "වි-තැපෑලෙන් ගිණුම් සොයාගන්න",
"Flash taskbar on new message": "නව පණිවිඩ සඳහා කාර්යතීරුව දිදුලන්න",
"Forward": "හරවන්න",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "බීටා යාවත්කාල ගන්න",
"Hard Reload": "Hard Reload",
"Help": "උදව්",
"Help Center": "උදව් මධ්‍යස්ථානය",
"Hide": "සඟවන්න",
"Hide Others": "අන් අය සඟවන්න",
"Hide Zulip": "Hide Zulip",
"History": "ඉතිහාසය",
"History Shortcuts": "ඉතිහාස කෙටිමං",
"Keyboard Shortcuts": "යතුරුපුවරුවේ කෙටිමං",
"Log Out": "නික්මෙන්න",
"Log Out of Organization": "සංවිධානයෙන් නික්මෙන්න",
"Manual proxy configuration": "අතින් ප්‍රතියුක්තය වින්‍යාසය",
"Minimize": "හකුළන්න",
"Mute all sounds from Zulip": "සියළුම සුලිප් ශබ්ද නිහඬකරන්න",
"NO": "නැහැ",
"Network": "ජාලය",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "හෝ",
"On macOS, the OS spellchecker is used.": "මැක්ඕඑස් හි, මෙ. පද්. අකුරු පරීක්‍ෂාව භාවිතයි.",
"Organization URL": "සංවිධානයේ ඒ.ස.නි.",
"Organizations": "සංවිධාන",
"Paste": "අලවන්න",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "ප්‍රතියුක්තය",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "ප්‍රතියුක්තයේ නීති",
"Quit": "ඉවත් වන්න",
"Quit Zulip": "සුලිප් වෙතින් ඉවත්වන්න",
"Quit when the window is closed": "කවුළුව වැසූ විට ඉවත් වන්න",
"Redo": "පසුසේ",
"Release Notes": "නිකුතු සටහන්",
"Reload": "යළි පූරණය",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "සුරකින්න",
"Select All": "සියල්ල තෝරන්න",
"Services": "සේවා",
"Settings": "සැකසුම්",
"Shortcuts": "කෙටිමං",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "වැඩතලයෙහි දැනුම්දීම් පෙන්වන්න",
"Show sidebar": "පැති තීරුව පෙන්වන්න",
"Spellchecker Languages": "අකුරු වින්‍යාසය පරීක්‍ෂාවට භාෂා",
"Start app at login": "Start app at login",
"Switch to Next Organization": "ඊළඟ සංවිධානයට මාරුවන්න",
"Switch to Previous Organization": "කලින් සංවිධානයට මාරුවන්න",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "මෙවලම්",
"Undo": "පෙරසේ",
"Unhide": "නොසඟවන්න",
"Upload": "උඩුගත කරන්න",
"Use system proxy settings (requires restart)": "පද්ධතියේ ප්‍රතියුක්තය භාවිතය (යළි ඇරඹිය යුතුය)",
"View": "බලන්න",
"View Shortcuts": "කෙටිමං බලන්න",
"Window": "කවුළුව",
"Window Shortcuts": "කවුළුවේ කෙටිමං",
"YES": "ඔව්",
"You can select a maximum of 3 languages for spellchecking.": "අකුරු වින්‍යාසය පරීක්‍ෂාව සඳහා උපරිම භාෂා 3 ක් තේරීමට හැකිය.",
"Zoom In": "විශාලනය",
"Zoom Out": "කුඩාලනය",
"keyboard shortcuts": "යතුරුපුවරුවේ කෙටිමං",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,134 +1,127 @@
{ {
"About Zulip": "О Зулипу", "About Zulip": "О Зулипу",
"Actual Size": "Стварна величина", "Actual Size": "Стварна величина",
"Add Custom Certificates": "Додајте прилагођене цертификате", "Add Organization": "Додајте организацију",
"Add Organization": "Додај организацију",
"Add a Zulip organization": "Додајте Зулип организацију", "Add a Zulip organization": "Додајте Зулип организацију",
"Add custom CSS": "Додајте прилагођени ЦСС", "Add custom CSS": "Додајте прилагођени ЦСС",
"AddServer": "Додај сервер",
"Advanced": "Напредно", "Advanced": "Напредно",
"All the connected organizations will appear here": "Овде ће се појавити све повезане организације", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Увек започните минимизирано", "Always start minimized": "Увек започните минимизирано",
"App Updates": "Апп Упдатес", "App Updates": "Надоградње апликације",
"App language (requires restart)": "Језик апликације (захтева поновно покретање)",
"Appearance": "Изглед", "Appearance": "Изглед",
"Application Shortcuts": "Пречице за апликације", "Application Shortcuts": "Пречице за апликацију",
"Are you sure you want to disconnect this organization?": "Јесте ли сигурни да желите прекинути везу с овом организацијом?", "Are you sure you want to disconnect this organization?": "Јесте ли сигурни да желите прекинути везу с овом организацијом?",
"Ask where to save files before downloading": "Питај где сачувати датотеке пре преузимања",
"Auto hide Menu bar": "Ауто хиде Мену бар", "Auto hide Menu bar": "Ауто хиде Мену бар",
"Auto hide menu bar (Press Alt key to display)": "Аутоматско скривање траке менија (притисните тастер Алт да бисте приказали)", "Auto hide menu bar (Press Alt key to display)": "Аутоматско скривање траке менија (притисните тастер Алт да бисте приказали)",
"Back": "Назад", "Back": "Назад",
"Bounce dock on new private message": "Одскочите у нову приватну поруку", "Bounce dock on new private message": "Одскочите у нову приватну поруку",
"Certificate file": "Датотека сертификата",
"Change": "Цханге", "Change": "Цханге",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Промените језик кроз Системска подешавања → Тастатура → Текст → Правопис.",
"Check for Updates": "Провери ажурирања", "Check for Updates": "Провери ажурирања",
"Close": "Близу", "Close": "Затвори",
"Connect": "Повежи", "Connect": "Повежи",
"Connect to another organization": "Повежите се са другом организацијом", "Connect to another organization": "Повежите се са другом организацијом",
"Connected organizations": "Повезане организације", "Connected organizations": "Повезане организације",
"Copy": "Копирај", "Copy": "Копирај",
"Copy Zulip URL": "Цопи Зулип УРЛ", "Copy Zulip URL": "Копирај Зулип адресу",
"Create a new organization": "Направите нову организацију", "Create a new organization": "Направите нову организацију",
"Cut": "Цут", "Cut": "Исеци",
"Default download location": "Дефаулт довнлоад лоцатион", "Default download location": "Предефинисана локација преузимања",
"Delete": "Обриши", "Delete": "Обриши",
"Desktop App Settings": "Подешавања апликације за десктоп рачунаре", "Desktop Notifications": "Обавештења на рачунару",
"Desktop Notifications": "Обавештења о радној површини", "Desktop Settings": "Подешавања рачунара",
"Desktop Settings": "Десктоп Сеттингс", "Disconnect": "Прекини везу",
"Disconnect": "Дисцоннецт", "Download App Logs": "Преузмите записе апликације",
"Download App Logs": "Довнлоад Апп Логс", "Edit": "Уреди",
"Edit": "Уредити",
"Edit Shortcuts": "Уреди пречице", "Edit Shortcuts": "Уреди пречице",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Омогући аутоматско ажурирање", "Enable auto updates": "Омогући аутоматско ажурирање",
"Enable error reporting (requires restart)": "Омогући извештавање о грешкама (захтева поновно покретање)", "Enable error reporting (requires restart)": "Омогући извештавање о грешкама (захтева поновно покретање)",
"Enable spellchecker (requires restart)": "Омогући провјеру правописа (захтијева поновно покретање)", "Enable spellchecker (requires restart)": "Омогући провјеру правописа (захтијева поновно покретање)",
"Factory Reset": "Фацтори Ресет", "Enter Full Screen": "Enter Full Screen",
"File": "Филе", "Factory Reset": "Фабричко ресетовање",
"Find accounts": "Нађи рачуне", "Factory Reset Data": "Фабрички ресетуј податке",
"Find accounts by email": "Пронађите рачуне путем е-поште", "File": "Датотека",
"Flash taskbar on new message": "Фласх трака задатака у новој поруци", "Find accounts": "Пронађите налоге",
"Forward": "Напријед", "Find accounts by email": "Пронађите налоге према е-пошти",
"Flash taskbar on new message": "Блицај на траци задатака приликом нове поруке",
"Forward": "Напред",
"Functionality": "Функционалност", "Functionality": "Функционалност",
"General": "Генерал", "General": "Опште",
"Get beta updates": "Набавите бета ажурирања", "Get beta updates": "Набавите бета ажурирања",
"Hard Reload": "Хард Релоад", "Hard Reload": "Поновно покретање",
"Help": "Помоћ", "Help": "Помоћ",
"Help Center": "Центар за помоћ", "Help Center": "Центар за помоћ",
"History": "Хистори", "Hide": "Сакриј",
"History Shortcuts": "Историјске пречице", "Hide Others": "Сакриј остале",
"Hide Zulip": "Hide Zulip",
"History": "Историја",
"History Shortcuts": "Пречице историје",
"Keyboard Shortcuts": "Пречице на тастатури", "Keyboard Shortcuts": "Пречице на тастатури",
"Log Out": "Одјавити се", "Log Out": "Одјавити се",
"Log Out of Organization": "Одјавите се из организације", "Log Out of Organization": "Одјавите се из организације",
"Manual proxy configuration": "Мануал проки цонфигуратион", "Manual proxy configuration": "Ручно подешавање проксија",
"Minimize": "Минимизе", "Minimize": "Минимизуј",
"Mute all sounds from Zulip": "Искључите све звукове из Зулипа", "Mute all sounds from Zulip": "Искључите све звукове из Зулипа",
"NO": "НЕ", "NO": "НЕ",
"Network": "Мрежа", "Network": "Мрежа",
"OR": "ОР", "Network and Proxy Settings": "Network and Proxy Settings",
"Organization URL": "УРЛ организације", "OR": "ИЛИ",
"On macOS, the OS spellchecker is used.": "На мекинтошу, користи се системска провера правописа.",
"Organization URL": "Адреса организације",
"Organizations": "Организације", "Organizations": "Организације",
"Paste": "Пасте", "Paste": "Налепите",
"Paste and Match Style": "Залепите и подесите стил", "Paste and Match Style": "Налепите и уклопите стил",
"Proxy": "Заступник", "Proxy": "Прокси",
"Proxy bypass rules": "Проки бипасс правила", "Proxy bypass rules": "Правила прокси бајпаса",
"Proxy rules": "Проки рулес", "Proxy rules": "Прокси правила",
"Quit": "Одустати", "Quit": "Изађи",
"Quit Zulip": "Куит Зулип", "Quit Zulip": "Изађи из Зулипа",
"Redo": "Редо", "Quit when the window is closed": "Изађи када се затвори прозор",
"Release Notes": "Релеасе Нотес", "Redo": "Понови",
"Release Notes": "Белешке о издању",
"Reload": "Освежи", "Reload": "Освежи",
"Report an Issue": "Пријавите проблем", "Report an Issue": "Пријавите проблем",
"Save": "сачувати", "Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Сачувај",
"Select All": "Изабери све", "Select All": "Изабери све",
"Services": "Сервиси",
"Settings": "Подешавања", "Settings": "Подешавања",
"Shortcuts": "Пречице", "Shortcuts": "Пречице",
"Show App Logs": "Прикажи дневнике апликација",
"Show app icon in system tray": "Покажи икону апликације у системској палети", "Show app icon in system tray": "Покажи икону апликације у системској палети",
"Show app unread badge": "Покажи непрочитану значку апликације", "Show app unread badge": "Покажи непрочитану значку апликације",
"Show desktop notifications": "Прикажи обавештења радне површине", "Show desktop notifications": "Прикажи обавештења рачунара",
"Show downloaded files in file manager": "Прикажи преузете датотеке у управитељу датотека", "Show sidebar": "Прикажи бочну траку",
"Show sidebar": "Схов сидебар", "Spellchecker Languages": "Језици за проверу правописа",
"Start app at login": "Покрените апликацију приликом пријављивања", "Start app at login": "Покрените апликацију приликом пријављивања",
"Switch to Next Organization": "Пребаци се на следећу организацију", "Switch to Next Organization": "Пребаци се на следећу организацију",
"Switch to Previous Organization": "Пребаци се на претходну организацију", "Switch to Previous Organization": "Пребаци се на претходну организацију",
"These desktop app shortcuts extend the Zulip webapp's": "Пречице за десктоп апликације проширују Зулип вебаппове", "These desktop app shortcuts extend the Zulip webapp's": "Пречице за десктоп апликације проширују Зулип вебаппове",
"This will delete all application data including all added accounts and preferences": "Ово ће избрисати све податке о апликацији, укључујући све додатне налоге и поставке",
"Tip": "Савет", "Tip": "Савет",
"Toggle DevTools for Active Tab": "Пребаци ДевТоолс за Ацтиве Таб", "Toggle DevTools for Active Tab": "Прикажи развојне алате за активну картицу",
"Toggle DevTools for Zulip App": "Пребаци ДевТоолс за Зулип Апп", "Toggle DevTools for Zulip App": "Прикажи развојне алате за Зулип апликацију",
"Toggle Do Not Disturb": "Тоггле До Нот Дистурб", "Toggle Do Not Disturb": "Укључи неузнемиравање",
"Toggle Full Screen": "Тоггле Фулл Сцреен", "Toggle Full Screen": "Приказ преко целог екрана",
"Toggle Sidebar": "Тоггле Сидебар", "Toggle Sidebar": "Приказ бочне траке",
"Toggle Tray Icon": "Тоггле Траи Ицон", "Toggle Tray Icon": "Приказ иконе у системској палети",
"Tools": "Алати", "Tools": "Алати",
"Undo": "Ундо", "Undo": "Поништи",
"Upload": "Отпремити", "Unhide": "Откриј",
"Use system proxy settings (requires restart)": "Користи поставке системског прокија (потребно је поново покренути)", "Upload": "Отпреми",
"View": "Поглед", "Use system proxy settings (requires restart)": "Користи поставке проксија из система (потребно је поновно покретање)",
"View": "Приказ",
"View Shortcuts": "Прикажи пречице", "View Shortcuts": "Прикажи пречице",
"Window": "Прозор", "Window": "Прозор",
"Window Shortcuts": "Пречице за прозор", "Window Shortcuts": "Пречице за прозор",
"YES": "ДА", "YES": "ДА",
"Zoom In": "Увеличати", "You can select a maximum of 3 languages for spellchecking.": "Можете изабрати највише 3 језика за проверу правописа.",
"Zoom Out": "Зоом Оут", "Zoom In": "Увеличај",
"Zulip Help": "Зулип Хелп", "Zoom Out": "Умањи",
"keyboard shortcuts": "пречице на тастатури", "keyboard shortcuts": "пречице на тастатури",
"script": "скрипта", "script": "скрипта",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Om Zulip", "About Zulip": "Om Zulip",
"Actual Size": "Faktisk storlek", "Actual Size": "Faktisk storlek",
"Add Custom Certificates": "Lägg till eget certifikat",
"Add Organization": "Lägg till organisation", "Add Organization": "Lägg till organisation",
"Add a Zulip organization": "Lägg till en Zulip-organisation", "Add a Zulip organization": "Lägg till en Zulip-organisation",
"Add custom CSS": "Lägg till egen CSS", "Add custom CSS": "Lägg till egen CSS",
"AddServer": "AddServer",
"Advanced": "Avancerad", "Advanced": "Avancerad",
"All the connected organizations will appear here": "Alla anslutna organisationer kommer synas här", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Starta alltid minimerad", "Always start minimized": "Starta alltid minimerad",
"App Updates": "App Uppdateringar", "App Updates": "App Uppdateringar",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Utseende", "Appearance": "Utseende",
"Application Shortcuts": "Programgenvägar", "Application Shortcuts": "Programgenvägar",
"Are you sure you want to disconnect this organization?": "Är du säker på att du vill koppla ner organisationen?", "Are you sure you want to disconnect this organization?": "Är du säker på att du vill koppla ner organisationen?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Göm Menyraden automatiskt", "Auto hide Menu bar": "Göm Menyraden automatiskt",
"Auto hide menu bar (Press Alt key to display)": "Göm menyraden automatiskt (Tryck Alt-tangentetn för att visa)", "Auto hide menu bar (Press Alt key to display)": "Göm menyraden automatiskt (Tryck Alt-tangentetn för att visa)",
"Back": "Tillbaka", "Back": "Tillbaka",
"Bounce dock on new private message": "Animera dock för nytt privat meddelande", "Bounce dock on new private message": "Animera dock för nytt privat meddelande",
"Certificate file": "Certifikatfil",
"Change": "Ändra", "Change": "Ändra",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Leta efter uppdateringar", "Check for Updates": "Leta efter uppdateringar",
"Close": "Stäng", "Close": "Stäng",
"Connect": "Anslut", "Connect": "Anslut",
@@ -29,17 +31,19 @@
"Cut": "Klipp ut", "Cut": "Klipp ut",
"Default download location": "Förvald plats för nedladdningar", "Default download location": "Förvald plats för nedladdningar",
"Delete": "Radera", "Delete": "Radera",
"Desktop App Settings": "Desktop App-inställningar",
"Desktop Notifications": "Datornotiser", "Desktop Notifications": "Datornotiser",
"Desktop Settings": "Desktop-inställningar", "Desktop Settings": "Desktop-inställningar",
"Disconnect": "Koppla från", "Disconnect": "Koppla från",
"Download App Logs": "Ladda ner App-loggar", "Download App Logs": "Ladda ner App-loggar",
"Edit": "Ändra", "Edit": "Ändra",
"Edit Shortcuts": "Redigera Genvägar", "Edit Shortcuts": "Redigera Genvägar",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Aktivera automatiska uppdateringar", "Enable auto updates": "Aktivera automatiska uppdateringar",
"Enable error reporting (requires restart)": "Aktivera felrapportering (kräver omstart)", "Enable error reporting (requires restart)": "Aktivera felrapportering (kräver omstart)",
"Enable spellchecker (requires restart)": "Aktivera stavningskontroll (kräver omstart)", "Enable spellchecker (requires restart)": "Aktivera stavningskontroll (kräver omstart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Fabriksåterställning", "Factory Reset": "Fabriksåterställning",
"Factory Reset Data": "Factory Reset Data",
"File": "Fil", "File": "Fil",
"Find accounts": "Sök konton", "Find accounts": "Sök konton",
"Find accounts by email": "Sök konton med mejladress", "Find accounts by email": "Sök konton med mejladress",
@@ -51,6 +55,9 @@
"Hard Reload": "Hård omstart", "Hard Reload": "Hård omstart",
"Help": "Hjälp", "Help": "Hjälp",
"Help Center": "Hjälpcenter", "Help Center": "Hjälpcenter",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Historia", "History": "Historia",
"History Shortcuts": "Historiegenvägar", "History Shortcuts": "Historiegenvägar",
"Keyboard Shortcuts": "Tangentbortskommandon", "Keyboard Shortcuts": "Tangentbortskommandon",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Tysta alla ljud från Zulip", "Mute all sounds from Zulip": "Tysta alla ljud från Zulip",
"NO": "NEJ", "NO": "NEJ",
"Network": "Nätverk", "Network": "Nätverk",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "ELLER", "OR": "ELLER",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organisations-URL", "Organization URL": "Organisations-URL",
"Organizations": "Organisationer", "Organizations": "Organisationer",
"Paste": "Klistra in", "Paste": "Klistra in",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy-regler", "Proxy rules": "Proxy-regler",
"Quit": "Avsluta", "Quit": "Avsluta",
"Quit Zulip": "Avsluta Zulip", "Quit Zulip": "Avsluta Zulip",
"Quit when the window is closed": "Avsluta när föstret stängs",
"Redo": "Gör om", "Redo": "Gör om",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Ladda om", "Reload": "Ladda om",
"Report an Issue": "Rapportera ett problem", "Report an Issue": "Rapportera ett problem",
"Reset App Settings": "Återställ App-inställningar",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Spara", "Save": "Spara",
"Select All": "Markera alla", "Select All": "Markera alla",
"Services": "Services",
"Settings": "Inställningar", "Settings": "Inställningar",
"Shortcuts": "Genvägar", "Shortcuts": "Genvägar",
"Show App Logs": "Visa alla App-loggar",
"Show app icon in system tray": "Visa app-ikonen i systemfältet", "Show app icon in system tray": "Visa app-ikonen i systemfältet",
"Show app unread badge": "Visa olästa meddelanden för app", "Show app unread badge": "Visa olästa meddelanden för app",
"Show desktop notifications": "Visa skrivbordsnotiser", "Show desktop notifications": "Visa skrivbordsnotiser",
"Show downloaded files in file manager": "Visa nedladdningar i nedladdningshanteraren",
"Show sidebar": "Visa sidopanel", "Show sidebar": "Visa sidopanel",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Starta app vi inloggning", "Start app at login": "Starta app vi inloggning",
"Switch to Next Organization": "Växla till Nästa Organisation", "Switch to Next Organization": "Växla till Nästa Organisation",
"Switch to Previous Organization": "Växla till Tigare Organisation", "Switch to Previous Organization": "Växla till Tigare Organisation",
"These desktop app shortcuts extend the Zulip webapp's": "Dessa genvägar skrivbords-appen utökar Zulips webbapps", "These desktop app shortcuts extend the Zulip webapp's": "Dessa genvägar skrivbords-appen utökar Zulips webbapps",
"This will delete all application data including all added accounts and preferences": "All programdata kommer raderas, inklusive alla tillagda konton och inställningar",
"Tip": "Tips", "Tip": "Tips",
"Toggle DevTools for Active Tab": "Bläddra mellan Utvecklarverktyg för Aktiv flik", "Toggle DevTools for Active Tab": "Bläddra mellan Utvecklarverktyg för Aktiv flik",
"Toggle DevTools for Zulip App": "Toggla Utvecklarverktyg för Zulip-app", "Toggle DevTools for Zulip App": "Toggla Utvecklarverktyg för Zulip-app",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Växla Fältikon", "Toggle Tray Icon": "Växla Fältikon",
"Tools": "Verktyg", "Tools": "Verktyg",
"Undo": "Ångra", "Undo": "Ångra",
"Unhide": "Unhide",
"Upload": "Ladda upp", "Upload": "Ladda upp",
"Use system proxy settings (requires restart)": "Använd systemets proxy-inställningar (omstart krävs)", "Use system proxy settings (requires restart)": "Använd systemets proxy-inställningar (omstart krävs)",
"View": "Vy", "View": "Vy",
@@ -106,29 +118,10 @@
"Window": "Fönster", "Window": "Fönster",
"Window Shortcuts": "Fönstergenvägar", "Window Shortcuts": "Fönstergenvägar",
"YES": "JA", "YES": "JA",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zooma in", "Zoom In": "Zooma in",
"Zoom Out": "Zooma Ut", "Zoom Out": "Zooma Ut",
"Zulip Help": "Zulip Hjälp",
"keyboard shortcuts": "Tangentbordsgenvägar", "keyboard shortcuts": "Tangentbordsgenvägar",
"script": "skript", "script": "skript",
"Quit when the window is closed": "Avsluta när föstret stängs", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "ஜூலிப் பற்றி", "About Zulip": "ஜூலிப் பற்றி",
"Actual Size": "உண்மையான அளவு", "Actual Size": "உண்மையான அளவு",
"Add Custom Certificates": "தனிப்பயன் சான்றிதழ்களைச் சேர்க்கவும்",
"Add Organization": "அமைப்பைச் சேர்", "Add Organization": "அமைப்பைச் சேர்",
"Add a Zulip organization": "ஒரு ஜூலிப் அமைப்பைச் சேர்க்கவும்", "Add a Zulip organization": "ஒரு ஜூலிப் அமைப்பைச் சேர்க்கவும்",
"Add custom CSS": "தனிப்பயன் CSS ஐச் சேர்க்கவும்", "Add custom CSS": "தனிப்பயன் CSS ஐச் சேர்க்கவும்",
"AddServer": "AddServer",
"Advanced": "மேம்பட்ட", "Advanced": "மேம்பட்ட",
"All the connected organizations will appear here": "இணைக்கப்பட்ட அனைத்து அமைப்புகளும் இங்கே தோன்றும்", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "எப்போதும் குறைக்கத் தொடங்குங்கள்", "Always start minimized": "எப்போதும் குறைக்கத் தொடங்குங்கள்",
"App Updates": "பயன்பாட்டு புதுப்பிப்புகள்", "App Updates": "பயன்பாட்டு புதுப்பிப்புகள்",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "தோற்றம்", "Appearance": "தோற்றம்",
"Application Shortcuts": "பயன்பாட்டு குறுக்குவழிகள்", "Application Shortcuts": "பயன்பாட்டு குறுக்குவழிகள்",
"Are you sure you want to disconnect this organization?": "இந்த அமைப்பைத் துண்டிக்க விரும்புகிறீர்களா?", "Are you sure you want to disconnect this organization?": "இந்த அமைப்பைத் துண்டிக்க விரும்புகிறீர்களா?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "தானாக மறை பட்டி பட்டி", "Auto hide Menu bar": "தானாக மறை பட்டி பட்டி",
"Auto hide menu bar (Press Alt key to display)": "தானாக மறை மெனு பட்டியை (காண்பிக்க Alt விசையை அழுத்தவும்)", "Auto hide menu bar (Press Alt key to display)": "தானாக மறை மெனு பட்டியை (காண்பிக்க Alt விசையை அழுத்தவும்)",
"Back": "மீண்டும்", "Back": "மீண்டும்",
"Bounce dock on new private message": "புதிய தனிப்பட்ட செய்தியில் கப்பல்துறை பவுன்ஸ்", "Bounce dock on new private message": "புதிய தனிப்பட்ட செய்தியில் கப்பல்துறை பவுன்ஸ்",
"Certificate file": "சான்றிதழ் கோப்பு",
"Change": "மாற்றம்", "Change": "மாற்றம்",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "புதுப்பிப்புகளைச் சரிபார்க்கவும்", "Check for Updates": "புதுப்பிப்புகளைச் சரிபார்க்கவும்",
"Close": "நெருக்கமான", "Close": "நெருக்கமான",
"Connect": "இணைக்கவும்", "Connect": "இணைக்கவும்",
@@ -29,17 +31,19 @@
"Cut": "வெட்டு", "Cut": "வெட்டு",
"Default download location": "இயல்புநிலை பதிவிறக்க இடம்", "Default download location": "இயல்புநிலை பதிவிறக்க இடம்",
"Delete": "அழி", "Delete": "அழி",
"Desktop App Settings": "டெஸ்க்டாப் பயன்பாட்டு அமைப்புகள்",
"Desktop Notifications": "டெஸ்க்டாப் அறிவிப்புகள்", "Desktop Notifications": "டெஸ்க்டாப் அறிவிப்புகள்",
"Desktop Settings": "டெஸ்க்டாப் அமைப்புகள்", "Desktop Settings": "டெஸ்க்டாப் அமைப்புகள்",
"Disconnect": "துண்டி", "Disconnect": "துண்டி",
"Download App Logs": "பயன்பாட்டு பதிவுகள் பதிவிறக்கவும்", "Download App Logs": "பயன்பாட்டு பதிவுகள் பதிவிறக்கவும்",
"Edit": "தொகு", "Edit": "தொகு",
"Edit Shortcuts": "குறுக்குவழிகளைத் திருத்து", "Edit Shortcuts": "குறுக்குவழிகளைத் திருத்து",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "தானியங்கு புதுப்பிப்புகளை இயக்கு", "Enable auto updates": "தானியங்கு புதுப்பிப்புகளை இயக்கு",
"Enable error reporting (requires restart)": "பிழை அறிக்கையை இயக்கு (மறுதொடக்கம் தேவை)", "Enable error reporting (requires restart)": "பிழை அறிக்கையை இயக்கு (மறுதொடக்கம் தேவை)",
"Enable spellchecker (requires restart)": "எழுத்துப்பிழை சரிபார்ப்பை இயக்கு (மறுதொடக்கம் தேவை)", "Enable spellchecker (requires restart)": "எழுத்துப்பிழை சரிபார்ப்பை இயக்கு (மறுதொடக்கம் தேவை)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "தொழிற்சாலை மீட்டமைப்பு", "Factory Reset": "தொழிற்சாலை மீட்டமைப்பு",
"Factory Reset Data": "Factory Reset Data",
"File": "கோப்பு", "File": "கோப்பு",
"Find accounts": "கணக்குகளைக் கண்டறியவும்", "Find accounts": "கணக்குகளைக் கண்டறியவும்",
"Find accounts by email": "மின்னஞ்சல் மூலம் கணக்குகளைக் கண்டறியவும்", "Find accounts by email": "மின்னஞ்சல் மூலம் கணக்குகளைக் கண்டறியவும்",
@@ -51,6 +55,9 @@
"Hard Reload": "கடின மறுஏற்றம்", "Hard Reload": "கடின மறுஏற்றம்",
"Help": "உதவி", "Help": "உதவி",
"Help Center": "உதவி மையம்", "Help Center": "உதவி மையம்",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "வரலாறு", "History": "வரலாறு",
"History Shortcuts": "வரலாறு குறுக்குவழிகள்", "History Shortcuts": "வரலாறு குறுக்குவழிகள்",
"Keyboard Shortcuts": "விசைப்பலகை குறுக்குவழிகள்", "Keyboard Shortcuts": "விசைப்பலகை குறுக்குவழிகள்",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "ஜூலிப்பிலிருந்து எல்லா ஒலிகளையும் முடக்கு", "Mute all sounds from Zulip": "ஜூலிப்பிலிருந்து எல்லா ஒலிகளையும் முடக்கு",
"NO": "இல்லை", "NO": "இல்லை",
"Network": "வலைப்பின்னல்", "Network": "வலைப்பின்னல்",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "அல்லது", "OR": "அல்லது",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "அமைப்பு URL", "Organization URL": "அமைப்பு URL",
"Organizations": "அமைப்புக்கள்", "Organizations": "அமைப்புக்கள்",
"Paste": "ஒட்டு", "Paste": "ஒட்டு",
@@ -71,25 +80,27 @@
"Proxy rules": "ப்ராக்ஸி விதிகள்", "Proxy rules": "ப்ராக்ஸி விதிகள்",
"Quit": "விட்டுவிட", "Quit": "விட்டுவிட",
"Quit Zulip": "ஜூலிப்பை விட்டு வெளியேறு", "Quit Zulip": "ஜூலிப்பை விட்டு வெளியேறு",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "மீண்டும் செய்", "Redo": "மீண்டும் செய்",
"Release Notes": "வெளியீட்டு குறிப்புகள்", "Release Notes": "வெளியீட்டு குறிப்புகள்",
"Reload": "ஏற்றவும்", "Reload": "ஏற்றவும்",
"Report an Issue": "ஒரு சிக்கலைப் புகாரளிக்கவும்", "Report an Issue": "ஒரு சிக்கலைப் புகாரளிக்கவும்",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "சேமி", "Save": "சேமி",
"Select All": "அனைத்தையும் தெரிவுசெய்", "Select All": "அனைத்தையும் தெரிவுசெய்",
"Services": "Services",
"Settings": "அமைப்புகள்", "Settings": "அமைப்புகள்",
"Shortcuts": "குறுக்குவழிகள்", "Shortcuts": "குறுக்குவழிகள்",
"Show App Logs": "பயன்பாட்டு பதிவுகளைக் காட்டு",
"Show app icon in system tray": "கணினி தட்டில் பயன்பாட்டு ஐகானைக் காட்டு", "Show app icon in system tray": "கணினி தட்டில் பயன்பாட்டு ஐகானைக் காட்டு",
"Show app unread badge": "பயன்பாட்டை படிக்காத பேட்ஜைக் காட்டு", "Show app unread badge": "பயன்பாட்டை படிக்காத பேட்ஜைக் காட்டு",
"Show desktop notifications": "டெஸ்க்டாப் அறிவிப்புகளைக் காண்பி", "Show desktop notifications": "டெஸ்க்டாப் அறிவிப்புகளைக் காண்பி",
"Show downloaded files in file manager": "பதிவிறக்கிய கோப்புகளை கோப்பு நிர்வாகியில் காண்பி",
"Show sidebar": "பக்கப்பட்டியைக் காட்டு", "Show sidebar": "பக்கப்பட்டியைக் காட்டு",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "உள்நுழைவில் பயன்பாட்டைத் தொடங்கவும்", "Start app at login": "உள்நுழைவில் பயன்பாட்டைத் தொடங்கவும்",
"Switch to Next Organization": "அடுத்த அமைப்புக்கு மாறவும்", "Switch to Next Organization": "அடுத்த அமைப்புக்கு மாறவும்",
"Switch to Previous Organization": "முந்தைய அமைப்புக்கு மாறவும்", "Switch to Previous Organization": "முந்தைய அமைப்புக்கு மாறவும்",
"These desktop app shortcuts extend the Zulip webapp's": "இந்த டெஸ்க்டாப் பயன்பாட்டு குறுக்குவழிகள் ஜூலிப் வெப்ஆப்பை நீட்டிக்கின்றன", "These desktop app shortcuts extend the Zulip webapp's": "இந்த டெஸ்க்டாப் பயன்பாட்டு குறுக்குவழிகள் ஜூலிப் வெப்ஆப்பை நீட்டிக்கின்றன",
"This will delete all application data including all added accounts and preferences": "இது அனைத்து சேர்க்கப்பட்ட கணக்குகள் மற்றும் விருப்பத்தேர்வுகள் உட்பட அனைத்து பயன்பாட்டு தரவையும் நீக்கும்",
"Tip": "குறிப்பு", "Tip": "குறிப்பு",
"Toggle DevTools for Active Tab": "செயலில் தாவலுக்கு DevTools ஐ மாற்று", "Toggle DevTools for Active Tab": "செயலில் தாவலுக்கு DevTools ஐ மாற்று",
"Toggle DevTools for Zulip App": "ஜூலிப் பயன்பாட்டிற்கான DevTools ஐ மாற்று", "Toggle DevTools for Zulip App": "ஜூலிப் பயன்பாட்டிற்கான DevTools ஐ மாற்று",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "தட்டு ஐகானை மாற்று", "Toggle Tray Icon": "தட்டு ஐகானை மாற்று",
"Tools": "கருவிகள்", "Tools": "கருவிகள்",
"Undo": "செயல்தவிர்", "Undo": "செயல்தவிர்",
"Unhide": "Unhide",
"Upload": "பதிவேற்றம்", "Upload": "பதிவேற்றம்",
"Use system proxy settings (requires restart)": "கணினி ப்ராக்ஸி அமைப்புகளைப் பயன்படுத்தவும் (மறுதொடக்கம் தேவை)", "Use system proxy settings (requires restart)": "கணினி ப்ராக்ஸி அமைப்புகளைப் பயன்படுத்தவும் (மறுதொடக்கம் தேவை)",
"View": "காண்க", "View": "காண்க",
@@ -106,29 +118,10 @@
"Window": "ஜன்னல்", "Window": "ஜன்னல்",
"Window Shortcuts": "சாளர குறுக்குவழிகள்", "Window Shortcuts": "சாளர குறுக்குவழிகள்",
"YES": "ஆம்", "YES": "ஆம்",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "பெரிதாக்க", "Zoom In": "பெரிதாக்க",
"Zoom Out": "பெரிதாக்கு", "Zoom Out": "பெரிதாக்கு",
"Zulip Help": "ஜூலிப் உதவி",
"keyboard shortcuts": "விசைப்பலகை குறுக்குவழிகள்", "keyboard shortcuts": "விசைப்பலகை குறுக்குவழிகள்",
"script": "ஸ்கிரிப்ட்", "script": "ஸ்கிரிப்ட்",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/te.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "జులిప్ గురించి",
"Actual Size": "వాస్తవ పరిమాణం",
"Add Organization": "సంస్థను జోడించు",
"Add a Zulip organization": "జులిప్ సంస్థను జోడించు",
"Add custom CSS": "అనుకూల CSS ను జోడించు",
"AddServer": "సర్వర్ జోడించు",
"Advanced": "ఉన్నతస్థాయి",
"All the connected organizations will appear here.": "కనెక్ట్ చేయబడిన అన్ని సంస్థలు ఇక్కడ కనిపిస్తాయి.",
"Always start minimized": "ఎల్లప్పుడూ తగ్గించబడి ప్రారంభించండి",
"App Updates": "యాప్ అప్‌డేట్‌లు",
"App language (requires restart)": "యాప్ భాష (పునఃప్రారంభం అవసరం)",
"Appearance": "ప్రదర్శన",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

127
public/translations/tl.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Antas na Mataas",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Baguhin",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Mga Itinakda",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Zulip hakkında", "About Zulip": "Zulip hakkında",
"Actual Size": "Gerçek Boyut", "Actual Size": "Gerçek Boyut",
"Add Custom Certificates": "Özel Sertifika Ekle",
"Add Organization": "Organizasyon Ekle", "Add Organization": "Organizasyon Ekle",
"Add a Zulip organization": "Zulip Organizasyonu Ekle", "Add a Zulip organization": "Zulip Organizasyonu Ekle",
"Add custom CSS": "Özel CSS Ekle", "Add custom CSS": "Özel CSS Ekle",
"AddServer": "SunucuEkle",
"Advanced": "İleri Düzey", "Advanced": "İleri Düzey",
"All the connected organizations will appear here": "Tüm bağlı organizasyonlar burada gözükecektir", "All the connected organizations will appear here.": "Eklenen organizasyonlar burada gözükücektir.",
"Always start minimized": "Her zaman simge durumunda başla", "Always start minimized": "Her zaman simge durumunda başla",
"App Updates": "Güncellemeleri Ekle", "App Updates": "Güncellemeleri Ekle",
"App language (requires restart)": "Uygulama dili (yeniden başlatma gerekir)",
"Appearance": "Görünüm", "Appearance": "Görünüm",
"Application Shortcuts": "Uygulama Kısa Yolları", "Application Shortcuts": "Uygulama Kısa Yolları",
"Are you sure you want to disconnect this organization?": "Bu organizasyonunun bağlantısını kesmek istediğinize emin misiniz?", "Are you sure you want to disconnect this organization?": "Bu organizasyonunun bağlantısını kesmek istediğinize emin misiniz?",
"Ask where to save files before downloading": "İndirmeden önce dosyaların nereye yükleneceğini sor",
"Auto hide Menu bar": "Menü çubuğunu otomatik olarak gizle", "Auto hide Menu bar": "Menü çubuğunu otomatik olarak gizle",
"Auto hide menu bar (Press Alt key to display)": "Menü çubuğunu otomatik olarak gizle (ALT tuşuna basarak göster)", "Auto hide menu bar (Press Alt key to display)": "Menü çubuğunu otomatik olarak gizle (ALT tuşuna basarak göster)",
"Back": "Geri", "Back": "Geri",
"Bounce dock on new private message": "Yeni özel mesajlarda simgeyi hareket ettir", "Bounce dock on new private message": "Yeni özel mesajlarda simgeyi hareket ettir",
"Certificate file": "Sertifika dosyası",
"Change": "Değiştir", "Change": "Değiştir",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Sistem Seçenekleri → Klavye → Metin → Kelime Denetimi üzerinden dili değiştirin.",
"Check for Updates": "Güncellemeleri Kontrol Et", "Check for Updates": "Güncellemeleri Kontrol Et",
"Close": "Kapat", "Close": "Kapat",
"Connect": "Bağlan", "Connect": "Bağlan",
@@ -29,21 +31,23 @@
"Cut": "Kes", "Cut": "Kes",
"Default download location": "Varsayılan indirme yeri", "Default download location": "Varsayılan indirme yeri",
"Delete": "Sil", "Delete": "Sil",
"Desktop App Settings": "Masaüstü Uygulama Ayarları",
"Desktop Notifications": "Masaüstü Bildirimleri", "Desktop Notifications": "Masaüstü Bildirimleri",
"Desktop Settings": "Masaüstü Ayarları", "Desktop Settings": "Masaüstü Ayarları",
"Disconnect": "Bağlantıyı Kes", "Disconnect": "Bağlantıyı Kes",
"Download App Logs": "Uygulama Kütüklerini İndir", "Download App Logs": "Uygulama Kütüklerini İndir",
"Edit": "Düzenle", "Edit": "Düzenle",
"Edit Shortcuts": "Kestirmeleri Düzenle", "Edit Shortcuts": "Kestirmeleri Düzenle",
"Emoji & Symbols": "Emoji & Semboller",
"Enable auto updates": "Otomatik güncellemeleri etkinleştir", "Enable auto updates": "Otomatik güncellemeleri etkinleştir",
"Enable error reporting (requires restart)": "Hata raporlamasını etkinleştir (yeniden başlatma gerekli)", "Enable error reporting (requires restart)": "Hata raporlamasını etkinleştir (yeniden başlatma gerekli)",
"Enable spellchecker (requires restart)": "Sözcük denetimini etkinleştir (yeniden başlatma gerekir)", "Enable spellchecker (requires restart)": "Sözcük denetimini etkinleştir (yeniden başlatma gerekir)",
"Enter Full Screen": "Büyük Ekrana Geç",
"Factory Reset": "Fabrika Ayarlarına Dön", "Factory Reset": "Fabrika Ayarlarına Dön",
"Factory Reset Data": "Fabrika Verilerine Sıfırla",
"File": "Dosya", "File": "Dosya",
"Find accounts": "Hesapları bul", "Find accounts": "Hesapları bul",
"Find accounts by email": "Email ile hesapları bul", "Find accounts by email": "E-posta ile hesapları bul",
"Flash taskbar on new message": "Yeni iletilerde görev çubuğunu aydınlat", "Flash taskbar on new message": "Yeni mesajlarda görev çubuğunu aydınlat",
"Forward": "Yönlendir", "Forward": "Yönlendir",
"Functionality": "Fonksiyonellik", "Functionality": "Fonksiyonellik",
"General": "Genel", "General": "Genel",
@@ -51,6 +55,9 @@
"Hard Reload": "Zor Yeniden Yükleme", "Hard Reload": "Zor Yeniden Yükleme",
"Help": "Yardım", "Help": "Yardım",
"Help Center": "Yardım Merkezi", "Help Center": "Yardım Merkezi",
"Hide": "Gizle",
"Hide Others": "Diğerlerini Gizle",
"Hide Zulip": "Zulip'i Sakla",
"History": "Tarihçe", "History": "Tarihçe",
"History Shortcuts": "Tarihçe Kestirmeleri", "History Shortcuts": "Tarihçe Kestirmeleri",
"Keyboard Shortcuts": "Klavye Kestirmeleri", "Keyboard Shortcuts": "Klavye Kestirmeleri",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Tüm Zulip seslerini sessize al", "Mute all sounds from Zulip": "Tüm Zulip seslerini sessize al",
"NO": "HAYIR", "NO": "HAYIR",
"Network": "Ağ", "Network": "Ağ",
"OR": "OR", "Network and Proxy Settings": "Ağ ve Proxy Ayarları",
"OR": "VEYA",
"On macOS, the OS spellchecker is used.": "macOS için, İşletim Sistemi kelime denetimi kullanılır.",
"Organization URL": "Organizasyon URL'si", "Organization URL": "Organizasyon URL'si",
"Organizations": "Organizasyonlar", "Organizations": "Organizasyonlar",
"Paste": "Yapıştır", "Paste": "Yapıştır",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy kuralları", "Proxy rules": "Proxy kuralları",
"Quit": ık", "Quit": ık",
"Quit Zulip": "Zulip'ten Çık", "Quit Zulip": "Zulip'ten Çık",
"Quit when the window is closed": "Pencere kapanınca çık",
"Redo": "Geri Al", "Redo": "Geri Al",
"Release Notes": "Güncelleme Notları", "Release Notes": "Güncelleme Notları",
"Reload": "Yeniden Yükle", "Reload": "Yeniden Yükle",
"Report an Issue": "Hata Bildir", "Report an Issue": "Hata Bildir",
"Reset App Settings": "Uygulama Ayarlarını Sıfırla",
"Reset the application, thus deleting all the connected organizations and accounts.": "Uygulamayı sıfırla, bütün organizasyonlar ve hesaplar silinir.",
"Save": "Kaydet", "Save": "Kaydet",
"Select All": "Hepsini Seç", "Select All": "Hepsini Seç",
"Services": "Servisler",
"Settings": "Ayarlar", "Settings": "Ayarlar",
"Shortcuts": "Kestirmeler", "Shortcuts": "Kestirmeler",
"Show App Logs": "Uygulama Kütüklerini Göster",
"Show app icon in system tray": "Sistem çubuğunda uygulama ikonunu göster", "Show app icon in system tray": "Sistem çubuğunda uygulama ikonunu göster",
"Show app unread badge": "Uygulama okunmamış etiketini göster", "Show app unread badge": "Uygulama okunmamış etiketini göster",
"Show desktop notifications": "Masaüstü bildirimlerini göster", "Show desktop notifications": "Masaüstü bildirimlerini göster",
"Show downloaded files in file manager": "Dosya gezgininde indirilen dosyaları göster",
"Show sidebar": "Yan barı göster", "Show sidebar": "Yan barı göster",
"Spellchecker Languages": "Kelime Denetimi Dilleri",
"Start app at login": "Giriş sırasında uygulamayı çalıştır", "Start app at login": "Giriş sırasında uygulamayı çalıştır",
"Switch to Next Organization": "Bir sonraki organizasyona geç", "Switch to Next Organization": "Bir sonraki organizasyona geç",
"Switch to Previous Organization": "Bir önceki organizasyona geç", "Switch to Previous Organization": "Bir önceki organizasyona geç",
"These desktop app shortcuts extend the Zulip webapp's": "Bu masaüstü uygulama kestirmeleri Zulip web uygulamasının devamıdır", "These desktop app shortcuts extend the Zulip webapp's": "Bu masaüstü uygulama kestirmeleri Zulip web uygulamasının devamıdır",
"This will delete all application data including all added accounts and preferences": "Bu, tüm uygulama verilerini eklenen hesaplar ve ayarlarda dahil olmak üzere siler",
"Tip": "İpucu", "Tip": "İpucu",
"Toggle DevTools for Active Tab": "Aktif Pencere için Geliştirici Araçlarını Aç", "Toggle DevTools for Active Tab": "Aktif Pencere için Geliştirici Araçlarını Aç",
"Toggle DevTools for Zulip App": "Zulip Uygulaması için Geliştirici Araçlarını Aç", "Toggle DevTools for Zulip App": "Zulip Uygulaması için Geliştirici Araçlarını Aç",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Sistem İkonunu Aç", "Toggle Tray Icon": "Sistem İkonunu Aç",
"Tools": "Araçlar", "Tools": "Araçlar",
"Undo": "Geri Al", "Undo": "Geri Al",
"Unhide": "Göster",
"Upload": "Gönder", "Upload": "Gönder",
"Use system proxy settings (requires restart)": "Sistem proxy ayarlarını kullan (yeniden başlatma gerekli)", "Use system proxy settings (requires restart)": "Sistem proxy ayarlarını kullan (yeniden başlatma gerekli)",
"View": "Göster", "View": "Göster",
@@ -106,29 +118,10 @@
"Window": "Pencere", "Window": "Pencere",
"Window Shortcuts": "Pencere Kısa Yolları", "Window Shortcuts": "Pencere Kısa Yolları",
"YES": "EVET", "YES": "EVET",
"You can select a maximum of 3 languages for spellchecking.": "Kelime denetimi için en fazla 3 dil seçebilirsiniz.",
"Zoom In": "Büyüt", "Zoom In": "Büyüt",
"Zoom Out": "Küçült", "Zoom Out": "Küçült",
"Zulip Help": "Zulip Yardım",
"keyboard shortcuts": "klavye kısa yolları", "keyboard shortcuts": "klavye kısa yolları",
"script": "script", "script": "script",
"Quit when the window is closed": "Pencere kapanınca çık", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} eski Zulip versionu kullanıyor {{{version}}}. Bu uygulamada kullanılamayabilir."
"Ask where to save files before downloading": "İndirmeden önce dosyaların nereye yükleneceğini sor",
"Services": "Servisler",
"Hide": "Gizle",
"Hide Others": "Diğerlerini Gizle",
"Unhide": "Göster",
"AddServer": "SunucuEkle",
"App language (requires restart)": "Uygulama dili (yeniden başlatma gerekir)",
"Factory Reset Data": "Fabrika Verilerine Sıfırla",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Uygulamayı sıfırla, tüm bağlı organizasyonlar, hesaplar ve sertifikalar dahil.",
"On macOS, the OS spellchecker is used.": "macOS için, İşletim Sistemi kelime denetimi kullanılır.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Sistem Seçenekleri → Klavye → Metin → Kelime Denetimi üzerinden dili değiştirin.",
"Copy Link": "Linki Kopyala",
"Copy Image": "Resmi Kopyala",
"Copy Image URL": "Resim URL Kopyala",
"No Suggestion Found": "Öneri Bulunamadı",
"You can select a maximum of 3 languages for spellchecking.": "Kelime denetimi için en fazla 3 dil seçebilirsiniz.",
"Spellchecker Languages": "Kelime Denetimi Dilleri",
"Add to Dictionary": "Sözlüğe Ekle",
"Look Up": "Bak"
} }

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "Про Zulip", "About Zulip": "Про Zulip",
"Actual Size": "Фактичний розмір", "Actual Size": "Фактичний розмір",
"Add Custom Certificates": "Додати власні сертифікати",
"Add Organization": "Додати організацію", "Add Organization": "Додати організацію",
"Add a Zulip organization": "Додати організацію Zulip", "Add a Zulip organization": "Додати організацію Zulip",
"Add custom CSS": "Додати власний CSS", "Add custom CSS": "Додати власний CSS",
"AddServer": "AddServer",
"Advanced": "Розширені", "Advanced": "Розширені",
"All the connected organizations will appear here": "Усі підключені організації з’являться тут", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Запускати мінімізованим", "Always start minimized": "Запускати мінімізованим",
"App Updates": "Оновлення додатку", "App Updates": "Оновлення додатку",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Зовнішній вигляд", "Appearance": "Зовнішній вигляд",
"Application Shortcuts": "Клавіатурні скорочення програми", "Application Shortcuts": "Клавіатурні скорочення програми",
"Are you sure you want to disconnect this organization?": "Ви дійсно хочете відключити цю організацію?", "Are you sure you want to disconnect this organization?": "Ви дійсно хочете відключити цю організацію?",
"Ask where to save files before downloading": "Запитувати, куди зберігати файли перед завантаженням",
"Auto hide Menu bar": "Автоматично приховувати рядок меню", "Auto hide Menu bar": "Автоматично приховувати рядок меню",
"Auto hide menu bar (Press Alt key to display)": "Автоматичне приховування панелі меню (клавіша Alt для відображення)", "Auto hide menu bar (Press Alt key to display)": "Автоматичне приховування панелі меню (клавіша Alt для відображення)",
"Back": "Назад", "Back": "Назад",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Файл сертифіката",
"Change": "Змінити", "Change": "Змінити",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Перевірити наявність оновлень", "Check for Updates": "Перевірити наявність оновлень",
"Close": "Закрити", "Close": "Закрити",
"Connect": "Під'єднати", "Connect": "Під'єднати",
@@ -29,17 +31,19 @@
"Cut": "Вирізати", "Cut": "Вирізати",
"Default download location": "Місце завантаження за замовчуванням", "Default download location": "Місце завантаження за замовчуванням",
"Delete": "Видалити", "Delete": "Видалити",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Сповіщення на робочому столі", "Desktop Notifications": "Сповіщення на робочому столі",
"Desktop Settings": "Налаштування", "Desktop Settings": "Налаштування",
"Disconnect": "Від'єднати", "Disconnect": "Від'єднати",
"Download App Logs": "Завантажити журнали додатку", "Download App Logs": "Завантажити журнали додатку",
"Edit": "Редагувати", "Edit": "Редагувати",
"Edit Shortcuts": "Клавіатурні скорочення редагування", "Edit Shortcuts": "Клавіатурні скорочення редагування",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Увімкнути автоматичне оновлення", "Enable auto updates": "Увімкнути автоматичне оновлення",
"Enable error reporting (requires restart)": "Увімкнути повідомлення про помилки (потрібен перезапуск)", "Enable error reporting (requires restart)": "Увімкнути повідомлення про помилки (потрібен перезапуск)",
"Enable spellchecker (requires restart)": "Увімкнути перевірку орфографії (потрібен перезапуск)", "Enable spellchecker (requires restart)": "Увімкнути перевірку орфографії (потрібен перезапуск)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Скинути до заводських", "Factory Reset": "Скинути до заводських",
"Factory Reset Data": "Factory Reset Data",
"File": "Файл", "File": "Файл",
"Find accounts": "Знайти облікові записи", "Find accounts": "Знайти облікові записи",
"Find accounts by email": "Знайти облікові записи за електронною поштою", "Find accounts by email": "Знайти облікові записи за електронною поштою",
@@ -50,7 +54,10 @@
"Get beta updates": "Отримувати бета-оновлення", "Get beta updates": "Отримувати бета-оновлення",
"Hard Reload": "Жорстке перезавантаження", "Hard Reload": "Жорстке перезавантаження",
"Help": "Довідка", "Help": "Довідка",
"Help Center": "Центр допомоги", "Help Center": "Центр довідки",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "Історія", "History": "Історія",
"History Shortcuts": "Клавіатурні скорочення історії", "History Shortcuts": "Клавіатурні скорочення історії",
"Keyboard Shortcuts": "Клавіатурні скорочення", "Keyboard Shortcuts": "Клавіатурні скорочення",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Заглушити всі звуки від Zulip", "Mute all sounds from Zulip": "Заглушити всі звуки від Zulip",
"NO": "НІ", "NO": "НІ",
"Network": "Мережа", "Network": "Мережа",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "АБО", "OR": "АБО",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "URL-адреса організації", "Organization URL": "URL-адреса організації",
"Organizations": "Організації", "Organizations": "Організації",
"Paste": "Вставити", "Paste": "Вставити",
@@ -71,25 +80,27 @@
"Proxy rules": "Правила проксі", "Proxy rules": "Правила проксі",
"Quit": "Вийти", "Quit": "Вийти",
"Quit Zulip": "Вийти з Zulip", "Quit Zulip": "Вийти з Zulip",
"Quit when the window is closed": "Виходити, коли вікно закрите",
"Redo": "Повторити", "Redo": "Повторити",
"Release Notes": "Примітки до випуску", "Release Notes": "Примітки до випуску",
"Reload": "Перезавантажити", "Reload": "Перезавантажити",
"Report an Issue": "Повідомити про проблему", "Report an Issue": "Повідомити про проблему",
"Reset App Settings": "Скинути налаштування додатку",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Зберегти", "Save": "Зберегти",
"Select All": "Вибрати все", "Select All": "Вибрати все",
"Services": "Services",
"Settings": "Налаштування", "Settings": "Налаштування",
"Shortcuts": "Клавіатурні скорочення", "Shortcuts": "Клавіатурні скорочення",
"Show App Logs": "Показати журнали програми",
"Show app icon in system tray": "Показувати значок програми в системному треї", "Show app icon in system tray": "Показувати значок програми в системному треї",
"Show app unread badge": "Показувати значок непрочитаних повідомлень", "Show app unread badge": "Показувати значок непрочитаних повідомлень",
"Show desktop notifications": "Показувати сповіщення на робочому столі", "Show desktop notifications": "Показувати сповіщення на робочому столі",
"Show downloaded files in file manager": "Показувати завантажені файли в файловому менеджері",
"Show sidebar": "Показувати бічну панель", "Show sidebar": "Показувати бічну панель",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Запускати програму при вході в систему", "Start app at login": "Запускати програму при вході в систему",
"Switch to Next Organization": "Перемкнутись до наступної організації", "Switch to Next Organization": "Перемкнутись до наступної організації",
"Switch to Previous Organization": "Перемкнути на попередню організацію", "Switch to Previous Organization": "Перемкнути на попередню організацію",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "Це видалить усі дані програми, включаючи всі додані облікові записи та налаштування",
"Tip": "Порада", "Tip": "Порада",
"Toggle DevTools for Active Tab": "Увімкнути DevTools для активної вкладки", "Toggle DevTools for Active Tab": "Увімкнути DevTools для активної вкладки",
"Toggle DevTools for Zulip App": "Увімкнути DevTools для додатку Zulip", "Toggle DevTools for Zulip App": "Увімкнути DevTools для додатку Zulip",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Перемкнути значок в треї", "Toggle Tray Icon": "Перемкнути значок в треї",
"Tools": "Інструменти", "Tools": "Інструменти",
"Undo": "Назад", "Undo": "Назад",
"Unhide": "Unhide",
"Upload": "Завантажити", "Upload": "Завантажити",
"Use system proxy settings (requires restart)": "Використовувати системні налаштування проксі (потрібен перезапуск)", "Use system proxy settings (requires restart)": "Використовувати системні налаштування проксі (потрібен перезапуск)",
"View": "Вигляд", "View": "Вигляд",
@@ -106,29 +118,10 @@
"Window": "Вікно", "Window": "Вікно",
"Window Shortcuts": "Клавіатурні скороченн вікна", "Window Shortcuts": "Клавіатурні скороченн вікна",
"YES": "ТАК", "YES": "ТАК",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Збільшити", "Zoom In": "Збільшити",
"Zoom Out": "Зменшити", "Zoom Out": "Зменшити",
"Zulip Help": "Довідка Zulip",
"keyboard shortcuts": "клавіатурні скорочення", "keyboard shortcuts": "клавіатурні скорочення",
"script": "скрипт", "script": "скрипт",
"Quit when the window is closed": "Виходити, коли вікно закрите", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Запитувати, куди зберігати файли перед завантаженням",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

127
public/translations/ur.json Normal file
View File

@@ -0,0 +1,127 @@
{
"About Zulip": "About Zulip",
"Actual Size": "Actual Size",
"Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced",
"All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized",
"App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message",
"Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates",
"Close": "Close",
"Connect": "Connect",
"Connect to another organization": "Connect to another organization",
"Connected organizations": "Connected organizations",
"Copy": "Copy",
"Copy Zulip URL": "Copy Zulip URL",
"Create a new organization": "Create a new organization",
"Cut": "Cut",
"Default download location": "Default download location",
"Delete": "Delete",
"Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect",
"Download App Logs": "Download App Logs",
"Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File",
"Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email",
"Flash taskbar on new message": "Flash taskbar on new message",
"Forward": "Forward",
"Functionality": "Functionality",
"General": "General",
"Get beta updates": "Get beta updates",
"Hard Reload": "Hard Reload",
"Help": "Help",
"Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History",
"History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Log Out": "Log Out",
"Log Out of Organization": "Log Out of Organization",
"Manual proxy configuration": "Manual proxy configuration",
"Minimize": "Minimize",
"Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO",
"Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL",
"Organizations": "Organizations",
"Paste": "Paste",
"Paste and Match Style": "Paste and Match Style",
"Proxy": "Proxy",
"Proxy bypass rules": "Proxy bypass rules",
"Proxy rules": "Proxy rules",
"Quit": "Quit",
"Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo",
"Release Notes": "Release Notes",
"Reload": "Reload",
"Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save",
"Select All": "Select All",
"Services": "Services",
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
"Toggle Do Not Disturb": "Toggle Do Not Disturb",
"Toggle Full Screen": "Toggle Full Screen",
"Toggle Sidebar": "Toggle Sidebar",
"Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools",
"Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View",
"View Shortcuts": "View Shortcuts",
"Window": "Window",
"Window Shortcuts": "Window Shortcuts",
"YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"keyboard shortcuts": "keyboard shortcuts",
"script": "script",
"{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
}

View File

@@ -1,23 +1,25 @@
{ {
"About Zulip": "About Zulip", "About Zulip": "About Zulip",
"Actual Size": "Actual Size", "Actual Size": "Actual Size",
"Add Custom Certificates": "Add Custom Certificates",
"Add Organization": "Add Organization", "Add Organization": "Add Organization",
"Add a Zulip organization": "Add a Zulip organization", "Add a Zulip organization": "Add a Zulip organization",
"Add custom CSS": "Add custom CSS", "Add custom CSS": "Add custom CSS",
"AddServer": "AddServer",
"Advanced": "Advanced", "Advanced": "Advanced",
"All the connected organizations will appear here": "All the connected organizations will appear here", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Always start minimized", "Always start minimized": "Always start minimized",
"App Updates": "App Updates", "App Updates": "App Updates",
"App language (requires restart)": "App language (requires restart)",
"Appearance": "Appearance", "Appearance": "Appearance",
"Application Shortcuts": "Application Shortcuts", "Application Shortcuts": "Application Shortcuts",
"Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?", "Are you sure you want to disconnect this organization?": "Are you sure you want to disconnect this organization?",
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Auto hide Menu bar": "Auto hide Menu bar", "Auto hide Menu bar": "Auto hide Menu bar",
"Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)", "Auto hide menu bar (Press Alt key to display)": "Auto hide menu bar (Press Alt key to display)",
"Back": "Back", "Back": "Back",
"Bounce dock on new private message": "Bounce dock on new private message", "Bounce dock on new private message": "Bounce dock on new private message",
"Certificate file": "Certificate file",
"Change": "Change", "Change": "Change",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Check for Updates", "Check for Updates": "Check for Updates",
"Close": "Close", "Close": "Close",
"Connect": "Connect", "Connect": "Connect",
@@ -29,17 +31,19 @@
"Cut": "Cut", "Cut": "Cut",
"Default download location": "Default download location", "Default download location": "Default download location",
"Delete": "Delete", "Delete": "Delete",
"Desktop App Settings": "Desktop App Settings",
"Desktop Notifications": "Desktop Notifications", "Desktop Notifications": "Desktop Notifications",
"Desktop Settings": "Desktop Settings", "Desktop Settings": "Desktop Settings",
"Disconnect": "Disconnect", "Disconnect": "Disconnect",
"Download App Logs": "Download App Logs", "Download App Logs": "Download App Logs",
"Edit": "Edit", "Edit": "Edit",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Edit Shortcuts",
"Emoji & Symbols": "Emoji & Symbols",
"Enable auto updates": "Enable auto updates", "Enable auto updates": "Enable auto updates",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable error reporting (requires restart)": "Enable error reporting (requires restart)",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)",
"Enter Full Screen": "Enter Full Screen",
"Factory Reset": "Factory Reset", "Factory Reset": "Factory Reset",
"Factory Reset Data": "Factory Reset Data",
"File": "File", "File": "File",
"Find accounts": "Find accounts", "Find accounts": "Find accounts",
"Find accounts by email": "Find accounts by email", "Find accounts by email": "Find accounts by email",
@@ -51,6 +55,9 @@
"Hard Reload": "Hard Reload", "Hard Reload": "Hard Reload",
"Help": "Help", "Help": "Help",
"Help Center": "Help Center", "Help Center": "Help Center",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Hide Zulip": "Hide Zulip",
"History": "History", "History": "History",
"History Shortcuts": "History Shortcuts", "History Shortcuts": "History Shortcuts",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Keyboard Shortcuts": "Keyboard Shortcuts",
@@ -61,7 +68,9 @@
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "Mute all sounds from Zulip": "Mute all sounds from Zulip",
"NO": "NO", "NO": "NO",
"Network": "Network", "Network": "Network",
"Network and Proxy Settings": "Network and Proxy Settings",
"OR": "OR", "OR": "OR",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Organization URL": "Organization URL", "Organization URL": "Organization URL",
"Organizations": "Organizations", "Organizations": "Organizations",
"Paste": "Paste", "Paste": "Paste",
@@ -71,25 +80,27 @@
"Proxy rules": "Proxy rules", "Proxy rules": "Proxy rules",
"Quit": "Quit", "Quit": "Quit",
"Quit Zulip": "Quit Zulip", "Quit Zulip": "Quit Zulip",
"Quit when the window is closed": "Quit when the window is closed",
"Redo": "Redo", "Redo": "Redo",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Reload": "Reload", "Reload": "Reload",
"Report an Issue": "Report an Issue", "Report an Issue": "Report an Issue",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Save", "Save": "Save",
"Select All": "Select All", "Select All": "Select All",
"Services": "Services",
"Settings": "Settings", "Settings": "Settings",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Show App Logs": "Show App Logs",
"Show app icon in system tray": "Show app icon in system tray", "Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge", "Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications", "Show desktop notifications": "Show desktop notifications",
"Show downloaded files in file manager": "Show downloaded files in file manager",
"Show sidebar": "Show sidebar", "Show sidebar": "Show sidebar",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login", "Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Next Organization": "Switch to Next Organization",
"Switch to Previous Organization": "Switch to Previous Organization", "Switch to Previous Organization": "Switch to Previous Organization",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's", "These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "This will delete all application data including all added accounts and preferences",
"Tip": "Tip", "Tip": "Tip",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App",
@@ -99,6 +110,7 @@
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Toggle Tray Icon",
"Tools": "Tools", "Tools": "Tools",
"Undo": "Undo", "Undo": "Undo",
"Unhide": "Unhide",
"Upload": "Upload", "Upload": "Upload",
"Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)", "Use system proxy settings (requires restart)": "Use system proxy settings (requires restart)",
"View": "View", "View": "View",
@@ -106,29 +118,10 @@
"Window": "Window", "Window": "Window",
"Window Shortcuts": "Window Shortcuts", "Window Shortcuts": "Window Shortcuts",
"YES": "YES", "YES": "YES",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Zoom In": "Zoom In", "Zoom In": "Zoom In",
"Zoom Out": "Zoom Out", "Zoom Out": "Zoom Out",
"Zulip Help": "Zulip Help",
"keyboard shortcuts": "keyboard shortcuts", "keyboard shortcuts": "keyboard shortcuts",
"script": "script", "script": "script",
"Quit when the window is closed": "Quit when the window is closed", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

View File

@@ -1,134 +1,127 @@
{ {
"About Zulip": "Giới thiệu", "About Zulip": "Về Zulip",
"Actual Size": "Kích thước thực", "Actual Size": "Kích thước thực sự",
"Add Custom Certificates": "Thêm chứng chỉ tự tùy chỉnh", "Add Organization": "Thêm tổ chức",
"Add Organization": "Thêm nhóm", "Add a Zulip organization": "Thêm một tổ chức Zulip",
"Add a Zulip organization": "Thêm nhóm Zulip", "Add custom CSS": "Thêm CSS tùy chỉnh",
"Add custom CSS": "Thêm chỉnh sửa CSS", "AddServer": "Thêm máy chủ",
"Advanced": "Nâng cao", "Advanced": "Nâng cao",
"All the connected organizations will appear here": "Tất cả các nhóm đã kết nối sẽ hiển thị tại đây", "All the connected organizations will appear here.": "All the connected organizations will appear here.",
"Always start minimized": "Luôn thu nhỏ", "Always start minimized": "Luôn bắt đầu thu nhỏ",
"App Updates": "Cập nhật", "App Updates": "Cập nhật ứng dụng",
"Appearance": "Giao diện", "App language (requires restart)": "Ngôn ngữ ứng dụng (yêu cầu khởi động lại)",
"Application Shortcuts": "Phím tắt", "Appearance": "Vẻ bề ngoài",
"Are you sure you want to disconnect this organization?": "Bạn có chắc muốn ngừng kết nối với nhóm này?", "Application Shortcuts": "Phím tắt ứng dụng",
"Auto hide Menu bar": "Tự động ẩn thanh công cụ", "Are you sure you want to disconnect this organization?": "Bạn có chắc chắn muốn ngắt kết nối tổ chức này không?",
"Auto hide menu bar (Press Alt key to display)": "Tự động ẩn thanh công cụ (Ấn phím Alt để hiển thị)", "Ask where to save files before downloading": "Hỏi nơi lưu tệp trước khi tải xuống",
"Auto hide Menu bar": "Tự động ẩn thanh Menu",
"Auto hide menu bar (Press Alt key to display)": "Tự động ẩn thanh menu (Nhấn phím Alt để hiển thị)",
"Back": "Quay lại", "Back": "Quay lại",
"Bounce dock on new private message": "Bounce dock trên tin nhắn mới", "Bounce dock on new private message": "Trả lại dock trên tin nhắn riêng tư mới",
"Certificate file": "Giấy chứng nhận", "Change": "Biến đổi",
"Change": "Thay đổi", "Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Check for Updates": "Kiểm tra cập nhật", "Check for Updates": "Kiểm tra cập nhật",
"Close": "Tắt", "Close": "Đóng",
"Connect": "Kết nối", "Connect": "Liên kết",
"Connect to another organization": "Kết nối với tổ chức khác", "Connect to another organization": "Kết nối với một tổ chức khác",
"Connected organizations": "Tổ chức kết nối", "Connected organizations": "Các tổ chức được kết nối",
"Copy": "Sao chép", "Copy": "Sao chép",
"Copy Zulip URL": "Sao chép đường dẫn", "Copy Zulip URL": "Sao chép URL Zulip",
"Create a new organization": "Tạo nhóm mới", "Create a new organization": "Tạo một tổ chức mới",
"Cut": "Cắt", "Cut": "Cắt",
"Default download location": "Nơi lưu tập tin mặc định", "Default download location": "Vị trí tải xuống mặc định",
"Delete": "Xóa", "Delete": "Xóa bỏ",
"Desktop App Settings": "Desktop App Settings", "Desktop Notifications": "Thông báo trên màn hình",
"Desktop Notifications": "Thông báo trên giao diện máy tính", "Desktop Settings": "Cài đặt màn hình",
"Desktop Settings": "Cài đặt ứng dụng",
"Disconnect": "Ngắt kết nối", "Disconnect": "Ngắt kết nối",
"Download App Logs": "Download App Logs", "Download App Logs": "Tải xuống Nhật ký ứng dụng",
"Edit": "Chỉnh sửa", "Edit": "Chỉnh sửa",
"Edit Shortcuts": "Edit Shortcuts", "Edit Shortcuts": "Chỉnh sửa phím tắt",
"Enable auto updates": "Enable auto updates", "Emoji & Symbols": "Emoji & Symbols",
"Enable error reporting (requires restart)": "Enable error reporting (requires restart)", "Enable auto updates": "Bật cập nhật tự động",
"Enable spellchecker (requires restart)": "Enable spellchecker (requires restart)", "Enable error reporting (requires restart)": "Bật báo cáo lỗi (yêu cầu khởi động lại)",
"Factory Reset": "Factory Reset", "Enable spellchecker (requires restart)": "Bật trình kiểm tra chính tả (yêu cầu khởi động lại)",
"File": "File", "Enter Full Screen": "Enter Full Screen",
"Find accounts": "Find accounts", "Factory Reset": "Khôi phục cài đặt gốc",
"Find accounts by email": "Find accounts by email", "Factory Reset Data": "Dữ liệu khôi phục cài đặt gốc",
"Flash taskbar on new message": "Flash taskbar on new message", "File": "Tập tin",
"Forward": "Forward", "Find accounts": "Tìm tài khoản",
"Functionality": "Functionality", "Find accounts by email": "Tìm tài khoản qua email",
"General": "General", "Flash taskbar on new message": "Flash thanh tác vụ trên tin nhắn mới",
"Get beta updates": "Get beta updates", "Forward": "Ở đằng trước",
"Hard Reload": "Hard Reload", "Functionality": "Chức năng",
"Help": "Help", "General": "Chung",
"Help Center": "Help Center", "Get beta updates": "Nhận bản cập nhật beta",
"History": "History", "Hard Reload": "Tải lại cứng",
"History Shortcuts": "History Shortcuts", "Help": "Cứu giúp",
"Keyboard Shortcuts": "Keyboard Shortcuts", "Help Center": "Trung tâm trợ giúp",
"Log Out": "Log Out", "Hide": "Hide",
"Log Out of Organization": "Log Out of Organization", "Hide Others": "Ẩn những người khác",
"Manual proxy configuration": "Manual proxy configuration", "Hide Zulip": "Hide Zulip",
"Minimize": "Minimize", "History": "Lịch sử",
"Mute all sounds from Zulip": "Mute all sounds from Zulip", "History Shortcuts": "Phím tắt lịch sử",
"NO": "NO", "Keyboard Shortcuts": "Các phím tắt bàn phím",
"Network": "Network", "Log Out": "Đăng xuất",
"OR": "OR", "Log Out of Organization": "Đăng xuất khỏi Tổ chức",
"Organization URL": "Organization URL", "Manual proxy configuration": "Cấu hình proxy thủ công",
"Organizations": "Organizations", "Minimize": "Giảm thiểu",
"Paste": "Paste", "Mute all sounds from Zulip": "Tắt tiếng tất cả âm thanh từ Zulip",
"Paste and Match Style": "Paste and Match Style", "NO": "KHÔNG",
"Proxy": "Proxy", "Network": "Mạng",
"Proxy bypass rules": "Proxy bypass rules", "Network and Proxy Settings": "Network and Proxy Settings",
"Proxy rules": "Proxy rules", "OR": "HOẶC",
"Quit": "Thoát", "On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Quit Zulip": "Thoát khỏi Zulip", "Organization URL": "URL tổ chức",
"Redo": "Thực hiện lại", "Organizations": "Các tổ chức",
"Release Notes": "Release Notes", "Paste": "Dán",
"Reload": "Tải lại", "Paste and Match Style": "Dán và Khớp kiểu",
"Report an Issue": "Report an Issue", "Proxy": "Ủy quyền",
"Save": "Lưu", "Proxy bypass rules": "Quy tắc bỏ qua proxy",
"Select All": "Select All", "Proxy rules": "Quy tắc proxy",
"Quit": "Từ bỏ",
"Quit Zulip": "Thoát Zulip",
"Quit when the window is closed": "Thoát khi đóng cửa sổ",
"Redo": "Làm lại",
"Release Notes": "Ghi chú phát hành",
"Reload": "Nạp lại",
"Report an Issue": "Báo cáo một vấn đề",
"Reset App Settings": "Reset App Settings",
"Reset the application, thus deleting all the connected organizations and accounts.": "Reset the application, thus deleting all the connected organizations and accounts.",
"Save": "Tiết kiệm",
"Select All": "Chọn tất cả",
"Services": "Services",
"Settings": "Cài đặt", "Settings": "Cài đặt",
"Shortcuts": "Shortcuts", "Shortcuts": "Các phím tắt",
"Show App Logs": "Show App Logs", "Show app icon in system tray": "Hiển thị biểu tượng ứng dụng trong khay hệ thống",
"Show app icon in system tray": "Show app icon in system tray", "Show app unread badge": "Hiển thị huy hiệu ứng dụng chưa đọc",
"Show app unread badge": "Show app unread badge", "Show desktop notifications": "Hiển thị thông báo trên màn hình",
"Show desktop notifications": "Show desktop notifications", "Show sidebar": "Hiển thị thanh bên",
"Show downloaded files in file manager": "Show downloaded files in file manager", "Spellchecker Languages": "Spellchecker Languages",
"Show sidebar": "Show sidebar", "Start app at login": "Khởi động ứng dụng khi đăng nhập",
"Start app at login": "Start app at login", "Switch to Next Organization": "Chuyển sang tổ chức tiếp theo",
"Switch to Next Organization": "Switch to Next Organization", "Switch to Previous Organization": "Chuyển sang tổ chức trước đó",
"Switch to Previous Organization": "Switch to Previous Organization", "These desktop app shortcuts extend the Zulip webapp's": "Các phím tắt ứng dụng dành cho máy tính để bàn này mở rộng ứng dụng web của Zulip",
"These desktop app shortcuts extend the Zulip webapp's": "These desktop app shortcuts extend the Zulip webapp's",
"This will delete all application data including all added accounts and preferences": "Mọi dữ liệu trong ứng dụng, bao gồm tất cả tài khoản và tùy chỉnh được thêm vào, sẽ bị xóa",
"Tip": "Mẹo", "Tip": "Mẹo",
"Toggle DevTools for Active Tab": "Toggle DevTools for Active Tab", "Toggle DevTools for Active Tab": "Chuyển đổi DevTools cho Tab Hoạt động",
"Toggle DevTools for Zulip App": "Toggle DevTools for Zulip App", "Toggle DevTools for Zulip App": "Chuyển đổi DevTools cho ứng dụng Zulip",
"Toggle Do Not Disturb": "Toggle Do Not Disturb", "Toggle Do Not Disturb": "Chuyển sang chế độ Không làm phiền",
"Toggle Full Screen": "Toggle Full Screen", "Toggle Full Screen": "Bật chế độ toàn màn hình",
"Toggle Sidebar": "Toggle Sidebar", "Toggle Sidebar": "Chuyển đổi thanh bên",
"Toggle Tray Icon": "Toggle Tray Icon", "Toggle Tray Icon": "Chuyển đổi biểu tượng khay",
"Tools": "Công cụ", "Tools": "Công cụ",
"Undo": "Hủy thay đổi", "Undo": "Hoàn tác",
"Unhide": "Unhide",
"Upload": "Tải lên", "Upload": "Tải lên",
"Use system proxy settings (requires restart)": "Chọn cài đặt system proxy (Yêu cầu khởi động lại)", "Use system proxy settings (requires restart)": "Sử dụng cài đặt proxy hệ thống (yêu cầu khởi động lại)",
"View": "Xem", "View": "Lượt xem",
"View Shortcuts": "Hiển thị phím tắt", "View Shortcuts": "Xem các phím tắt",
"Window": "Ứng dụng Window", "Window": "Cửa sổ",
"Window Shortcuts": "Phím tắt trong Windows", "Window Shortcuts": "Phím tắt cửa sổ",
"YES": "", "YES": "VÂNG",
"You can select a maximum of 3 languages for spellchecking.": "Bạn có thể chọn tối đa 3 ngôn ngữ để kiểm tra chính tả.",
"Zoom In": "Phóng to", "Zoom In": "Phóng to",
"Zoom Out": "Thu nhỏ", "Zoom Out": "Thu nhỏ",
"Zulip Help": "Trợ giúp", "keyboard shortcuts": "các phím tắt bàn phím",
"keyboard shortcuts": "Phím tắt bàn phím",
"script": "script", "script": "script",
"Quit when the window is closed": "Thoát khi cửa sổ tắt", "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app.": "{{{server}}} runs an outdated Zulip Server version {{{version}}}. It may not fully work in this app."
"Ask where to save files before downloading": "Ask where to save files before downloading",
"Services": "Services",
"Hide": "Hide",
"Hide Others": "Hide Others",
"Unhide": "Unhide",
"AddServer": "AddServer",
"App language (requires restart)": "App language (requires restart)",
"Factory Reset Data": "Factory Reset Data",
"Reset the application, thus deleting all the connected organizations, accounts, and certificates.": "Reset the application, thus deleting all the connected organizations, accounts, and certificates.",
"On macOS, the OS spellchecker is used.": "On macOS, the OS spellchecker is used.",
"Change the language from System Preferences → Keyboard → Text → Spelling.": "Change the language from System Preferences → Keyboard → Text → Spelling.",
"Copy Link": "Copy Link",
"Copy Image": "Copy Image",
"Copy Image URL": "Copy Image URL",
"No Suggestion Found": "No Suggestion Found",
"You can select a maximum of 3 languages for spellchecking.": "You can select a maximum of 3 languages for spellchecking.",
"Spellchecker Languages": "Spellchecker Languages",
"Add to Dictionary": "Add to Dictionary",
"Look Up": "Look Up"
} }

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