-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[en] | ||
# Installed = Installed | ||
# Available = Available | ||
# Update available = Update available | ||
# Toggle View = Toggle View | ||
# Toggle PCB View between Top and Bottom = Toggle PCB View between Top and Bottom | ||
# Flip on Layer = Flip on Layer | ||
# Visit GitHub Page = Visit GitHub Page | ||
# Flip view automatically for these Layers = Flip view automatically for these Layers | ||
# Allows you to switch the PCB View between Top and Bottom View = Allows you to switch the PCB View between Top and Bottom View | ||
|
||
[de] | ||
Installed = Installiert | ||
Available = Verfügbar | ||
Update available = Update verfügbar | ||
Toggle View = Ansicht umschalten | ||
Toggle PCB View between Top and Bottom = PCB Ansicht von Oben/Unten umschalten | ||
Flip on Layer = Lagen spiegeln | ||
Visit GitHub Page = GitHub Seite öffnen | ||
Flip view automatically for these Layers = Ansicht für diese Ebenen automatisch spiegeln | ||
Allows you to switch the PCB View between Top and Bottom View = Ermöglicht das Umschalten der Ansicht von Oben oder Unten | ||
|
||
[es] | ||
# Installed = Installed | ||
# Available = Available | ||
# Update available = Update available | ||
# Toggle View = Toggle View | ||
# Toggle PCB View between Top and Bottom = Toggle PCB View between Top and Bottom | ||
# Flip on Layer = Flip on Layer | ||
Visit GitHub Page = Visita la página de GitHub | ||
# Flip view automatically for these Layers = Flip view automatically for these Layers | ||
# Allows you to switch the PCB View between Top and Bottom View = Allows you to switch the PCB View between Top and Bottom View | ||
|
||
[zh-hans] | ||
Installed = 已安装 | ||
Available = 可用 | ||
Update available = 可用更新 | ||
# Toggle View = Toggle View | ||
# Toggle PCB View between Top and Bottom = Toggle PCB View between Top and Bottom | ||
# Flip on Layer = Flip on Layer | ||
Visit GitHub Page = 访问 Github 主页 | ||
# Flip view automatically for these Layers = Flip view automatically for these Layers | ||
# Allows you to switch the PCB View between Top and Bottom View = Allows you to switch the PCB View between Top and Bottom View |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ | ||
"name": "ToggleView", | ||
"description": "Allows you to switch the PCB View between Top and Bottom View.", | ||
"description": "Allows you to switch the PCB View between Top and Bottom View", | ||
"version": "1.2", | ||
"homepage": "https://github.com/xsrf/easyeda-toggleview", | ||
"icons": { | ||
"default": "icon.svg" | ||
}, | ||
"locale": "locale.txt", | ||
"scripts": [ "easyeda-helper.js", "main.js" ], | ||
"updatebaseurl" : "https://raw.githubusercontent.com/xsrf/easyeda-toggleview/autoupdate/extension/" | ||
} |