Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanket Bhukan
purr-data
Commits
389f8097
Commit
389f8097
authored
8 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Add missing translations.
parent
ac2d1922
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pd/nw/locales/de/translation.json
+5
-1
5 additions, 1 deletion
pd/nw/locales/de/translation.json
pd/nw/locales/en/translation.json
+5
-1
5 additions, 1 deletion
pd/nw/locales/en/translation.json
pd/nw/pd_canvas.html
+7
-6
7 additions, 6 deletions
pd/nw/pd_canvas.html
with
17 additions
and
8 deletions
pd/nw/locales/de/translation.json
+
5
−
1
View file @
389f8097
...
...
@@ -262,6 +262,7 @@
"canvas"
:
{
"paste_clipboard_prompt"
:
"Warnung: Sie sind dabei, Pd-Code einzufügen, der außerhalb von Pd erstellt wurde. Möchten Sie fortfahren?"
,
"save_dialog"
:
{
"prompt"
:
"Speichern der Änderungen in"
,
"yes"
:
"Ja"
,
"yes_tt"
:
"Speichern der Änderungen in einer Datei vor dem Schließen des Patches"
,
"no"
:
"Nein"
,
...
...
@@ -270,7 +271,10 @@
"cancel_tt"
:
"Kein Speichern der Änderungen und kein Schließen des Patches"
},
"find"
:
{
"placeholder"
:
"Suche im Patch"
"placeholder"
:
"Suche im Patch"
,
"search"
:
"Suche"
,
"search_tt"
:
"Das nächste Vorkommen suchen"
,
"whole_word"
:
"Ganze Wörter"
},
"menu"
:
{
"props"
:
"Einstellungen"
,
...
...
This diff is collapsed.
Click to expand it.
pd/nw/locales/en/translation.json
+
5
−
1
View file @
389f8097
...
...
@@ -262,6 +262,7 @@
"canvas"
:
{
"paste_clipboard_prompt"
:
"Warning: you are about to paste Pd code that came from somewhere outside of Pd. Do you want to continue?"
,
"save_dialog"
:
{
"prompt"
:
"Do you want to save the changes you made in"
,
"yes"
:
"Yes"
,
"yes_tt"
:
"Write the changes to file before closing the patch"
,
"no"
:
"No"
,
...
...
@@ -270,7 +271,10 @@
"cancel_tt"
:
"Don't save any changes, and don't close the patch"
},
"find"
:
{
"placeholder"
:
"Search in Canvas"
"placeholder"
:
"Search in Canvas"
,
"search"
:
"Search"
,
"search_tt"
:
"Find next occurrence"
,
"whole_word"
:
"Match Whole Word"
},
"menu"
:
{
"props"
:
"Properties"
,
...
...
This diff is collapsed.
Click to expand it.
pd/nw/pd_canvas.html
+
7
−
6
View file @
389f8097
...
...
@@ -31,19 +31,20 @@
defaultValue=
"Search in Canvas"
style=
"width:10em"
/>
</label>
<label>
Match W
hole
W
ord
<label>
<span
data-i18n=
"canvas.find.w
hole
_w
ord
"
></span>
<input
type=
"checkbox"
id=
"canvas_find_whole_word"
name=
"canvas_find_whole_word"
onchange=
"canvas_find_whole_word(this);"
/>
</label>
<input
type=
"button"
id=
"canvas_find_button"
name=
"canvas_find_button"
value=
"Search"
/>
<button
type=
"button"
id=
"canvas_find_button"
data-i18n=
"[title]canvas.find.search_tt"
>
<span
data-i18n=
"canvas.find.search"
></span>
</button>
</div>
<dialog
id=
"save_before_quit"
>
<h4>
Do you want to save the changes you made in
<h4>
<span
data-i18n=
"canvas.save_dialog.prompt"
></span>
<span
id=
"save_before_quit_filename"
></span>
?
</h4>
<div
class=
"submit_buttons"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment