Browse Source

[spark] Locales fail to compile because of some missing placeholders

Romain Rigaux 12 years ago
parent
commit
a82765c721

+ 250 - 351
apps/spark/src/spark/locale/de/LC_MESSAGES/django.po

@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: 0PROJEKTVERSION\n"
+"Project-Id-Version:  0PROJEKTVERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADRESSE\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: VOLLSTÄNDIGER NAME <EMAIL@ADRESSE>\n"
 "Language-Team: de <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "Nicht gespeichertes Skript"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "Ordner auf lokalem Dateisystem, in dem die Beispiele gespeichert werden"
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Ordner auf HDFS, in dem Pig-Beispiele gespeichert werden."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "Die App funktioniert nicht ohne einen aktiven Oozie-Server"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "Eigentümer"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "Eine POST-Anforderung ist erforderlich."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "Benutzer, der den Job ändern kann."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "Bei Ihrer Anfrage ist ein Fehler aufgetreten: %s!"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "Ist ein Benutzerdokument, keine Dokumentübermittlung."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "Eine POST-Anforderung ist erforderlich."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "Wenn das Dokument kein übermittelter Job, sondern ein/e reale/r/s Anfrage, Skript oder Workflow ist"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "Nur Superuser und %s dürfen dieses Dokument verändern."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "Eine POST-Anforderung ist erforderlich."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "Die App funktioniert nicht ohne einen aktiven Oozie-Server"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Fehler beim Anhalten des Pig-Skripts."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (Kopieren)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "Skriptvariablen"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "Eine POST-Anforderung ist erforderlich."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Kopieren von Beispielen %(local_dir)s nach %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Kopieren von Daten %(local_dir)s nach %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "Editor"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "Skripte"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "Dashboard"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "Nach Skriptnamen oder -inhalt suchen"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "Dieses Skript ausführen"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "Ausführen"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "Dieses Skript kopieren"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "Kopieren"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "Dieses Skript löschen"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "Löschen"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "Neues Skript erstellen"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "Neues Skript"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "Es sind derzeit keine Skripte definiert. Fügen Sie ein neues Skript ein, indem Sie auf \"Neues Skript\" klicken."
+msgid "Create context"
+msgstr "Erstellt am"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "Name"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "Skript"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "Es gibt keine Skripte, die den Suchkriterien entsprechen."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "Eigenschaften"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "Abbrechen"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "Skript speichern"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "Erstellt am"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "Speichern"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "Skript ausführen"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "Übermitteln"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "Skript stoppen"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "Anhalten"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "Protokolle anzeigen"
+msgid "App name"
+msgstr "Skriptname"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "Protokolle"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "Datei"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "Dieses Skript kopieren"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "Dieses Skript löschen"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "Neues Skript"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "STRG + Leertaste drücken, um automatisch abzuschließen"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "Sie können das aktuelle Skript ausführen, indem Sie im Editor STRG + ENTER oder STRG + . drücken"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "Ungespeichert"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "Dieses Skript stoppen"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "Skriptname"
+msgid "Create one?"
+msgstr "Erstellt am"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "Parameter"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "Derzeit sind keine definierten Parameter vorhanden."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "Hinzufügen"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "Wert"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
-msgstr "Entfernen"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
+msgstr "Löschen"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Hadoop-Eigenschaften"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "Hinzufügen"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "Derzeit sind keine Hadoop-Eigenschaften definiert."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "Ressourcen"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "Pfad zu einer HDFS-Datei oder Zip-Datei, die in den Workspace des laufenden Skripts eingefügt werden soll"
+msgid "Executing..."
+msgstr "Ausführung stoppen."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "Derzeit sind keine definierten Ressourcen vorhanden."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "Typ"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "Archivieren"
+msgid "Execute"
+msgstr "Löschen"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "Status:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "Speichern"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "Fortschritt:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "Keine verfügbaren Protokolle."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "Aktiv"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "Es sind derzeit keine Skripte aktiv."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "Fortschritt"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "Erstellt am"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "Abgeschlossen"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "Neues Skript"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "Es sind derzeit keine fertiggestellten Skripte vorhanden."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "Eine Datei auswählen"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "Status"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "Wussten Sie schon?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "Zum Bearbeiten klicken"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "Eine POST-Anforderung ist erforderlich."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "Zum Ansehen klicken"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "Dieses Skript kopieren"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "Löschen bestätigen"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "Möchten Sie dieses Skript wirklich löschen?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "Keine verfügbaren Protokolle."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "Möchten Sie diese Skripte wirklich löschen?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "Nein"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "Ja"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "Schließen"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "Skript ausführen"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "Skriptvariablen"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "Skript anhalten"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "Eine Datei auswählen"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "Sind Sie sicher?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "Ja"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "Das aktuelle Skript enthält ungespeicherte Änderungen. Sind Sie sicher, dass Sie die Änderungen rückgängig machen möchten?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "Skript speichern"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "Geben Sie diesem Skript einen eindeutigen Namen."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "Status"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "Abbrechen"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Der Pig-Job konnte nicht beendet werden."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "Dieses Pig-Skript ausführen."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "Ausführung stoppen."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "Gespeichert"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "Es wird gespeichert"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "wurde korrekt gespeichert."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "Bei Ihrer Anfrage ist ein Fehler aufgetreten!"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "Wussten Sie schon?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Namen und Werte von Pig-Parametern und -Optionen, z. B."
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Namen und Werte von Hadoop-Eigenschaften, z. B."
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "Dateien oder komprimierte Dateien einfügen"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "Dieses Pig-Skript enthält nicht gespeicherte Änderungen."
+msgid "Click to open"
+msgstr "Zum Ansehen klicken"
 
-#~ msgid "Actions"
-#~ msgstr "Aktionen"
-#~ msgid "Current Logs"
-#~ msgstr "Aktuelle Protokolle"

+ 170 - 206
apps/spark/src/spark/locale/en/LC_MESSAGES/django.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Hue VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-05-10 11:59-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2013-10-28 10:31-0700\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: en <LL@li.org>\n"
@@ -18,366 +18,330 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:182 src/pig/templates/app.mako:455
-msgid "Unsaved script"
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
 msgstr ""
 
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
 msgstr ""
 
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr ""
-
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr ""
-
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr ""
-
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr ""
-
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr ""
-
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr ""
-
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr ""
-
-#: src/pig/views.py:66 src/pig/views.py:90 src/pig/views.py:109
-#: src/pig/views.py:139 src/pig/views.py:163
-msgid "POST request required."
-msgstr ""
-
-#: src/pig/views.py:101
-msgid "Error stopping Pig script."
-msgstr ""
-
-#: src/pig/views.py:145
-msgid " (Copy)"
-msgstr ""
-
-#: src/pig/views.py:211
+#: src/spark/api.py:120 src/spark/api.py:175
 msgid "A POST request is required."
 msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
+#: src/spark/api.py:162
 #, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
+msgid "There was an error with your query: %s"
 msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
+#: src/spark/api.py:205
+msgid "A GET request is required."
 msgstr ""
 
-#: src/pig/templates/app.mako:23
-msgid "Pig"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
 msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:104
-msgid "Editor"
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
 msgstr ""
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
+#: src/spark/conf.py:56
+msgid "The app won't work without a running Job Server"
 msgstr ""
 
-#: src/pig/templates/app.mako:30
-msgid "Dashboard"
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
 msgstr ""
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
+#: src/spark/forms.py:25
+msgid "Script parameters"
 msgstr ""
 
-#: src/pig/templates/app.mako:44
-msgid "Run this script"
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
 msgstr ""
 
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:123
-msgid "Run"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
 msgstr ""
 
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
 msgstr ""
 
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:138
-msgid "Copy"
+#: src/spark/templates/common.mako:41
+msgid "Editor"
 msgstr ""
 
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
 msgstr ""
 
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:143
-msgid "Delete"
+#: src/spark/templates/common.mako:45
+msgid "Dashboard"
 msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
 msgstr ""
 
-#: src/pig/templates/app.mako:50 src/pig/templates/app.mako:109
-#: src/pig/templates/app.mako:110
-msgid "New script"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
 msgstr ""
 
-#: src/pig/templates/app.mako:54
-msgid ""
-"There are currently no scripts defined. Please add a new script clicking "
-"on \"New script\""
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
+msgid "Create context"
 msgstr ""
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:181
-#: src/pig/templates/app.mako:287 src/pig/templates/app.mako:314
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr ""
 
-#: src/pig/templates/app.mako:62
-msgid "Script"
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
 msgstr ""
 
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
 msgstr ""
 
-#: src/pig/templates/app.mako:106
-msgid "Edit script"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
 msgstr ""
 
-#: src/pig/templates/app.mako:113
-msgid "Properties"
+#: src/spark/templates/common.mako:85
+msgid "Create"
 msgstr ""
 
-#: src/pig/templates/app.mako:115
-msgid "Edit properties"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
 msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Actions"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
 msgstr ""
 
-#: src/pig/templates/app.mako:122 src/pig/templates/app.mako:127
-msgid "Run the script"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
 msgstr ""
 
-#: src/pig/templates/app.mako:128
-msgid "Stop"
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
+msgid "App name"
 msgstr ""
 
-#: src/pig/templates/app.mako:132
-msgid "Save the script"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
 msgstr ""
 
-#: src/pig/templates/app.mako:133
-msgid "Save"
-msgstr ""
-
-#: src/pig/templates/app.mako:137
-msgid "Copy the script"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
 msgstr ""
 
-#: src/pig/templates/app.mako:142
-msgid "Delete the script"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
 msgstr ""
 
-#: src/pig/templates/app.mako:146 src/pig/templates/app.mako:374
-msgid "Logs"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
 msgstr ""
 
-#: src/pig/templates/app.mako:148
-msgid "Show Logs"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
 msgstr ""
 
-#: src/pig/templates/app.mako:148
-msgid "Current Logs"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
 msgstr ""
 
-#: src/pig/templates/app.mako:157
-msgid "Edit"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
 msgstr ""
 
-#: src/pig/templates/app.mako:164
-msgid "Edit properties for"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
 msgstr ""
 
-#: src/pig/templates/app.mako:167
-msgid "Script name"
+#: src/spark/templates/editor.mako:92
+msgid "Create one?"
 msgstr ""
 
-#: src/pig/templates/app.mako:172
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr ""
 
-#: src/pig/templates/app.mako:174 src/pig/templates/app.mako:196
-#: src/pig/templates/app.mako:205 src/pig/templates/app.mako:241
-msgid "Add"
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
 msgstr ""
 
-#: src/pig/templates/app.mako:182 src/pig/templates/app.mako:213
-msgid "Value"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
 msgstr ""
 
-#: src/pig/templates/app.mako:190 src/pig/templates/app.mako:234
-msgid "Remove"
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
+msgid "Value"
 msgstr ""
 
-#: src/pig/templates/app.mako:203
-msgid "Resources"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
 msgstr ""
 
-#: src/pig/templates/app.mako:212
-msgid "Type"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
 msgstr ""
 
-#: src/pig/templates/app.mako:222
-msgid "File"
+#: src/spark/templates/editor.mako:159
+msgid "Executing..."
 msgstr ""
 
-#: src/pig/templates/app.mako:223
-msgid "Archive"
+#: src/spark/templates/editor.mako:160
+msgid "Execute"
 msgstr ""
 
-#: src/pig/templates/app.mako:251
-msgid "Logs for"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
 msgstr ""
 
-#: src/pig/templates/app.mako:256
-msgid "Status:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
 msgstr ""
 
-#: src/pig/templates/app.mako:258
-msgid "Progress:"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
 msgstr ""
 
-#: src/pig/templates/app.mako:258
-msgid "%"
+#: src/spark/templates/editor.mako:164
+msgid "New application"
 msgstr ""
 
-#: src/pig/templates/app.mako:264
-msgid "No available logs."
+#: src/spark/templates/editor.mako:166
+msgid "Download"
 msgstr ""
 
-#: src/pig/templates/app.mako:278 src/pig/templates/app.mako:640
-msgid "Running"
+#: src/spark/templates/editor.mako:175
+msgid "Key"
 msgstr ""
 
-#: src/pig/templates/app.mako:282
-msgid "There are currently no running scripts."
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
 msgstr ""
 
-#: src/pig/templates/app.mako:288
-msgid "Progress"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
 msgstr ""
 
-#: src/pig/templates/app.mako:289 src/pig/templates/app.mako:316
-msgid "Created on"
+#: src/spark/templates/editor.mako:226
+msgid "Description"
 msgstr ""
 
-#: src/pig/templates/app.mako:305
-msgid "Completed"
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
 msgstr ""
 
-#: src/pig/templates/app.mako:309
-msgid "There are currently no completed scripts."
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
 msgstr ""
 
-#: src/pig/templates/app.mako:315
-msgid "Status"
+#: src/spark/templates/editor.mako:480
+msgid "This field is required."
 msgstr ""
 
-#: src/pig/templates/app.mako:328
-msgid "Click to edit"
+#: src/spark/templates/editor.mako:493
+msgid "Empty description"
 msgstr ""
 
-#: src/pig/templates/app.mako:342
-msgid "Click to view"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
 msgstr ""
 
-#: src/pig/templates/app.mako:359
-msgid "Confirm Delete"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+msgid "No data available"
 msgstr ""
 
-#: src/pig/templates/app.mako:362
-msgid "Are you sure you want to delete this script?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
 msgstr ""
 
-#: src/pig/templates/app.mako:363
-msgid "Are you sure you want to delete these scripts?"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
 msgstr ""
 
-#: src/pig/templates/app.mako:366 src/pig/templates/app.mako:400
-#: src/pig/templates/app.mako:411
-msgid "No"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
 msgstr ""
 
-#: src/pig/templates/app.mako:367 src/pig/templates/app.mako:401
-#: src/pig/templates/app.mako:412
-msgid "Yes"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
 msgstr ""
 
-#: src/pig/templates/app.mako:381
-msgid "Close"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
 msgstr ""
 
-#: src/pig/templates/app.mako:388
-msgid "Run Script"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
 msgstr ""
 
-#: src/pig/templates/app.mako:388 src/pig/templates/app.mako:408
-msgid "?"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
 msgstr ""
 
-#: src/pig/templates/app.mako:391
-msgid "Script variables"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
 msgstr ""
 
-#: src/pig/templates/app.mako:408
-msgid "Stop Script"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
 msgstr ""
 
-#: src/pig/templates/app.mako:419
-msgid "Choose a file"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
 msgstr ""
 
-#: src/pig/templates/app.mako:451
-msgid "The pig job could not be killed."
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
 msgstr ""
 
-#: src/pig/templates/app.mako:452
-msgid "Run this pig script"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
 msgstr ""
 
-#: src/pig/templates/app.mako:453
-msgid "Stop the execution"
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
 msgstr ""
 
-#: src/pig/templates/app.mako:454
-msgid "Saved"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
 msgstr ""
 
-#: src/pig/templates/app.mako:633
-msgid "Saving"
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
 msgstr ""
 
-#: src/pig/templates/app.mako:644
-msgid "has been saved correctly."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
 msgstr ""
 
-#: src/pig/templates/app.mako:648
-msgid "There was an error with your request!"
+#: src/spark/templates/list_jobs.mako:51
+msgid "Click to open"
 msgstr ""
 

+ 172 - 208
apps/spark/src/spark/locale/en_US.pot

@@ -1,14 +1,14 @@
 # Translations template for Hue.
-# Copyright (C) 2013 Cloudera, Inc
+# Copyright (C) 2014 Cloudera, Inc
 # This file is distributed under the same license as the Hue project.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
 #
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: Hue VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-05-10 11:59-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,366 +17,330 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:182 src/pig/templates/app.mako:455
-msgid "Unsaved script"
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
 msgstr ""
 
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
 msgstr ""
 
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr ""
-
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr ""
-
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr ""
-
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr ""
-
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr ""
-
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr ""
-
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr ""
-
-#: src/pig/views.py:66 src/pig/views.py:90 src/pig/views.py:109
-#: src/pig/views.py:139 src/pig/views.py:163
-msgid "POST request required."
-msgstr ""
-
-#: src/pig/views.py:101
-msgid "Error stopping Pig script."
-msgstr ""
-
-#: src/pig/views.py:145
-msgid " (Copy)"
-msgstr ""
-
-#: src/pig/views.py:211
+#: src/spark/api.py:120 src/spark/api.py:175
 msgid "A POST request is required."
 msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
+#: src/spark/api.py:162
 #, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
+msgid "There was an error with your query: %s"
 msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
+#: src/spark/api.py:205
+msgid "A GET request is required."
 msgstr ""
 
-#: src/pig/templates/app.mako:23
-msgid "Pig"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
 msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:104
-msgid "Editor"
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
 msgstr ""
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
+#: src/spark/conf.py:56
+msgid "The app won't work without a running Job Server"
 msgstr ""
 
-#: src/pig/templates/app.mako:30
-msgid "Dashboard"
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
 msgstr ""
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
+#: src/spark/forms.py:25
+msgid "Script parameters"
 msgstr ""
 
-#: src/pig/templates/app.mako:44
-msgid "Run this script"
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
 msgstr ""
 
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:123
-msgid "Run"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
 msgstr ""
 
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
 msgstr ""
 
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:138
-msgid "Copy"
+#: src/spark/templates/common.mako:41
+msgid "Editor"
 msgstr ""
 
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
 msgstr ""
 
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:143
-msgid "Delete"
+#: src/spark/templates/common.mako:45
+msgid "Dashboard"
 msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
 msgstr ""
 
-#: src/pig/templates/app.mako:50 src/pig/templates/app.mako:109
-#: src/pig/templates/app.mako:110
-msgid "New script"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
 msgstr ""
 
-#: src/pig/templates/app.mako:54
-msgid ""
-"There are currently no scripts defined. Please add a new script clicking "
-"on \"New script\""
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
+msgid "Create context"
 msgstr ""
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:181
-#: src/pig/templates/app.mako:287 src/pig/templates/app.mako:314
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr ""
 
-#: src/pig/templates/app.mako:62
-msgid "Script"
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
 msgstr ""
 
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
 msgstr ""
 
-#: src/pig/templates/app.mako:106
-msgid "Edit script"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
 msgstr ""
 
-#: src/pig/templates/app.mako:113
-msgid "Properties"
+#: src/spark/templates/common.mako:85
+msgid "Create"
 msgstr ""
 
-#: src/pig/templates/app.mako:115
-msgid "Edit properties"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
 msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Actions"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
 msgstr ""
 
-#: src/pig/templates/app.mako:122 src/pig/templates/app.mako:127
-msgid "Run the script"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
 msgstr ""
 
-#: src/pig/templates/app.mako:128
-msgid "Stop"
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
+msgid "App name"
 msgstr ""
 
-#: src/pig/templates/app.mako:132
-msgid "Save the script"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
 msgstr ""
 
-#: src/pig/templates/app.mako:133
-msgid "Save"
-msgstr ""
-
-#: src/pig/templates/app.mako:137
-msgid "Copy the script"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
 msgstr ""
 
-#: src/pig/templates/app.mako:142
-msgid "Delete the script"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
 msgstr ""
 
-#: src/pig/templates/app.mako:146 src/pig/templates/app.mako:374
-msgid "Logs"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
 msgstr ""
 
-#: src/pig/templates/app.mako:148
-msgid "Show Logs"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
 msgstr ""
 
-#: src/pig/templates/app.mako:148
-msgid "Current Logs"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
 msgstr ""
 
-#: src/pig/templates/app.mako:157
-msgid "Edit"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
 msgstr ""
 
-#: src/pig/templates/app.mako:164
-msgid "Edit properties for"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
 msgstr ""
 
-#: src/pig/templates/app.mako:167
-msgid "Script name"
+#: src/spark/templates/editor.mako:92
+msgid "Create one?"
 msgstr ""
 
-#: src/pig/templates/app.mako:172
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr ""
 
-#: src/pig/templates/app.mako:174 src/pig/templates/app.mako:196
-#: src/pig/templates/app.mako:205 src/pig/templates/app.mako:241
-msgid "Add"
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
 msgstr ""
 
-#: src/pig/templates/app.mako:182 src/pig/templates/app.mako:213
-msgid "Value"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
 msgstr ""
 
-#: src/pig/templates/app.mako:190 src/pig/templates/app.mako:234
-msgid "Remove"
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
+msgid "Value"
 msgstr ""
 
-#: src/pig/templates/app.mako:203
-msgid "Resources"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
 msgstr ""
 
-#: src/pig/templates/app.mako:212
-msgid "Type"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
 msgstr ""
 
-#: src/pig/templates/app.mako:222
-msgid "File"
+#: src/spark/templates/editor.mako:159
+msgid "Executing..."
 msgstr ""
 
-#: src/pig/templates/app.mako:223
-msgid "Archive"
+#: src/spark/templates/editor.mako:160
+msgid "Execute"
 msgstr ""
 
-#: src/pig/templates/app.mako:251
-msgid "Logs for"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
 msgstr ""
 
-#: src/pig/templates/app.mako:256
-msgid "Status:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
 msgstr ""
 
-#: src/pig/templates/app.mako:258
-msgid "Progress:"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
 msgstr ""
 
-#: src/pig/templates/app.mako:258
-msgid "%"
+#: src/spark/templates/editor.mako:164
+msgid "New application"
 msgstr ""
 
-#: src/pig/templates/app.mako:264
-msgid "No available logs."
+#: src/spark/templates/editor.mako:166
+msgid "Download"
 msgstr ""
 
-#: src/pig/templates/app.mako:278 src/pig/templates/app.mako:640
-msgid "Running"
+#: src/spark/templates/editor.mako:175
+msgid "Key"
 msgstr ""
 
-#: src/pig/templates/app.mako:282
-msgid "There are currently no running scripts."
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
 msgstr ""
 
-#: src/pig/templates/app.mako:288
-msgid "Progress"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
 msgstr ""
 
-#: src/pig/templates/app.mako:289 src/pig/templates/app.mako:316
-msgid "Created on"
+#: src/spark/templates/editor.mako:226
+msgid "Description"
 msgstr ""
 
-#: src/pig/templates/app.mako:305
-msgid "Completed"
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
 msgstr ""
 
-#: src/pig/templates/app.mako:309
-msgid "There are currently no completed scripts."
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
 msgstr ""
 
-#: src/pig/templates/app.mako:315
-msgid "Status"
+#: src/spark/templates/editor.mako:480
+msgid "This field is required."
 msgstr ""
 
-#: src/pig/templates/app.mako:328
-msgid "Click to edit"
+#: src/spark/templates/editor.mako:493
+msgid "Empty description"
 msgstr ""
 
-#: src/pig/templates/app.mako:342
-msgid "Click to view"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
 msgstr ""
 
-#: src/pig/templates/app.mako:359
-msgid "Confirm Delete"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+msgid "No data available"
 msgstr ""
 
-#: src/pig/templates/app.mako:362
-msgid "Are you sure you want to delete this script?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
 msgstr ""
 
-#: src/pig/templates/app.mako:363
-msgid "Are you sure you want to delete these scripts?"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
 msgstr ""
 
-#: src/pig/templates/app.mako:366 src/pig/templates/app.mako:400
-#: src/pig/templates/app.mako:411
-msgid "No"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
 msgstr ""
 
-#: src/pig/templates/app.mako:367 src/pig/templates/app.mako:401
-#: src/pig/templates/app.mako:412
-msgid "Yes"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
 msgstr ""
 
-#: src/pig/templates/app.mako:381
-msgid "Close"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
 msgstr ""
 
-#: src/pig/templates/app.mako:388
-msgid "Run Script"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
 msgstr ""
 
-#: src/pig/templates/app.mako:388 src/pig/templates/app.mako:408
-msgid "?"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
 msgstr ""
 
-#: src/pig/templates/app.mako:391
-msgid "Script variables"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
 msgstr ""
 
-#: src/pig/templates/app.mako:408
-msgid "Stop Script"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
 msgstr ""
 
-#: src/pig/templates/app.mako:419
-msgid "Choose a file"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
 msgstr ""
 
-#: src/pig/templates/app.mako:451
-msgid "The pig job could not be killed."
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
 msgstr ""
 
-#: src/pig/templates/app.mako:452
-msgid "Run this pig script"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
 msgstr ""
 
-#: src/pig/templates/app.mako:453
-msgid "Stop the execution"
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
 msgstr ""
 
-#: src/pig/templates/app.mako:454
-msgid "Saved"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
 msgstr ""
 
-#: src/pig/templates/app.mako:633
-msgid "Saving"
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
 msgstr ""
 
-#: src/pig/templates/app.mako:644
-msgid "has been saved correctly."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
 msgstr ""
 
-#: src/pig/templates/app.mako:648
-msgid "There was an error with your request!"
+#: src/spark/templates/list_jobs.mako:51
+msgid "Click to open"
 msgstr ""
 

+ 249 - 350
apps/spark/src/spark/locale/es/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VERSIÓN DEL PROYECTO\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: NOMBRE COMPLETO <EMAIL@ADDRESS>\n"
 "Language-Team: es <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "Secuencia de comandos sin guardar"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "Ubicación, en el sistema de archivos local, en la que se almacenan los ejemplos."
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Ubicación, en HDFS, en la que se almacenan los ejemplos de Pig."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "La aplicación no funcionará sin un servidor Oozie en ejecución"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "Propietario"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "Se necesita una solicitud POST."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "El usuario que puede modificar el trabajo."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "Se ha producido un error en la solicitud: %s."
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "Es un documento de usuario, no un envío de documento."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "Se necesita una solicitud POST."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "Si el documento no es un trabajo enviado sino una consulta, una secuencia de comandos o workflow."
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "Este documento solo puede ser modificado por los superusuarios y %s."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "Se necesita una solicitud POST."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "La aplicación no funcionará sin un servidor Oozie en ejecución"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Error al detener la secuencia de Pig."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (Copiar)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "Variables de la secuencia de comandos"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "Se necesita una solicitud POST."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiando ejemplos de %(local_dir)s a %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiando datos de %(local_dir)s a %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "Editor"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "Secuencias de comandos"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "Panel"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "Buscar el nombre o el contenido de la secuencia de comandos"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "Ejecutar esta secuencia de comandos"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "Ejecutar"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "Copiar esta secuencia de comandos"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "Copiar"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "Eliminar esta secuencia de comandos"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "Eliminar"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "Crear una nueva secuencia de comandos"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "Nueva secuencia de comandos"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "Actualmente no hay ninguna secuencia de comandos definida. Agregue una nueva haciendo clic en \"Nueva secuencia de comandos\""
+msgid "Create context"
+msgstr "Creado el"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "Nombre"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "Secuencia de comandos"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "No hay ninguna secuencia de comandos que coincida con los criterios de búsqueda."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "Propiedades"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "Cancelar"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "Guardar la secuencia de comandos"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "Creado el"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "Guardar"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "Ejecutar la secuencia de comandos"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "Enviar"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "Detener la secuencia de comandos"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "Detener"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "Mostrar los registros"
+msgid "App name"
+msgstr "Nombre de la secuencia de comandos"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "Registros"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "Archivo"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "Copiar esta secuencia de comandos"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "Eliminar la secuencia de comandos"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "Nueva secuencia de comandos"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "Pulse la tecla CTRL + espacio para autocompletar"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "Para ejecutar la secuencia de comandos actual, pulse CTRL + ENTER or CTRL + . en el editor"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "Sin guardar"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "Detener esta secuencia de comandos"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "Nombre de la secuencia de comandos"
+msgid "Create one?"
+msgstr "Creado el"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "Parámetros"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "Actualmente no hay ningún parámetro definido."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "Agregar"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "Valor"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
-msgstr "Quitar"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
+msgstr "Eliminar"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Propiedades de Hadoop"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "Agregar"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "Actualmente no hay ninguna propiedad de Hadoop definida."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "Recursos"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "Ruta a un archivo HDFS o archivo zip para añadir al espacio de trabajo de la secuencia de comandos en ejecución"
+msgid "Executing..."
+msgstr "Detener ejecución."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "Actualmente no hay ningún recurso definido."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "Tipo"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "Almacenamiento"
+msgid "Execute"
+msgstr "Eliminar"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "Estado:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "Guardar"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "Progreso:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "No hay registros disponibles."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "En ejecución"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "Actualmente no hay ninguna secuencia de comandos en ejecución."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "Progreso"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "Creado el"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "Completados"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "Nueva secuencia de comandos"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "Actualmente no hay ninguna secuencia de comandos completada."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "Seleccionar un archivo"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "Estado"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "¿Lo sabía?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "Haga clic para editar"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "Se necesita una solicitud POST."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "Haga clic para ver"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "Copiar esta secuencia de comandos"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "Confirmar eliminación"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "¿Está seguro de que desea eliminar esta secuencia de comandos?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "No hay registros disponibles."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "¿Está seguro de que desea eliminar estas secuencias de comandos?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "No"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "Sí"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "Cerrar"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "Ejecutar secuencia de comandos"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "Variables de la secuencia de comandos"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "Detener secuencia de comandos"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "Seleccionar un archivo"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "¿Está seguro?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr ""
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "La secuencia de comandos actual tiene cambios sin guardar. ¿Seguro que desea descartarlos?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "Guardar secuencia de comandos"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "Dé un nombre significativo a esta secuencia de comandos."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "Estado"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "Cancelar"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "El trabajo pig no se ha podido eliminar."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "Ejecutar esta secuencia de comandos Pig."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "Detener ejecución."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "Guardado"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "Guardando"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "se ha guardado correctamente."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "Se ha producido un error en la solicitud."
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "¿Lo sabía?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Nombres y valores de parámetros y opciones Pig, p. ej."
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Nombres y valores de propiedades de Hadoop, p. ej."
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "Incluir archivos o archivos comprimidos"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "Hay cambios sin guardar en esta secuencia de comandos de pig."
+msgid "Click to open"
+msgstr "Haga clic para ver"
 
-#~ msgid "Actions"
-#~ msgstr "Acciones"
-#~ msgid "Current Logs"
-#~ msgstr "Registros actuales"

+ 250 - 349
apps/spark/src/spark/locale/fr/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VERSION DU PROJET\n"
 "Report-Msgid-Bugs-To: ADRESSE@MAIL\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: NOM COMPLET <ADRESSE@MAIL>\n"
 "Language-Team: fr <LL@li.org>\n"
@@ -17,445 +17,346 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "Script non enregistré"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "Emplacement sur le système de fichiers local où les exemples sont stockés."
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Emplacement sur HDFS local où les exemples Pig sont stockés."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "Sans un serveur Oozie en cours d'exécution, l'application ne fonctionnera pas."
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "Propriétaire"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "Requête POST requise."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "Utilisateur pouvant modifier le job."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "Une erreur est survenue avec votre requête: %s."
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "Est un document utilisateur, et non un envoi de document."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "Requête POST requise."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "Si le document n'est pas un job envoyé mais une véritable requête, ou script, ou workflow."
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "Seuls les superutilisateurs et %s sont autorisés à modifier ce document."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "Requête POST requise."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr ""
+"Sans un serveur Oozie en cours d'exécution, l'application ne fonctionnera"
+" pas."
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Erreur lors de l'arrêt du script Pig."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (Copier)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "Variables de script"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "Requête POST requise."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copie des exemples de %(local_dir)s vers %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copie des données de %(local_dir)s vers %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "Editeur"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "Scripts"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "Tableau de bord"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "Rechercher le nom ou le contenu du script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "Exécuter ce script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "Exécuter"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "Copier ce script"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "Copier"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "Supprimer ce script"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "Supprimer"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "Créer un script"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "Nouveau script"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "Il n'existe actuellement aucun script défini. Veuillez ajouter un nouveau script en cliquant sur \"Nouveau script\""
+msgid "Create context"
+msgstr "Créé le"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "Nom"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "Script"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "Aucun script ne correspond aux critères de recherche."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "Propriétés"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "Annuler"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "Enregistrer le script"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "Créé le"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "Enregistrer"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "Exécuter le script"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "Envoyer"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "Interrompre le script"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "Arrêter"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "Afficher les journaux"
+msgid "App name"
+msgstr "Nom du script"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "Journaux"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "Fichier"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "Copier le script"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "Supprimer le script"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "Nouveau script"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "Appuyez sur CTRL + Barre d'espace pour lancer le remplissage automatique"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "Vous pouvez exécuter le script actuel en appuyant sur CTRL + ENTREE ou sur CTRL + . dans l'éditeur"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "Non enregistré"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "Interrompre ce script"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "Nom du script"
+msgid "Create one?"
+msgstr "Créé le"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "Paramètres"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "Il n'existe actuellement aucun paramètre défini."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "Ajouter"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "Valeur"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
 msgstr "Supprimer"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Propriétés de Hadoop"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "Ajouter"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "Il n'existe actuellement aucune propriété Hadoop définie."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "Ressources"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "Chemin d'accès vers un fichier HDFS ou un fichier zip à ajouter à l'espace de travail du script en cours d'exécution"
+msgid "Executing..."
+msgstr "Interrompez l'exécution."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "Il n'existe actuellement aucune ressource définie."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "Type"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "Archive"
+msgid "Execute"
+msgstr "Supprimer"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "Etat :"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "Enregistrer"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "Progression :"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "Aucun journal disponible."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "En cours d'exécution"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "Il n'existe actuellement aucun script en cours d'exécution."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "Progression"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "Créé le"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "Terminé"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "Nouveau script"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "Il n'existe actuellement aucun script terminé."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "Choisir un fichier"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "Etat"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "Le saviez-vous ?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "Cliquer pour modifier"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "Requête POST requise."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "Cliquer pour afficher"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "Copier le script"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "Confirmer la suppression"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "Voulez-vous vraiment supprimer ce script ?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "Aucun journal disponible."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "Voulez-vous vraiment supprimer ces scripts ?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "Non"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "Oui"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "Fermer"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "Exécuter le script"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "Variables de script"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "Interrompre le script"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "Choisir un fichier"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "Etes-vous sûr ?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "Oui"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "Le script actuel contient des modifications non enregistrées. Souhaitez vous vraiment ignorer ces modifications ?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "Enregistrer le script"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "Donner un nom explicite à ce script."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "Etat"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "Annuler"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Le job Pig n'a pas pu être détruit."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "Exécutez ce script Pig."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "Interrompez l'exécution."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "Enregistré"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "Enregistrement"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "a été correctement enregistré."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "Une erreur est survenue avec votre requête."
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "Le saviez-vous ?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Noms et valeurs des paramètres et des options Pig, par ex."
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Noms et valeurs des propriétés Hadoop, par ex."
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "Inclure des fichiers ou des fichiers compressés"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "Ce script Pig contient des modifications non enregistrées."
+msgid "Click to open"
+msgstr "Cliquer pour afficher"
 
-#~ msgid "Actions"
-#~ msgstr "Actions"
-#~ msgid "Current Logs"
-#~ msgstr "Journaux actuels"

+ 248 - 349
apps/spark/src/spark/locale/ja/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: ja <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "未保存のスクリプト"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "例が保存されているローカルファイルシステム上の場所です。"
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Pig の例が保存されている HDFS 上の場所です。"
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "実行中の Oozie Server が存在しない場合、アプリが機能しません"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "所有者"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "POST 要求が必要です。"
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "ジョブを変更できるユーザーです。"
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "要求に関するエラーがあります: %s。"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "ユーザードキュメントです。ドキュメントサブミッションではありません。"
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "POST 要求が必要です。"
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "ドキュメントがサブミットしたジョブではなく実際のクエリ、、スクリプト、Workflow である場合。"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "スーパーユーザーと %s のみが、このドキュメントを変更できます。"
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "POST 要求が必要です。"
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "実行中の Oozie Server が存在しない場合、アプリが機能しません"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Pig スクリプトの停止中にエラーが発生しました。"
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (コピー)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "スクリプト変数"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "POST 要求が必要です。"
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "例を %(local_dir)s から %(remote_data_dir)s にコピーしています\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "データを %(local_dir)s から %(remote_data_dir)s にコピーしています\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "エディタ"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "スクリプト"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "ダッシュボード"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "スクリプト名または内容の検索"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "このスクリプトを実行"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "実行"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "このスクリプトをコピー"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "コピー"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "このスクリプトを削除"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "削除"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "新しいスクリプトを作成"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "新しいスクリプト"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "現在、スクリプトは定義されていません。[新しいスクリプト]をクリックして、新しいスクリプトを追加してください。"
+msgid "Create context"
+msgstr "作成日"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "名前"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "スクリプト"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "検索条件に一致するスクリプトが存在しません。"
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "プロパティ"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "キャンセル"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "スクリプトを保存"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "作成日"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "保存"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "スクリプトを実行"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "サブミット"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "スクリプトを停止"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "停止"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "ログを表示"
+msgid "App name"
+msgstr "スクリプト名"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "ログ"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "ファイル"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "スクリプトをコピー"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "スクリプトを削除"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "新しいスクリプト"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "Ctrl キーを押したまま Space キーを押すと、オートコンプリート"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "エディタで Ctrl キーを押したまま ENTER キーを押すか、Ctrl キーを押したまま .(ピリオド)を押すと、現在のスクリプトを実行できます"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "未保存"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "このスクリプトを停止"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "スクリプト名"
+msgid "Create one?"
+msgstr "作成日"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "パラメータ"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "現在、定義されているパラメータはありません。"
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "追加"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "値"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
 msgstr "削除"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Hadoop プロパティ"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "追加"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "現在、定義された Hadoop プロパティはありません。"
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "リソース"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "実行中のスクリプトの Workspace に追加する HDFS ファイルまたは zip ファイルへのパス"
+msgid "Executing..."
+msgstr "実行を停止します。"
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "現在、定義されているリソースはありません。"
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "タイプ"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "アーカイブ"
+msgid "Execute"
+msgstr "削除"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "ステータス:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "保存"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "進行状況:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "利用可能なログがありません。"
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "実行中"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "現在実行中のスクリプトはありません。"
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "進行状況"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "作成日"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "完了"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "新しいスクリプト"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "現在完了したスクリプトはありません。"
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "ファイルを選択"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "ステータス"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "便利な使い方"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "クリックして編集"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "POST 要求が必要です。"
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "クリックして表示"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "スクリプトをコピー"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "削除を確認"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "このスクリプトを削除してもよろしいですか?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "利用可能なログがありません。"
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "これらのスクリプトを削除してもよろしいですか?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "いいえ"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "はい"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "閉じる"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "スクリプトを実行"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "スクリプト変数"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "スクリプトを停止"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "ファイルを選択"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "よろしいですか?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "はい"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "現在のスクリプトには、未保存の変更があります。変更を破棄してもよろしいですか?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "スクリプトの保存"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "このスクリプトに意味のある名前を付けます。"
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "ステータス"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "キャンセル"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Pig ジョブを強制終了できませんでした。"
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "この Pig スクリプトを実行します。"
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "実行を停止します。"
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "保存済み"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "保存中"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "が正しく保存されました。"
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "要求に関するエラーがあります。"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "便利な使い方"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Pig パラメータとオプションの名前と値、例"
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Hadoop プロパティの名前と値、例"
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "ファイルまたは圧縮ファイルを含む"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "この Pig スクリプトには、未保存の変更があります。"
+msgid "Click to open"
+msgstr "クリックして表示"
 
-#~ msgid "Actions"
-#~ msgstr "アクション"
-#~ msgid "Current Logs"
-#~ msgstr "現在のログ"

+ 249 - 350
apps/spark/src/spark/locale/ko/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 프로젝트 버전\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: 전체 이름 <EMAIL@ADDRESS>\n"
 "Language-Team: ko <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "저장 안 된 스크립트"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "예제가 저장되는 로컬 파일 시스템상의 위치입니다."
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Pig 예제가 저장되는 HDFS상의 위치입니다."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "Oozie Server를 실행하지 않으면 이 앱을 사용할 수 없습니다."
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "소유자"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "POST 요청이 필요합니다."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "Job을 수정할 수 있는 사람입니다."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "요청에 오류가 있습니다: %s!"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "문서 제출이 아닌 사용자 문서입니다."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "POST 요청이 필요합니다."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "문서가 제출된 Job이 아니라 실제 쿼리, 스크립트, workflow인 경우"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "superuser 및 %s만 이 문서를 수정할 수 있습니다."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "POST 요청이 필요합니다."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "Oozie Server를 실행하지 않으면 이 앱을 사용할 수 없습니다."
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Pig 스크립트를 중지하는 중 오류가 발생했습니다."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (복사)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "스크립트 변수"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "POST 요청이 필요합니다."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "예제 %(local_dir)s을(를) %(remote_data_dir)s(으)로 복사\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "데이터 %(local_dir)s을(를) %(remote_data_dir)s(으)로 복사\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "편집기"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "스크립트"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "대시보드"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "스크립트 이름 또는 콘텐츠 검색"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "이 스크립트 실행"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "실행"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "이 스크립트 복사"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "복사"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "이 스크립트 삭제"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "삭제"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "새 스크립트 생성"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "새 스크립트"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "현재 정의된 스크립트가 없습니다. \"새 스크립트\"를 클릭하여 새 스크립트를 추가하십시오."
+msgid "Create context"
+msgstr "생성 위치"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "이름"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "스크립트"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "검색 기준과 일치하는 스크립트가 없습니다."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "속성"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "취소"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "스크립트 저장"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "생성 위치"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "저장"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "스크립트 실행"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "제출"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "스크립트 저장"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "중지"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "로그 표시"
+msgid "App name"
+msgstr "스크립트 이름"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "로그"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "파일"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "스크립트 복사"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "스크립트 삭제"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "새 스크립트"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "자동 완성하려면 CTRL + Space 누르기"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "편집기에서 CTRL + ENTER 또는 CTRL + .을 눌러 현재 스크립트를 실행할 수 있습니다."
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "저장 안 됨"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "이 스크립트 중지"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "스크립트 이름"
+msgid "Create one?"
+msgstr "생성 위치"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "매개변수"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "현재 정의된 매개변수가 없습니다."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "추가"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "값"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
-msgstr "제거"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
+msgstr "삭제"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Hadoop 속성"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "추가"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "현재 정의된 Hadoop 속성이 없습니다."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "리소스"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "실행 중인 스크립트의 작업 공간에 추가할 HDFS 파일 또는 Zip 파일의 경로"
+msgid "Executing..."
+msgstr "실행을 중지합니다."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "현재 정의된 리소스가 없습니다."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "유형"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "아카이브"
+msgid "Execute"
+msgstr "삭제"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "상태:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "저장"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "진행률:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "사용할 수 있는 로그가 없습니다."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "실행 중"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "현재 실행 중인 스크립트가 없습니다."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "진행률"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "생성 위치"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "완료됨"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "새 스크립트"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "현재 완료된 스크립트가 없습니다."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "파일 선택"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "상태"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "유용한 정보"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "편집하려면 클릭"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "POST 요청이 필요합니다."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "보려면 클릭"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "스크립트 복사"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "삭제 확인"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "이 스크립트를 삭제하시겠습니까?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "사용할 수 있는 로그가 없습니다."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "이 스크립트를 삭제하시겠습니까?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "아니요"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "예"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "닫기"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "스크립트 실행"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "스크립트 변수"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "스크립트 중지"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "파일 선택"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "계속하시겠습니까?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr ""
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "현재 스크립트의 변경 내용이 저장되지 않았습니다. 변경 내용을 취소하시겠습니까?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "스크립트 저장"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "이 스크립트에 의미 있는 이름을 지정하십시오."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "상태"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "취소"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Pig Job을 중지할 수 없습니다."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "이 Pig 스크립트를 실행합니다."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "실행을 중지합니다."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "저장됨"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "저장하는 중"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "저장되었습니다."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "요청에 오류가 있습니다!"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "유용한 정보"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Pig 매개변수 및 옵션 등의 이름과 값입니다."
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Hadoop 속성 등의 이름 및 값"
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "파일 또는 압축 파일 포함"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "이 Pig 스크립트에서 변경 내용을 저장하지 않았습니다."
+msgid "Click to open"
+msgstr "보려면 클릭"
 
-#~ msgid "Actions"
-#~ msgstr "작업"
-#~ msgid "Current Logs"
-#~ msgstr "현재 로그"

+ 249 - 350
apps/spark/src/spark/locale/pt/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VERSÃO DO PROJECTO\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: NOME COMPLETO <EMAIL@ADDRESS>\n"
 "Language-Team: pt <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "Script não guardado"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "Localização no sistema de ficheiros local onde os exemplos são armazenados."
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Localização no HDFS onde os workflows do Pig estão armazenados."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "A aplicação não funciona sem um servidor Oozie em execução"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "Proprietário"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "É necessário um pedido POST."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "Utilizador que pode modificar o trabalho."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "Ocorreu um problema com o seu pedido: %s!"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "É um documento do utilizador, não um envio de documento."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "É necessário um pedido POST."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "Se o documento não é um trabalho enviado mas uma consulta, script, workflow real."
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "Apenas super-utilizadores e %s têm permissão para modificar este documento."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "É necessário um pedido POST."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "A aplicação não funciona sem um servidor Oozie em execução"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Erro ao parar o script Pig."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (Copiar)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "Variáveis do script"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "É necessário um pedido POST."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiar exemplos %(local_dir)s para %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiar dados de %(local_dir)s para %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "Editor"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "Scripts"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "Painel"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "Procurar por nome ou conteúdo do script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "Executar este script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "Executar"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "Copiar o script"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "Copiar"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "Eliminar este script"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "Eliminar"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "Criar um novo script"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "Novo script"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "De momento, não existem scripts definidos. Adicione um novo script, clicando em \"Novo script\""
+msgid "Create context"
+msgstr "Criado a"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "Nome"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "Script"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "Não há scripts correspondentes aos critérios de pesquisa."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "Propriedades"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "Cancelar"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "Guardar o script"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "Criado a"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "Guardar"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "Executar o script"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "Enviar"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "Parar o script"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "Parar"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "Mostrar registos"
+msgid "App name"
+msgstr "Nome do script"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "Registos"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "Ficheiro"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "Copiar o script"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "Eliminar este script"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "Novo script"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "Pressione CTRL + Espaço para autocompletar."
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "Pode executar o script actual premindo CTRL + ENTER ou CTRL + . no editor"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "Não guardado"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "Parar este script"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "Nome do script"
+msgid "Create one?"
+msgstr "Criado a"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "Parâmetros"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "De momento, não há nenhum parâmetro definido."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "Adicionar"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "Valor"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
-msgstr "Remover"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
+msgstr "Eliminar"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Propriedades do Hadoop"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "Adicionar"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "De momento, não existem propriedades Hadoop definidas."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "Recursos"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "Caminho para um ficheiro HDFS ou ficheiro zip para adicionar ao espaço de trabalho do script em execução"
+msgid "Executing..."
+msgstr "Parar a execução."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "De momento, não há nenhum recurso definido."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "Tipo"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "Ficheiro"
+msgid "Execute"
+msgstr "Eliminar"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "Estado:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "Guardar"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "Progresso:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "Não existem registos disponíveis."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "Em execução"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "De momento, não existem scripts em execução."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "Progresso"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "Criado a"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "Conclusão"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "Novo script"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "De momento, não existem scripts concluídos."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "Escolha um ficheiro"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "Estado"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "Sabia?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "Clique para editar"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "É necessário um pedido POST."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "Clique para ver"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "Copiar o script"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "Confirmar eliminação"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "Tem a certeza de que pretende eliminar este script?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "Não existem registos disponíveis."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "Tem a certeza de que pretende eliminar estes scripts?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "Não"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "Sim"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "Fechar"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "Executar script"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "Variáveis do script"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "Parar o script"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "Escolha um ficheiro"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "Tem a certeza?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "Sim"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "O script actual tem alterações não guardadas. Tem a certeza de que pretende ignorar as alterações?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "Guardar script"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "Atribua um nome com sentido a este script."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "Estado"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "Cancelar"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Não foi possível eliminar este trabalho Pig."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "Executar este script pig."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "Parar a execução."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "Guardado"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "A guardar"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "foi guardado correctamente."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "Ocorreu um problema com o seu pedido!"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "Sabia?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Nomes e valores de parâmetros Pig e opções, por ex."
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Nomes e valores de propriedades Hadoop, por ex."
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "Incluir ficheiros ou ficheiros comprimidos"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "Tem alterações não guardadas neste script pig."
+msgid "Click to open"
+msgstr "Clique para ver"
 
-#~ msgid "Actions"
-#~ msgstr "Acções"
-#~ msgid "Current Logs"
-#~ msgstr "Registos actuais"

+ 249 - 350
apps/spark/src/spark/locale/pt_BR/LC_MESSAGES/django.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VERSÃO DO PROJETO\n"
 "Report-Msgid-Bugs-To: ENDEREÇO DE E-MAIL\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: NOME COMPLETO <ENDEREÇO DE E-MAIL>\n"
 "Language-Team: pt_BR <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "Script não salvo"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "Localização no sistema de arquivos local onde os exemplos são armazenados."
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "Localização no HDFS onde os exemplos do Pig são armazenados."
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "O aplicativo não funcionará sem um servidor Ooozie em execução"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "Proprietário"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "É necessária uma solicitação POST."
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "Usuário que pode modificar o job."
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "Ocorreu um problema com o seu pedido: %s!"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "É um documento de usuário, não um envio de documento."
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "É necessária uma solicitação POST."
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "Se o documento não for um job enviado, mas uma consulta, um script ou um workflow real."
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "Somente superusuários e %s têm permissão para modificar esse documento."
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "Solicitação POST obrigatória."
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "O aplicativo não funcionará sem um servidor Ooozie em execução"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "Erro ao interromper script Pig."
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (Copiar)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "Variáveis de script"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "É necessária uma solicitação POST."
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiando exemplos %(local_dir)s para %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "Copiando dados de %(local_dir)s para %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "Editor"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "Scripts"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "Painel"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "Procurar nome ou conteúdo do script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "Executar este script"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "Executar"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "Copiar este script"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "Copiar"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "Excluir este script"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "Excluir"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "Criar um novo script"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "Novo script"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "Não há atualmente nenhum script definido. Adicione um novo script clicando em \"Novo script\""
+msgid "Create context"
+msgstr "Criado em"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "Nome"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "Script"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "Não há scripts correspondentes aos critérios de pesquisa."
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "Propriedades"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "Cancelar"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "Salvar o script"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "Criado em"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "Salvar"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "Executar o script"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "Enviar"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "Parar o script"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "Interromper"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "Mostrar registros"
+msgid "App name"
+msgstr "Nome do script"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "Registros"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "Arquivo"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "Copiar o script"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "Excluir o script"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "Novo script"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "Pressione CTRL + Espaço para autocompletar"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "Você pode executar o script atual pressionando CTRL + ENTER ou CTRL + . no editor"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "Não salvou"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "Parar este script"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "Nome do script"
+msgid "Create one?"
+msgstr "Criado em"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "Parâmetros"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "Não há atualmente nenhum parâmetro definido."
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "Adicionar"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "Valor"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
-msgstr "Remover"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
+msgstr "Excluir"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Propriedades do Hadoop"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "Adicionar"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "Não há, no momento, propriedades definidas do Hadoop."
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "Recursos"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "Caminho para um arquivo HDFS or arquivo zip a adicionar ao espaço de trabalho do script em execução"
+msgid "Executing..."
+msgstr "Pare a execução."
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "Não há atualmente nenhum recurso definido."
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "Tipo"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "Arquivo"
+msgid "Execute"
+msgstr "Excluir"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "Status:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "Salvar"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "Progresso:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "Nenhum registro disponível."
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "Execução"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "No momento, não existem scripts em execução."
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "Progresso"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "Criado em"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "Concluída"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "Novo script"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "No momento, não existem scripts concluídos."
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "Escolha um arquivo"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "Status"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "Você sabia?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "Clique para editar"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "É necessária uma solicitação POST."
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "Clique para visualizar"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "Copiar o script"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "Confirmar exclusão"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "Tem a certeza de que pretende excluir este script?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "Nenhum registro disponível."
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "Tem a certeza de que pretende excluir estes scripts?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "Não"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "Sim"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "Fechar"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "Executar script"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "Variáveis de script"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "Parar o script"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "Escolha um arquivo"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "Tem certeza?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "Sim"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "O script atual tem alterações não salvas. Tem certeza de que deseja descartar as alterações?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "Salvar script"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "Dê um nome significativo ao script."
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "Status"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "Cancelar"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "Não foi possível excluir o trabalho pig."
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "Executar este script pig."
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "Pare a execução."
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "Salvo"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "Salvando"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "foi salvo corretamente."
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "Ocorreu um problema com o seu pedido!"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "Você sabia?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Nomes e valores dos parâmetros Pig e opções, por exemplo"
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Nomes e valores de propriedades Hadoop, por exemplo"
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "Incluir arquivos ou arquivos compactados"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "Você tem alterações não salvas neste script pig."
+msgid "Click to open"
+msgstr "Clique para visualizar"
 
-#~ msgid "Actions"
-#~ msgstr "Ações"
-#~ msgid "Current Logs"
-#~ msgstr "Registros atuais"

+ 249 - 350
apps/spark/src/spark/locale/zh_CN/LC_MESSAGES/django.po

@@ -5,9 +5,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: 项目版本\n"
+"Project-Id-Version:  项目版本\n"
 "Report-Msgid-Bugs-To: 电子邮件地址\n"
-"POT-Creation-Date: 2013-08-02 20:43-0700\n"
+"POT-Creation-Date: 2014-01-16 13:47-0800\n"
 "PO-Revision-Date: 2012-07-30 18:50-0700\n"
 "Last-Translator: 全名 <电子邮件地址>\n"
 "Language-Team: zh_CN <LL@li.org>\n"
@@ -17,445 +17,344 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.6\n"
 
-#: src/pig/api.py:233 src/pig/templates/app.mako:601
-msgid "Unsaved script"
-msgstr "未保存的脚本"
-
-#: src/pig/conf.py:32
-msgid "Location on local filesystem where the examples are stored."
-msgstr "本地文件系统中存储示例的位置。"
-
-#: src/pig/conf.py:38
-msgid "Location on HDFS where the Pig examples are stored."
-msgstr "HDFS 中存储 Pig 示例的位置。"
+#: src/spark/api.py:61 src/spark/views.py:109
+msgid "Requires a POST"
+msgstr ""
 
-#: src/pig/conf.py:48
-msgid "The app won't work without a running Oozie server"
-msgstr "Oozie Server 不运行的情况下应用程序不工作"
+#: src/spark/api.py:84
+msgid "Requires a DELETE"
+msgstr ""
 
-#: src/pig/models.py:33
-msgid "Owner"
-msgstr "所有者"
+#: src/spark/api.py:120 src/spark/api.py:175
+msgid "A POST request is required."
+msgstr "需要 POST 请求。"
 
-#: src/pig/models.py:33
-msgid "User who can modify the job."
-msgstr "可修改作业的用户。"
+#: src/spark/api.py:162
+#, fuzzy, python-format
+msgid "There was an error with your query: %s"
+msgstr "您的请求有错误: %s!"
 
-#: src/pig/models.py:34
-msgid "Is a user document, not a document submission."
-msgstr "为用户文档,而非文档提交。"
+#: src/spark/api.py:205
+#, fuzzy
+msgid "A GET request is required."
+msgstr "需要 POST 请求。"
 
-#: src/pig/models.py:35
-msgid "If the document is not a submitted job but a real query, script, workflow."
-msgstr "该文档不是已提交的作业,而是真正的查询、脚本、workflow。"
+#: src/spark/api.py:234
+msgid "Missing application jar list."
+msgstr ""
 
-#: src/pig/models.py:44
-#, python-format
-msgid "Only superusers and %s are allowed to modify this document."
-msgstr "只有超级用户和 %s 可修改此文档。"
+#: src/spark/conf.py:28
+msgid "URL of the Spark Job Server."
+msgstr ""
 
-#: src/pig/views.py:68 src/pig/views.py:93 src/pig/views.py:112
-#: src/pig/views.py:143 src/pig/views.py:179
-msgid "POST request required."
-msgstr "需要 POST 请求。"
+#: src/spark/conf.py:56
+#, fuzzy
+msgid "The app won't work without a running Job Server"
+msgstr "Oozie Server 不运行的情况下应用程序不工作"
 
-#: src/pig/views.py:104
-msgid "Error stopping Pig script."
-msgstr "停止 Pig 脚本时出错。"
+#: src/spark/decorators.py:34
+msgid "An error happened with the Spark Server"
+msgstr ""
 
-#: src/pig/views.py:149
-msgid " (Copy)"
-msgstr " (副本)"
+#: src/spark/forms.py:25
+#, fuzzy
+msgid "Script parameters"
+msgstr "脚本变量"
 
-#: src/pig/views.py:227
-msgid "A POST request is required."
-msgstr "需要 POST 请求。"
+#: src/spark/forms.py:27 src/spark/templates/editor.mako:79
+#: src/spark/templates/list_jobs.mako:36
+msgid "Class path"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:46
-#, python-format
-msgid "Copying examples %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "复制示例 %(local_dir)s 至  %(remote_data_dir)s\n"
+#: src/spark/views.py:94
+msgid "Delete context(s)?"
+msgstr ""
 
-#: src/pig/management/commands/pig_setup.py:53
-#, python-format
-msgid "Copying data %(local_dir)s to %(remote_data_dir)s\n"
-msgstr "复制示例 %(local_dir)s 至  %(remote_data_dir)s\n"
+#: src/spark/templates/common.mako:38
+msgid "Spark Igniter"
+msgstr ""
 
-#: src/pig/templates/app.mako:28 src/pig/templates/app.mako:103
+#: src/spark/templates/common.mako:41
 msgid "Editor"
 msgstr "编辑器"
 
-#: src/pig/templates/app.mako:29
-msgid "Scripts"
-msgstr "脚本"
+#: src/spark/templates/common.mako:43
+#: src/spark/templates/list_applications.mako:23
+#: src/spark/templates/list_applications.mako:29
+msgid "Applications"
+msgstr ""
 
-#: src/pig/templates/app.mako:30
+#: src/spark/templates/common.mako:45
 msgid "Dashboard"
 msgstr "控制面板"
 
-#: src/pig/templates/app.mako:40
-msgid "Search for script name or content"
-msgstr "搜索脚本名称或内容"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:171
-#: src/pig/templates/app.mako:182
-msgid "Run this script"
-msgstr "运行此脚本"
-
-#: src/pig/templates/app.mako:44 src/pig/templates/app.mako:118
-msgid "Run"
-msgstr "运行"
-
-#: src/pig/templates/app.mako:45
-msgid "Copy this script"
-msgstr "复制此脚本"
-
-#: src/pig/templates/app.mako:45 src/pig/templates/app.mako:137
-msgid "Copy"
-msgstr "复制"
-
-#: src/pig/templates/app.mako:46
-msgid "Delete this script"
-msgstr "删除此脚本"
-
-#: src/pig/templates/app.mako:46 src/pig/templates/app.mako:142
-msgid "Delete"
-msgstr "删除"
+#: src/spark/templates/common.mako:46 src/spark/templates/list_contexts.mako:29
+msgid "Contexts"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
-msgid "Create a new script"
-msgstr "创建新脚本"
+#: src/spark/templates/common.mako:47
+msgid "Uploads"
+msgstr ""
 
-#: src/pig/templates/app.mako:50
+#: src/spark/templates/common.mako:59 src/spark/templates/editor.mako:59
+#: src/spark/templates/list_contexts.mako:41
 #, fuzzy
-msgid "New Script"
-msgstr "新脚本"
-
-#: src/pig/templates/app.mako:54
-msgid "There are currently no scripts defined. Please add a new script clicking on \"New script\""
-msgstr "当前未定义脚本。请通过单击“新脚本”添加新脚本"
+msgid "Create context"
+msgstr "创建日期"
 
-#: src/pig/templates/app.mako:61 src/pig/templates/app.mako:218
-#: src/pig/templates/app.mako:267 src/pig/templates/app.mako:394
-#: src/pig/templates/app.mako:421
+#: src/spark/templates/common.mako:64 src/spark/templates/editor.mako:132
+#: src/spark/templates/editor.mako:220
+#: src/spark/templates/list_applications.mako:45
+#: src/spark/templates/list_contexts.mako:48
 msgid "Name"
 msgstr "名称"
 
-#: src/pig/templates/app.mako:62 src/pig/templates/app.mako:147
-msgid "Script"
-msgstr "脚本"
-
-#: src/pig/templates/app.mako:77
-msgid "There are no scripts matching the search criteria."
-msgstr "没有符合搜索条件的脚本。"
+#: src/spark/templates/common.mako:70
+msgid "Num cpu cores"
+msgstr ""
 
-#: src/pig/templates/app.mako:105
-msgid "Pig"
-msgstr "Pig"
+#: src/spark/templates/common.mako:76
+msgid "Memory per node"
+msgstr ""
 
-#: src/pig/templates/app.mako:108
-msgid "Properties"
-msgstr "属性"
+#: src/spark/templates/common.mako:84 src/spark/templates/common.mako:114
+#: src/spark/templates/editor.mako:234
+#: src/spark/templates/list_contexts.mako:85
+msgid "Cancel"
+msgstr "取消"
 
-#: src/pig/templates/app.mako:111
-msgid "Save the script"
-msgstr "保存脚本"
+#: src/spark/templates/common.mako:85
+#, fuzzy
+msgid "Create"
+msgstr "创建日期"
 
-#: src/pig/templates/app.mako:112 src/pig/templates/app.mako:568
-msgid "Save"
-msgstr "保存"
+#: src/spark/templates/common.mako:96
+msgid "Upload application"
+msgstr ""
 
-#: src/pig/templates/app.mako:120
-msgid "Run the script"
-msgstr "运行脚本"
+#: src/spark/templates/common.mako:99
+msgid "One class of the jar should implement SparkJob."
+msgstr ""
 
-#: src/pig/templates/app.mako:121
-msgid "Submit"
-msgstr "提交"
+#: src/spark/templates/common.mako:101
+msgid "Local jar file"
+msgstr ""
 
-#: src/pig/templates/app.mako:125
+#: src/spark/templates/common.mako:107 src/spark/templates/editor.mako:63
 #, fuzzy
-msgid "Stop the script"
-msgstr "停止脚本"
-
-#: src/pig/templates/app.mako:126
-msgid "Stop"
-msgstr "停止"
-
-#: src/pig/templates/app.mako:130
-msgid "Show Logs"
-msgstr "显示日志"
+msgid "App name"
+msgstr "脚本名称"
 
-#: src/pig/templates/app.mako:131 src/pig/templates/app.mako:481
-msgid "Logs"
-msgstr "日志"
+#: src/spark/templates/common.mako:115
+msgid "Upload"
+msgstr ""
 
-#: src/pig/templates/app.mako:134 src/pig/templates/app.mako:326
-msgid "File"
-msgstr "文件"
+#: src/spark/templates/editor.mako:23
+msgid "Query"
+msgstr ""
 
-#: src/pig/templates/app.mako:136
-msgid "Copy the script"
-msgstr "复制脚本"
+#: src/spark/templates/editor.mako:39 src/spark/templates/editor.mako:486
+msgid "Application name"
+msgstr ""
 
-#: src/pig/templates/app.mako:141
-msgid "Delete the script"
-msgstr "删除脚本"
+#: src/spark/templates/editor.mako:48
+msgid "Application description"
+msgstr ""
 
-#: src/pig/templates/app.mako:146
-msgid "New script"
-msgstr "新脚本"
+#: src/spark/templates/editor.mako:58
+#: src/spark/templates/list_applications.mako:36
+msgid "Upload app"
+msgstr ""
 
-#: src/pig/templates/app.mako:155
-msgid "Press CTRL + Space to autocomplete"
-msgstr "按 CTRL + 空格键自动完成"
+#: src/spark/templates/editor.mako:66
+msgid "Missing, add one?"
+msgstr ""
 
-#: src/pig/templates/app.mako:156
-msgid "You can execute the current script by pressing CTRL + ENTER or CTRL + . in the editor"
-msgstr "通过在编辑器中按下 CTRL + ENTER 或 CTRL + .,您可以执行当前脚本。"
+#: src/spark/templates/editor.mako:83 src/spark/templates/list_contexts.mako:23
+#: src/spark/templates/list_jobs.mako:37
+msgid "Context"
+msgstr ""
 
-#: src/pig/templates/app.mako:166
-#, fuzzy
-msgid "Unsaved"
-msgstr "未保存"
+#: src/spark/templates/editor.mako:86
+msgid "Automatic"
+msgstr ""
 
-#: src/pig/templates/app.mako:172 src/pig/templates/app.mako:183
-#: src/pig/templates/app.mako:356
+#: src/spark/templates/editor.mako:92
 #, fuzzy
-msgid "Stop this script"
-msgstr "停止此脚本"
-
-#: src/pig/templates/app.mako:188 src/pig/templates/app.mako:561
-msgid "Script name"
-msgstr "脚本名称"
+msgid "Create one?"
+msgstr "创建日期"
 
-#: src/pig/templates/app.mako:195
+#: src/spark/templates/editor.mako:115
 msgid "Parameters"
 msgstr "参数"
 
-#: src/pig/templates/app.mako:208
-#, fuzzy
-msgid "There are currently no defined parameters."
-msgstr "当前没有已定义的参数。"
+#: src/spark/templates/editor.mako:121
+msgid "Your application has the following error(s):"
+msgstr ""
 
-#: src/pig/templates/app.mako:210 src/pig/templates/app.mako:238
-#: src/pig/templates/app.mako:259 src/pig/templates/app.mako:287
-#: src/pig/templates/app.mako:308 src/pig/templates/app.mako:345
-msgid "Add"
-msgstr "添加"
+#: src/spark/templates/editor.mako:127
+msgid "No parameters defined yet."
+msgstr ""
 
-#: src/pig/templates/app.mako:219 src/pig/templates/app.mako:268
-#: src/pig/templates/app.mako:317
+#: src/spark/templates/editor.mako:133 src/spark/templates/editor.mako:176
 msgid "Value"
 msgstr "值"
 
-#: src/pig/templates/app.mako:232 src/pig/templates/app.mako:281
-#: src/pig/templates/app.mako:338
-msgid "Remove"
+#: src/spark/templates/editor.mako:147
+msgid "Delete"
 msgstr "删除"
 
-#: src/pig/templates/app.mako:246
-#, fuzzy
-msgid "Hadoop properties"
-msgstr "Hadoop 属性"
+#: src/spark/templates/editor.mako:153
+msgid "Add"
+msgstr "添加"
 
-#: src/pig/templates/app.mako:257
+#: src/spark/templates/editor.mako:159
 #, fuzzy
-msgid "There are currently no defined Hadoop properties."
-msgstr "当前没有已定义的 Hadoop 属性。"
-
-#: src/pig/templates/app.mako:296
-msgid "Resources"
-msgstr "资源"
-
-#: src/pig/templates/app.mako:299
-msgid "Path to a HDFS file or zip file to add to the workspace of the running script"
-msgstr "向正在运行的脚本的工作区添加 HDFS 文件或 zip 文件的路径"
+msgid "Executing..."
+msgstr "停止执行。"
 
-#: src/pig/templates/app.mako:306
+#: src/spark/templates/editor.mako:160
 #, fuzzy
-msgid "There are currently no defined resources."
-msgstr "当前没有已定义的资源。"
-
-#: src/pig/templates/app.mako:316
-msgid "Type"
-msgstr "类型"
-
-#: src/pig/templates/app.mako:327
-msgid "Archive"
-msgstr "存档"
+msgid "Execute"
+msgstr "删除"
 
-#: src/pig/templates/app.mako:363
-msgid "Status:"
-msgstr "状态:"
+#: src/spark/templates/editor.mako:162 src/spark/templates/editor.mako:235
+msgid "Save"
+msgstr "保存"
 
-#: src/pig/templates/app.mako:365
-msgid "Progress:"
-msgstr "进度:"
+#: src/spark/templates/editor.mako:163
+msgid "Save as..."
+msgstr ""
 
-#: src/pig/templates/app.mako:365
-msgid "%"
-msgstr "%"
+#: src/spark/templates/editor.mako:164
+msgid "or create a"
+msgstr ""
 
-#: src/pig/templates/app.mako:371
-msgid "No available logs."
-msgstr "没有可用日志。"
+#: src/spark/templates/editor.mako:164
+msgid "New application"
+msgstr ""
 
-#: src/pig/templates/app.mako:385 src/pig/templates/app.mako:873
-msgid "Running"
-msgstr "正在运行"
+#: src/spark/templates/editor.mako:166
+msgid "Download"
+msgstr ""
 
-#: src/pig/templates/app.mako:389
-msgid "There are currently no running scripts."
-msgstr "当前没有正在运行的脚本。"
+#: src/spark/templates/editor.mako:175
+msgid "Key"
+msgstr ""
 
-#: src/pig/templates/app.mako:395
-msgid "Progress"
-msgstr "进度"
+#: src/spark/templates/editor.mako:188
+msgid "The server returned no results."
+msgstr ""
 
-#: src/pig/templates/app.mako:396 src/pig/templates/app.mako:423
-msgid "Created on"
-msgstr "创建日期"
+#: src/spark/templates/editor.mako:215
+msgid "Save your query"
+msgstr ""
 
-#: src/pig/templates/app.mako:412
-msgid "Completed"
-msgstr "已完成"
+#: src/spark/templates/editor.mako:226
+#, fuzzy
+msgid "Description"
+msgstr "新脚本"
 
-#: src/pig/templates/app.mako:416
-msgid "There are currently no completed scripts."
-msgstr "当前没有已完成的脚本。"
+#: src/spark/templates/editor.mako:242
+msgid "Choose a file"
+msgstr "选择文件"
 
-#: src/pig/templates/app.mako:422
-msgid "Status"
-msgstr "状态"
+#: src/spark/templates/editor.mako:378
+msgid "Did you know?"
+msgstr "您知道吗?"
 
-#: src/pig/templates/app.mako:435
-msgid "Click to edit"
-msgstr "单击以编辑"
+#: src/spark/templates/editor.mako:480
+#, fuzzy
+msgid "This field is required."
+msgstr "需要 POST 请求。"
 
-#: src/pig/templates/app.mako:449
-msgid "Click to view"
-msgstr "点击查看"
+#: src/spark/templates/editor.mako:493
+#, fuzzy
+msgid "Empty description"
+msgstr "复制脚本"
 
-#: src/pig/templates/app.mako:466
-msgid "Confirm Delete"
-msgstr "确认删除"
+#: src/spark/templates/editor.mako:499
+msgid "Application saved successfully!"
+msgstr ""
 
-#: src/pig/templates/app.mako:469
-msgid "Are you sure you want to delete this script?"
-msgstr "是否确定要删除此脚本?"
+#: src/spark/templates/editor.mako:527
+#: src/spark/templates/list_applications.mako:93
+#: src/spark/templates/list_contexts.mako:131
+#: src/spark/templates/list_jobs.mako:96
+#, fuzzy
+msgid "No data available"
+msgstr "没有可用日志。"
 
-#: src/pig/templates/app.mako:470
-msgid "Are you sure you want to delete these scripts?"
-msgstr "是否确定要删除这些脚本?"
+#: src/spark/templates/editor.mako:528
+#: src/spark/templates/list_applications.mako:94
+#: src/spark/templates/list_contexts.mako:132
+#: src/spark/templates/list_jobs.mako:97
+msgid "No matching records"
+msgstr ""
 
-#: src/pig/templates/app.mako:473 src/pig/templates/app.mako:507
-#: src/pig/templates/app.mako:518 src/pig/templates/app.mako:547
-msgid "No"
-msgstr "否"
+#: src/spark/templates/editor.mako:579
+msgid "Server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:474 src/pig/templates/app.mako:508
-#: src/pig/templates/app.mako:519 src/pig/templates/app.mako:548
-msgid "Yes"
-msgstr "是"
+#: src/spark/templates/editor.mako:582
+msgid "Unmanageable server error occured: "
+msgstr ""
 
-#: src/pig/templates/app.mako:488
-msgid "Close"
-msgstr "关闭"
+#: src/spark/templates/list_applications.mako:33
+#: src/spark/templates/list_contexts.mako:33
+msgid "Search for name"
+msgstr ""
 
-#: src/pig/templates/app.mako:495
-msgid "Run Script"
-msgstr "运行脚本"
+#: src/spark/templates/list_applications.mako:46
+msgid "Upload time"
+msgstr ""
 
-#: src/pig/templates/app.mako:495 src/pig/templates/app.mako:515
-msgid "?"
-msgstr "?"
+#: src/spark/templates/list_applications.mako:53
+msgid "Click to open and execute"
+msgstr ""
 
-#: src/pig/templates/app.mako:498
-msgid "Script variables"
-msgstr "脚本变量"
+#: src/spark/templates/list_contexts.mako:36
+msgid "Delete forever"
+msgstr ""
 
-#: src/pig/templates/app.mako:515
-msgid "Stop Script"
-msgstr "停止脚本"
+#: src/spark/templates/list_contexts.mako:37
+msgid "Delete selected"
+msgstr ""
 
-#: src/pig/templates/app.mako:526
-msgid "Choose a file"
-msgstr "选择文件"
+#: src/spark/templates/list_contexts.mako:82
+msgid "Confirm action"
+msgstr ""
 
-#: src/pig/templates/app.mako:539
-msgid "Are you sure?"
-msgstr "否确定?"
+#: src/spark/templates/list_contexts.mako:86
+msgid "Yes"
+msgstr "是"
 
-#: src/pig/templates/app.mako:543
-msgid "The current script has unsaved changes. Are you sure you want to discard the changes?"
-msgstr "当前脚本未保存更改。您是否确定放弃更改?"
+#: src/spark/templates/list_contexts.mako:208
+msgid "Delete the selected contexts?"
+msgstr ""
 
-#: src/pig/templates/app.mako:555
-#, fuzzy
-msgid "Save script"
-msgstr "保存脚本"
+#: src/spark/templates/list_jobs.mako:23 src/spark/templates/list_jobs.mako:29
+msgid "Jobs"
+msgstr ""
 
-#: src/pig/templates/app.mako:559
-msgid "Give a meaningful name to this script."
-msgstr "为此脚本提供一个有意义的名称。"
+#: src/spark/templates/list_jobs.mako:34
+msgid "Status"
+msgstr "状态"
 
-#: src/pig/templates/app.mako:567
-msgid "Cancel"
-msgstr "取消"
+#: src/spark/templates/list_jobs.mako:35
+msgid "Job id"
+msgstr ""
 
-#: src/pig/templates/app.mako:597
-#, fuzzy
-msgid "The Pig job could not be killed."
-msgstr "无法停止 Pig 作业。"
+#: src/spark/templates/list_jobs.mako:38
+msgid "Start time"
+msgstr ""
 
-#: src/pig/templates/app.mako:598
-#, fuzzy
-msgid "Run this Pig script."
-msgstr "运行此 Pig 脚本。"
+#: src/spark/templates/list_jobs.mako:39
+msgid "Duration"
+msgstr ""
 
-#: src/pig/templates/app.mako:599
+#: src/spark/templates/list_jobs.mako:51
 #, fuzzy
-msgid "Stop execution."
-msgstr "停止执行。"
-
-#: src/pig/templates/app.mako:600
-msgid "Saved"
-msgstr "已保存"
-
-#: src/pig/templates/app.mako:866
-msgid "Saving"
-msgstr "正在保存"
-
-#: src/pig/templates/app.mako:877
-msgid "has been saved correctly."
-msgstr "已正确保存。"
-
-#: src/pig/templates/app.mako:881
-msgid "There was an error with your request!"
-msgstr "您的请求有错误!"
-
-#: src/pig/templates/app.mako:1141
-msgid "Did you know?"
-msgstr "您知道吗?"
-
-#: src/pig/templates/app.mako:1148
-msgid "Names and values of Pig parameters and options, e.g."
-msgstr "Pig 参数的名称和数值及选项,例如"
-
-#: src/pig/templates/app.mako:1155
-msgid "Names and values of Hadoop properties, e.g."
-msgstr "Hadoop 属性的名称和数值,例如"
-
-#: src/pig/templates/app.mako:1162
-msgid "Include files or compressed files"
-msgstr "包含文件或压缩文件"
-
-#: src/pig/templates/app.mako:1171
-msgid "You have unsaved changes in this pig script."
-msgstr "您尚未保存此 pig 脚本中的更改。"
+msgid "Click to open"
+msgstr "点击查看"
 
-#~ msgid "Actions"
-#~ msgstr "操作"
-#~ msgid "Current Logs"
-#~ msgstr "当前日志"