Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Merge branch 'i18n'
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 14, 2017
2 parents c9ec184 + 2a31c1c commit bc653ab
Show file tree
Hide file tree
Showing 8 changed files with 1,097 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ before_script:

script:
- ./bin/atoum
- ./bin/behat -fprogress --tags='~@user'
- ./bin/behat -fprogress --tags='~@user' --no-interaction
468 changes: 468 additions & 0 deletions i18n/de.xliff

Large diffs are not rendered by default.

38 changes: 29 additions & 9 deletions i18n/en.xliff.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<header></header>
<body>
<!-- BrowserContext.php -->
<trans-unit id="i-start-timing-now">
<source>(I )start timing now</source>
<target></target>
</trans-unit>
<trans-unit id="i-set-basic-authentication">
<source>I set basic authentication with :user and :password</source>
<target></target>
Expand Down Expand Up @@ -43,6 +47,10 @@
<source>(I )wait :count second(s) until I see :text</source>
<target></target>
</trans-unit>
<trans-unit id="i-should-not-see-within-second">
<source>(I )should not see :text within :count second(s)</source>
<target></target>
</trans-unit>
<trans-unit id="i-wait-until-i-see">
<source>(I )wait until I see :text</source>
<target></target>
Expand All @@ -51,6 +59,10 @@
<source>(I )wait :count second(s) until I see :text in the :element element</source>
<target></target>
</trans-unit>
<trans-unit id="i-wait-second">
<source>(I )wait :count second(s)</source>
<target></target>
</trans-unit>
<trans-unit id="i-wait-until-i-see-in-the-element">
<source>(I )wait until I see :text in the :element element</source>
<target></target>
Expand All @@ -63,10 +75,6 @@
<source>(I )wait :count second(s) for :element element</source>
<target></target>
</trans-unit>
<trans-unit id="i-wait-second">
<source>(I )wait :count second(s)</source>
<target></target>
</trans-unit>
<trans-unit id="i-should-see-n-in-the-nth">
<source><![CDATA[/^(?:|I )should see (?P<count>\d+) "(?P<element>[^"]*)" in the (?P<index>\d+)(?:st|nd|rd|th) "(?P<parent>[^"]*)"$/]]></source>
<target></target>
Expand All @@ -79,14 +87,14 @@
<source>(I )should see more than :count :element in the :index :parent</source>
<target></target>
</trans-unit>
<trans-unit id="the-element-shouls-be-disabled">
<source>the element :element should be disabled</source>
<target></target>
</trans-unit>
<trans-unit id="the-element-should-be-enabled">
<source>the element :element should be enabled</source>
<target></target>
</trans-unit>
<trans-unit id="the-element-shouls-be-disabled">
<source>the element :element should be disabled</source>
<target></target>
</trans-unit>
<trans-unit id="the-select-box-should-contain">
<source>the :select select box should contain :option</source>
<target></target>
Expand Down Expand Up @@ -115,6 +123,14 @@
<source>(I )switch to main frame</source>
<target></target>
</trans-unit>
<trans-unit id="the-total-elapsed-time-should-be-than-seconds">
<source>(the )total elapsed time should be :comparison than :expected seconds</source>
<target></target>
</trans-unit>
<trans-unit id="the-total-elapsed-time-should-be-to-seconds">
<source>(the )total elapsed time should be :comparison to :expected seconds</source>
<target></target>
</trans-unit>

<!-- SystemContext.php -->
<trans-unit id="i-put-the-file-into-field">
Expand Down Expand Up @@ -277,10 +293,14 @@
<source>the response should be empty</source>
<target></target>
</trans-unit>
<trans-unit id="the-header-should-equal-to">
<trans-unit id="the-header-should-be-equal-to">
<source>the header :name should be equal to :value</source>
<target></target>
</trans-unit>
<trans-unit id="the-header-should-not-be-equal-to">
<source>the header :name should not be equal to :value</source>
<target></target>
</trans-unit>
<trans-unit id="i-add-header-equal-to">
<source>I add :name header equal to :value</source>
<target></target>
Expand Down
Loading

0 comments on commit bc653ab

Please sign in to comment.